@charset "UTF-8";
@font-face {
  font-family: "Instrument Sans";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  src: url("../fonts/Instrument_Sans/InstrumentSans-VariableFont_wdth,wght.ttf"); /* 使用したい欧文フォント */
}
@font-face {
  font-family: "EnglishFont";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  src: url("../fonts/Instrument_Sans/InstrumentSans-VariableFont_wdth,wght.ttf"); /* 使用したい欧文フォント */
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039; /* A-Z, a-z の範囲 */
}
/*
書き方
@include en-font(); //デフォルト
@include en-font(700, 100); //指定
*/
/*
書き方
@include mq("max-1100") {
}
*/
/* common */
.content_wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 65px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section_bg_gray {
  background-color: rgb(242, 242, 242);
}

.section_bg_gray2 {
  background-color: rgb(202, 202, 202);
}

.content_wrap_padding {
  padding-top: 42px;
  padding-bottom: 28px;
}

.content_wrap_padding_l {
  padding-top: 80px;
  padding-bottom: 70px;
}

.white_box_wrap {
  width: 100%;
  background-color: #fff;
  margin: 0 auto 48px;
  padding: 64px 64px 64px;
  box-sizing: border-box;
}

.cnt_h1_wrap {
  width: 100%;
  margin-top: 90px;
  height: 257px;
  background: url(../../images/cnt_h1_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  display: grid;
  place-items: center;
}
.cnt_h1_wrap .title {
  text-align: center;
}
.cnt_h1_wrap .title h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 4.5px;
  margin-bottom: 12px;
}
.cnt_h1_wrap .title h1 span {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-weight: 400;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.h2_blue, .h2_blue_l {
  color: rgb(0, 92, 169);
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
.h2_blue span, .h2_blue_l span {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 100;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 15px;
  letter-spacing: 0;
}

.h2_blue_l {
  font-size: 2.8rem;
  letter-spacing: 3px;
  -webkit-text-stroke: 0.5px rgb(0, 92, 169);
  text-stroke: 0.5px rgb(0, 92, 169);
  margin-bottom: 40px;
}
.h2_blue_l span {
  font-size: 1.6rem;
  -webkit-text-stroke: 0px rgb(0, 92, 169);
  text-stroke: 0px rgb(0, 92, 169);
}

.h2_black, .h2_black_center_l, .h2_black_center {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: 2.5px;
  -webkit-text-stroke: 0.5px #000;
  text-stroke: 0.5px #000;
}
.h2_black span, .h2_black_center_l span, .h2_black_center span {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 100;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 18px;
  letter-spacing: 0;
  -webkit-text-stroke: 0px rgb(0, 92, 169);
  text-stroke: 0px rgb(0, 92, 169);
}

.h2_black_center {
  text-align: center;
}

.h2_black_center_l {
  text-align: center;
  font-size: 3.2rem;
  -webkit-text-stroke: 0px #000;
  text-stroke: 0px #000;
  letter-spacing: 4px;
  margin-bottom: 45px;
}
.h2_black_center_l span {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-weight: 400;
  font-size: 2rem;
  color: rgb(115, 115, 115);
  padding-top: 25px;
}

.h3_text, .h3_text_en {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.h3_text_en {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-weight: 600;
  letter-spacing: 0;
}

.en_font {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
}

.en_text {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  line-height: 130%;
  letter-spacing: 0px !important;
}

.cnt_col2_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.cnt_col2_wrap > div {
  width: 48%;
}
.cnt_col2_wrap > div.en {
  color: rgb(115, 115, 115);
}
.cnt_col2_wrap > div.en h2 {
  padding-top: 27px;
}

.cnt_col2_wrap_gray_box > div {
  background-color: rgb(242, 242, 242);
  padding: 30px 25px 15px;
  box-sizing: border-box;
  margin: 10px 0 20px;
}

.btn_wrap {
  position: relative;
  min-width: 297px;
}
.btn_wrap a {
  position: relative;
  display: block;
  width: 100%;
  padding: 19px 10px 19px;
  box-sizing: border-box;
  background-color: rgb(28, 28, 28);
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 1.5px;
  transition: all 0.22s ease-in 0s;
}
.btn_wrap a span {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: rgb(202, 202, 202);
  padding-left: 11px;
  padding-right: 35px;
}
.btn_wrap a span i {
  position: absolute;
  right: -7px;
  top: -9px;
  width: 30px;
  height: 35px;
  overflow: hidden;
}
.btn_wrap a span i:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 14px;
  left: 0;
}
.btn_wrap a span i:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  top: 16px;
  right: 7px;
  background: url(../../images/arrow01_white.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.btn_wrap a:hover {
  background-color: #8B8B8B;
}
.btn_wrap a:hover span i:before {
  -webkit-animation: arrow_anime 0.8s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: arrow_anime 0.8s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

@-webkit-keyframes arrow_anime {
  0% {
    right: 7px;
    opacity: 1;
  }
  50% {
    right: -15px;
    opacity: 1;
  }
  50.3% {
    right: -15px;
    opacity: 0;
  }
  50.6% {
    right: 20px;
    opacity: 0;
  }
  51% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 7px;
    opacity: 1;
  }
}

@keyframes arrow_anime {
  0% {
    right: 7px;
    opacity: 1;
  }
  50% {
    right: -15px;
    opacity: 1;
  }
  50.3% {
    right: -15px;
    opacity: 0;
  }
  50.6% {
    right: 20px;
    opacity: 0;
  }
  51% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 7px;
    opacity: 1;
  }
}
.btn_wrap_297px {
  width: 297px;
  margin: 0 auto;
}

table.table01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
table.table01 th, table.table01 td {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.5px;
  vertical-align: top;
}
table.table01 th {
  position: relative;
  text-align: left;
  padding: 16px 30px;
  border-bottom: 1px solid rgb(19, 64, 108);
  box-sizing: border-box;
}
table.table01 th:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(19, 64, 108);
}
table.table01 td {
  padding: 16px 30px;
  border-bottom: 1px solid rgb(19, 64, 108);
  box-sizing: border-box;
}

table.form_table {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
table.form_table th {
  font-size: 1.5rem;
  vertical-align: middle;
  border: none;
}
table.form_table th::after {
  display: none;
}
table.form_table td {
  border: none;
}

ul.disc, ul.disc_en {
  margin-bottom: 15px;
  margin-left: 15px;
  position: relative;
}
ul.disc > li, ul.disc_en > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 150%;
}
ul.disc > li:before, ul.disc_en > li:before {
  content: "•";
  left: -18px;
  top: 0;
  width: 0;
  position: absolute;
  display: inline-block;
}

ul.disc_en > li {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-weight: 400;
  margin-bottom: 0px;
}
ul.disc_en > li:before {
  color: #000;
}

ol.decimal {
  margin-bottom: 30px;
  margin-left: 30px;
  list-style-type: decimal;
  position: relative;
}
ol.decimal li {
  margin-bottom: 10px;
  line-height: 150%;
}

.attention {
  font-size: 1.2rem;
  color: rgb(115, 115, 115);
}

.img_animetion_wrap {
  position: relative;
  overflow: hidden;
}
.img_animetion_wrap .img_animetion {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.img_animetion_wrap .img_animetion img {
  width: 100%;
  height: auto;
}
.img_animetion_wrap img {
  position: relative;
  z-index: 1;
}

.img_animetion_Anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: img_animetion_Anime;
  animation-name: img_animetion_Anime;
  visibility: visible !important;
}

@-webkit-keyframes img_animetion_Anime {
  0% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: -400%;
  }
}
@keyframes img_animetion_Anime {
  0% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: -400%;
  }
}
/* common */
/* header navi */
#toppage header.toppage {
  transform: translateY(-90px);
}

.hideClass {
  transform: translateY(-90px);
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
header.line {
  border-bottom: 1px solid #F2F2F2;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 25px 40px 26px;
  box-sizing: border-box;
}
header .wrap .logo {
  width: 200px;
}
header .wrap .logo img {
  width: 100%;
  height: auto;
}
header .wrap .navi_wrap {
  position: relative;
  padding-top: 2px;
  padding-right: 8px;
}
header .wrap .navi_wrap ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0 48px;
}
header .wrap .navi_wrap ul li {
  text-align: center;
}
header .wrap .navi_wrap ul li a {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
header .wrap .navi_wrap ul li a span {
  display: block;
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 3px;
  letter-spacing: 0;
  transition: all 0.12s ease-in 0s;
}
header .wrap .navi_wrap ul li a:hover {
  color: rgb(0, 92, 169);
}
header .wrap .navi_wrap ul li a:hover span {
  opacity: 0.7;
  color: rgb(0, 92, 169);
}

.globalMenuSp {
  display: none;
}

/* header */
.toppage_header {
  width: 100%;
  height: 747px;
  background: url(../../images/main_pic01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.toppage_header .wrap {
  position: relative;
  width: 100%;
  height: 747px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.toppage_header .wrap .logo {
  padding: 48px 0 0 30px;
  width: 287px;
}
.toppage_header .wrap .logo img {
  width: 100%;
  height: auto;
}
.toppage_header .wrap .top_navi_wrap {
  margin: 43px 0 0 30px;
}
.toppage_header .wrap .top_navi_wrap ul {
  width: 180px;
}
.toppage_header .wrap .top_navi_wrap ul li {
  position: relative;
  margin-bottom: 17px;
  overflow: hidden;
  cursor: pointer;
}
.toppage_header .wrap .top_navi_wrap ul li a {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
.toppage_header .wrap .top_navi_wrap ul li a span {
  position: relative;
  top: -1px;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.15rem;
  padding-left: 23px;
}
.toppage_header .wrap .top_navi_wrap ul li a span:before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  left: 8px;
  top: 6px;
}
.toppage_header .wrap .top_navi_wrap ul li a:hover {
  opacity: 0.7;
}
.toppage_header .wrap .text_wrap {
  position: absolute;
  right: 5%;
  bottom: 95px;
  margin: 0 auto;
  min-width: 390px;
  width: 35%;
}
.toppage_header .wrap .text_wrap h1 {
  position: relative;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
  margin-bottom: 9px;
}
.toppage_header .wrap .text_wrap h1 span {
  position: relative;
  display: block;
  overflow: hidden;
}
.toppage_header .wrap .text_wrap h1 span i {
  position: relative;
  left: 0;
  bottom: -40px;
  font-style: normal;
}
.toppage_header .wrap .text_wrap p {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.7rem;
  color: rgb(202, 202, 202);
  line-height: 130%;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.toppage_header .wrap .text_wrap p span {
  position: relative;
  display: block;
  overflow: hidden;
}
.toppage_header .wrap .text_wrap p span i {
  position: relative;
  left: 0;
  bottom: -20px;
  font-style: normal;
}
.toppage_header .wrap .text_wrap .btn_wrap {
  width: 78%;
  min-width: 297px;
  max-width: 400px;
}
.toppage_header .wrap .text_wrap .btn_wrap a {
  background-color: rgb(19, 64, 108);
  letter-spacing: 1.5px;
}
.toppage_header .wrap .text_wrap .btn_wrap a:hover {
  background-color: rgb(0, 92, 169);
}

.fuwat_s_kv {
  visibility: hidden;
}

.t1_anime, .t2_anime, .t3_anime, .t4_anime, .t5_anime {
  visibility: hidden;
}

.kv_title_animetion_1 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: kv_title_animetion;
  animation-name: kv_title_animetion;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  visibility: visible !important;
}

@-webkit-keyframes kv_title_animetion {
  0% {
    opacity: 1;
    bottom: -40px;
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    bottom: 0px;
    filter: blur(0px);
  }
}
@keyframes kv_title_animetion {
  0% {
    opacity: 1;
    bottom: -40px;
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    bottom: 0px;
    filter: blur(0px);
  }
}
.kv_navi_animetion_on {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: kv_navi_animetion_on;
  animation-name: kv_navi_animetion_on;
  visibility: visible !important;
}

@-webkit-keyframes kv_navi_animetion_on {
  0% {
    opacity: 1;
    top: 0px;
  }
  50% {
    opacity: 1;
    top: -1.2em;
  }
  50.3% {
    opacity: 0;
    top: -1.2em;
  }
  50.6% {
    opacity: 0;
    top: 1.2em;
  }
  51% {
    opacity: 1;
    top: 1.2em;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes kv_navi_animetion_on {
  0% {
    opacity: 1;
    top: 0px;
  }
  50% {
    opacity: 1;
    top: -1.2em;
  }
  50.3% {
    opacity: 0;
    top: -1.2em;
  }
  50.6% {
    opacity: 0;
    top: 1.2em;
  }
  51% {
    opacity: 1;
    top: 1.2em;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.kv_navi_animetion_off {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: kv_navi_animetion_off;
  animation-name: kv_navi_animetion_off;
  visibility: visible !important;
}

@-webkit-keyframes kv_navi_animetion_off {
  0% {
    opacity: 1;
    top: 0px;
  }
  50% {
    opacity: 1;
    top: 1.2em;
  }
  50.3% {
    opacity: 0;
    top: 1.2em;
  }
  50.6% {
    opacity: 0;
    top: -1.2em;
  }
  51% {
    opacity: 1;
    top: -1.2em;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes kv_navi_animetion_off {
  0% {
    opacity: 1;
    top: 0px;
  }
  50% {
    opacity: 1;
    top: 1.2em;
  }
  50.3% {
    opacity: 0;
    top: 1.2em;
  }
  50.6% {
    opacity: 0;
    top: -1.2em;
  }
  51% {
    opacity: 1;
    top: -1.2em;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.h2_top {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.h2_top_en {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 100;
  color: rgb(115, 115, 115);
  font-weight: 500;
  font-size: 2rem;
  line-height: 160%;
  margin-bottom: 12px;
}

.top_box01 {
  padding: 100px 0 95px;
  box-sizing: border-box;
}
.top_box01 .content_wrap {
  padding: 0;
}
.top_box01 .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.top_box01 .wrap .text {
  width: 45%;
  padding: 60px 0 0 80px;
  box-sizing: border-box;
}
.top_box01 .wrap .text .btn_wrap {
  width: 297px;
}
.top_box01 .wrap .img {
  width: 48%;
}
.top_box01 .wrap .img img {
  width: 100%;
  height: auto;
}

.top_box02 .content_wrap {
  padding-top: 80px;
  padding-bottom: 75px;
}
.top_box02 .btn_wrap {
  width: 297px;
  margin: 0 auto;
}
.top_box02 .bottom_padding {
  padding-bottom: 96px;
}
.top_box02 .center_img {
  position: relative;
  width: 100%;
  height: 450px;
  background: url(../../images/top_box02_pic01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  place-items: center;
}
.top_box02 .center_img .text h2 {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1px;
}
.top_box02 .center_img .text h2 span {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(202, 202, 202);
  font-weight: 400;
  font-size: 2rem;
  line-height: 160%;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.top_box02 .bottom_img {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../../images/top_box02_pic02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  place-items: center;
}

/* company */
.about_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex-flow: row-reverse;
  padding: 20px 0 40px;
}
.about_box01 .img {
  width: 48%;
}
.about_box01 .img img {
  width: 100%;
  height: auto;
}
.about_box01 .text {
  width: 45.5%;
}

.about_box02 {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../../images/company_pic02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  place-items: center;
}

dl.company_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 6px;
  padding: 22px 24px 17px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
dl.company_list dt {
  position: relative;
  width: 190px;
}
dl.company_list dt p {
  margin: 0 0 3px;
}
dl.company_list dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  right: 0;
  width: 1px;
  height: 37px;
  background-color: rgb(230, 230, 230);
}
dl.company_list dd {
  width: calc(100% - 190px);
  padding-left: 40px;
  box-sizing: border-box;
}
dl.company_list dd p {
  margin: 0 0 5px;
}

/* company */
/* product */
#product_link {
  position: relative;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
#product_link .content_wrap {
  position: relative;
  background-color: rgb(202, 202, 202);
  padding: 0;
  width: 100%;
  max-width: inherit;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
#product_link.product_link_fixed {
  padding-top: 99px;
}
#product_link.product_link_fixed .content_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}
#product_link.product_link_fixed.plus_top .content_wrap {
  top: 89px;
}

ul.product_link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: 0 6px;
  padding: 12px 65px;
  box-sizing: border-box;
}
ul.product_link_list li {
  flex: 1;
}
ul.product_link_list li a {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 75px;
  background-color: rgb(167, 167, 167);
  border-radius: 4px;
}
ul.product_link_list li a span {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
}
ul.product_link_list li a span i {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.1rem;
  font-style: normal;
  padding-top: 3px;
}
ul.product_link_list li a:hover {
  background-color: rgb(0, 92, 169);
}
ul.product_link_list li a.active {
  background-color: rgb(0, 92, 169);
}

ul.product_list {
  margin-bottom: 60px;
}
ul.product_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 6px;
  padding: 28px 24px;
  box-sizing: border-box;
}
ul.product_list li .img {
  width: 45.2%;
  overflow: hidden;
}
ul.product_list li .img .thumbnail {
  margin-top: 6px;
  /*
  .slick-track {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }*/
}
ul.product_list li .img .thumbnail .slick-slide {
  margin: 0 6px 0 0;
}
ul.product_list li .img .thumbnail .slick-slide img {
  opacity: 0.4 !important;
  transition: all 0.12s ease-in 0s;
}
ul.product_list li .img .thumbnail .slick-slide.slick-current img {
  opacity: 1 !important;
}
ul.product_list li .img .thumbnail .slick-list {
  margin: 0 -4px 0 0;
}
ul.product_list li .img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
ul.product_list li .text {
  width: 54.8%;
  box-sizing: border-box;
  padding-left: 40px;
}
ul.product_list li h3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 10px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 130%;
}
ul.product_list li h3 span {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
ul.product_list li p {
  margin-bottom: 10px;
}
ul.product_list li .box {
  width: 100%;
  background-color: rgb(246, 246, 246);
  margin-top: 20px;
  /*
  .title {
    width: 100%;
    background-color: rgba(231, 231, 231, 1);
    padding: 10px 12px;
    box-sizing: border-box;
    span {
      @include en-font(400,100);
      color: $color_gray2;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0;
      padding-left: 15px;
    }
  }
  */
}
ul.product_list li .box .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px 12px;
  box-sizing: border-box;
}
ul.product_list li .box .text p {
  width: 48%;
  color: rgb(115, 115, 115);
  font-size: 1.3rem;
  margin-bottom: 0;
}
ul.product_list li .box .text p:last-child {
  margin-bottom: 0;
}
ul.product_list li .slick-arrow {
  z-index: 99;
  transition: all 0.12s ease-in 0s;
}
ul.product_list li .slick-arrow:hover {
  opacity: 0.6;
}
ul.product_list li .slick-arrow::before, ul.product_list li .slick-arrow::after {
  display: block;
  content: "" !important;
  width: 10px !important;
  height: 2px !important;
  border-radius: 9999px !important;
  background-color: rgb(115, 115, 115) !important;
  transform-origin: calc(100% - 2px) 50% !important;
  opacity: 1 !important;
}
ul.product_list li .slick-arrow::before {
  transform: rotate(45deg);
}
ul.product_list li .slick-arrow::after {
  transform: rotate(-45deg);
}
ul.product_list li .slick-next {
  right: 5px !important;
}
ul.product_list li .slick-prev {
  left: 5px !important;
  top: 48%;
  transform: rotate(-180deg);
}
ul.product_list li .thumbnail .slick-prev {
  top: 39%;
}
ul.product_list li .thumbnail_slide_off {
  width: calc(100% + 10px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

/* product */
/* privacy */
.privacy_wrap {
  position: relative;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 25px;
}
.privacy_wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -250%;
  width: 500%;
  height: 1px;
  background-color: rgb(230, 230, 230);
}

.privacy_bottom_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 35px;
  background-color: rgb(242, 242, 242);
  padding: 60px 0 45px;
}

/* privacy */
/* contact */
.form_wrap {
  padding-top: 50px;
  padding-bottom: 100px;
}

ul.form_flow {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 16px;
  margin-bottom: 48px;
}
ul.form_flow li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 10px;
  align-items: center;
  width: 33%;
  max-width: 269px;
  background-color: rgb(202, 202, 202);
  border-radius: 30px;
  color: #fff;
  padding: 6px 10px 6px 6px;
  box-sizing: border-box;
}
ul.form_flow li .no {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgb(167, 167, 167);
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
}
ul.form_flow li .t1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
ul.form_flow li .t1 span {
  position: relative;
  top: -1px;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
ul.form_flow li.on {
  background-color: rgb(0, 92, 169);
}
ul.form_flow li.on .no {
  background-color: rgb(4, 75, 134);
}

dl.form_list dt {
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
dl.form_list dt span {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-weight: 400;
  padding-left: 20px;
}
dl.form_list dt i {
  color: rgb(255, 94, 0);
  font-style: normal;
}
dl.form_list dd {
  width: 100%;
  margin-bottom: 32px;
}

.form_list_confirm {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form_list_confirm dt {
  width: 300px;
  font-size: 1.6rem;
  border-bottom: 1px solid rgb(230, 230, 230);
  margin-bottom: 20px;
}
.form_list_confirm dt span {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-weight: 400;
  padding-left: 20px;
  letter-spacing: 0;
}
.form_list_confirm dt:last-of-type {
  border: none;
  margin-bottom: 0;
}
.form_list_confirm dd {
  width: calc(100% - 300px);
  border-bottom: 1px solid rgb(230, 230, 230);
  margin-bottom: 20px;
}
.form_list_confirm dd:last-of-type {
  border: none;
  margin-bottom: 0;
}

.qa_wrap {
  padding-top: 100px;
  padding-bottom: 80px;
}

dl.qa_list {
  width: 100%;
  margin: 0 0 12px;
  background-color: #f5f5f5;
  border-radius: 32px;
}
dl.qa_list dt {
  position: relative;
  width: 100%;
  padding: 20px 50px 0px 30px;
  box-sizing: border-box;
  border-radius: 32px 32px 0 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 0.12s ease-in 0s;
}
dl.qa_list dt .no {
  width: 35px;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(0, 92, 169);
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
}
dl.qa_list dt .text {
  flex: 1;
  line-height: 150%;
  letter-spacing: 0.5px;
}
dl.qa_list dt .text span {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-weight: 400;
  opacity: 0.7;
  padding-left: 20px;
}
dl.qa_list dt::before, dl.qa_list dt:after {
  display: block;
  position: absolute;
  content: "";
  top: 35px;
  right: 35px;
  width: 14px;
  height: 2px;
  background-color: #AEAEAE;
  transition: 0.2s ease-in-out;
}
dl.qa_list dt:after {
  transform: rotate(90deg);
}
dl.qa_list dt:hover {
  opacity: 0.7;
}
dl.qa_list dt.active:after {
  transform: rotate(0);
}
dl.qa_list dd {
  position: relative;
  width: 100%;
  padding: 20px 50px 0 30px;
  box-sizing: border-box;
}
dl.qa_list dd .wrap {
  width: 100%;
  position: relative;
  display: none;
  box-sizing: border-box;
  padding: 30px 0 10px;
}
dl.qa_list dd .wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
  width: calc(100% + 60px);
  height: 1px;
  background-color: rgb(230, 230, 230);
}
dl.qa_list dd .wrap__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
dl.qa_list dd .wrap__flex .no {
  width: 35px;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 100;
  font-weight: 500;
  font-size: 2rem;
  line-height: 160%;
}
dl.qa_list dd .wrap__flex .text {
  flex: 1;
  letter-spacing: 0px;
}
dl.qa_list dd .wrap__flex .text .en {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(115, 115, 115);
  font-weight: 400;
  opacity: 0.7;
}
dl.qa_list dd .wrap__flex .text p {
  margin-bottom: 10px;
}
dl.qa_list dd .wrap__flex .text p:first-of-type {
  margin-top: 0;
}

/* contact */
/* bottom_contact_box */
.bottom_contact_box {
  position: relative;
  width: 100%;
  height: 549px;
  background: url(../../images/contact_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.bottom_contact_box .wrap {
  text-align: center;
  padding-top: 105px;
}
.bottom_contact_box .wrap h2 {
  color: #fff;
  letter-spacing: 1.5px;
}
.bottom_contact_box .wrap p {
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  line-height: 160%;
}
.bottom_contact_box .wrap .h2_top_en {
  color: rgb(202, 202, 202);
  letter-spacing: 0;
  margin-bottom: 5px;
}
.bottom_contact_box .wrap .en {
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(202, 202, 202);
  margin-bottom: 40px;
  letter-spacing: 0;
  line-height: 150%;
}
.bottom_contact_box .wrap .btn_wrap {
  width: 297px;
  margin: 0 auto;
}

/* bottom_contact_box */
/* footer */
footer {
  position: relative;
  background-color: rgb(19, 64, 108);
}
footer:before, footer::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #786B18, #DEC62C 51%, #786B18);
}
footer::after {
  z-index: 3;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.4);
}
footer .content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 60px 30px 58px;
}
footer .content_wrap .logo {
  width: 284px;
  padding-bottom: 17px;
}
footer .content_wrap .logo img {
  width: 100%;
  height: auto;
}
footer .content_wrap .link_wrap {
  padding-right: 70px;
}
footer .content_wrap .link_wrap ul.footer_link, footer .content_wrap .link_wrap ul.footer_link_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 40px;
}
footer .content_wrap .link_wrap ul.footer_link li a, footer .content_wrap .link_wrap ul.footer_link_s li a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
footer .content_wrap .link_wrap ul.footer_link li a span, footer .content_wrap .link_wrap ul.footer_link_s li a span {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgb(202, 202, 202);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding-top: 3px;
}
footer .content_wrap .link_wrap ul.footer_link li a:hover, footer .content_wrap .link_wrap ul.footer_link_s li a:hover {
  opacity: 0.6;
}
footer .content_wrap .link_wrap ul.footer_link_s {
  margin-top: 22px;
  gap: 0 20px;
}
footer .content_wrap .link_wrap ul.footer_link_s li a {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
footer .content_wrap .link_wrap ul.footer_link_s li a span {
  display: inline-block;
  font-size: 1rem;
  padding: 0 0 0 6px;
}
footer .footer_copy {
  width: 100%;
  background-color: rgb(19, 61, 102);
  padding: 10px 0;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  color: rgba(202, 202, 202, 0.7);
  font-size: 1.1rem;
  text-align: center;
}

/* footer */
/*# sourceMappingURL=content.css.map */