@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  transition-delay: 0.6s;
}

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

html {
  font-size: 10px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  color: #242424;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
}

/*-------------------------------------------------------

outer

----------------------------------------------------------*/
.container-fixed {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.container-inline {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

main {
  margin-bottom: -162px;
}
@media only screen and (max-width: 1079px) {
  main {
    margin-top: 78px;
    margin-bottom: -48px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 66px;
    margin-bottom: -46px;
  }
}

.outer-box-L {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .outer-box-L {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.outer-box-M {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .outer-box-M {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.outer-box-S {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .outer-box-S {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.outer-box-XS {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .outer-box-XS {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.outer-pt-L {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .outer-pt-L {
    padding-top: 90px;
  }
}

.outer-pt-M {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .outer-pt-M {
    padding-top: 40px;
  }
}

.outer-pt-S {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .outer-pt-S {
    padding-top: 30px;
  }
}

.outer-pt-XS {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .outer-pt-XS {
    padding-top: 20px;
  }
}

.outer-mt-L {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .outer-mt-L {
    margin-top: 90px;
  }
}

.outer-mt-M {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .outer-mt-M {
    margin-top: 40px;
  }
}

.outer-mt-S {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .outer-mt-S {
    margin-top: 30px;
  }
}

.outer-mt-XS {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .outer-mt-XS {
    padding-top: 20px;
  }
}

.outer-mt-XS {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .outer-mt-XS {
    padding-top: 20px;
  }
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mt-1-sp {
    margin-top: 5px;
  }
  .mt-2-sp {
    margin-top: 15px;
  }
}
.mx-auto {
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.secThird + .secThird {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .secThird + .secThird {
    margin-top: 90px;
  }
}

.secFourth {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .secFourth {
    margin-top: 60px;
  }
}
.secFourth + .secFourth {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .secFourth + .secFourth {
    margin-top: 60px;
  }
}

/*
*	モジュール一覧
*
*		1. header
*		2. footer
* 	3. 矢印・ボタン・リンク
*		4. リストスタイル・行間
*		5. 文字スタイル
*		6. グリッド
*		7. フレックス
*		8. タイトル
*		9. tableレイアウト
*		10. imgレイアウト
*		11. カラー
*		12. topへ戻るボタン
*		13. リンク一覧
*
*/
/*-------------------------------------------------------

header

----------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  .header {
    top: 0;
    display: flex;
    width: 100%;
    padding-bottom: calc(23px - 1rem);
    justify-content: space-between;
    position: fixed;
    align-items: center;
    background: #fff;
    z-index: 999;
    /* box-shadow */
    box-shadow: 0px 0px 9px -2px #c9c9c9;
  }
}
.header__container {
  padding-top: calc(23px - 1rem);
  padding-left: 60px;
}
@media only screen and (max-width: 1079px) {
  .header__container {
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 0 4%;
    background: #fff;
    z-index: 9999;
    position: fixed;
    /* box-shadow */
    box-shadow: 0px 0px 6px -2px #a5a5a5;
  }
}
@media only screen and (max-width: 767px) {
  .header__container {
    padding: 0 0 0 4%;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  max-width: 180px;
}
@media only screen and (max-width: 1079px) {
  .header__logo {
    max-width: 140px;
    z-index: 9999;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    max-width: 125px;
  }
}
.header__logo-jpn {
  width: 250px;
  margin-right: 60px;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 1079px) {
  .header__logo-jpn {
    display: none;
  }
}
.header__logo-jpn-sp {
  margin-top: 5px;
  display: none;
}
@media only screen and (max-width: 1079px) {
  .header__logo-jpn-sp {
    display: block;
  }
}
.header__logo-jpn-sp img {
  transform: translate(0, 0);
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.header__toggle-wrap {
  background-color: #0a318f;
}
@media only screen and (max-width: 1079px) {
  .header__toggle-wrap {
    width: 78px;
    height: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .header__toggle-wrap {
    width: 68px;
    height: 66px;
  }
}
@media only screen and (max-width: 1079px) {
  .header__toggle {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40px;
    height: 30px;
    z-index: 9999;
  }
  .header__toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.2s;
    background-color: #fff;
    border-radius: 2px;
  }
  .header__toggle span:nth-of-type(1) {
    top: 0;
  }
  .header__toggle span:nth-of-type(2) {
    top: 14px;
  }
  .header__toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .header__toggle.active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .header__toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__toggle.active span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .header__toggle {
    width: 30px;
    height: 20px;
    z-index: 9999;
  }
  .header__toggle span:nth-of-type(1) {
    top: 0;
  }
  .header__toggle span:nth-of-type(2) {
    top: 9px;
  }
  .header__toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .header__toggle.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .header__toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__toggle.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
  margin-right: 30px;
}
@media only screen and (max-width: 1079px) {
  .header__nav {
    display: none;
    position: fixed;
    background: #51638F;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    overflow: scroll;
    margin-top: 66px;
    padding-bottom: 100px;
  }
}

.g-menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1079px) {
  .g-menu {
    flex-wrap: wrap;
    height: auto;
    padding: 100px 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .g-menu {
    padding: 45px 5% 0;
  }
}
.g-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1080px) {
  .g-menu__item {
    position: relative;
  }
  .g-menu__item a {
    color: #082260;
  }
  .g-menu__item::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 27px;
    height: 1px;
    background: #082260;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .g-menu__item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1300px) {
  .g-menu__item {
    margin-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1299px) {
  .g-menu__item {
    margin-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1079px) {
  .g-menu__item {
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .g-menu__item a {
    width: 100%;
    text-align: left;
    padding: 20px 50px 20px 30px;
    display: block;
    color: #fff;
  }
}
.g-menu__item--submenu {
  position: relative;
}
@media only screen and (min-width: 1080px) {
  .g-menu__item--submenu:hover .g-menu__submenu {
    visibility: visible;
  }
  .g-menu__item--submenu:hover .g-menu__submenu-item {
    opacity: 1;
    z-index: 9999;
  }
  .g-menu__item--submenu:hover .g-menu__back {
    visibility: visible;
  }
}
@media only screen and (min-width: 1080px) {
  .g-menu__submenu {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 122px;
    right: -24%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 62.6%;
    width: 100vw;
    visibility: hidden;
    z-index: 10;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1080px) and (max-width: 1299px) {
  .g-menu__submenu {
    max-width: 74.6%;
    right: -44%;
  }
}
@media only screen and (min-width: 1080px) {
  .g-menu__submenu-item {
    position: relative;
    opacity: 0;
    transform-origin: left;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    overflow: hidden;
    width: 300px;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1080px) and (max-width: 1299px) {
  .g-menu__submenu-item {
    width: 230px;
  }
}
@media only screen and (min-width: 1080px) {
  .g-menu__submenu-item span {
    z-index: 999;
    transition: none;
  }
  .g-menu__submenu-item a {
    display: flex;
    align-items: center;
    color: #BFBFBF;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    position: relative;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1080px) and (max-width: 1299px) {
  .g-menu__submenu-item a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1080px) {
  .g-menu__submenu-item:hover span {
    color: #fff;
  }
  .g-menu__submenu-item:hover::after {
    border-color: #fff;
    right: 10px;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .g-menu__submenu-item:hover::before {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1079px) {
  .g-menu__submenu {
    width: 100%;
    display: none;
  }
  .g-menu__submenu-item {
    padding: 0 0 0 25px;
    border-top: 1px dotted #fff;
  }
  .g-menu__submenu-item:first-child {
    border-top: 1px solid #fff;
  }
  .g-menu__submenu-item + li {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 1079px) {
  .g-menu__parent {
    position: relative;
    cursor: pointer;
  }
  .g-menu__parent::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 27px;
    height: 1px;
    width: 16px;
    background: #FFFFFF;
    transform: translateY(-50%);
    transition: all 0.1s;
  }
  .g-menu__parent::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 34px;
    height: 16px;
    width: 1px;
    background: #FFFFFF;
    transform: translateY(-50%);
    transition: all 0.1s;
  }
  .g-menu__parent.active::after {
    transform: translateY(-10px) rotate(-90deg);
    opacity: 0;
  }
}
.g-menu__back {
  position: fixed;
  top: 102px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #082160;
  max-width: 100%;
  width: 100%;
  z-index: 0;
  visibility: hidden;
  transition: 0.4s all cubic-bezier(0.52, 0.08, 0.18, 1);
  border-bottom: 10px solid #fff;
}
.g-menu__back .arrow--wh-pc:hover a {
  color: #fff;
}
.g-menu__back .arrow--wh-pc:hover::after {
  right: 10px;
  transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
}
.g-menu__back a {
  display: block;
  color: #BFBFBF;
}
.g-menu__back img {
  height: 82px;
  margin-bottom: 40px;
}
.g-menu__back__wrap {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 80px;
  width: 400px;
}
@media screen and (min-width: 1080px) and (max-width: 1299px) {
  .g-menu__back__wrap {
    width: 340px;
  }
}

@media only screen and (min-width: 1080px) {
  .arrow--wh-pc {
    position: relative;
  }
  .arrow--wh-pc::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center center;
  }
}

@media only screen and (min-width: 1080px) {
  .nav-arrow::after {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .nav-arrow {
    position: relative;
  }
  .nav-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    position: absolute;
    top: 50%;
    right: 33px;
    margin-top: -1.5%;
    transform: rotate(45deg);
  }
}

@media only screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (min-width: 1080px) {
  .pc-only {
    display: block;
  }
}
@media only screen and (max-width: 1079px) {
  .pc-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*-------------------------------------------------------

footer

----------------------------------------------------------*/
footer {
  background-color: #082260;
  color: #888888;
  font-size: 12px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1079px) {
  footer {
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 12px;
  }
  footer .flex-between-wrap {
    justify-content: center;
    flex-direction: column;
  }
  footer .copy {
    text-align: center;
  }
}
footer a {
  color: #BFBFBF;
  font-size: 14px;
}
footer a:hover {
  color: #fff;
}
footer a span {
  font-size: 16px;
}

.footer-link {
  display: flex;
}
@media only screen and (max-width: 1079px) {
  .footer-link {
    flex-direction: column;
    text-align: center;
    margin: 0 auto 40px;
  }
}
.footer-link li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 1079px) {
  .footer-link li + li {
    margin-top: 16px;
    margin-left: 0;
  }
}

.footer__mainNav {
  grid-row: 1/2;
  grid-column: 1/3;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1079px) {
  .footer__mainNav {
    display: none;
  }
}
.footer__mainNav .mainNav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0;
  padding: fix-margin(100px, 14px, 40px) 0 0;
  /*line-height: 40px;*/
  list-style: none;
}
.footer__mainNav .mainNav--sustaina {
  margin-top: 15px;
}
.footer__mainNav .mainNav__sub {
  font-size: 13px;
  margin-top: 15px;
}
.footer__mainNav .mainNav__sub li + li {
  margin-top: 10px;
}

/*-------------------------------------------------------

矢印・ボタン・リンク

----------------------------------------------------------*/
.common-arrow {
  position: relative;
  padding-right: 20px;
}
.common-arrow::after {
  content: "";
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0098e3;
  border-right: solid 2px #0098e3;
  transform: rotate(45deg);
}

.common-arrow-ttl {
  position: relative;
  padding-right: 20px;
}
.common-arrow-ttl::after {
  content: "";
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0098e3;
  border-right: solid 2px #0098e3;
  transform: rotate(45deg);
}

.common-arrow-left {
  position: relative;
  padding-left: 20px;
}
.common-arrow-left::after {
  content: "";
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0098e3;
  border-right: solid 2px #0098e3;
  transform: rotate(-135deg);
}

.link-text-1 {
  transition-duration: 0.1s;
}
.link-text-1:hover {
  color: #0098e3;
}

.link-text-2 {
  transition-duration: 0.1s;
  text-decoration: underline;
}
.link-text-2:hover {
  color: #0098e3;
}

.common-btn-1 {
  max-width: 155px;
  width: 100%;
  background: #082260;
  color: #fff;
  display: block;
  transition-duration: 0.1s;
  /*margin-left: auto;
  margin-right: auto;*/
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .common-btn-1 {
    max-width: 100%;
  }
}
.common-btn-1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 48px;
  position: relative;
  /*&::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }*/
}
.common-btn-1:hover {
  background: #fff;
  border: 1px solid #082260;
}
.common-btn-1:hover span {
  color: #082260;
  /*&::after {
    border-top: solid 2px $color-base;
    border-right: solid 2px $color-base;
  }*/
}

.common-btn-2 {
  max-width: 155px;
  width: 100%;
  background: #fff;
  color: #0B318F;
  display: block;
  transition-duration: 0.1s;
  /*margin-left: auto;
  margin-right: auto;*/
  box-sizing: border-box;
  border: 1px solid #0B318F;
}
.common-btn-2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 48px;
  position: relative;
  font-weight: bold;
  /*&::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }*/
}
.common-btn-2:hover {
  background: #0B318F;
}
.common-btn-2:hover span {
  color: #fff;
  /*&::after {
    border-top: solid 2px $color-base;
    border-right: solid 2px $color-base;
  }*/
}

.common-btn-3 {
  max-width: 300px;
  width: 100%;
  border: 1px solid #082260;
  color: #082260;
  display: block;
  transition-duration: 0.1s;
  margin: 0 auto;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .common-btn-3 {
    max-width: 100%;
  }
}
.common-btn-3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  position: relative;
}
.common-btn-3 span::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url("../images/material/icon_pdf.svg") no-repeat center center;
  background-size: contain;
}
.common-btn-3:hover {
  opacity: 0.7;
}

.number_link {
  counter-reset: note;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  align-items: center;
  display: block;
}
.number_link p > a {
  position: relative;
  display: block;
}
.number_link p > a::after {
  counter-increment: note;
  content: counter(note) "";
  position: absolute;
  font-size: 300%;
  color: #E1E5E8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1079px) {
  .number_link p > a::after {
    bottom: -4vw;
    font-size: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .number_link p > a::after {
    bottom: -7vw;
    font-size: 9vw;
  }
}
.number_link p > a:first-child::after {
  counter-increment: note;
  content: counter(note) "";
  position: absolute;
}

.anchor-btn li {
  border: 1px solid #082260;
  display: block;
  transition-duration: 0.1s;
  background: #082260;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .anchor-btn li {
    width: 100%;
  }
}
.anchor-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  position: relative;
  color: #fff;
}
.anchor-btn li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}
.anchor-btn li:hover {
  background: #fff;
}
.anchor-btn li:hover a {
  color: #082260;
}
.anchor-btn li:hover a::after {
  border-top: solid 2px #082260;
  border-right: solid 2px #082260;
}

.find-item-link {
  cursor: pointer;
}

/**
a[href$=".pdf"]:after {
  font-family: 'Material Icons';
  content: "\e415";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0.2em;
  line-height: 1.4;
  vertical-align: middle;
}**/
.arrow-down {
  margin-bottom: 60px;
  position: relative;
}
.arrow-down::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #082260 transparent transparent transparent;
}

.arrow-center-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .arrow-center-1 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.arrow-center-1::before {
  content: "";
  order: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #082260;
  margin: 20px;
}
@media only screen and (max-width: 767px) {
  .arrow-center-1::before {
    transform: rotate(90deg);
  }
}
.arrow-center-1 > *:nth-child(1),
.arrow-center-1 > *:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .arrow-center-1 > *:nth-child(1),
  .arrow-center-1 > *:nth-child(2) {
    width: 100%;
  }
}
.arrow-center-1 > *:nth-child(1) {
  order: 1;
}
.arrow-center-1 > *:nth-child(2) {
  order: 3;
}

.arrow-center-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.arrow-center-2::before {
  content: "";
  order: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #082260;
  margin: 0 auto;
}
.arrow-center-2::after {
  content: "";
  order: 4;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #082260;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .arrow-center-2::before, .arrow-center-2::after {
    transform: rotate(90deg);
  }
}
.arrow-center-2 > *:nth-child(1),
.arrow-center-2 > *:nth-child(2),
.arrow-center-2 > *:nth-child(3) {
  width: 29%;
}
@media only screen and (max-width: 767px) {
  .arrow-center-2 > *:nth-child(1),
  .arrow-center-2 > *:nth-child(2),
  .arrow-center-2 > *:nth-child(3) {
    width: 100%;
  }
}
.arrow-center-2 > *:nth-child(1) {
  order: 1;
}
.arrow-center-2 > *:nth-child(2) {
  order: 3;
}
.arrow-center-2 > *:nth-child(3) {
  order: 5;
}
.arrow-center-2 > *:nth-child(4) {
  order: 6;
}

/*-------------------------------------------------------

リストスタイル・行間

----------------------------------------------------------*/
.text-box > * + * {
  margin-top: 10px;
}

.disc-list {
  padding-left: 1.2em;
}
.disc-list li {
  position: relative;
  display: block;
}
.disc-list li + li {
  padding-top: 12px;
}
.disc-list li::before {
  position: absolute;
  content: "・";
  color: #333;
  top: 12px;
  left: -20px;
}
.disc-list li:first-child::before {
  position: absolute;
  content: "・";
  color: #333;
  top: 0;
  left: -20px;
}

.square-list {
  padding-left: 1.2em;
}
.square-list li {
  position: relative;
  display: block;
}
.square-list li + li {
  padding-top: 12px;
}
.square-list li::before {
  position: absolute;
  content: "■";
  top: 12px;
  left: -18px;
}
.square-list li:first-child::before {
  position: absolute;
  content: "■";
  top: 0;
  left: -18px;
}

.note-list {
  padding-left: 1em;
  position: relative;
  display: block;
}
.note-list::before {
  position: absolute;
  content: "※";
  color: #333;
  top: 0;
  left: 0;
}

.notecount-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}
.notecount-list li {
  position: relative;
  padding-left: 2em;
  display: block;
}
.notecount-list li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "※" counter(note);
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  color: #333;
  top: 0;
  left: 0;
}

.number-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}
.number-list > li {
  position: relative;
  padding-left: 1.2em;
  display: block;
}
.number-list > li + li {
  padding-top: 12px;
}
.number-list > li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: counter(note) ".";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 12px;
  left: 0;
}
.number-list > li:first-child::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: counter(note) ".";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 0;
  left: 0;
}
.number-list .brackets-limit-over {
  padding-left: 2em;
}

.bracketsw-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}
.bracketsw-list > li {
  position: relative;
  padding-left: 1.4em;
  display: block;
}
.bracketsw-list > li + li {
  padding-top: 12px;
}
.bracketsw-list > li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "(" counter(note) ")";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 12px;
  left: 0;
}
.bracketsw-list > li:first-child::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "(" counter(note) ")";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------------------------------------------

文字スタイル

----------------------------------------------------------*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.fs-14 {
  font-size: 14px;
}

/*-------------------------------------------------------

グリッド

----------------------------------------------------------*/
.grid-full {
  width: 100%;
}
.grid-full img {
  width: 100%;
}

.grid-half {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .grid-half {
    width: 100%;
  }
}

.grid-8-12 {
  width: calc(66.6666666667% - 30px);
}
@media only screen and (max-width: 767px) {
  .grid-8-12 {
    width: 100%;
  }
}

.grid-4-12 {
  width: calc(33.3333333333% - 30px);
}
@media only screen and (max-width: 767px) {
  .grid-4-12 {
    width: 100%;
  }
}

.grid-9-12 {
  width: calc(75% - 15px);
}
@media only screen and (max-width: 767px) {
  .grid-9-12 {
    width: 100%;
  }
}

.grid-3-12 {
  width: calc(25% - 15px);
}
@media only screen and (max-width: 767px) {
  .grid-3-12 {
    width: 100%;
  }
}

.column-3-2::after {
  content: "";
  display: block;
  width: 32%;
}
.column-3-2 > * {
  width: 32%;
  margin-top: 20px;
}
.column-3-2 > *:nth-child(1), .column-3-2 > *:nth-child(2), .column-3-2 > *:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .column-3-2 > * {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .column-3-2 > *:nth-child(3) {
    margin-top: 10px;
  }
}

.sitemap .column-3-2 > * {
  display: flex;
  align-items: center;
}

.column-3-1::after {
  content: "";
  display: block;
  width: 32%;
}
.column-3-1 > * {
  width: 30%;
  margin-top: 30px;
}
.column-3-1 > *:nth-child(1), .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .column-3-1 > * {
    width: 100%;
    margin-top: 20px;
  }
  .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
    margin-top: 20px;
  }
}

.column-2-1 > * {
  width: calc(50% - 15px);
  margin-top: 30px;
}
.column-2-1 > *:nth-child(1), .column-2-1 > *:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .column-2-1 > * {
    width: 100%;
    margin-top: 30px;
  }
  .column-2-1 > *:nth-child(2) {
    margin-top: 30px;
  }
}

.mt--90 {
  margin-top: -90px;
}
@media only screen and (max-width: 767px) {
  .mt--90 {
    margin-top: 0%;
  }
}

/*-------------------------------------------------------

フレックス

----------------------------------------------------------*/
.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.network .flex-end {
  flex-direction: column-reverse;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .network .flex-end {
    flex-direction: unset;
    justify-content: space-between;
  }
}

.network .grid-map {
  margin-top: 10px;
  flex-direction: column;
}
.network .grid-map a + a {
  margin-top: 5px;
}
.network .grid-map a.google-btn {
  font-size: 12px;
  background: #00257f;
  color: #fff;
  width: 111px;
  border-radius: 3px;
  line-height: 23px;
  text-align: center;
}
.network .grid-map a.google-btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(../images/material/gaibu_icon.png) no-repeat;
  background-size: contain;
  margin-right: -2px;
  background-position: top 5px right;
}

.flex-start-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.flex-between-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-between-wrap_company {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex-between-wrap_company {
    display: block;
  }
}

.flex-between-wrapreverse {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

/*-------------------------------------------------------

タイトル

----------------------------------------------------------*/
.ttl-L {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.ttl-L span {
  display: block;
  font-size: 1.6rem;
  color: #082260;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .ttl-L {
    font-size: 3rem;
  }
}

.ttl-M_number1,
.ttl-M_number2,
.ttl-M_number3,
.ttl-M_number4,
.ttl-M_number5,
.ttl-M_number6,
.ttl-M_number7,
.ttl-M_number8,
.ttl-M_number9,
.ttl-M_number10,
.ttl-M_number11 {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ttl-M_number1,
  .ttl-M_number2,
  .ttl-M_number3,
  .ttl-M_number4,
  .ttl-M_number5,
  .ttl-M_number6,
  .ttl-M_number7,
  .ttl-M_number8,
  .ttl-M_number9,
  .ttl-M_number10,
  .ttl-M_number11 {
    font-size: 18px;
  }
}

.ttl-M_number1::before,
.ttl-M_number2::before,
.ttl-M_number3::before,
.ttl-M_number4::before,
.ttl-M_number5::before,
.ttl-M_number6::before,
.ttl-M_number7::before,
.ttl-M_number8::before,
.ttl-M_number9::before,
.ttl-M_number10::before,
.ttl-M_number11::before {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 109px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  z-index: -1;
}

.ttl-M_number1::before {
  background-image: url(/images/material/number_small_one.svg);
}

.ttl-M_number2::before {
  background-image: url(/images/material/number_small_two.svg);
}

.ttl-M_number3::before {
  background-image: url(/images/material/number_small_three.svg);
}

.ttl-M_number4::before {
  background-image: url(/images/material/number_small_four.svg);
}

.ttl-M_number5::before {
  background-image: url(/images/material/number_small_five.svg);
}

.ttl-M_number6::before {
  background-image: url(/images/material/number_small_six.svg);
}

.ttl-M_number7::before {
  background-image: url(/images/material/number_small_seven.svg);
}

.ttl-M_number8::before {
  background-image: url(/images/material/number_small_eight.svg);
}

.ttl-M_number9::before {
  background-image: url(/images/material/number_small_nine.svg);
}

.ttl-M_number10::before {
  background-image: url(/images/material/number_small_ten.svg);
}

.ttl-M_number11::before {
  background-image: url(/images/material/number_small_eleven.svg);
}

.ttl-M {
  position: relative;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.ttl-M::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #082260;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .ttl-M {
    font-size: 18px;
  }
}

.ttl-S {
  font-size: 24px;
  font-weight: bold;
  color: #082260;
}
@media only screen and (max-width: 767px) {
  .ttl-S {
    font-size: 18px;
  }
}

.st-text {
  font-size: 1.8rem;
  color: #082260;
}

.h2-img-ttl {
  position: relative;
  width: 100%;
  height: 348px;
  /* padding-top: calc(348 / 1366 * 100%); */
  background: url(/images/business/h2-image.png) top center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .h2-img-ttl {
    height: 120px;
  }
}
.h2-img-ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  color: #242424;
  display: flex;
  flex-direction: column;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .h2-img-ttl h2 {
    font-size: 23px;
  }
}
.h2-img-ttl h2 span {
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  color: #082260;
}
@media only screen and (max-width: 767px) {
  .h2-img-ttl h2 span {
    font-size: 12px;
  }
}

.h2-solidcolor-ttl {
  position: relative;
  width: 100%;
  height: 174px;
  /* padding-top: calc(348 / 1366 * 100%); */
  /*
  background-color: $color-accent;*/
  background: url(../images/top/img_top_04.png);
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .h2-solidcolor-ttl {
    height: 120px;
  }
}
.h2-solidcolor-ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .h2-solidcolor-ttl h2 {
    font-size: 23px;
  }
}
.h2-solidcolor-ttl h2 span {
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  color: #54C3F1;
}
@media only screen and (max-width: 767px) {
  .h2-solidcolor-ttl h2 span {
    font-size: 12px;
  }
}

/*-------------------------------------------------------

tableレイアウト

----------------------------------------------------------*/
.table-box {
  overflow: auto;
  overflow-y: hidden;
}

.table-layout-3 {
  width: 100%;
  border-top: 1px solid #B9B9B9;
}
.table-layout-3 tr th,
.table-layout-3 tr td {
  margin-top: 10px;
  padding: 2% 5%;
  border-bottom: 1px solid #B9B9B9;
}
.table-layout-3 tr th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table-layout-3 tr th {
    width: 20%;
  }
}
.table-layout-3 tr td {
  text-align: left;
  vertical-align: middle;
}

.table-layout-4 {
  width: 100%;
  border: 1px solid #B9B9B9;
}
@media only screen and (max-width: 767px) {
  .table-layout-4 {
    width: 600px;
  }
}
.table-layout-4 tr th,
.table-layout-4 tr td {
  margin-top: 10px;
  padding: 15px;
  border-bottom: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
}
.table-layout-4 tr th {
  background: #082260;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .table-layout-4 tr th {
    width: 20%;
  }
}
.table-layout-4 tr td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

/*-------------------------------------------------------

imgレイアウト

----------------------------------------------------------*/
.img-layout-2 img {
  width: 100%;
}
.img-layout-2 figcaption {
  margin-top: 10px;
  text-align: left;
}
.img-layout-2 .figcaption {
  display: block;
  margin-top: 10px;
  text-align: left;
}

.opacity-05:hover {
  opacity: 0.8;
}

.mt-180 {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .mt-180 {
    margin-top: 90px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.w-100 {
  width: 100% !important;
}

.lh-16 {
  line-height: 1.6;
}

/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
.color-red {
  color: red;
}

/*-------------------------------------------------------

topへ戻るボタン

----------------------------------------------------------*/
#page-top {
  position: relative;
  top: 253px;
  left: 100%;
  transform: translateX(-100%);
  overflow: hidden;
  width: 48px;
  height: 155px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
}
@media only screen and (max-width: 1079px) {
  #page-top {
    top: 8px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #page-top {
    top: 6.5px;
    width: 40px;
    height: 40px;
  }
}
#page-top.top-anchor {
  opacity: 1;
  z-index: 99;
  transition: all 0.2s;
  transition: all 0.2s;
}
#page-top a {
  text-decoration: none;
  display: flex;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 510%;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  z-index: 1;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 1079px) {
  #page-top a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1079px) {
  #page-top a span {
    display: none;
  }
}
#page-top::before, #page-top::after {
  position: absolute;
  width: 48px;
  height: 155px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 1079px) {
  #page-top::before, #page-top::after {
    width: 40px;
    height: 40px;
  }
}
#page-top::before {
  box-sizing: border-box;
  width: 48px;
  height: 155px;
  background-color: #0464A4;
}
@media only screen and (max-width: 1079px) {
  #page-top::before {
    width: 40px;
    height: 40px;
  }
}
#page-top::after {
  top: 16px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  animation: arrow 1.2s infinite;
}
@media only screen and (max-width: 1079px) {
  #page-top::after {
    left: 15px;
    animation: none;
  }
}

@keyframes arrow {
  50% {
    top: 13px;
    opacity: 1;
  }
  100% {
    top: 5px;
    opacity: 0;
  }
}
.nav-active {
  color: #082260;
  font-weight: bold;
}

/*-------------------------------------------------------

タブ

----------------------------------------------------------*/
.tab-box .tab-name li {
  width: 33.3333333333%;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.tab-box .tab-name li a {
  width: 100%;
  line-height: 40px;
  display: block;
}
.tab-box .tab-name li.current {
  border-bottom: 1px solid #082260;
}
.tab-box .tab-content {
  margin-top: 30px;
}
.tab-box .tab-content li {
  display: none;
}
.tab-box .tab-content .current {
  display: block;
}

/*-------------------------------------------------------

アコーディオン

----------------------------------------------------------*/
.accordion-box {
  cursor: pointer;
  position: relative;
  border: 1px solid #B9B9B9;
  padding: 20px;
}
.accordion-box::before {
  position: absolute;
  top: 0;
  right: 20px;
  height: 0;
  content: "";
  display: block;
  height: 1px;
  width: 16px;
  background: #082260;
  top: 35px;
  transform: translateY(-50%);
  transition: all 0.1s;
}
.accordion-box::after {
  position: absolute;
  top: 0;
  right: 27px;
  height: 0;
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background: #082260;
  top: 35px;
  transform: translateY(-50%);
  transition: all 0.1s;
}
.accordion-box .nav-menu-child li {
  background: #eee;
}
.accordion-box.active::after {
  transform: translateY(-10px) rotate(-90deg);
  opacity: 0;
}
.accordion-box dd {
  display: none;
}

/*-------------------------------------------------------

Q&A

----------------------------------------------------------*/
.qa-container {
  /*padding: 15px 30px;*/
  /*background: #f9f4f0;*/
  /*&:nth-child(n + 2) {
    margin-top: 15px;
  }*/
}
.qa-container__q, .qa-container__a {
  width: 100%;
  position: relative;
  padding: 20px 0 20px 40px;
}
.qa-container__q::before {
  content: "Q";
  position: absolute;
  color: #0098e3;
  left: 0;
  top: 18px;
  transform: translate(50%, 0);
  font-size: 2.6rem;
}
.qa-container__a::before {
  content: "A";
  position: absolute;
  color: #082260;
  left: 4px;
  top: 19px;
  font-size: 2.6rem;
  transform: translate(50%, 0);
}
.qa-container__a {
  border-top: 1px solid #B9B9B9;
}

/*-------------------------------------------------------

リンク一覧

----------------------------------------------------------*/
.link-list {
  background-color: #F9F9F9;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 140px;
}
.link-list__wrapper {
  border-top: 1px solid #205D86;
  border-bottom: 1px solid #205D86;
}
@media only screen and (max-width: 1079px) {
  .link-list .flex-between-wrap {
    flex-direction: column;
  }
  .link-list .column-3-2 > * {
    width: 100%;
  }
  .link-list .column-3-2 > *:nth-child(2),
  .link-list .column-3-2 > *:nth-child(3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .link-list {
    margin-bottom: 120px;
  }
  .link-list .column-3-2 > *:nth-child(2),
  .link-list .column-3-2 > *:nth-child(3) {
    margin-top: 10px;
  }
}
.link-list ul {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.link-list ul li {
  position: relative;
  text-align: center;
  line-height: 560%;
}
.link-list ul li:hover {
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1079px) {
  .link-list ul li {
    line-height: 270%;
  }
}
.link-list ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1079px) {
  .link-list ul li img {
    display: none;
  }
}
.link-list ul li a {
  color: #555555;
  position: relative;
  white-space: nowrap;
}

.win {
  /* Windows (全バージョン)のみ */
}
.win .slick-dots li button:before {
  font-size: 40px !important;
}

/*-------------------------------------------------------

facilities

----------------------------------------------------------*/
.ipros-btn {
  position: relative;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.ipros-btn img {
  position: absolute;
  margin-top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .ipros-btn img {
    margin-top: 30px;
  }
}

.ipros-btn:hover img:nth-of-type(2) {
  opacity: 0;
}

/*-------------------------------------------------------

products

----------------------------------------------------------*/
/*
.products-banner {
  margin: 50px auto 0;
  overflow: hidden;

  @include breakPoint(sp) {
    margin: 30px auto 0;
  }

  img {
    transition: 0.5s all;
  }

  img:hover {
    transform: scale(1.03, 1.03);
    transition: 0.5s all;
  }
}
*/
.products_grid a {
  display: block;
  transition: all 0.5s;
  border: 1px solid #DCDCDC;
}
.products_grid a:hover {
  transform: scale(1.02, 1.02);
  /* 拡大 */
  opacity: 0.8;
}
.products_grid span {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .products_grid span {
    font-size: 3vw;
  }
}

/*モーダルを開くボタン*/
.modal-open {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

/*.products_grid-contents01 */
.products_grid-contents01 {
  display: grid;
  grid-template-areas: "grid-img grid-beige";
  grid-template-columns: 1fr 1fr;
}

.products_grid-contents01 > .grid-img {
  grid-area: grid-img;
  background-image: url(/../images/products/images_products_top_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents01 > .grid-img {
    height: 30vw;
  }
}

.products_grid-contents01 > .grid-beige {
  grid-area: grid-beige;
  background-color: #FCFAF7;
  height: 198px;
  font-size: 42px;
  line-height: 1.3;
  color: #6A6A6A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents01 > .grid-beige {
    height: 30vw;
    font-size: 5.5vw;
  }
}

.products-subtxt {
  height: 2.5em;
  font-size: 20px;
  color: #fff;
  background-color: #C9AF6A;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.products_grid-contents2 */
.products_grid-contents02 {
  display: grid;
  grid-template-areas: "grid-img grid-beige";
  grid-template-columns: 1fr 1fr;
}

.products_grid-contents02 > .grid-img {
  grid-area: grid-img;
  background-image: url(/../images/products/images_products_top_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents02 > .grid-img {
    height: 30vw;
  }
}

.products_grid-contents02 > .grid-beige {
  grid-area: grid-beige;
  background-color: #FCFAF7;
  height: 198px;
  font-size: 42px;
  line-height: 1.3;
  color: #6A6A6A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents02 > .grid-beige {
    height: 30vw;
    font-size: 5.5vw;
  }
}

.products-subtxt {
  height: 2.5em;
  font-size: 20px;
  color: #fff;
  background-color: #C9AF6A;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.products_grid-contents03 */
.products_grid-contents03 {
  display: grid;
  grid-template-areas: "grid-img grid-beige";
  grid-template-columns: 1fr 1fr;
}

.products_grid-contents03 > .grid-img {
  grid-area: grid-img;
  background-image: url(/../images/products/images_products_top_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents03 > .grid-img {
    height: 30vw;
  }
}

.products_grid-contents03 > .grid-beige {
  grid-area: grid-beige;
  background-color: #FCFAF7;
  height: 198px;
  font-size: 42px;
  line-height: 1.3;
  color: #6A6A6A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents03 > .grid-beige {
    height: 30vw;
    font-size: 5.5vw;
  }
}

.products-subtxt {
  height: 2.5em;
  font-size: 20px;
  color: #fff;
  background-color: #C9AF6A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products-subtxt {
    font-size: 3vw;
  }
}

/*.products_grid-contents04 */
.products_grid-contents04 {
  display: grid;
  grid-template-areas: "grid-img grid-beige";
  grid-template-columns: 1fr 1fr;
}

.products_grid-contents04 > .grid-img {
  grid-area: grid-img;
  background-image: url(/../images/products/images_products_top_04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents04 > .grid-img {
    height: 30vw;
  }
}

.products_grid-contents04 > .grid-beige {
  grid-area: grid-beige;
  background-color: #FCFAF7;
  height: 198px;
  font-size: 42px;
  line-height: 1.3;
  color: #6A6A6A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products_grid-contents04 > .grid-beige {
    height: 30vw;
    font-size: 5.5vw;
  }
}

.products-subtxt {
  height: 2.5em;
  font-size: 20px;
  color: #fff;
  background-color: #C9AF6A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products-subtxt {
    font-size: 3vw;
  }
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video.modaal-inner-wrapper {
  padding: 0;
}

/*-------------------------------------------------------

パンくずリスト

----------------------------------------------------------*/
.breadcrumb {
  box-sizing: content-box;
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb__list:nth-child(n+2) {
  margin-left: 10px;
}
.breadcrumb__list:nth-child(n+2)::before {
  display: inline-block;
  content: ">";
  margin-right: 10px;
  color: #666;
}
.breadcrumb__list {
  color: #00257f;
}
.breadcrumb__list a:hover {
  opacity: 0.7;
}

.under-diagonal01 {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f8f8f8), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f8f8f8), color-stop(0.75, #f8f8f8), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 10px 10px;
  height: 49px;
}

.under-diagonal02 {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f2fbff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f2fbff), color-stop(0.75, #f2fbff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 10px 10px;
  height: 50px;
}

.under-diagonal03 {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #E8F6F1), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #E8F6F1), color-stop(0.75, #E8F6F1), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 10px 10px;
  height: 50px;
}

.mt-8 {
  margin-top: -8px;
}
@media only screen and (max-width: 1079px) {
  .mt-8 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 50px;
  }
}
/*-------------------------------------------------------

pc-only nav

----------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #C8C8C8;
  z-index: 100;
}

@media only screen and (max-width: 1039px) {
  .header {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1039px) {
  .header {
    align-items: center;
  }
}
.header__drawerArea {
  display: flex;
  justify-content: flex-end;
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .header__drawerArea {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    height: calc(100vh - 102%);
    z-index: 10;
    background-color: #eeeeee;
    display: none;
  }
  .header__drawerArea.is-open {
    display: block;
  }
}

.header__inner {
  width: 100%;
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header__inner {
    display: block;
    padding: 30px 25px;
    overflow-y: scroll;
    box-sizing: border-box;
  }
}

/* サイト名 */
.header__title {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 40px;
}
.header__title a {
  display: flex;
  flex-direction: column;
  color: #082260;
  text-decoration: none;
}
.header__title a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1039px) {
  .header__title {
    padding: 0 0 0 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__title {
    padding: 0 0 0 3vw;
  }
}
.header__subCopy {
  margin-bottom: 8px;
  font-size: clamp(10px, 1.15vw, 13px);
  line-height: 1.2;
  font-weight: bold;
  transition: 0.3s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .header__subCopy {
    display: none;
  }
}

.header__logomark img {
  max-height: 35px;
}

@media only screen and (max-width: 1039px) {
  .header__logomark img {
    width: 25vw;
    max-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header__logomark {
    margin-bottom: 0;
  }
  .header__logomark img {
    width: inherit;
    max-width: 57vw;
  }
}
/* サイト内検索 */
.header__navi {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .header__navi {
    flex-grow: inherit;
  }
}

.mt-site-search {
  width: 300px;
}

.mt-site-search-form {
  position: relative;
  display: flex;
  align-items: center;
  height: 52px;
  min-width: 24px;
  margin-right: 170px;
  order: 2;
}

.mt-site-search-form__query {
  width: 20vw;
  max-width: 240px;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #C8C8C8;
  /*border-radius: 3px;*/
}

.mt-site-search-form__button {
  position: absolute;
  right: -145px;
  top: 50%;
  transform: translateY(-70%);
  stroke: #006CB7;
  transition: 0.4s;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mt-site-search-form__button:hover {
  stroke: #004B8B;
}
.mt-site-search-form__button:after {
  content: "";
  background: url("/img/common/search.svg");
  width: 22px;
  height: 24px;
  display: inherit;
}

.mt-site-search-form.is-expanded .mt-site-search-form__query {
  width: 20vw;
  max-width: 240px;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
}
.mt-site-search-form.is-expanded .mt-site-search-form__button {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .mt-site-search-form {
    width: 100%;
    height: unset;
    margin-bottom: 28px;
  }
  .mt-site-search-form__query {
    width: 100%;
    background-color: #fff;
    transition: none;
  }
  .mt-site-search-form__button {
    right: 10px;
    transition: none;
  }
  .mt-site-search-form.is-expanded .mt-site-search-form__query {
    width: 100%;
  }
}
/* ヘッダー内サブメニュー : ニュース一覧・English */
.header__subMenu {
  display: flex;
  align-items: center;
  height: 52px;
  margin: 0;
  padding: 0;
  order: 1;
  margin-right: 150px;
  font-size: 0.88rem;
}
.header__subMenu a {
  color: #444;
  text-decoration: none;
}
.header__subMenu a:hover {
  color: #E54C20;
}
.header__subMenu li {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .header__subMenu {
    height: unset;
    margin-top: 21px;
    flex-direction: column;
  }
  .header__subMenu a {
    color: #006CB7;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header__subMenu--news {
    display: none;
  }
}
/* ヘッダー内お問い合わせ */
.header__contact {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.header__contact > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
  padding: 1rem 1.25rem;
  transition: 0.3s;
}
.header__contact > li a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 15px;
  background: transparent url("/img/common/ico_mail.svg") no-repeat center center;
}
.header__contact > li a:after {
  display: none;
}
.header__contact .button__text {
  margin-left: 0.5rem;
  font-size: 0.88rem;
}

@media only screen and (max-width: 767px) {
  .header__contact {
    right: 50px;
  }
  .header__contact > li a {
    padding: 1rem;
    height: 50px;
    background-color: #1b2c38;
  }
  .header__contact .button__text {
    display: none;
  }
}
/* グローバルナビ
// ----------------------------------------------------------*/
.gNavi {
  width: 100%;
  margin: 0;
  padding: 10px 3.78vw 0 0;
  display: flex;
  justify-content: space-between;
  order: 3;
}
.gNavi a {
  position: relative;
  text-decoration: none;
}
.gNavi .grid {
  width: 100%;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 0;
  margin-left: auto;
  font-size: 14px;
}
.gNavi .grid__width--4-1:nth-child(n+5) {
  margin-top: 0;
}

.gNavi__1 {
  width: 100%;
  margin: 0;
  padding: 10px 4.5vw 0 0;
  display: flex;
  justify-content: space-between;
  order: 3;
  gap: 20px;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
}
.gNavi__1 p {
  float: inline-start;
  margin-left: 0;
  color: #fff;
}
.gNavi__1 p:nth-child(2) {
  padding-top: 10px;
}
.gNavi__1 .grid__width--4-1:nth-child(n+5) {
  margin-top: 0;
}

.textbtn {
  display: inline-block;
  color: #fff;
  background-color: #4588db;
  border: 2px solid;
  border-radius: 5px;
  padding: 0em 1em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  border: 2px solid #4588db;
}
.textbtn:hover {
  color: #4588db;
  /* 文字色 */
  background: #ffffff;
  /*背景色 */
  border: 2px solid #4588db;
  /*線幅・種類・色*/
}

@media only screen and (max-width: 767px) {
  .gNavi {
    padding: 0;
    flex-direction: column;
    border-top: 1px solid #C8C8C8;
  }
  .gNavi > li {
    padding-top: 4px;
    border-bottom: 1px solid #C8C8C8;
    /*&[data-haveLower="false"] > a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      display: block;
      width: 10px;
      height: 10px;
      // background: transparent url('/img/common/ico_plus.svg')no-repeat left top;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="2"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="2"/></g></svg>') no-repeat center center;
      transform: translateY(-50%);
    }*/
  }
  .gNavi > li a[aria-expanded=false]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="2"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="2"/></g></svg>') no-repeat center center;
    transform: translateY(-50%);
  }
  .gNavi > li a[aria-expanded=true]:after {
    background: url("/img/common/ico_close.svg") no-repeat center center;
  }
  .gNavi a:after {
    width: 7px;
    height: 10px;
    right: 18px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23006CB7" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  }
}
/* グローバルナビ： サブメニュー */
.gNavi__subMenu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #082260;
  display: none;
  border-bottom: 5px solid #0198e3;
  /**
  @include breakPoint(sp) {
    position: relative;
    top: 0;
    background: transparent;
  }**/
}

.gNavi__subMenuInner {
  display: flex;
  position: relative;
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
  /**
  @include breakPoint(sp) {
    width: 100%;
    padding: 0;
    border-top: 1px solid $borderColor;
  }**/
}
.gNavi__subMenuInner_deco img {
  width: 65%;
}

/* グローバルナビ： サブメニュー - サブメニューを閉じるボタン(PCのみ） */
.gNavi__close {
  position: absolute;
  right: -30px;
  top: 40px;
  width: 40px;
  height: 40px;
  background-color: #0464a4;
  border: none;
  cursor: pointer;
}
.gNavi__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23fff" stroke-width="1"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>') no-repeat center center;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-size: cover;
}
.gNavi__close:hover {
  opacity: 0.6;
}

/* グローバルナビ： 第1階層 */
.gNavi__firstLevel {
  position: relative;
  display: block;
  padding: 1rem 0.75rem;
  color: #082260;
  line-height: 1;
  letter-spacing: 1px;
}
.gNavi__firstLevel:visited {
  color: #082260;
}
.gNavi__firstLevel:hover:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -3px;
  /*下線の上下の位置*/
  left: 50%;
  width: 30px;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  transform: translate(-50%);
  /*位置の調整*/
  background-color: #082260;
  /*下線の色*/
}

@media only screen and (max-width: 1039px) {
  .gNavi__firstLevel {
    font-size: 16px;
    padding: 1em 1vw;
  }
}
/* グローバルナビ： 第2階層 */
.gNavi__secondLevel {
  margin: 0;
  padding: 40px 0 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}
.gNavi__secondLevel a {
  position: relative;
  padding-right: 30px;
  color: #BFBFBF;
}
.gNavi__secondLevel a:hover {
  color: #fff;
}
.gNavi__secondLevel a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 150px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.gNavi__secondLevel a:hover::after {
  left: 160px;
  transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

/* グローバルナビ： 第3階層 */
.gNavi__thirdLevel ul,
.gNavi__thirdLevel dt,
.gNavi__thirdLevel dd {
  margin-left: 0;
}

/* グローバルナビ： 第3階層 - タイトル */
.gNavi__thirdLevelTitle {
  padding-top: 20px;
}
.gNavi__thirdLevelTitle a {
  position: relative;
  display: inline-block;
  color: #BFBFBF;
  line-height: 1.4;
  width: 178px;
  word-wrap: break-word;
}
.gNavi__thirdLevelTitle a:hover {
  color: #fff;
}
.gNavi__thirdLevelTitle a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 180px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.gNavi__thirdLevelTitle a:hover::after {
  left: 190px;
  transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

.gNavi__thirdLevelTitle.grid__width--4-1:nth-child(n+5) {
  margin-top: 0;
}

/* グローバルナビ： 第3階層 - メニュー項目 */
.gNavi__thirdLevelItems {
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  line-height: 1.6;
}
.gNavi__thirdLevelItems a {
  color: #fff;
}
.gNavi__thirdLevelItems a:hover {
  opacity: 0.6;
}
.gNavi__thirdLevelItems li + li,
.gNavi__thirdLevelItems + .gNavi__thirdLevelItems {
  margin-top: 8px;
}

/* PC
// ----------------------------------------------------------*/
/* スクロール時 */
.header.is-smart .header__subCopy {
  display: none;
}
.header.is-smart .header__logomark img {
  margin-bottom: 0.5vw;
  max-width: 22vw;
  /**
  @include breakPoint(sp) {
    width: 56vw;
    height: unset;
  }**/
}
.header.is-smart .header__navi {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  /**
  @include breakPoint(sp) {
    flex-direction: row-reverse;
  }**/
}
.header.is-smart .button__text {
  width: 0;
  margin: 0;
  font-size: 0;
  visibility: hidden;
}
.header.is-smart .mt-site-search-container,
.header.is-smart .header__subMenu {
  display: none;
}
.header.is-smart .header__contact {
  position: relative;
  width: 58px;
  height: 58px;
  text-align: center;
  /**
  @include breakPoint(pc) {
    width: inherit;
    height: inherit;
  }**/
}
.header.is-smart .header__contact > li a {
  justify-content: center;
  height: 58px;
  padding: 1rem 13px;
  /**
  @include breakPoint(sp) {
    height: 50px;
  }**/
}
@media only screen and (max-width: 1039px) {
  .header.is-smart .header__contact > li a {
    height: inherit;
  }
}
.header.is-smart .gNavi__firstLevel {
  padding: 1.3rem 0.75rem;
}
@media only screen and (max-width: 1039px) {
  .header.is-smart .gNavi__firstLevel {
    padding: 1rem 0.8vw;
  }
}

/* ドロップダウンメニュー表示時 */
.cover {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}

/* SP
// ----------------------------------------------------------*/
/* バナー掲載 */
.header__banner {
  margin: 0;
  padding: 0;
  text-align: center;
  /**
  @include breakPoint(sp) {
    margin-top: 30px;
  }**/
}
.header__banner a:hover {
  opacity: 0.6;
}
.header__banner img {
  width: 100%;
  height: auto;
}
.header__banner li + li {
  margin-top: 7px;
}

/* ドロワメニュー */
.header__naviCtrl {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__naviCtrl {
    display: block;
    background-color: #006CB7;
  }
}
.header__naviCtrl .hamburger {
  fill: #fff;
  transition: all 0.4s;
}
.header__naviCtrl.is-open .hamburger:nth-of-type(1) {
  transform: translateY(-5px) translateX(20px) rotate(45deg);
}
.header__naviCtrl.is-open .hamburger:nth-of-type(2) {
  opacity: 0;
}
.header__naviCtrl.is-open .hamburger:nth-of-type(3) {
  transform: translateY(20px) translateX(-15px) rotate(-45deg);
}

/* 第3階層メニューの開閉 */
[data-hasThirdLevelMenu=true] {
  position: relative;
}

.thirdLevelMenu-ctrl {
  position: absolute;
  top: 1px;
  right: 0;
  width: 45px;
  height: 36px;
  background-color: #fff;
}
.thirdLevelMenu-ctrl[aria-expanded=false]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="1"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="1"/></g></svg>') no-repeat center center;
  transform: translate(-50%, -50%);
}
.thirdLevelMenu-ctrl[aria-expanded=true]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: url("/img/common/arrow_off.svg") no-repeat center center;
  transform: translate(-50%, -50%);
}
.thirdLevelMenu-ctrl .thirdLevelMenu-ctrl_text {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.gNavi__thirdLevelTitle p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 13px;
  margin: 0;
}

.gnavi__flex {
  display: flex;
  justify-content: space-between;
}

.gnavi__flex .gNavi__thirdLevelItems + .gNavi__thirdLevelItems {
  margin-top: 0;
}

.header__subMenu {
  order: 0;
  margin-right: 0;
}

.mt-site-search-container {
  order: 1;
  margin-right: 120px;
}

.mt-site-search-form__query {
  border: none;
  border-bottom: 1px solid #C8C8C8;
}

.mt-site-search-form__button {
  right: -105px;
}

.header.is-smart .header__logomark img {
  width: 100%;
}

.breadcrumbs li {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .gNavi a {
    font-size: 15px;
  }
  .gNavi__thirdLevelTitle p {
    display: block;
    padding: 9px 35px 9px 16px;
    color: #444;
    font-size: 0.88rem;
    font-weight: normal;
    background-color: #fff;
  }
  .gNavi__subMenu .grid__expand + .grid__width--2-1,
  .grid__expand + .grid__width--3-1,
  .grid__expand + .grid__width--4-1,
  .grid__width--4-1 + .grid__width--4-1 {
    margin-top: 0;
  }
  .gnavi__flex {
    display: none;
  }
  .mt-site-search {
    width: 100%;
  }
  .mt-site-search-form__query {
    max-width: 375px;
    border: 1px solid #C8C8C8;
  }
  .mt-site-search-container {
    margin-right: 0;
  }
  .header__logomark img {
    width: 100%;
  }
  .breadcrumbs {
    overflow-x: auto;
  }
  .mt-site-search-form__button {
    right: 10px;
  }
}
.grid__width--6-1.adjust1 {
  width: calc(18.9% - 1rem);
}

@media only screen and (max-width: 767px) {
  .grid__width--6-1.adjust1 {
    width: 100%;
  }
}
.grid__width--6-1.adjust2 {
  width: calc(14.9% - 1rem);
}

@media only screen and (max-width: 767px) {
  .grid__width--6-1.adjust2 {
    width: 100%;
  }
}
/*-------------------------------------------------------

company

----------------------------------------------------------*/
.txt-size18 {
  font-size: 18px;
  font-weight: bold;
}

.grid-map {
  display: flex;
  align-items: flex-end;
}
.grid-map a:hover {
  opacity: 0.7;
}

.grid-pic {
  width: 60%;
}

.grid-pic img {
  width: 100%;
  height: 100%;
}

.border_dotted {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text-overflow-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.qp_title {
  text-align: center;
  font-size: 20px;
}

.text_color_b {
  color: #082261;
}

.flex_27 {
  flex: 2.7;
}

.flex_15 {
  flex: 1.5;
}

.news {
  margin: 160px auto 0;
}
.news_flex {
  max-width: 1000px;
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .news_flex {
    display: block !important;
    width: 90%;
    margin: 0 auto;
  }
}
.news_flex .m-0auto {
  margin: 0 auto;
}
.news_flex_inner > h3 {
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news_flex_inner > h3 {
    font-size: 5.599vw;
    margin-top: -10px;
  }
}
.news_flex_cont li {
  padding: 5%;
  border-bottom: 1px solid #B9B9B9;
}
.news_flex_cont li:first-child {
  border-top: 1px solid #B9B9B9;
}
@media only screen and (max-width: 767px) {
  .news_flex_cont {
    width: 100%;
    margin-top: 9.3333vw;
  }
}
.news_flex_cont dl {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .news_flex_cont dl {
    display: block;
  }
}
.news_flex_cont dd {
  width: 70%;
  margin-right: 70px;
}
@media only screen and (max-width: 767px) {
  .news_flex_cont dd {
    width: 90%;
    margin-top: 1.3333vw;
  }
}
.news_flex_cont li > a.anchorstyle:first-child {
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
}
.news_flex_cont li > a.anchorstyle:first-child::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px #B9B9B9;
  border-right: solid 1px #B9B9B9;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5%;
  transform: rotate(45deg);
}
.news_flex_cont li > a.anchorstyle:first-child:hover {
  color: #0B318F;
}
.news_flex_cont li > a.anchorstyle:first-child:hover dt {
  color: #333;
}
.news_flex_cont li > a.anchorstyle:first-child:hover::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px #0B318F;
  border-right: solid 1px #0B318F;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5%;
  transform: rotate(45deg);
}

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Pagination > * + * {
  margin-left: 12px;
}

.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
  width: 20px;
}

.Pagination-Item-Link.isActive {
  pointer-events: none;
  background: #111;
  color: #fff;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #111;
  color: #fff;
}

/*-------------------------------------------------------

facilities

----------------------------------------------------------*/
/*.facilities_grid-contents */
.facilities_grid-contents {
  padding-top: 5%;
  padding-bottom: 3%;
  display: grid;
  grid-template-areas: "grid-viewmore grid-pic01 grid-pic02 grid-pic03";
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*-------------------------------------------------------

サステナビリティ

----------------------------------------------------------*/
.printemps {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #F8FAFF;
}
@media only screen and (max-width: 767px) {
  .printemps {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.printemps__block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
}
.printemps__block .ttl-M {
  background-color: #0298E3;
  color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.printemps__block .ttl-M::before {
  display: none;
}
.printemps__block .flex-box {
  gap: 30px;
  align-items: center;
}
.printemps__block .flex-box p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .printemps__block .flex-box p {
    font-size: 16px;
  }
}
.printemps__lead {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}
.printemps .img-frame {
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
}

.sustainability_list {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .sustainability_list {
    font-size: 16px;
  }
}
.sustainability_list li + li {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .sustainability_summary-title .sp_only {
    display: none;
  }
}
.sustainability_summary {
  margin-top: 60px;
  margin-inline: auto; /* ★ 中央寄せ */
  max-width: 900px;
  width: 100%; /* ★ 幅を指定 */
  gap: 20px;
}

@media (max-width: 768px) {
  .sustainability_summary {
    margin-top: 40px;
    gap: 40px;
  }
}
.sustainability_summary-img {
  width: 100%; /* ★ 幅を指定 */
  gap: 16px;
}

@media (max-width: 1079px) {
  .sustainability_summary-img {
    flex-direction: row !important;
    gap: 8px;
  }
}
.sustainability_summary-img figcaption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .sustainability_summary-img figcaption {
    font-size: 12px;
  }
}
.sustainability_grid-container {
  margin: 0 auto; /* ★ 中央寄せ */
  max-width: 900px;
  width: 100%; /* ★ 幅を指定 */
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC時：3列 */
  gap: 30px; /* 縦12px、横20px */
}

.sustainability_grid-item {
  margin: 0 auto; /* ★ 中央寄せ */
  display: grid;
  grid-template-rows: auto auto; /* テキスト→画像*/
  gap: 12px; /* 縦の間隔 */
}

.sustainability_grid-text {
  line-height: 1.25em;
}

.caption {
  font-size: 14px;
  color: red;
}

.sustainability_grid-item img {
  display: block;
  margin-inline: auto;
  width: 200px;
  height: auto;
}

/* スマホ (768px未満) */
@media (max-width: 767px) {
  .sustainability_grid-container {
    grid-template-columns: 1fr; /* 1列表示 */
    gap: 48px; /* 縦12px、横20px */
  }
  .sustainability_grid-item {
    gap: 0;
  }
  .sustainability_grid-item img {
    width: 100%;
    height: auto;
  }
  .caption {
    font-size: 12px;
  }
}
/*-------------------------------------------------------

サイトの利用について

----------------------------------------------------------*/
.site-pulgin {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .site-pulgin {
    width: 200px;
  }
}

/*-------------------------------------------------------

サイトマップ

----------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .pr-0 {
    padding-right: 0%;
  }
}

/* //+++++++++++++++++++++++++++++++++++++++++
// モーダル */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s 0s ease;
}

.modal-overlay.visible {
  display: block;
  opacity: 1;
  z-index: 100;
}

.modalInclude {
  display: none;
}

.modal {
  /* width: 100%; */
  max-width: 880px;
  max-height: 73vh;
  position: fixed;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  overflow: scroll;
  background: #fff;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}

@media screen and (max-width: 1023px) {
  .modal {
    max-width: 95vw;
    max-width: initial;
  }
  .modal > div {
    width: 85vw;
  }
}
.modal img#targetElm {
  /* width: calc(100% + 40px); */
  max-height: 73vh;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .modal img#targetElm {
    max-width: 95vw;
    /* max-height: initial; */
  }
}
.modal .modal-closebtn {
  display: block;
  font-size: 26px;
  color: #00257f;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.modal.visible {
  display: block;
  opacity: 1;
  z-index: 999;
}

.fadein {
  animation: fadein 0.3s;
}

.fadeout {
  animation: fadeout 0.3s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media print {
  .pc-none {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */