@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  transition: all 0.4s;
}

a[href]:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

/* header */
header {
  width: 100%;
  position: fixed;
  height: 70px;
  left: 0px;
  top: 0px;
  background-color: #eee;
  z-index: 10;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
header h1 {
  width: 123px;
  height: 45px;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header h1 {
    left: calc(50% - 62px);
    top: 10px;
  }
}
header h1 .h1_com {
  display: block;
}
header h1 .h1_top {
  display: none;
}
header .btn_menu_fix {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .btn_menu_fix {
    display: block;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 10;
  }
}
@media screen and (max-width: 1024px) {
  header .btn_menu_area {
    position: relative;
    width: 30px;
    height: 18px;
    transition: all 0.5s;
  }
}
header .btn_menu_area span, header .btn_menu_area:before, header .btn_menu_area:after {
  position: absolute;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #231815;
  transition: all 0.5s;
  content: "";
  display: block;
}
header .btn_menu_area span {
  top: calc(50% - 1px);
}
header .btn_menu_area:before {
  top: 0px;
}
header .btn_menu_area:after {
  bottom: 0px;
}
header .btn_menu_area_on span {
  transform: rotate(10deg);
  top: calc(50% - 1px);
  opacity: 0;
}
header .btn_menu_area_on:before {
  transform: rotate(30deg);
  top: calc(50% - 1px);
}
header .btn_menu_area_on:after {
  transform: rotate(-30deg);
  top: calc(50% - 1px);
}
@media screen and (max-width: 1024px) {
  header .header_in {
    display: none;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    background-color: #eee;
  }
}
header .header_in .sitemenu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100vh;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 11;
  }
}
header .header_in .sitemenu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul {
    display: block;
    height: auto;
    margin-top: 70px;
  }
}
header .header_in .sitemenu > ul > li {
  margin: 0px 30px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li {
    height: auto;
    margin: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
}
header .header_in .sitemenu > ul > li > a, header .header_in .sitemenu > ul > li > b {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li > a, header .header_in .sitemenu > ul > li > b {
    height: auto;
  }
}
header .header_in .sitemenu > ul > li > a > span, header .header_in .sitemenu > ul > li > b > span {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li > a > span, header .header_in .sitemenu > ul > li > b > span {
    display: block;
    font-size: 11px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
}
header .header_in .sitemenu > ul > li > a {
  color: #231815;
}
header .header_in .sitemenu > ul > li > b {
  color: #231815;
  opacity: 0.5;
}
header .header_in .sitemenu > ul .btn_lang {
  position: relative;
  padding: 0px 25px 0px 30px;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul .btn_lang {
    padding: 0px 0px 0px 30px;
  }
}
header .header_in .sitemenu > ul .btn_lang::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../../img/common/icon_btn_lang.svg) 0px 0px no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 25px;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul .btn_lang::before {
    top: 2px;
  }
}
header .header_in .sitemenu > ul .btn_lang::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  right: 0px;
  top: 32px;
  transition: all 0.3s;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul .btn_lang::after {
    top: 10px;
    right: 30px;
  }
}
header .header_in .sitemenu > ul .btn_lang .btn_lang_ul {
  width: calc(100% + 25px);
  position: absolute;
  left: 0px;
  top: 70px;
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul .btn_lang .btn_lang_ul {
    top: 30px;
  }
}
header .header_in .sitemenu > ul .btn_lang .btn_lang_ul li {
  box-sizing: border-box;
  background-color: #eee;
  line-height: 1;
  height: 50px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul .btn_lang .btn_lang_ul li {
    height: 40px;
    background-color: transparent;
  }
}
header .header_in .sitemenu > ul .btn_lang .btn_lang_ul li a {
  color: #231815;
  display: block;
  height: 100%;
  padding: 0px 0px 0px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul .btn_lang .btn_lang_ul li a {
    font-size: 16px;
  }
}
header .header_in .sitemenu > ul .btn_lang.btn_lang_on::after {
  transform: rotate(45deg);
  top: 28px;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul .btn_lang.btn_lang_on::after {
    top: 4px;
  }
}
@media screen and (max-width: 1400px) {
  header .header_in .sitemenu.-jpn > ul > li {
    margin: 0px 0.7%;
  }
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu.-jpn > ul > li {
    margin: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
}
header .header_in .sp_logo {
  display: none;
}
@media screen and (max-width: 820px) {
  header .header_in .sp_logo {
    position: absolute;
    left: calc(50% - 55px);
    display: block;
    width: 110px;
    bottom: 40px;
  }
}

main {
  margin-top: 70px;
  padding: 80px 0px 150px;
}
@media screen and (max-width: 767px) {
  main {
    padding: 80px 0px 100px;
  }
}
main.-pb_none {
  padding-bottom: 0px;
}

.tit_com01 {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .tit_com01 {
    margin-bottom: 60px;
  }
}
.tit_com01.-mbs {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tit_com01.-mbs {
    margin-bottom: 40px;
  }
}
.tit_com01 b {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tit_com01 b {
    font-size: 24px;
  }
}
.tit_com01 span, .tit_com01 i {
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .tit_com01 span, .tit_com01 i {
    font-size: 12px;
  }
}
.tit_com01 span {
  display: none;
}
.tit_com01 i {
  display: block;
}

.tit_com02 {
  font-size: 28px;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tit_com02 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.tit_com03 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tit_com03 {
    font-size: 16px;
  }
}
.tit_com03.-bnone {
  border: none;
  padding-bottom: 0px;
}

.tit_com04 {
  font-size: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tit_com04 {
    font-size: 15px;
  }
}

.txt_com01 {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .txt_com01 {
    font-size: 15px;
  }
}
.txt_com01 strong {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .txt_com01 strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.txt_com02 {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .txt_com02 {
    font-size: 14px;
  }
}

.txt_ul01 {
  list-style-type: disc;
  margin-left: 20px;
}
.txt_ul01 li {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt_ul01 li {
    font-size: 14px;
  }
}
.txt_ul01.-no {
  list-style-type: decimal;
}

.btn_com01 {
  width: 260px;
  height: 50px;
  line-height: 50px;
  margin: 0px auto;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .btn_com01 {
    width: 100%;
    font-size: 14px;
  }
}

.rec_tab {
  width: 100%;
  margin-bottom: 40px;
}
.rec_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rec_tab ul li {
  width: 47%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #231815;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .rec_tab ul li {
    font-size: 14px;
  }
}
.rec_tab ul li.cur {
  color: #fff;
  background-color: #231815;
}

.dl_rec_area.dl_rec_area01 {
  display: block;
}
.dl_rec_area.dl_rec_area02 {
  display: none;
}
.dl_rec_area .dl_rec_area_in dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dl_rec_area .dl_rec_area_in dl dt, .dl_rec_area .dl_rec_area_in dl dd {
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  padding: 15px 0px;
  box-sizing: border-box;
  border-top: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .dl_rec_area .dl_rec_area_in dl dt, .dl_rec_area .dl_rec_area_in dl dd {
    width: 100%;
    font-size: 12px;
  }
}
.dl_rec_area .dl_rec_area_in dl dt {
  width: 12%;
  letter-spacing: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dl_rec_area .dl_rec_area_in dl dt {
    width: 35%;
  }
}
.dl_rec_area .dl_rec_area_in dl dd {
  width: 86%;
}
@media screen and (max-width: 767px) {
  .dl_rec_area .dl_rec_area_in dl dd {
    width: 63%;
  }
}
.dl_rec_area .dl_rec_area_in dl:nth-last-child(1) dt, .dl_rec_area .dl_rec_area_in dl:nth-last-child(1) dd {
  border-bottom: 1px solid #231815;
}
.dl_rec_area .dl_rec_area_in.dl_rec_area_on {
  display: block;
}

.rec_flow_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rec_flow_area {
    display: block;
  }
}
.rec_flow_area li {
  width: 200px;
  height: 200px;
  border: 1px solid #9fa0a0;
  background-color: #efefef;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .rec_flow_area li {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .rec_flow_area li {
    width: 200px;
    height: 200px;
    margin: 0px auto;
    margin-bottom: 70px;
  }
}
.rec_flow_area li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #231815;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px);
  right: -35px;
}
@media screen and (max-width: 820px) {
  .rec_flow_area li::after {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .rec_flow_area li::after {
    top: auto;
    bottom: -40px;
    transform: rotate(135deg);
    right: calc(50% - 10px);
  }
}
.rec_flow_area li figure {
  text-align: center;
}
.rec_flow_area li figure img {
  width: 85px;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .rec_flow_area li figure img {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .rec_flow_area li figure img {
    width: 85px;
  }
}
.rec_flow_area li figure figcaption {
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  .rec_flow_area li figure figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .rec_flow_area li figure figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .rec_flow_area li:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
.rec_flow_area li:nth-last-child(1)::after {
  display: none;
}

.sec_company01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_company01 {
    margin-bottom: 50px;
  }
}
.sec_company01 .sec_company01_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec_company01 .sec_company01_in {
    display: block;
  }
}
.sec_company01 .sec_company01_in .img_area {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .sec_company01 .sec_company01_in .img_area {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10%;
    margin-bottom: 40px;
  }
}
.sec_company01 .sec_company01_in .img_area img {
  display: block;
  margin-bottom: 15px;
}
.sec_company01 .sec_company01_in .img_area p {
  font-size: 12px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.sec_company01 .sec_company01_in .img_area p strong {
  display: block;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.sec_company01 .sec_company01_in .txt_area {
  width: 65%;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .sec_company01 .sec_company01_in .txt_area {
    width: 100%;
    margin-top: 0px;
  }
}
.sec_company01 .sec_company01_in .txt_area .txt_com01 {
  margin-bottom: 20px;
  line-height: 2.3;
  font-size: 15px;
}
.sec_company01 .sec_company01_in .txt_area .txt_sign {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sec_company01 .sec_company01_in .txt_area .txt_sign span {
  font-size: 13px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  margin-right: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .sec_company01 .sec_company01_in .txt_area .txt_sign span {
    font-size: 12px;
  }
}
.sec_company01 .sec_company01_in .txt_area .txt_sign b {
  width: 120px;
}

.sec_company02 .sec_company02_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec_company02 .sec_company02_in {
    display: block;
  }
}
.sec_company02 .sec_company02_in .img_area {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .sec_company02 .sec_company02_in .img_area {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec_company02 .sec_company02_in .dl_rec_area {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .sec_company02 .sec_company02_in .dl_rec_area {
    width: 100%;
  }
}
.sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in dl dt, .sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in dl dd {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in dl dt, .sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in dl dd {
    font-size: 12px;
  }
}
.sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in dl dt {
  width: 20%;
}
.sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in dl dd {
  width: 76.66%;
}
.sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in.-lang dl dt {
  width: 35%;
  letter-spacing: 1px;
}
.sec_company02 .sec_company02_in .dl_rec_area .dl_rec_area_in.-lang dl dd {
  width: 63%;
}

.sec_bus01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_bus01 {
    margin-bottom: 50px;
  }
}
.sec_bus01 .sec_bus01_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec_bus01 .sec_bus01_in {
    display: block;
  }
}
.sec_bus01 .sec_bus01_in .tit_com02 {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .sec_bus01 .sec_bus01_in .tit_com02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sec_bus01 .sec_bus01_in .txt_com01 {
  padding-left: 50px;
  margin-left: 70px;
  border-left: 1px solid #231815;
}
@media screen and (max-width: 820px) {
  .sec_bus01 .sec_bus01_in .txt_com01 {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
  }
}
.sec_bus01 .sec_bus01_in.-lang .tit_com02 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sec_bus01 .sec_bus01_in.-lang .tit_com02 {
    width: 100%;
  }
}
.sec_bus01 .sec_bus01_in.-lang .txt_com01 {
  margin-left: 0px;
  width: calc(50% - 51px);
}
@media screen and (max-width: 767px) {
  .sec_bus01 .sec_bus01_in.-lang .txt_com01 {
    width: 100%;
  }
}

.sec_bus02 {
  background-color: #13130f;
  padding: 100px 0px 150px;
}
@media screen and (max-width: 820px) {
  .sec_bus02 {
    padding: 60px 0px 100px;
  }
}
.sec_bus02 .tit01 {
  width: 100%;
  max-width: 260px;
  margin: 0px auto;
  margin-bottom: 80px;
}
.sec_bus02 .sec02_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_bus02 .sec02_flex aside {
  width: 47%;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .sec_bus02 .sec02_flex aside {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec_bus02 .sec02_flex aside {
    width: 100%;
  }
}
.sec_bus02 .sec02_flex aside .tit02 {
  position: relative;
  margin-bottom: 35px;
}
.sec_bus02 .sec02_flex aside .tit02 img {
  width: 200px;
  margin: 0px auto;
  display: block;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_bus02 .sec02_flex aside .tit02 img {
    width: 130px;
  }
}
.sec_bus02 .sec02_flex aside .tit02::before, .sec_bus02 .sec02_flex aside .tit02::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  background: linear-gradient(90deg, rgba(19, 19, 15, 0) 0%, rgb(255, 255, 255) 50%, rgba(19, 19, 15, 0) 100%);
}
.sec_bus02 .sec02_flex aside .tit02::before {
  top: 0px;
  display: none;
}
.sec_bus02 .sec02_flex aside .tit02::after {
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .sec_bus02 .sec02_flex aside .tit02 {
    font-size: 16px;
  }
}
.sec_bus02 .sec02_flex aside .txt01 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_bus02 .sec02_flex aside .txt01 {
    font-size: 14px;
  }
}
.sec_bus02 .sec02_flex aside .txt01 span {
  font-size: 13px;
}

.info_index_area .info_index_area_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .info_index_area .info_index_area_in {
    margin-bottom: 60px;
    justify-content: space-between;
  }
}
.info_index_area .info_index_area_in li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .info_index_area .info_index_area_in li {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li {
    width: 100%;
  }
}
.info_index_area .info_index_area_in li a, .info_index_area .info_index_area_in li i {
  color: #231815;
}
.info_index_area .info_index_area_in li a .img01, .info_index_area .info_index_area_in li i .img01 {
  margin-bottom: 20px;
  text-align: center;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .img01, .info_index_area .info_index_area_in li i .img01 {
    height: auto;
  }
}
.info_index_area .info_index_area_in li a .img01 img, .info_index_area .info_index_area_in li i .img01 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .img01 img, .info_index_area .info_index_area_in li i .img01 img {
    width: 100%;
    height: auto;
  }
}
.info_index_area .info_index_area_in li a .txt01, .info_index_area .info_index_area_in li i .txt01 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .txt01, .info_index_area .info_index_area_in li i .txt01 {
    font-size: 13px;
  }
}
.info_index_area .info_index_area_in li a .txt01 span, .info_index_area .info_index_area_in li i .txt01 span {
  display: block;
  font-size: 13px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .txt01 span, .info_index_area .info_index_area_in li i .txt01 span {
    font-size: 11px;
  }
}
.info_index_area .info_index_area_in li:nth-child(3n) {
  margin-right: 0px;
}
.info_index_area .nonbel_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info_index_area .nonbel_area li {
  width: 25px;
  height: 25px;
  margin: 0px 7px;
}
.info_index_area .nonbel_area li a {
  width: 100%;
  height: 100%;
  border: 1px solid #231815;
  line-height: 25px;
  text-align: center;
  color: #231815;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .info_index_area .nonbel_area li a {
    font-size: 14px;
  }
}
.info_index_area .nonbel_area li.cur a, .info_index_area .nonbel_area li:hover a {
  background-color: #231815;
  color: #fff;
}
.info_index_area .nonbel_area li:nth-child(1) a, .info_index_area .nonbel_area li:nth-last-child(1) a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.info_index_area .nonbel_area li:nth-child(1) a::after, .info_index_area .nonbel_area li:nth-last-child(1) a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #231815;
  line-height: 1;
  margin: 0px auto;
  border-bottom: none;
}
.info_index_area .nonbel_area li:nth-child(1) a::after {
  border-right: none;
  transform: rotate(-45deg);
}
.info_index_area .nonbel_area li:nth-last-child(1) a::after {
  border-left: none;
  transform: rotate(45deg);
}

.info_detail_area .contents_in {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in {
    width: calc(100% - 60px);
  }
}
.info_detail_area .contents_in .info_detail_area_in {
  padding: 40px 0px;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in {
    margin-bottom: 60px;
  }
}
.info_detail_area .contents_in .info_detail_area_in h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.info_detail_area .contents_in .info_detail_area_in h3 span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in h3 span {
    font-size: 11px;
  }
}
.info_detail_area .contents_in .info_detail_area_in p {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in p {
    font-size: 14px;
  }
}
.info_detail_area .contents_in .info_detail_area_in p a {
  display: inline;
  color: #231815;
  text-decoration: underline;
}
.info_detail_area .contents_in .info_detail_area_in p strong {
  font-weight: bold;
  font-weight: 500;
}
.info_detail_area .contents_in .info_detail_area_in .img {
  margin: 50px 0px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in .img {
    margin: 40px 0px;
  }
}
.info_detail_area .contents_in .info_detail_area_in .img_flex {
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in .img_flex {
    margin: 40px 0px;
  }
}
.info_detail_area .contents_in .info_detail_area_in .img_flex li {
  width: 46.87%;
}
.info_detail_area .contents_in .info_btn_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_btn_area li.btn_viewall {
    width: 50%;
  }
}
.info_detail_area .contents_in .info_btn_area li .btn_prenext {
  font-size: 16px;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_btn_area li .btn_prenext {
    font-size: 14px;
  }
}
.info_detail_area .contents_in .info_btn_area li .btn_prenext::before, .info_detail_area .contents_in .info_btn_area li .btn_prenext::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #231815;
  line-height: 1;
  margin: 0px auto;
  border-bottom: none;
}
.info_detail_area .contents_in .info_btn_area li .btn_prev::after {
  display: none;
}
.info_detail_area .contents_in .info_btn_area li .btn_prev::before {
  border-right: none;
  transform: rotate(-45deg);
  margin-right: 10px;
}
.info_detail_area .contents_in .info_btn_area li .btn_next::after {
  border-left: none;
  transform: rotate(45deg);
  margin-left: 10px;
}
.info_detail_area .contents_in .info_btn_area li .btn_next::before {
  display: none;
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.sec_com .sec_com_in {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_com_in {
    margin-bottom: 40px;
  }
}
.sec_com .sec_com_in:nth-last-child(1) {
  margin-bottom: 0px;
}

/* footer */
.btn_ptop {
  width: 16px;
  position: fixed;
  right: 120px;
  bottom: 120px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .btn_ptop {
    width: 12px;
    right: 30px;
    bottom: 30px;
  }
}

footer {
  background-color: #efefef;
  padding: 40px 0px 20px;
}
footer .footer_in {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  footer .footer_in {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_in {
    display: block;
  }
}
footer .footer_in h1 {
  width: 18%;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer_in h1 {
    margin: 0px auto;
    width: 123px;
    margin-bottom: 40px;
  }
}
footer .footer_in nav {
  padding-left: 20px;
  border-left: 1px solid #9fa0a0;
}
@media screen and (max-width: 767px) {
  footer .footer_in nav {
    padding-left: 0px;
    border: none;
  }
}
footer .footer_in nav ul li {
  width: 100%;
  margin-bottom: 15px;
}
footer .footer_in nav ul li a, footer .footer_in nav ul li b {
  color: #231815;
  font-size: 12px;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .footer_in nav ul li a span, footer .footer_in nav ul li b span {
  display: none;
}
footer .footer_in nav ul li b {
  opacity: 0.5;
}
footer .footer_in nav.sitemenu {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  footer .footer_in nav.sitemenu {
    margin-right: 0px;
  }
}
footer .footer_in nav.sitemenu .btn_lang {
  display: none;
}
footer small {
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #727171;
  letter-spacing: 1px;
}

.contents_in {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .contents_in {
    width: calc(100% - 60px);
  }
}

.caption {
  font-size: 12px;
  line-height: 1.66;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.vt {
  display: inline;
  font-size: 0.5em;
  vertical-align: top;
}

figure {
  position: relative;
}

.imgcap {
  font-size: 13px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 5px 10px;
  line-height: 1.2;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .imgcap {
    font-size: 12px;
    padding: 5px;
  }
}
.imgcap.cap_l {
  right: auto;
  left: 0px;
}
.imgcap.bg {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.imgcap.wh {
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}
.imgcap.wh span {
  text-shadow: 2px 2px 6px #000, -2px -2px 6px #000, -2px 2px 6px #000, 2px -2px 6px #000;
}

/* 改行位置調整 */
@media screen and (max-width: 820px) {
  .pc, .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pctab, .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp {
    display: inherit;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .js-scrollable .scroll_sp {
    width: 200%;
    max-width: none;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all cubic-bezier(0.56, 0.72, 0.69, 0.99) 800ms;
}