@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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;
  font-weight: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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, textarea, input {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #212121;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1.5rem;
  }
}

/* :::::::::::::::::::::::::: tag ::::::::::::::::::::::::: */
section {
  padding: 80px 0;
}

@media screen and (max-width: 1080px) {
  section {
    padding: 40px 0;
  }
}
a {
  color: #212121;
  cursor: pointer;
  transition: 1s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

/* :::::::::::::::::::::::::: class ::::::::::::::::::::::::: */
.inner {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 12px;
}

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

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

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

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.text-en {
  font-size: 1.4rem;
}

.text-lead {
  margin-bottom: 80px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .text-en {
    font-size: 1.3rem;
  }
  .text-lead {
    margin-bottom: 40px;
    font-size: 1.5rem;
    text-align: left;
  }
}
/*--- device size ---*/
.pc-s,
.tb,
.tb-768,
.sp-l,
.sp {
  display: none;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 1280px) {
  .pc-s {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .only-pc {
    display: none;
  }
  .tb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tb-768 {
    display: block;
  }
}
@media screen and (max-width: 535px) {
  .sp-l {
    display: block;
  }
}
@media screen and (max-width: 438px) {
  .sp {
    display: block;
  }
}
/*--- flex system ---*/
.flex,
.flex-2,
.flex-2-reverse,
.flex-3,
.flex-4,
.flex-5,
.flex-6 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}

.flex-3 {
  justify-content: flex-start;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-2-reverse {
  flex-direction: row-reverse;
}

.flex-cell {
  margin: 0 0 4% 0;
  padding: 0;
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
}

.flex-2 .flex-cell {
  flex-basis: 48%;
  max-width: 48%;
}

.flex-2-reverse .flex-cell {
  flex-basis: 48%;
  max-width: 48%;
}

.flex-3 .flex-cell {
  flex-basis: 31.3333%;
  max-width: 31.3333%;
  margin-right: 2%;
}
.flex-3 .flex-cell:last-of-type {
  margin-right: 0;
}

.flex-4 .flex-cell {
  flex-basis: 23%;
  max-width: 23%;
}

@media screen and (max-width: 980px) {
  .flex-3 .flex-cell {
    flex-basis: 48%;
    max-width: 48%;
    margin-right: 2%;
  }
  .flex-3 .flex-cell:nth-child(even) {
    margin-right: 0;
  }
  .flex-3 .flex-cell:last-of-type {
    margin-right: 0;
  }
  .flex-4 .flex-cell {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .flex,
  .flex-2,
  .flex-2-reverse,
  .flex-3,
  .flex-4,
  .flex-5,
  .flex-6 {
    display: block;
  }
  .flex-2 .flex-cell,
  .flex-2-reverse .flex-cell,
  .flex-3 .flex-cell,
  .flex-4 .flex-cell {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  img.flex-cell {
    width: 80%;
  }
  .flex-2 .flex-cell:first-of-type,
  .flex-2-reverse .flex-cell:first-of-type {
    margin-bottom: 20px;
  }
  .flex-3 .flex-cell:nth-of-type(-n+2) {
    margin-bottom: 20px;
  }
  .flex-3 .flex-cell:last-of-type {
    margin-bottom: 40px;
  }
  .flex-4 .flex-cell:nth-of-type(-n+3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  img.flex-cell {
    width: 100%;
  }
}
/*--- 余白 ---*/
.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mr-1em {
  margin-right: 1em;
}

@media screen and (max-width: 1080px) {
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-160 {
    margin-bottom: 80px;
  }
}
/* header */
#header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  #header {
    height: 64px;
  }
}

.site-logo {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 1200px) {
  .site-logo {
    width: 48px;
    height: 48px;
  }
}

.site-title {
  color: #4472c4;
  margin-left: 8px;
}
.site-title span {
  display: block;
  text-align: left;
  font-weight: bold;
}
.site-title span:first-of-type {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .site-title span:first-of-type {
    font-size: 2.2rem;
  }
}
.site-title span:last-of-type {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .site-title span:last-of-type {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .header-button01 {
    width: 90%;
    margin: 0 auto;
  }
}
.header-button01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 80px;
  padding: 0 16px;
  background-color: #FFAE00;
  line-height: 1;
  font-weight: bold;
  transition: all 0.3s;
}
.header-button01 a:hover {
  opacity: 0.8;
}
.header-button01 a img {
  padding: 2px 8px 0 0;
}
@media screen and (max-width: 1200px) {
  .header-button01 a {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header-button02 {
    width: 90%;
    margin: 0 auto;
  }
}
.header-button02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 80px;
  padding: 0 16px;
  background: linear-gradient(#1e3e77 0%, #31589e 50.21%, #4472c4 100%);
  line-height: 1;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}
.header-button02 a:hover {
  opacity: 0.8;
}
.header-button02 a img {
  padding: 2px 8px 0 0;
}
@media screen and (max-width: 1200px) {
  .header-button02 a {
    width: 100%;
    padding: 0;
  }
}

#header h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0 0 0 2%;
  line-height: 1;
  white-space: nowrap;
}

#header h1 a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  #header h1 {
    position: absolute;
    top: 8px;
    left: 20px;
    padding: 0;
  }
}
/*ナビゲーション*/
#g-nav-list {
  display: flex;
  align-items: center;
}

#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  width: 90%;
  margin: 0 auto 0 30px;
}

#g-nav ul ul {
  width: 100%;
  margin: 0;
}

/*ナビゲーションを横並びに*/
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 35px;
  transition: all 0.3s;
}

nav ul li li a {
  padding: 10px 35px;
}

@media screen and (max-width: 1200px) {
  nav ul li a {
    padding: 20px;
  }
  nav ul li li a {
    padding: 10px 20px;
  }
}
nav ul li a:hover {
  opacity: 0.8;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  transform: rotate(135deg);
}

@media screen and (max-width: 1200px) {
  nav ul li.has-child::before {
    left: 0;
  }
}
/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: rgba(255, 255, 255, 0.2);
}

/*==960px以下の形状*/
@media screen and (max-width: 1200px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav #g-nav-list ul li a {
    display: block;
    border-top: solid 1px #1E3E77;
    padding: 16px 0;
  }
  nav #g-nav-list ul li:last-of-type a {
    border-bottom: solid 1px #1E3E77;
  }
  /*矢印の位置と向き*/
  nav ul li.has-child::before {
    left: 20px;
  }
  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
}
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -300%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.6s;
  }
  #g-nav-list {
    flex-direction: column;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    width: 90%;
    margin: 100px auto 0 auto;
  }
  #g-nav ul ul {
    width: 100%;
    margin: 0;
  }
  /*プルダウンナビのCSS*/
  #g-nav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
    transform: none;
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    text-decoration: none;
    padding: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
.g-nav-openbtn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .g-nav-openbtn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 64px;
    height: 64px;
    background: linear-gradient(#1e3e77 0%, #31589e 50.21%, #4472c4 100%);
  }
  /*ボタン内側*/
  .g-nav-openbtn .openbtn-area {
    transition: all 0.4s;
  }
  .g-nav-openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 16px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 32px;
  }
  .g-nav-openbtn span:nth-of-type(1) {
    top: 20px;
  }
  .g-nav-openbtn span:nth-of-type(2) {
    top: 32px;
  }
  .g-nav-openbtn span:nth-of-type(3) {
    top: 44px;
  }
  /*activeクラスが付与されると
  線と周りのエリアが回転して×になる*/
  .g-nav-openbtn.active .openbtn-area {
    transform: rotateY(-360deg);
  }
  .g-nav-openbtn.active span:nth-of-type(1) {
    top: 26px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
  }
  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-nav-openbtn.active span:nth-of-type(3) {
    top: 38px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
  }
}
/* vidualarea */
#slider {
  /* width: 100%;
  min-height: 100vh;
  height: auto; */
  position: absolute;
  inset: 0; /* top:0; left:0; right:0; bottom:0 と同じ */
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 80px); /* ヘッダーの高さを引く */
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #slider {
    min-height: calc(100vh - 64px); /* ヘッダーの高さを引く */
  }
}

#vidual-area {
  position: relative;
  min-height: 100vh;
  height: auto;
}

body.appear #vidual-area::after {
  content: "";
  background: #960021;
  width: 0;
  height: 12%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation-name: vidualbgRLextendAnime;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
}

@keyframes vidualbgRLextendAnime {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
#vidual-area #slider-area {
  /* position: absolute; */
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1; /*最背面へ*/
  min-height: 100%;
  height: auto;
}

.visual-contents {
  position: relative;
  color: #fff;
  z-index: 1;
}

.visual-title01 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 150px 0 20px 40px;
  /* position: absolute;
  top: 28%;
  left: 5%; */
}
@media screen and (max-width: 984px) {
  .visual-title01 {
    font-size: 2rem;
    padding: 100px 0 20px 20px;
  }
}

.en .visual-title01 {
  line-height: 1.2;
}

.visual-title02 {
  color: #fff;
  line-height: 1;
  padding: 0 0 60px 40px;
}
@media screen and (max-width: 984px) {
  .visual-title02 {
    padding: 0 0 40px 20px;
  }
}
.visual-title02 span:first-of-type {
  display: block;
  font-size: 10rem;
  font-weight: bold;
}
@media screen and (max-width: 984px) {
  .visual-title02 span:first-of-type {
    font-size: 12.2667vw;
  }
}
.visual-title02 span:last-of-type {
  display: block;
  font-size: 7.2rem;
  font-weight: bold;
}
@media screen and (max-width: 984px) {
  .visual-title02 span:last-of-type {
    font-size: 8.5333vw;
  }
}
@media screen and (max-width: 984px) {
  .visual-title02 {
    left: 2%;
  }
}

.visual-text01 {
  padding: 0 0 40px 40px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555;
}
@media screen and (max-width: 984px) {
  .visual-text01 {
    width: 95%;
    padding: 0 0 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .visual-text01 {
    font-size: 4.6vw;
  }
}

/* lead-section */
.lead-contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  .lead-contents {
    flex-direction: column;
    align-items: center;
  }
}

.lead-left-contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lead-left-contents {
    width: 100%;
    text-align: center;
  }
}
.lead-left-contents .lead-title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#1e3e77 0%, #31589e 50.21%, #4472c4 100%);
  margin-bottom: 40px;
  padding: 8px 16px;
}
@media screen and (max-width: 1080px) {
  .lead-left-contents .lead-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.lead-left-contents .lead-txt {
  line-height: 1.78125;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .lead-left-contents .lead-txt {
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.lead-left-contents .lead-txt span {
  font-size: 3.2rem;
  font-weight: 500;
  background: linear-gradient(transparent 75%, #FFAE00 75%);
}
@media screen and (max-width: 1080px) {
  .lead-left-contents .lead-txt span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 400px) {
  .lead-left-contents .lead-txt span {
    font-size: 2.4rem;
  }
}

.lead-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lead-image {
    width: 100%;
  }
}

/* about-thai-section */
#about-thai {
  background-image: url(../images/background-pc01.webp);
  background-color: rgba(255, 255, 255, 0.93);
  background-blend-mode: lighten;
}

.title01 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #4472c4;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .title01 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}

.title03 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #4472c4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .title03 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.about-thai-txt {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1080px) {
  .about-thai-txt {
    margin-bottom: 20px;
  }
}

.about-thai-image {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* our-reason-section */
.title02 {
  text-align: center;
}
.title02 h2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #FFAE00;
  margin-bottom: 48px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .title02 h2 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

.our-reason-contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
  justify-content: center;
  grid-gap: 48px 48px;
  margin-bottom: 80px;
}
@media screen and (max-width: 368px) {
  .our-reason-contents {
    grid-template-columns: 1fr;
  }
}

.our-reason {
  text-align: center;
}

.our-reason-text {
  position: relative;
  width: 100%;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#1e3e77 0%, #31589e 50.21%, #4472c4 100%);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px 20px;
}
@media screen and (max-width: 1080px) {
  .our-reason-text {
    font-size: 1.6rem;
    height: auto;
    padding: 12px 16px;
  }
}
.our-reason-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #4472c4;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.leader-contents {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .leader-contents {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.leader-image-contents {
  position: relative;
  max-width: 320px;
}
.leader-image-contents .leader-name {
  position: absolute;
  width: 100%;
  height: 66px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFAE00;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 66px;
  padding: 0 8px;
}
@media screen and (max-width: 1080px) {
  .leader-image-contents .leader-name {
    font-size: 1.6rem;
    height: 56px;
    line-height: 56px;
  }
}

.leader-text {
  width: calc(100% - 320px - 40px);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .leader-text {
    width: 100%;
  }
}

/* service-section */
#service {
  background-color: #FCFBFE;
}

.service-contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
  justify-content: center;
  grid-gap: 40px 24px;
  margin-bottom: 62px;
}
@media screen and (max-width: 384px) {
  .service-contents {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1224px) {
  .service-item {
    text-align: center;
  }
}

.service-image {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .service-image {
    margin-bottom: 8px;
  }
}

.service-text {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1E3E77;
  line-height: 1.2;
  border-bottom: solid 2px #1E3E77;
  padding-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .service-text {
    font-size: 2rem;
  }
}

.service-factory-image {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* product-section */
.product-contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
  justify-content: center;
  gap: 40px 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 384px) {
  .product-contents {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1224px) {
  .product-item {
    text-align: center;
  }
}

.product-image {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .product-image {
    margin-bottom: 8px;
  }
}

.product-name {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1E3E77;
  line-height: 1.2;
  border-bottom: solid 2px #1E3E77;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .product-name {
    font-size: 2rem;
  }
}

.product-text {
  display: none;
}

/* cta-contact01 */
.cta-contact01 {
  background-image: url(../images/background-pc02.webp);
  background-size: cover;
  background-position: center bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1080px) {
  .cta-contact01 {
    padding: 40px 0;
  }
}

.cta-contact01-text {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .cta-contact01-text {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}

.button01 a {
  display: block;
  cursor: pointer;
  position: relative;
  width: 560px;
  height: 77px;
  padding: 1rem 3rem;
  background: linear-gradient(to top right, #47b7ab 0%, #4472c4 100%);
  transition: 0.3s;
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 77px;
  overflow: hidden;
  border: solid 1px #fff;
  margin: 0 auto;
}
.button01 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button01 a:hover {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .button01 a {
    font-size: 2.2rem;
    height: 64px;
    line-height: 64px;
    width: 60%;
    max-width: 400px;
  }
  .button01 a::after {
    width: 40px;
    height: 40px;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .button01 a {
    height: 50px;
    line-height: 50px;
  }
  .button01 a::after {
    width: 32px;
    height: 32px;
  }
}

.button01 a::before {
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
  content: "";
}

.button01 a:hover::before {
  animation: flash 0.75s;
}

@keyframes flash {
  100% {
    left: 120%;
  }
}
/* facility-section */
#facility {
  background-color: #FCFBFE;
}

.facility-contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(282px, 1fr));
  gap: 40px 24px;
}
@media screen and (max-width: 282px) {
  .facility-contents {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1224px) {
  .facility-item {
    text-align: center;
  }
}

.facility-image {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .facility-image {
    margin-bottom: 8px;
  }
}

.facility-name {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #1E3E77;
  border-bottom: solid 2px #1E3E77;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .facility-name {
    font-size: 1.8rem;
  }
}

.facility-text {
  font-size: 1.8rem;
  line-height: 1.5555;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .facility-text {
    font-size: 1.6rem;
  }
}

/* about-section */
#about .title03 {
  text-transform: uppercase;
}

.about-contents {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.about-contents dl {
  width: 50%;
}
.about-contents .about-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-contents {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about-contents dl, .about-contents .about-image {
    width: 100%;
  }
}

.company-profile {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.company-profile dt {
  width: 128px;
  font-weight: 500;
  padding-left: 8px;
}
.company-profile dd {
  width: calc(100% - 128px);
}
.company-profile dt, .company-profile dd {
  border-bottom: solid 1px #1E3E77;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 1080px) {
  .company-profile dt, .company-profile dd {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.company-profile dt:first-child, .company-profile dd:nth-child(2) {
  border-top: solid 1px #1E3E77;
}
.company-profile address {
  font-style: normal;
}

@media (min-width: 769px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media (max-width: 768px) {
  .tel-link {
    pointer-events: auto;
  }
}

.map-outer {
  position: relative;
  width: 100%;
  height: 240px;
}
.map-outer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* faq section */
#faq {
  background-color: #FCFBFE;
}

.faq-contents {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-contents dl {
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
  padding: 20px 40px;
}
@media screen and (max-width: 1080px) {
  .faq-contents dl {
    padding: 16px 24px;
  }
}
.faq-contents dt, .faq-contents dd {
  display: flex;
}
.faq-contents dt {
  background-image: linear-gradient(to right, #1E3E77 4px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
}
.faq-contents dt .q-mark {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-color: #4472c4;
  border-radius: 50%;
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  .faq-contents dt .q-mark {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.8rem;
    margin-right: 12px;
  }
}
.faq-contents dd {
  margin-top: 16px;
}
.faq-contents dd .a-mark {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  color: #4472c4;
  text-align: center;
  font-weight: 500;
  border: solid 1px #4472c4;
  border-radius: 50%;
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  .faq-contents dd .a-mark {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.8rem;
    margin-right: 12px;
  }
}
.faq-contents .q-text {
  width: calc(100% - 64px);
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 4px;
}
@media screen and (max-width: 1080px) {
  .faq-contents .q-text {
    width: calc(100% - 48px);
    font-size: 1.6rem;
  }
}
.faq-contents .a-text {
  width: calc(100% - 64px);
  padding-top: 4px;
}
@media screen and (max-width: 1080px) {
  .faq-contents .a-text {
    width: calc(100% - 48px);
    font-size: 1.6rem;
  }
}

/* cta-contact02 */
.cta-contact02 {
  background-image: url(../images/background-pc03.webp);
  background-size: cover;
  background-position: center bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1080px) {
  .cta-contact02 {
    padding: 40px 0;
  }
}

.cta-contact02-text {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .cta-contact02-text {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 420px) {
  .cta-contact02-text {
    font-size: 2rem;
  }
}

.cta-contact02-tel-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .cta-contact02-tel-contents {
    margin-bottom: 20px;
  }
}
.cta-contact02-tel-contents img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.cta-contact02-tel-contents a {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  margin-right: 48px;
}
@media screen and (max-width: 1080px) {
  .cta-contact02-tel-contents a {
    font-size: 2.8rem;
    margin-right: 24px;
  }
}
.cta-contact02-tel-contents p {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .cta-contact02-tel-contents p {
    font-size: 1.5rem;
  }
}

.cta-contact02 .button01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .cta-contact02 .button01 {
    margin-bottom: 20px;
  }
}

.cta-attention {
  display: block;
  max-width: 1000px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 1080px) {
  .cta-attention {
    padding: 16px 24px;
  }
}

/* footer */
.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 12px;
}
@media screen and (max-width: 1080px) {
  .footer-inner {
    padding: 40px 12px;
  }
}

.footer-contents {
  display: flex;
  justify-content: center;
  gap: 180px;
}
@media screen and (max-width: 768px) {
  .footer-contents {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.footer-company-name {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.footer-company-name .footer-logo-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.footer-company-name p {
  font-size: 2rem;
  font-weight: 500;
  color: #4472c4;
}
@media screen and (max-width: 1080px) {
  .footer-company-name p {
    font-size: 1.8rem;
  }
}

.footer-address {
  font-style: normal;
  margin-bottom: 24px;
}

.footer-tel {
  display: flex;
  align-items: center;
}
.footer-tel img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.footer-tel a {
  font-weight: 500;
  margin-right: 8px;
}
.footer-tel p {
  font-weight: 500;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    gap: 12px 8px;
  }
}
.footer-nav a {
  font-weight: bold;
}

.copyright {
  text-align: center;
  padding: 10px 0;
  background-color: #1E3E77;
}
.copyright small {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  .copyright small {
    font-size: 1.2rem;
  }
}

/* go-to-page-top-button */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #47B7AB;
  background-color: #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

#page-top span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #47B7AB;
  border-left: 1px solid #47B7AB;
  transform: rotate(45deg);
  margin: 8px 0 0 0;
}

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
.hide-btn {
  display: none;
}

/* 初期状態では非表示 */
.hidden-element {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

/* 表示状態にする際のクラス */
.show-element {
  opacity: 1;
}

/* プライバシーポリシーページ */
#privacy {
  padding: 40px 0 80px;
}
@media screen and (max-width: 1080px) {
  #privacy {
    padding: 20px 0 40px;
  }
}

.page-hero {
  background: linear-gradient(#1e3e77 0%, #31589e 50.21%, #4472c4 100%);
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
}
@media screen and (max-width: 1080px) {
  .page-hero {
    height: 200px;
    padding-top: 100px;
  }
}

.page-hero-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .page-hero-title {
    font-size: 2rem;
  }
}

/* breadcrumb */
.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 48px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  .breadcrumb-inner {
    font-size: 1.2rem;
  }
}

#privacy .inner {
  max-width: 1024px;
}

.privacy-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .privacy-title {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}

.privacy-lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .privacy-lead {
    margin-bottom: 20px;
  }
}

.privacy-company {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .privacy-company {
    margin-bottom: 20px;
  }
}
.privacy-company dt {
  width: 70px;
}
.privacy-company dd {
  width: calc(100% - 70px);
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .privacy-company dd {
    margin-bottom: 8px;
  }
}

.privacy-list li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.privacy-list li::before {
  content: "・";
  margin: 0 0.5em 0 0;
}

.privacy-link {
  display: block;
  word-wrap: break-word;
}

/* 英語版追記 */
.en #g-nav li a {
  font-size: 1.4rem;
  line-height: 1.2;
}

.en .title02 h2 {
  text-transform: uppercase;
}

.en .leader-text {
  text-transform: initial;
}

.en .leader-image-contents .leader-name {
  text-transform: initial;
  line-height: 1.2;
  padding: 14px 8px;
}
@media screen and (max-width: 1080px) {
  .en .leader-image-contents .leader-name {
    padding: 10px 8px;
  }
}

.en .company-profile dt {
  width: 180px;
}

.en .company-profile dd {
  width: calc(100% - 180px);
}

.en .privacy-company dt {
  width: 150px;
}/*# sourceMappingURL=style.css.map */