@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-y: auto;
}
body {
  top: 0 !important;
  color: #111111;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: hidden;
}

/* IMAGE */
img {
  object-fit: cover;
  max-width: 100%;
}
img.svg-img {
  object-fit: contain;
}
img.base-img {
  display: block;
  width: 100%;
}
img.base-img-auto {
  display: block;
  max-width: 100%;
}
img.base-img-auto-center {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.c-imgwrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-imgwrapper.as42 {
  padding-top: 42%;
}
.c-imgwrapper.as45 {
  padding-top: 45%;
}
.c-imgwrapper.as52 {
  padding-top: 52%;
}
.c-imgwrapper.as58 {
  padding-top: 58%;
}
.c-imgwrapper.as62 {
  padding-top: 62%;
}
.c-imgwrapper.as65 {
  padding-top: 65%;
}
.c-imgwrapper.as66 {
  padding-top: 66%;
}
.c-imgwrapper.as67 {
  padding-top: 67%;
}
.c-imgwrapper.as75 {
  padding-top: 75%;
}
.c-imgwrapper.as100 {
  padding-top: 100%;
}
.c-imgwrapper.as107 {
  padding-top: 107%;
}
.c-imgwrapper .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.c-imgwrapper__trigger:hover {
  opacity: 1;
}
.c-imgwrapper__trigger:hover .img {
  transform: scale(1.2);
}

/* ================================================================ */
/* CUSTOM */
#header.page-header #global_menu > ul > li > a {
  color: #111;
}
#header.page-header #header_search_button:before {
  color: #111;
}
#header.page-header #global_menu_button span {
  background-color: #111;
}
/* END CUSTOM */
/* ================================================================ */
.u-cl--blue {
  color: #00729f;
}
/* TEXT */
.fw--500 {
  font-weight: 500;
}
.fw--700 {
  font-weight: 700;
}
.c-text-main {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-text-main {
    font-size: 12px;
    line-height: 1.6;
  }
}
/* END TEXT */
/* ================================================================ */
/* TITLE */
.c-title1 {
  font-weight: 700;
  letter-spacing: 0;
}
.c-title1 strong {
  display: block;
  color: #00729f;
  font-size: 28px;
  margin-bottom: 6px;
}
.c-title1 small {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .c-title1 strong {
    font-size: 20px;
    margin-bottom: 0;
  }
}
/* END TITLE */
/* ================================================================ */
/* BREAD */
.c-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin-bottom: 42px;
  background-color: rgba(26, 126, 174, 0.08);
  padding: 26px 20px;
}
.c-bread li {
  display: inline-flex;
  align-items: center;
}
.c-bread li:not(.home):before {
  content: ">";
  margin: 0 10px;
}
.c-bread li:not(.home):before,
.c-bread li span,
.c-bread li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .c-bread {
    padding: 15px 20px;
  }
  .c-bread li:not(.home):before {
    margin: 0 5px;
  }
  .c-bread li:not(.home):before,
  .c-bread li span,
  .c-bread li a {
    font-size: 10px;
  }
}
/* END BREAD */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
.pt-header {
  padding-top: 80px;
}

@media all and (max-width: 1201px) {
  .pt-header {
    padding-top: 60px;
  }
}
/* ================================================================ */
/* CARD 1 */
.c-card1__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 40px;
}
.c-card1__list-item {
  width: calc((100% - 120px) / 4);
}
.c-card1 .c-imgwrapper {
  border-left: 3px solid #00729f;
}
.c-card1__content {
  padding: 18px 20px 0;
}
.c-card1__title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.c-card1__list.col3 {
  gap: 34px 30px;
}
.c-card1__list.col3 .c-card1__list-item {
  width: calc((100% - 60px) / 3);
}

.c-card1__title2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
}
.c-card1__list.--col3{
  gap: 34px 5%;
}
.c-card1__list.--col3 .c-card1__list-item {
  width: calc((100% - 73px) / 3);
}
.c-card1__list.--col3 .c-imgwrapper {
  width: 100%;
  padding: 0;
  aspect-ratio: 217 / 325;
}
.c-card1__list.--col3 .c-imgwrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.c-card1__list.--col3 .c-card1__content{
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 1024px) {
  .c-card1__list {
    gap: 34px 30px;
  }
  .c-card1__list-item {
    width: calc((100% - 60px) / 3);
  }
}
@media all and (max-width: 767px) {
  .c-card1__list {
    gap: 40px 10px !important;
  }
  .c-card1__list-item {
    width: calc((100% - 10px) / 2) !important;
  }
  .c-card1__content {
    padding: 15px 0 0;
  }
  .c-card1__title {
    font-size: 13px;
    line-height: 1.6;
  }

  .c-card1__list.col3 {
    gap: 34px 0;
  }
  .c-card1__list.col3 .c-card1__list-item {
    width: 100%;
  }
  .c-card1__title2 {
    font-size: 14px;
    line-height: 1.6;
  }
  .c-card1__list.--col3 .c-imgwrapper{
    /* height: 100px; */
  }
}
/* END CARD 1 */
/* ================================================================ */
/* SECTION TEXT IMG */
.c-section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-section1--aligncenter {
  align-items: center;
}
.c-section1__img {
  width: 50%;
}
.c-section1__text {
  flex: 1;
}
.c-section1__title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 40px;
}
.c-section1__title b {
  font-size: 19px;
  background-color: #00729f;
  color: #fff;
  padding: 5px 4px;
}
@media screen and (max-width: 1024px) {
  .c-section1__img,
  .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .c-section1__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .c-section1__title b {
    font-size: 16px;
    padding: 4px;
  }
}
/* END SECTION TEXT IMG */
/* ================================================================ */
/* DATA LIST */
/* DATA LIST 1 */
.c-dl1 dl {
  display: flex;
}
.c-dl1 dl:first-child dt,
.c-dl1 dl:first-child dd {
  border-top: 1px solid;
}
.c-dl1 dt,
.c-dl1 dd {
  border-bottom: 1px solid;
  padding: 16px 10px;
}
.c-dl1 dt {
  width: 240px;
  flex-shrink: 0;
  text-align: center;
  background-color: rgba(0, 114, 159, 0.05);
  border-color: #00729f;
  color: #00729f;
}
.c-dl1 dd {
  border-color: #707070;
  flex: 1;
  word-break: break-all;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-dl1 dt,
  .c-dl1 dd {
    padding: 15px 5px;
  }
  .c-dl1 dt {
    width: 80px;
  }
  .c-dl1 dd {
    padding-right: 0;
    padding-left: 10px;
  }
}
/* END DATA LIST 1 */
/* DATA LIST 2 */
.c-dl2__item {
  display: flex;
}
.c-dl2__item > div {
  border-top: 1px solid;
}
.c-dl2__item:last-child > div {
  border-bottom: 1px solid;
}
.c-dl2__col1,
.c-dl2__col2,
.c-dl2__col3 {
  padding: 16px 10px;
}
.c-dl2__col1 {
  width: 240px;
  flex-shrink: 0;
  text-align: center;
  background-color: rgba(0, 114, 159, 0.05);
  border-color: #00729f;
  color: #00729f;
}
.c-dl2__col3 {
  border-color: #707070;
  background-color: rgba(204, 204, 204, 0.1);
  flex: 1;
  word-break: break-all;
  padding-left: 40px;
}
.c-dl2__item.col3 .c-dl2__col1 {
  width: 160px;
}
.c-dl2__item.col3 .c-dl2__col2 {
  width: 80px;
  border-color: #00729f;
  text-align: center;
  color: #00729f;
  background-color: rgba(0, 114, 159, 0.2);
}
@media screen and (max-width: 767px) {
  .c-dl2__col1,
  .c-dl2__col2,
  .c-dl2__col3 {
    padding: 15px 5px;
  }
  .c-dl2__col1 {
    width: 120px;
  }
  .c-dl2__col3 {
    padding-left: 10px;
  }
  .c-dl2__item.col3 .c-dl2__col1 {
    width: 70px;
  }
  .c-dl2__item.col3 .c-dl2__col2 {
    width: 50px;
  }
}
/* END DATA LIST 2 */
/* END DATA LIST */
/* ================================================================ */
/* ENTER BLOCK */
.c-enterblock__item + .c-enterblock__item {
  margin-top: 40px;
}
.c-enterblock__title {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  padding: 13px 42px;
  color: #00729f;
  border: 2px solid currentColor;
  margin-bottom: 30px;
}
.c-enterblock .c-text-main {
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .c-enterblock__item + .c-enterblock__item {
    margin-top: 30px;
  }
  .c-enterblock__title {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 12px;
  }
}
/* END ENTER BLOCK */
/* ================================================================ */
/* BUTTON */
.c-btn1 {
  background: #00729f;
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
  line-height: 100px;
  font-size: 22px;
  border: 2px solid #00729f;
  border-radius: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  padding: 0;
  color: #fff;
}
.c-btn1:hover {
  background: #fff;
  color: #00729f;
}
@media all and (max-width: 1024px) {
  .c-btn1 {
    font-size: 16px;
    line-height: 60px;
  }
}
/* END BUTTON */
/* ================================================================ */
/* LIST */
.c-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 23px 30px;
  border-bottom: 1px dashed #707070;
}
.c-list__icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .c-list__item {
    gap: 6px;
    padding: 15px 0;
  }
  .c-list__icon {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
/* END LIST */
/* ================================================================ */
/* CUSTOM HEADER */
#header.--custom #global_menu > ul {
  text-align: right;
  padding-right: 80px;
}

@media screen and (max-width: 1600px) {
  #header.--custom #header_logo .logo_text {
    font-size: 22px;
  }
  #header.--custom #header_search,
  #header.--custom #header_search_button {
    width: 60px;
  }
  #header.--custom #header_search_button:before {
    left: 22px;
  }
  #header.--custom #global_menu > ul {
    padding-right: 50px;
  }
  #header.--custom #global_menu > ul > li {
    font-size: 13px;
  }
  #header.--custom #global_menu > ul > li > a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1201px) {
  #header.--custom #header_logo .logo_text {
    font-size: 24px;
  }
}
/* END CUSTOM HEADER */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/**scroll top TOP*/
.cm-f__pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    display: none;
    z-index: 9999
}

.cm-f__pagetopTarget {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #e5460d;
    transition: transform .3s
}

.cm-f__pagetopTarget .icon {
    fill: #fff;
    transition: transform .3s;
    transition-delay: .1s
}
/* .cm-f__pagetopTarget .icon::before {
  content: '';
  background-image: url('../img/ic-arr-downw.png');
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
} */
.cm-f__pagetopTarget:hover {
    transform: translate3d(0,-10px,0)
}

.cm-f__pagetopTarget:hover .icon {
    transform: translate3d(0,-4px,0)
}
/**end scroll top TOP*/

/**Socials MV*/
.sra-sns-bx {
    position: absolute !important;
    right: 20px !important;
    bottom: 150px;
    z-index: 9;
    width: 100%;
}
.sns_button_list.color_type2.sra-sns-bx li a{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns_button_list.color_type2.sra-sns-bx li.facebook a:before,
.sns_button_list.color_type2.sra-sns-bx li a:before{
  font-size: 33px;
  left: 50%;
  transform: translateX(-50%);
}
.sns_button_list.color_type2.sra-sns-bx li.facebook a:before{
  font-size: 45px;
  top: -1px;
}

.sns_button_list.color_type2 li.tiktok a:before,
.sns_button_list.color_type2 li.x-icon a:before{
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
}
.sns_button_list.color_type2 li.x-icon a:before{
  background-image: url('../img/x-logo.png');
  width: 40px;
  height: 40px;
}
.sns_button_list.color_type2 li.tiktok a:before{
  background-image: url('../img/tiktok-logo.png');
  width: 45px;
  height: 45px;
}
#footer_sns.sns_button_list.color_type2 li.x-icon a:before{
  width: 22px;
  height: 22px;
}

#footer_sns.sns_button_list.color_type2 li.tiktok a:before{
  width: 23px;
  height: 23px;
}
@media(max-width: 900px){
  .sns_button_list.color_type2.sra-sns-bx li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sns_button_list.color_type2.sra-sns-bx li a:before{
    font-size: 21px;
    transform: translateX(-50%);
  }
  .sns_button_list.color_type2.sra-sns-bx li.facebook a:before{
    font-size: 29px;
    top: 0px;
    transform: translateX(-50%);
  }
  .sra-sns-bx{
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
  }
  .sns_button_list.color_type2.sra-sns-bx li{
    margin: 0 5px;
  }
  .sns_button_list.color_type2 li.tiktok a:before,
  .sns_button_list.color_type2 li.x-icon a:before{
    width: 25px;
    height: 25px;
  }
}


/**Socials*/
.c-socials{
  position: fixed;
  top: 58%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 999;
  display: none;
}
.c-socials a{
  width: 60px;
  height: 160px;
  background-color: #00729F;
  color: #fff;
  line-height: 1.2;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.16);
}
.c-socials a::before{
  content: '';
  background-size: contain;
  background-image: url('../img/pc.png');
  width: 19px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
}


.c-socials .c-socials__information{
  background-color: #A9DB00;
  margin-top: 20px;
}
.c-socials .c-socials__information::before{
  background-image: url('../img/page.png');
  width: 16px;
  height: 20px;
}

.c-socials .c-socials__instagram{
  background-color: #fff;
  margin-top: 20px;
  color: #111;
  text-orientation: upright;
  height: 210px;
}
.c-socials .c-socials__instagram::before{
  background-image: url('../img/Instagram_Glyph_Gradient.svg');
  width: 16px;
  height: 16px;
}

.c-socials a:hover{
	opacity: 0.5;
}
@media(max-width: 1200px){
  .cm-f__pagetopTarget{
    display: none !important;
  }
  .c-socials{
    right: 0;
  }
}
@media(max-width: 768px){
  .c-socials{
    top: auto;
    transform: unset;
    bottom: 45px;
  }
  .c-socials a{
    width: 30px;
    height: 96px;
    font-size: 11px;
    gap: 6px;
  }
  .c-socials a ~ a{
    margin-top: 10px !important;
  }
  .c-socials a::before{
    width: 15px;
    height: 11px;
  }
  .c-socials .c-socials__information::before{
    width: 11px;
    height: 15px;
  }
  .c-socials .c-socials__instagram{
    height: 150px;
  }
  .c-socials .c-socials__instagram::before{
    width: 12px;
    height: 12px;
  }
}
/**End Socials*/
