@charset "UTF-8";
/*PC*/
/*
$lineSpace_normal_pc:48px;
$lineSpace_xsmall_pc:30px;
$lineSpace_small_pc:30px;
$lineSpace_large_pc:70px;
$lineSpace_xlarge_pc:40px;
$lineSpace_h1_pc:80px;
$lineSpace_h2_pc:48px;
$lineSpace_footer_pc:20px;
*/
/*
$color_main1:#F8C961;
$color_main2:#F4A923;
$color_main3:#F9F8ED;
*/
body {
  background-color: #FFFFFF;
  color: #0D221F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: normal;
  width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 12px;
  }
}
a {
  color: #0D221F;
  text-decoration: none;
}

.font_big {
  font-size: 48px;
}

.font_bold {
  font-weight: bold;
}

.font_futura {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}

.text_center {
  text-align: center;
}

.line_height1 {
  line-height: 1;
}

.line_height1_2 {
  line-height: 1.2;
}

.margin_center {
  margin: 0px auto;
}

/*
font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;


font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;

font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: italic;

*/
header {
  width: 100vw;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 599px) {
  header {
    height: 40px;
  }
}
header .header_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16px 32px;
  align-items: center;
}

@media screen and (max-width: 599px) {
  header .header_box {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box {
    display: none;
  }
}
header .header_box a:has(.header_logo) {
  height: 48px;
  margin-bottom: 12px;
}

header .header_box .header_logo {
  width: 160px;
  height: 48px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
}

header .header_box .menu_box {
  width: calc(100% - 160px);
}

header .header_box .menu_box nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

header .header_box .menu_box nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

header .header_box .menu_box nav ul li {
  list-style: none;
}

header .header_box .menu_box nav ul li a {
  transition: 0.4s;
}

header .header_box .menu_box nav ul li a:hover {
  transition: 0.4s;
  transform: scale(1.05);
  cursor: pointer;
}

header .header_box .menu_box nav ul li a:hover .menu_box__linkbox_ja {
  color: #EC636C;
}

header .header_box .menu_box nav ul li .menu_box__linkbox {
  transition: 0.4s;
  transition: background-size 0.5s;
}

header .header_box .menu_box nav ul li .menu_box__linkbox:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}

header .header_box .menu_box nav ul li .menu_box__linkbox:hover .menu_box__linkbox_ja {
  color: #EC636C;
}

header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box {
  background-size: 100%;
  margin-top: 4px;
  padding: 16px 16px 24px 24px;
  box-shadow: 1px 2px 10px 0px rgba(150, 150, 150, 0.25);
  text-align: left;
  display: block;
  transition: 0.6s;
  width: clamp(240px, 30vw, 380px) !important;
  height: auto;
  background-color: rgba(235, 245, 243, 0.95);
}

header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box div {
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box div a {
  text-decoration: none !important;
  font-size: 12px;
}

header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box div a:hover {
  color: #EC636C;
  font-weight: bold;
}

header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box div a > span {
  font-size: 10px;
  background: #EC636C;
  color: #fff;
  padding: 1px 5px;
  border-radius: 50vh;
  margin-bottom: 5px;
  margin-left: 10px;
}

header .header_box .menu_box nav ul li .__link_box {
  display: none;
  width: 0px;
  height: 0px;
  position: absolute;
  transition: 0.6s;
}

header .header_box .menu_box nav ul li .__link_box ul.service_list {
  display: block;
  padding-left: 10px;
}

header .header_box .menu_box nav ul li .__link_box ul.service_list li {
  list-style: none;
}

header .header_box .menu_box nav ul li .top_cv_button {
  margin-left: 40px;
  width: 204px;
  height: 56px;
  border-radius: 28px;
  background-color: #EC636C;
  color: #FFFFFF;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  transition: 0.4s;
}

header .header_box .menu_box nav ul li .top_cv_button .top_cv_button__text {
  margin-left: 16px;
  line-height: 1;
}

header .header_box .menu_box nav ul li .top_cv_button i {
  display: block;
  font-size: 20px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

header .header_box .menu_box nav ul li .top_cv_button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
  background-color: #FFFFFF;
  color: #EC636C;
}

header .header_box .menu_box nav ul li .menu_box__tel {
  margin-left: 40px;
  transition: 0.4s;
}

header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__no {
  padding-bottom: 2px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 32px;
  line-height: 20px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  align-content: center;
  justify-content: center;
}

header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__no i {
  font-size: 20px;
}

header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__no div {
  margin-left: 4px;
}

header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__info {
  border-width: 1px 0px 0px 0px;
  border-color: #0D221F;
  border-style: solid;
  font-size: 10px;
  font-weight: bold;
}

header .header_box .menu_box nav ul li .menu_box__tel:hover {
  transition: 0.4s;
  transform: scale(1.05);
}

header .header_box .menu_box nav ul li .menu_box__linkbox {
  width: auto;
  height: 32px;
  margin-left: 40px;
}

header .header_box .menu_box nav ul li .menu_box__linkbox .menu_box__linkbox_ja {
  box-sizing: border-box;
  width: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
}

header .header_box .menu_box nav ul li .menu_box__linkbox .menu_box__linkbox_en {
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: boled;
  font-size: 10px;
  line-height: 10px;
}

header .header_box_sp {
  display: none;
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8px 16px;
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*
      .menu_box{
      //            display: flex;
      //            border:1px solid;
          width:calc(100% - 160px);
          display: none;

          nav{
              @include display_flex;
              text-align: right;
              justify-content: flex-end;
              align-items:center;
              a{
                  transition: 0.4s;;
              }
              a:hover{
                  transition: 0.4s;;
                  transform: scale(1.05);
      //                    color:#305E58;
                  cursor: pointer;
              }
              a:hover .menu_box__linkbox_ja{
                  color:#EC636C;

              }
              .menu_box__linkbox{
                  transition: 0.4s;
                  transition: background-size 0.5s;                 
              }
              .menu_box__linkbox:hover{
                  transition: 0.4s;;
                  transform: scale(1.1);
      //                    color:#305E58;
                  cursor: pointer;

              }
              .menu_box__linkbox:hover .menu_box__linkbox_ja{
                  color:#EC636C;

              }

              .menu_box__linkbox:has(.__link_box):hover .__link_box{
                  background-size: 100%;
                  margin-top:4px;
                  padding: 16px 16px 24px 24px;
                  box-shadow: 1px 2px 10px 0px rgba(150, 150, 150, 0.25);


                  text-align: left;
                  display: block;
                  transition: 0.6s;

                  width:240px;
                  height:auto;
                  background-color:rgba(#EBF5F3,0.95);
                  div{
                      margin-top:8px;
                      width:fit-content;
                      a{
                          text-decoration: underline;
                          font-size:12px;
                      }
                      a:hover{
                          color:#EC636C;
                          font-weight: bold;
                      }
                  }
              }

              .__link_box{
                  display:none;
                  width:0px;
                  height:0px;
                  position: absolute;
                  transition: 0.6s;
              }
              .top_cv_button{
                  margin-left: 40px;;
                  width:204px;
                  height:56px;
                  border-radius: 28px;
                  background-color: #EC636C;
                  color:#FFFFFF;
      //                display: flex;
                  @include display_flex;
                  align-items: center;
                  align-content: center;
                  justify-content: center;
                  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
                  transition: 0.4s;
                  .top_cv_button__text{
                      margin-left: 16px;
                      line-height: 1;
                  }
                  i{
                      display: block;
                      font-size: 20px;
                      align-items: center;
                      align-content: center;
                      justify-content: center;
                      }
              }
              .top_cv_button:hover{
                  transition: 0.4s;
                  transform: scale(1.1);
                  cursor: pointer;
                  background-color: #FFFFFF;
                  color:#EC636C;

              }
              .menu_box__tel{
                  margin-left: 40px;;
                  .menu_box__tel__no{
                      padding-bottom: 2px;
                      box-sizing: border-box;
      //                    display: flex;
                      @include display_flex;

                      i{
                          font-size: 20px;
                      }
                      font-size: 20px;
                      line-height: 20px;
                      font-family: "futura-pt-condensed", sans-serif;
                      font-weight: 700;
                      font-style: normal;
                      align-items: center;
                      align-content: center;
                      justify-content: center;
                      div{
                          margin-left:4px;
                      }
                  }
                  .menu_box__tel__info{
                      border-width: 1px 0px 0px 0px;
                      border-color: #0D221F;
                      border-style: solid;
                      font-size: 10px;
                      font-weight: bold;
                  }
              }
              .menu_box__linkbox{
                  width:auto;
      //                border:1px solid;
                  height:32px;
                  margin-left:40px;
      //                margin-top:calc(calc(48px - 32px) / 2);
                  .menu_box__linkbox_ja{
                      box-sizing: border-box;
      //                    border:1px solid;
                      width:auto;
                      font-family: "Zen Kaku Gothic New", sans-serif;
                      font-weight: 700;
                      font-style: normal;
                      font-size:14px;
                      line-height: 14px;

                  }
                  .menu_box__linkbox_en{
                      box-sizing: border-box;
                      margin-top:2px;
                      width:100%;
                      height:auto;
      //                    border:1px solid;
                      text-align: center;
                      font-family: "futura-pt", sans-serif;
                      font-weight: 600;
                      font-style: boled;
                      font-size:10px;
                      line-height: 10px;

                  }

              }
          }
      }
  */
}

@media screen and (max-width: 599px) {
  header .header_box_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}
header .header_box_sp .header_logo {
  width: 80px;
  height: 24px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
}

header .header_box_sp svg {
  height: 32px;
  position: absolute;
  width: 32px;
  right: 16px;
  top: 12px;
  cursor: pointer;
  /*   border: 1px solid black; */
  z-index: 1001;
}

header .header_box_sp .plate {
  height: 41px;
  width: 41px;
}

header .header_box_sp .x {
  transform: scale(0);
  transition: transform 400ms;
}

header .header_box_sp .line {
  fill: none;
  stroke: #0D221F;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

header .header_box_sp .x .line {
  stroke-width: 5.5px;
}

header .header_box_sp .plate2 .line1 {
  stroke-dasharray: 21 185.627532959;
  transition-delay: 0;
}

header .header_box_sp .plate2 .line2 {
  stroke-dasharray: 21 178.6514129639;
  transition-delay: 30ms;
}

header .header_box_sp .plate2 .line3 {
  stroke-dasharray: 21 197.9242553711;
  transition-delay: 60ms;
}

header .header_box_sp .plate2 .line4 {
  stroke-dasharray: 21 190.6597137451;
  transition-delay: 90ms;
}

header .header_box_sp .plate2 .line5 {
  stroke-dasharray: 21 208.5287475586;
  transition-delay: 120ms;
}

header .header_box_sp .plate2 .line6 {
  stroke-dasharray: 21 186.5970306396;
  transition-delay: 150ms;
}

header .header_box_sp .active.plate2 .line1 {
  stroke-dasharray: 5 185.627532959;
  stroke-dashoffset: -155px;
}

header .header_box_sp .active.plate2 .line2 {
  stroke-dasharray: 5 178.6514129639;
  stroke-dashoffset: -150px;
}

header .header_box_sp .active.plate2 .line3 {
  stroke-dasharray: 5 197.9242553711;
  stroke-dashoffset: -190px;
}

header .header_box_sp .active.plate2 .line4 {
  stroke-dasharray: 5 190.6597137451;
  stroke-dashoffset: -180px;
}

header .header_box_sp .active.plate2 .line5 {
  stroke-dasharray: 5 208.5287475586;
  stroke-dashoffset: -160px;
}

header .header_box_sp .active.plate2 .line6 {
  stroke-dasharray: 5 186.5970306396;
  stroke-dashoffset: -186px;
}

header .header_box_sp .active.plate2 .x {
  transform: scale(1);
  transition: transform 400ms 250ms;
}

header .header_box_sp #g-nav-list {
  display: none;
  /*はじめは表示なし*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* =========================================================
   Header Service Menu (PC dropdown + SP menu) 完全版
   ========================================================= */
/* ===== 共通の“箱”の見た目（PC:.__link_box / SP:.sp_header_area__link_box） ===== */
header .header_box .menu_box nav ul li .__link_box {
  background: rgba(235, 245, 243, 0.95);
  box-shadow: 1px 2px 10px 0 rgba(150, 150, 150, 0.25);
  text-align: left;
  box-sizing: border-box;
  color: #0D221F;
  /* 270px固定を廃止して“幅感維持”しつつ可変 */
  width: clamp(260px, 22vw, 360px);
  padding: 24px;
}

/* SPは画面幅優先で100%（必要なら） */
@media (max-width: 599px) {
  .header_box_sp #g-nav-list .sp_header_area__link_box {
    width: 100%;
    padding: 24px 20px;
  }
  .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set {
    width: 100%;
    color: #0D221F;
    margin-top: 20px;
  }
  .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__title {
    width: auto;
    color: #0D221F;
    border-bottom: solid 1px #EBF5F3;
    font-size: 14px;
    font-weight: bold;
    transition: 0.4s;
  }
  .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box {
    padding: 24px;
    box-sizing: border-box;
  }
  .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link {
    margin-top: 8px;
    font-size: 12px;
  }
  .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link a {
    color: #0D221F;
    text-decoration: none !important;
    text-decoration-thickness: 0.5px;
    transition: 0.4s;
  }
  .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link a span {
    font-size: 10px;
    background: #EC636C;
    color: #fff;
    padding: 1px 5px;
    border-radius: 50vh;
    margin-bottom: 5px;
    margin-left: 0;
    white-space: nowrap;
  }
  .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link .small_info {
    font-size: 8px;
  }
}
/* ===== 中身：3ブロック構造（ECモール/自社EC/CRM） ===== */
header .header_box .menu_box nav ul li .__link_box .service_menu,
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu {
  padding: 0;
  margin: 0;
}

/* グループ間余白 */
header .header_box .menu_box nav ul li .__link_box .service_menu__group + .service_menu__group,
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__group + .service_menu__group {
  margin-top: 22px;
}

/* 見出し（画像の雰囲気：太字・大きめ） */
header .header_box .menu_box nav ul li .__link_box .service_menu__title,
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__title {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #0D221F;
}

@media (max-width: 599px) {
  header .header_box .menu_box nav ul li .__link_box .service_menu__title,
  header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__title {
    font-size: 24px;
  }
}
/* リスト */
header .header_box .menu_box nav ul li .__link_box .service_menu__list,
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
}

/* 行間 */
header .header_box .menu_box nav ul li .__link_box .service_menu__list li + li,
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list li + li {
  margin-top: 5px;
}

/* リンク（下線） */
header .header_box .menu_box nav ul li .__link_box .service_menu__list a,
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list a {
  display: inline-block;
  color: #0D221F;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 0.25s ease;
  /* 長文対応 */
  white-space: normal;
  overflow-wrap: anywhere;
}

header .header_box .menu_box nav ul li .__link_box .service_menu__list a:hover,
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list a:hover {
  color: #F6A0A6;
}

header .header_box_sp #g-nav-list .sp_header_area__cv_box {
  width: 100%;
  display: grid;
  justify-content: end;
  align-items: end;
  align-content: end;
  padding-bottom: 72px;
}

@media screen and (max-width: 599px) {
  header .header_box_sp #g-nav-list .sp_header_area__cv_box {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav-list .sp_header_area__cv_box {
    width: 320px;
    justify-content: center;
    align-content: start;
    padding-top: 32px;
  }
}
header .header_box_sp #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #FFF;
  /*動き*/
  transition: all 0.6s;
}

header .header_box_sp #g-nav.panelactive {
  right: 0;
}

header .header_box_sp #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav.panelactive #g-nav-list {
    display: flex;
  }
}
header .header_box_sp #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .header_box_sp #g-nav li {
  list-style: none;
  text-align: center;
}

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

/* =========================================================
   SP Header Menu (g-nav-list) 完全版
   ========================================================= */
header .header_box_sp #g-nav-list .sp_header_area__link_box {
  color: #0D221F;
  padding: 24px 20px;
  width: 100%;
  box-sizing: border-box;
}

/* 各セクション */
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set {
  width: 100%;
  margin-top: 18px;
}

/* 見出し（サービスボタン） */
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__title {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0 0 10px;
  text-align: left;
  font-size: 14px;
  color: #0D221F;
  line-height: 1.2;
  border-bottom: 1px solid #EBF5F3;
  cursor: pointer;
  position: relative;
}

/* サービス見出しの右に「＋/−」 */
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .__title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 22px;
  opacity: 0.8;
}

header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .__title[aria-expanded=true]::after {
  content: "−";
}

/* 通常リンク（支援実績〜） */
header .header_box_sp #g-nav-list .sp_header_area__link_box .__title_link {
  display: block;
  padding: 0 0 10px;
  font-size: 14px;
  color: #0D221F;
  text-decoration: none;
  border-bottom: 1px solid #EBF5F3;
  transition: color 0.25s ease, border-color 0.25s ease;
}

header .header_box_sp #g-nav-list .sp_header_area__link_box .__title_link:hover {
  color: #F6A0A6;
  border-bottom-color: #F6A0A6;
}

/* パネル */
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box {
  padding: 16px 0 0;
}

/* PCと揃える “サービスメニュー” デザイン */
header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__group + .service_menu__group {
  margin-top: 20px;
}

header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #0D221F;
}

header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list li + li {
  margin-top: 12px;
}

header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list a {
  display: inline-block;
  color: #0D221F;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 0.25s ease;
  white-space: normal;
  overflow-wrap: anywhere;
}

header .header_box_sp #g-nav-list .sp_header_area__link_box .service_menu__list a:hover {
  color: #F6A0A6;
}

.change-color {
  background-color: rgba(255, 255, 255, 0.6);
}

body a {
  text-decoration: none;
}

.ruby_set_h4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  .ruby_set_h4 {
    flex-wrap: wrap;
    margin-top: 32px;
  }
}
.ruby_set_h4 .ruby_set_text {
  position: relative;
}

.ruby_set_h4 .ruby_set_text .cls_ruby {
  font-size: 10px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  position: absolute;
  top: -8px;
}

/*
.h3_underline_color2{
    width:fit-content;
    margin-top: 16px;;
    h3{
        .h3_underline_color2__linearea{
            padding-bottom: 2px;
            width:fit-content;
            font-weight: bold;
            font-size: 20px;
            position: relative;
            border-bottom: 3px solid #C5DBD8;
        }
        .h3_underline_color2__linearea::before{
            content: '';
            position: absolute;
            bottom: -3px;
            width: 80px;
            height: 3px;
            background: #F6A0A6;
        }
    }
}
*/
/*
.h3_underline_color2_big{
    width:fit-content;
    margin-top: 16px;;
    h3{
        .h3_underline_color2__linearea{
            padding-bottom: 2px;
            width:fit-content;
            font-weight: bold;
            font-size: 24px;
            position: relative;
            border-bottom: 3px solid #C5DBD8;
        }
        .h3_underline_color2__linearea::before{
            content: '';
            position: absolute;
            bottom: -3px;
            width: 80px;
            height: 3px;
            background: #F6A0A6;
        }
    }
}
*/
.h4_underline_color2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  .h4_underline_color2 {
    margin-top: 24px;
  }
}
.h4_underline_color2 h4 .h4_underline_color2__linearea {
  padding-bottom: 2px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 3px solid #C5DBD8;
}

@media screen and (max-width: 599px) {
  .h4_underline_color2 h4 .h4_underline_color2__linearea {
    font-size: 16px;
  }
}
.h4_underline_color2 h4 .h4_underline_color2__linearea::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 80px;
  height: 3px;
  background: #F6A0A6;
}

.inline_content {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 24px;
}

@media screen and (max-width: 599px) {
  .inline_content {
    width: 100%;
    padding: 16px;
  }
}
.max_width_content {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}

.max_width_content_recruit {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}

.recruit_section {
  width: 100vw;
  max-width: 1920px;
  background-image: url("../img/circle.svg");
  background-repeat: no-repeat;
  background-size: 480px;
  background-position: 110% 100%;
}

.title_en_ds_h2 {
  position: relative;
}

@media screen and (max-width: 599px) {
  .title_en_ds_h2 {
    padding: 0px 16px 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .title_en_ds_h2 {
    padding: 0px 24px 0px 24px;
  }
}
.title_en_ds_h2 h2 {
  position: relative;
  z-index: 2;
  font-size: 40px;
}

@media screen and (max-width: 599px) {
  .title_en_ds_h2 h2 {
    font-size: 24px;
  }
}
.title_en_ds_h2 .title_en_ds_h2__en {
  position: absolute;
  z-index: 1;
  font-family: "futura-pt", sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  font-style: normal;
  top: -25px;
  left: 0;
  color: #EBF5F3;
}

@media screen and (max-width: 599px) {
  .title_en_ds_h2 .title_en_ds_h2__en {
    width: 100%;
    font-size: 48px;
    padding: 0px 16px 0px 16px;
  }
}
@media screen and (max-width: 1103px) {
  .title_en_ds_h2 .title_en_ds_h2__en {
    width: 100%;
    font-size: 48px;
    padding: 0px 24px 0px 24px;
  }
}
@media screen and (max-width: 599px) {
  .title_en_ds_h2 .double_set {
    line-height: 48px;
    top: -48px;
  }
}
.h3_number_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.h3_number_set h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 16px;
}

@media screen and (max-width: 599px) {
  .h3_number_set h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.h3_number_set .h3_number_set_no {
  font-family: "futura-pt", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .h3_number_set .h3_number_set_no {
    font-size: 24px;
    line-height: 24px;
  }
}
.title_under_double_line {
  display: inline-block;
  position: relative;
}

.title_under_double_line h2 {
  font-size: 24px;
}

@media screen and (max-width: 599px) {
  .title_under_double_line h2 {
    font-size: 18px;
  }
}
.title_under_double_line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #78ABA4;
  bottom: 0px;
  left: 0;
  right: 0;
  /*    content: "";
    position: absolute;
    width:100%;
    height:4px;
    border-radius: 2px;
    background-color: #78ABA4;
  //  border: solid 4px #78ABA4;
    bottom: 0px;
    left: 0;
    right: 0;
  */
}

.title_under_double_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #78ABA4;
  bottom: -4px;
  left: 0;
  right: 0;
  /*
      content: "";
    position: absolute;
    width:100%;
    height:2px;
    border-radius: 1px;
    background-color: #78ABA4;
  //  border: solid 4px #78ABA4;
    bottom: -4px;
    left: 0;
    right: 0;
  */
}

.mv_top {
  width: 100vw;
  height: 860px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 599px) {
  .mv_top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top {
    align-content: start;
    height: auto;
  }
}
.mv_top .video {
  width: 100%;
  height: 720px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  background-image: url(../img/back_sample.png);
  background-size: 1040px;
  background-repeat: no-repeat;
  background-position: calc((100vw - 1280px) / 2 + 426px) -30%;
  z-index: -1;
}

@media screen and (max-width: 599px) {
  .mv_top .video {
    width: 100vw;
    height: 100vh;
    top: 280px;
    right: 0px;
    background-position: 0% 0%;
    background-size: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .video {
    height: 640px;
    background-size: 0px;
  }
}
.mv_top .video video {
  height: 80%;
  position: absolute;
  right: calc((100vw - 1280px) / 2 - 180px);
  top: -5%;
  z-index: 0;
}

@media screen and (max-width: 599px) {
  .mv_top .video video {
    width: 480px;
    height: auto;
    top: 5px;
    left: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv_top .video video {
    height: 60%;
    right: calc((100vw - 600px) / 2 - 240px);
    top: 40%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .mv_top .video video {
    height: 80%;
    right: calc((100vw - 800px) / 2 - 240px);
    top: 25%;
  }
}
.mv_top .mv_top__box {
  width: 100vw;
  max-width: 1280px;
  margin: 80px auto 0 auto;
  box-sizing: border-box;
  padding: 24px;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .mv_top .mv_top__box {
    max-width: 599px;
    padding: 16px;
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .mv_top__box {
    max-width: auto;
    height: 640px;
  }
}
.mv_top .mv_top__box .mv_copy_big {
  font-size: 56px;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .mv_copy_big {
    font-size: 32px;
  }
}
.mv_top .mv_top__box .mv_copy_narrow {
  font-feature-settings: "palt";
  display: inline-block;
  margin-left: -24px;
}

@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .mv_copy_narrow {
    margin-left: -12px;
  }
}
.mv_top .mv_top__box .mv_copy_en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #547A75;
}

@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .mv_copy_en {
    font-size: 24px;
  }
}
.mv_top .mv_top__box .mv_message {
  margin-top: 56px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .mv_message {
    font-size: 12px;
    margin-top: 40px;
  }
}
.mv_top .mv_top__box .mv_top__cv {
  margin-top: 88px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .mv_top__cv {
    margin-top: 240px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-evenly;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv_top .mv_top__box .mv_top__cv {
    margin-top: 216px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-evenly;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .mv_top .mv_top__box .mv_top__cv {
    margin-top: 216px;
    flex-wrap: wrap;
    justify-content: start;
    align-content: space-evenly;
  }
}
@media screen and (max-width: 599px) {
  .mv_top .mv_top__box .mv_top__cv .cv_button_top_contact {
    margin-left: 0px;
    margin-top: 16px;
  }
}
.media_box_set {
  width: 1080px;
  margin: 0px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: first baseline;
  align-content: center;
}

@media screen and (max-width: 599px) {
  .media_box_set {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_box_set {
    width: 100%;
    justify-content: space-evenly;
  }
}
.media_box_set a {
  margin-top: 40px;
}

.media_box_set a .media_box {
  width: 300px;
  transition: 0.4s;
}

.media_box_set a .media_box .media_box__thumbnail {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 157px;
  transition: 0.4s;
}

.media_box_set a .media_box .media_box__category {
  border: solid 0.5px #79ABA4;
  display: inline-block;
  width: auto;
  margin-top: 8px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px 24px;
  text-align: center;
  font-size: 10px;
}

.media_box_set a .media_box .media_box__title {
  transition: 0.4s;
  font-weight: bold;
}

.media_box_set .media_box:hover {
  cursor: pointer;
}

.media_box_set .media_box:hover .media_box__title {
  transition: 0.4s;
  color: #EC636C;
}

.media_box_set .media_box:hover .media_box__thumbnail {
  transition: 0.4s;
  transform: scale(1.05);
}

/*お知らせ一覧表示エリア*/
.news_archive_area {
  width: 1080px;
  height: auto;
  margin: 96px auto 80px auto;
}

@media screen and (max-width: 599px) {
  .news_archive_area {
    margin: 40px auto;
    width: 100vw;
  }
}
.news_archive_area .news_archive_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 80%;
  margin: 0px auto;
  padding: 16px 24px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 599px) {
  .news_archive_area .news_archive_set {
    display: block;
    width: 90%;
  }
}
.news_archive_area .news_archive_set .__date {
  width: 20%;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .news_archive_area .news_archive_set .__date {
    width: 100%;
    font-size: 12px;
  }
}
.news_archive_area .news_archive_set .news_archive_title {
  width: 80%;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .news_archive_area .news_archive_set .news_archive_title {
    width: 100%;
    font-size: 14px;
  }
}
.news_archive_area .news_archive_set::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #0D221F;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.cv_button_top_download {
  width: 304px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #0D221F;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  transition: 0.4s;
}

.cv_button_top_download i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cv_button_top_download .cv_button_top_download__text {
  margin-left: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.cv_button_top_download:hover {
  transition: 0.4s;
  transform: scale(1.1);
}

.cv_button_top_contact {
  width: 304px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #EC636C;
  margin-left: 24px;
  transition: 0.4s;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

.cv_button_top_contact i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cv_button_top_contact .cv_button_top_contact__text {
  margin-left: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.cv_button_top_contact:hover {
  transition: 0.4s;
  transform: scale(1.1);
}

.top_h1 {
  width: 100vw;
  background-color: #0D221F;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 16px 0px;
  margin-top: 56px;
  text-align: center;
}

.top_h1 h1 {
  font-size: 20px;
  font-weight: 700;
}

.top_fm {
  width: 1080px;
  height: auto;
  min-height: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 24px 0px 24px;
  background-image: url("../img/finner_top_cycle_image.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 30%;
}

@media screen and (max-width: 599px) {
  .top_fm {
    width: 100vw;
    padding: 80px 24px 280px 24px;
    background-position: 50% 100%;
    background-size: 240px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_fm {
    width: 100vw;
    background-position: 98% 100%;
  }
}
.top_fm .top_fm__message {
  margin-top: 48px;
  width: 70%;
}

@media screen and (max-width: 599px) {
  .top_fm .top_fm__message {
    width: 100%;
  }
}
.top_service_area_01 {
  background-image: url("../img/top_service_image.png");
  background-repeat: no-repeat;
  background-size: 456px;
  background-position: calc((100vw - 1080px) / 2 + 720px) 100%;
}

@media screen and (max-width: 599px) {
  .top_service_area_01 {
    background-size: 240px;
    background-position: 100% 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_01 {
    background-size: 30%;
    background-position: 110% 100%;
  }
}
.top_service_area_01 .top_service {
  width: 1080px;
  height: auto;
  /*
          background-image: url("../img/top_service_image.png");
          background-repeat: no-repeat;
          background-size: calc(100% -);
  //        background-position: calc(calc(calc(100vw - 1080px) / 2) + 456px) ;
  background-position: 100% 100%;
  */
  min-height: 400px;
  margin: 0 auto;
  padding: 80px 24px 0px 24px;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_01 .top_service {
    width: 100vw;
  }
}
@media screen and (max-width: 599px) {
  .top_service_area_01 .top_service {
    width: 100vw;
    min-height: 350px;
    padding-bottom: 240px;
  }
}
.top_service_area_01 .top_service .top_service_content {
  margin-top: 24px;
  max-width: 640px;
}

.top_service_area_01 .top_service .top_service_content .top_service_content__more {
  margin-top: 40px;
  font-weight: 700;
  color: #547A75;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_01 .top_service .top_service_content .top_service_content__more {
    text-align: left;
  }
}
.top_service_area_01 .top_service .top_service_content .top_service_content__button_set {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  margin-top: 16px;
  position: relative;
  width: auto;
}

@media screen and (max-width: 599px) {
  .top_service_area_01 .top_service .top_service_content .top_service_content__button_set {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_01 .top_service .top_service_content .top_service_content__button_set {
    text-align: left;
    justify-content: start;
    flex-wrap: wrap;
  }
}
.top_service_area_01 .top_service .top_service_content .top_service_content__button_set a {
  text-decoration: none;
}

.top_service_area_01 .top_service .top_service_content .top_service_content__button_set a:hover .top_service_content__butonn_set__button {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.top_service_area_01 .top_service .top_service_content .top_service_content__button_set a:hover i {
  color: #F6A0A6;
}

.top_service_area_01 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
  transition: 0.4s;
  /*
  width: $w;
  height: $h;
  */
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  /*
                      width: 256px;
                      height: 64px;
                      margin-right: 36px;
                      flex-shrink: 0;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: 14px;
                      position:relative;
                      border-radius: 16px;
                      border: 0.5px solid #A2A7A6;
                      background: #FFF;
                      box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  */
}

@media screen and (max-width: 599px) {
  .top_service_area_01 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
    width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .top_service_area_01 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_01 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
    margin-top: 16px;
    margin-right: 16px;
  }
}
.top_service_area_01 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  right: 10px;
  bottom: 30px;
}

.top_service_area_01 .top_service_2 {
  width: 1080px;
  height: auto;
  /*
          background-image: url("../img/top_service_image.png");
          background-repeat: no-repeat;
          background-size: calc(100% -);
  //        background-position: calc(calc(calc(100vw - 1080px) / 2) + 456px) ;
  background-position: 100% 100%;
  */
  min-height: 400px;
  margin: 0 auto;
  padding: 80px 24px 0px 24px;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_01 .top_service_2 {
    width: 100vw;
  }
}
.top_service_area_01 .top_service_2 .top_service_content {
  margin-top: 24px;
  max-width: 640px;
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_01 .top_service_2 .top_service_content {
    width: 100vw;
  }
}
.top_service_area_01 .top_service_2 .top_service_content .top_service_content__more {
  margin-top: 40px;
  font-weight: 900;
  color: #547A75;
}

.top_service_area_01 .top_service_2 .top_service_content .top_service_content__button_set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 599px) {
  .top_service_area_01 .top_service_2 .top_service_content .top_service_content__button_set {
    justify-content: center;
  }
}
.top_service_area_01 .top_service_2 .top_service_content .top_service_content__button_set a {
  text-decoration: none;
}

.top_service_area_01 .top_service_2 .top_service_content .top_service_content__button_set a:hover .top_service_content__butonn_set__button {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.top_service_area_01 .top_service_2 .top_service_content .top_service_content__button_set a:hover i {
  color: #F6A0A6;
}

.top_service_area_01 .top_service_2 .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
  transition: 0.4s;
  /*
  width: $w;
  height: $h;
  */
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  /*
                      width: 256px;
                      height: 64px;
                      margin-left: 36px;
                      flex-shrink: 0;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: 14px;
                      position:relative;
                      border-radius: 16px;
                      border: 0.5px solid #A2A7A6;
                      background: #FFF;
                      box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  */
}

.top_service_area_01 .top_service_2 .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  right: 10px;
  bottom: 30px;
  transition: 0.4s;
}

.top_service_area_02 {
  background-image: url("../img/top_service_image2.png");
  background-repeat: no-repeat;
  background-size: 396px;
  background-position: calc((100vw - 1080px) / 2 - 200px) 100%;
}

@media screen and (max-width: 599px) {
  .top_service_area_02 {
    background-size: 240px;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_02 {
    background-size: 40%;
    background-position: -20% 100%;
  }
}
.top_service_area_02 .top_service {
  width: 1080px;
  height: auto;
  /*
          background-image: url("../img/top_service_image.png");
          background-repeat: no-repeat;
          background-size: calc(100% -);
  //        background-position: calc(calc(calc(100vw - 1080px) / 2) + 456px) ;
  background-position: 100% 100%;
  */
  min-height: 400px;
  margin: 0 auto;
  padding: 80px 24px 0px 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .top_service_area_02 .top_service {
    width: 100%;
    padding: 0px 16px 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_02 .top_service {
    width: 100%;
  }
}
.top_service_area_02 .top_service .inline_content {
  padding: 0px 24px 0px 240px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .top_service_area_02 .top_service .inline_content {
    padding: 16px 16px 240px 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .top_service_area_02 .top_service .inline_content {
    padding: 0px 24px 0px 320px;
  }
}
.top_service_area_02 .top_service .top_service_content {
  margin-top: 24px;
  width: 840px;
}

@media screen and (max-width: 599px) {
  .top_service_area_02 .top_service .top_service_content {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_service_area_02 .top_service .top_service_content {
    width: 100%;
  }
}
.top_service_area_02 .top_service .top_service_content .top_service_content__more {
  margin-top: 40px;
  font-weight: 900;
  color: #547A75;
}

.top_service_area_02 .top_service .top_service_content .top_service_content__button_set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.top_service_area_02 .top_service .top_service_content .top_service_content__button_set a {
  text-decoration: none;
}

.top_service_area_02 .top_service .top_service_content .top_service_content__button_set a:hover .top_service_content__butonn_set__button {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.top_service_area_02 .top_service .top_service_content .top_service_content__button_set a:hover i {
  color: #F6A0A6;
}

.top_service_area_02 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
  transition: 0.4s;
  /*
  width: $w;
  height: $h;
  */
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  /*
  //                    margin-left: 36px;
                      flex-shrink: 0;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: 14px;
                      position:relative;
                      border-radius: 16px;
                      border: 0.5px solid #A2A7A6;
                      background: #FFF;
                      box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  */
}

@media screen and (max-width: 599px) {
  .top_service_area_02 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
    width: 300px;
  }
}
.top_service_area_02 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  right: 10px;
  bottom: 30px;
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .top_service_area_02 .top_service .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button i {
    bottom: 45px;
  }
}
.top_service_area_02 .top_service_2 {
  width: 1080px;
  height: auto;
  /*
          background-image: url("../img/top_service_image.png");
          background-repeat: no-repeat;
          background-size: calc(100% -);
  //        background-position: calc(calc(calc(100vw - 1080px) / 2) + 456px) ;
  background-position: 100% 100%;
  */
  min-height: 400px;
  margin: 0 auto;
  padding: 80px 24px 0px 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .top_service_area_02 .top_service_2 {
    width: 100%;
  }
}
.top_service_area_02 .top_service_2 .top_service_content {
  margin-top: 24px;
  max-width: 640px;
}

.top_service_area_02 .top_service_2 .top_service_content .top_service_content__more {
  margin-top: 40px;
  font-weight: 900;
  color: #547A75;
}

.top_service_area_02 .top_service_2 .top_service_content .top_service_content__button_set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.top_service_area_02 .top_service_2 .top_service_content .top_service_content__button_set a {
  text-decoration: none;
}

.top_service_area_02 .top_service_2 .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button {
  transition: 0.4s;
  /*
  width: $w;
  height: $h;
  */
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  /*                    width: 256px;
                      height: 64px;
                      margin-left: 36px;
                      flex-shrink: 0;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: 14px;
                      position:relative;
                      border-radius: 16px;
                      border: 0.5px solid #A2A7A6;
                      background: #FFF;
                      box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  */
}

.top_service_area_02 .top_service_2 .top_service_content .top_service_content__button_set .top_service_content__butonn_set__button i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  right: 10px;
  bottom: 30px;
}

.top_media_area {
  background-image: url("../img/circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 150% 0%;
  padding: 104px 0px 0px 0px;
  box-sizing: border-box;
  width: 100vw;
  height: 700px;
}

@media screen and (max-width: 599px) {
  .top_media_area {
    height: auto;
    background-image: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_media_area {
    height: auto;
    background-image: none;
  }
}
.top_media_area .top_media_area__content {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .top_media_area .top_media_area__content {
    width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_media_area .top_media_area__content {
    width: 100vw;
  }
}
.common_media_area {
  box-sizing: border-box;
  width: 100vw;
  padding: 20px 0px 80px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .common_media_area {
    padding: 20px 0px 20px 0px;
  }
}
.common_media_area .common_media_area__content {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .common_media_area .common_media_area__content {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .common_media_area .common_media_area__content {
    width: 100%;
  }
}
.top_news_area {
  /*
      background-image: url('../img/circle.svg');
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 150% 0%;
  */
  padding: 104px 0px 0px 0px;
  box-sizing: border-box;
  width: 100vw;
  height: 700px;
}

@media screen and (max-width: 599px) {
  .top_news_area {
    height: auto;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_area {
    height: auto;
    padding-bottom: 80px;
  }
}
.top_news_area .top_news_area__content {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .top_news_area .top_news_area__content {
    width: 100vw;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_area .top_news_area__content {
    width: 100vw;
    height: auto;
  }
}
.news_set {
  width: 800px;
  margin: 24px auto 0px auto;
}

@media screen and (max-width: 599px) {
  .news_set {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_set {
    width: 100%;
  }
}
.news_set .news_set__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: solid #547A75 0.5px;
  width: 100%;
  padding: 16px 24px;
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .news_set .news_set__box {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.news_set .news_set__box .news_set__box__date {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.news_set .news_set__box .news_set__box__title {
  font-size: 16px;
  margin-left: 40px;
  transition: 0.4s;
  transform-origin: top left;
}

@media screen and (max-width: 599px) {
  .news_set .news_set__box .news_set__box__title {
    margin-left: 0px;
    font-size: 12px;
  }
}
.news_set .news_set__box:hover {
  cursor: pointer;
}

.news_set .news_set__box:hover .news_set__box__title {
  color: #EC636C;
  transition: 0.4s;
  transform-origin: top left;
}

.no_wrap {
  display: inline-block;
}

.pink_marker {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: rgb(254, 222, 224);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.big_button_area {
  width: 100vw;
  border: solid 0.5px #547A75;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 599px) {
  .big_button_area {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area {
    display: block;
  }
}
.big_button_area .footer_line {
  width: 100%;
  height: 40px;
  background-color: #305E58;
}

.big_button_area .color_green {
  color: #547A75;
}

.big_button_area .color_lightgreen {
  color: #C5DBD8;
}

.big_button_area .color_white {
  color: #FFFFFF;
}

.big_button_area .__icon {
  font-size: 32px;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .big_button_area .__icon {
    font-size: 24px;
  }
}
.big_button_area .__text {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  height: 104px;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .big_button_area .__text {
    font-size: 24px;
    height: 80px;
  }
}
.big_button_area .__text .__en {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}

.big_button_area .__info {
  font-size: 14px;
  text-align: center;
  width: 80%;
  margin: 24px auto 0px auto;
}

@media screen and (max-width: 599px) {
  .big_button_area .__info {
    margin: 8px auto 0px auto;
  }
}
.big_button_area a {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .big_button_area a {
    width: 100%;
  }
}
.big_button_area a .big_button_area__01 {
  width: 100%;
}

.big_button_area a .big_button_area__01 .big_button__box__company {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #C5DBD8;
  margin: 0px 0px 0px auto;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__01 .big_button__box__company {
    min-width: auto;
    height: 280px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__01 .big_button__box__company {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__01 .big_button__box__company {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__01 .big_button__box__company .big_button__box__company__inner_box {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #FFFFFF;
  transition: 0.4s;
  margin: 0px 0px 0px auto;
  padding: 32px 0px 40px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__01 .big_button__box__company .big_button__box__company__inner_box {
    min-width: auto;
    height: 280px;
    padding: 24px 0px 32px 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__01 .big_button__box__company .big_button__box__company__inner_box {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__01 .big_button__box__company .big_button__box__company__inner_box {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__01 .big_button__box__company .big_button__box__company__inner_box .__text {
  transition: 0.4s;
}

.big_button_area a .big_button_area__01 .big_button__box__company .big_button__box__company__inner_box .__icon {
  transition: 0.4s;
}

.big_button_area a .big_button_area__01 .big_button__box__company .big_button__box__company__inner_box .__info {
  transition: 0.4s;
}

.big_button_area a .big_button_area__01 .big_button__box__company:hover .big_button__box__company__inner_box {
  transition: 0.4s;
  cursor: pointer;
}

.big_button_area a .big_button_area__01 .big_button__box__company:hover .big_button__box__company__inner_box .__text {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__01 .big_button__box__company:hover .big_button__box__company__inner_box .__info {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__01 .big_button__box__company:hover .big_button__box__company__inner_box .__icon {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__02 {
  width: 100%;
  background-color: #78ABA4;
}

.big_button_area a .big_button_area__02 .big_button__box__download1 {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #FFF;
  margin: 0px auto 0px 0px;
  border: solid 0.5px #78ABA4;
  position: relative;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__02 .big_button__box__download1 {
    min-width: auto;
    height: 280px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__02 .big_button__box__download1 {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__02 .big_button__box__download1 {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__02 .big_button__box__download1 .big_button__box__download1__inner_box {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #78ABA4;
  margin: 0px auto 0px 0px;
  transition: 0.4s;
  padding: 32px 0px 0px 0px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__02 .big_button__box__download1 .big_button__box__download1__inner_box {
    min-width: auto;
    height: 280px;
    padding: 24px 0px 32px 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__02 .big_button__box__download1 .big_button__box__download1__inner_box {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__02 .big_button__box__download1 .big_button__box__download1__inner_box {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__02 .big_button__box__download1 .big_button__box__download1__inner_box .__text {
  color: #FFF;
  transition: 0.4s;
}

.big_button_area a .big_button_area__02 .big_button__box__download1 .big_button__box__download1__inner_box .__icon {
  transition: 0.4s;
}

.big_button_area a .big_button_area__02 .big_button__box__download1 .big_button__box__download1__inner_box .__info {
  color: #FFF;
  transition: 0.4s;
}

.big_button_area a .big_button_area__02 .big_button__box__download1:hover .big_button__box__download1__inner_box {
  transition: 0.4s;
  cursor: pointer;
}

.big_button_area a .big_button_area__02 .big_button__box__download1:hover .big_button__box__download1__inner_box .__text {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__02 .big_button__box__download1:hover .big_button__box__download1__inner_box .__info {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__02 .big_button__box__download1:hover .big_button__box__download1__inner_box .__icon {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__03 {
  width: 100%;
  background-color: #547A75;
}

.big_button_area a .big_button_area__03 .big_button__box__download2 {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #FFF;
  margin: 0px 0px 0px auto;
  border: solid 0.5px #547A75;
  position: relative;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__03 .big_button__box__download2 {
    min-width: auto;
    height: 280px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__03 .big_button__box__download2 {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__03 .big_button__box__download2 {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__03 .big_button__box__download2 .big_button__box__download2__inner_box {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #547A75;
  margin: 0px 0px 0px auto;
  padding: 32px 0px 0px 0px;
  box-sizing: border-box;
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__03 .big_button__box__download2 .big_button__box__download2__inner_box {
    min-width: auto;
    height: 280px;
    padding: 24px 0px 32px 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__03 .big_button__box__download2 .big_button__box__download2__inner_box {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__03 .big_button__box__download2 .big_button__box__download2__inner_box {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__03 .big_button__box__download2 .big_button__box__download2__inner_box .__text {
  color: #FFF;
  transition: 0.4s;
}

.big_button_area a .big_button_area__03 .big_button__box__download2 .big_button__box__download2__inner_box .__info {
  color: #FFF;
}

.big_button_area a .big_button_area__03 .big_button__box__download2:hover .big_button__box__download2__inner_box {
  transition: 0.4s;
  cursor: pointer;
}

.big_button_area a .big_button_area__03 .big_button__box__download2:hover .big_button__box__download2__inner_box .__text {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__03 .big_button__box__download2:hover .big_button__box__download2__inner_box .__info {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__03 .big_button__box__download2:hover .big_button__box__download2__inner_box .__icon {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__04 {
  width: 100%;
  background-color: #0D221F;
  color: #FFFFFF;
}

.big_button_area a .big_button_area__04 .big_button__box__contact {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #F6A0A6;
  margin: 0px auto 0px 0px;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__04 .big_button__box__contact {
    min-width: auto;
    height: 280px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__04 .big_button__box__contact {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__04 .big_button__box__contact {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__04 .big_button__box__contact .big_button__box__contact__inner_box {
  width: 100%;
  min-width: 540px;
  height: 320px;
  background-color: #0D221F;
  margin: 0px 0px auto 0px;
  padding: 32px 0px 0px 0px;
  box-sizing: border-box;
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .big_button_area a .big_button_area__04 .big_button__box__contact .big_button__box__contact__inner_box {
    min-width: auto;
    height: 280px;
    padding: 24px 0px 32px 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .big_button_area a .big_button_area__04 .big_button__box__contact .big_button__box__contact__inner_box {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .big_button_area a .big_button_area__04 .big_button__box__contact .big_button__box__contact__inner_box {
    min-width: 480px;
    width: 100%;
  }
}
.big_button_area a .big_button_area__04 .big_button__box__contact .big_button__box__contact__inner_box .__text {
  transition: 0.4s;
}

.big_button_area a .big_button_area__04 .big_button__box__contact .big_button__box__contact__inner_box .__icon {
  transition: 0.4s;
}

.big_button_area a .big_button_area__04 .big_button__box__contact .big_button__box__contact__inner_box .__info {
  transition: 0.4s;
}

.big_button_area a .big_button_area__04 .big_button__box__contact:hover .big_button__box__contact__inner_box {
  transition: 0.4s;
  cursor: pointer;
  background-color: #EC636C;
  color: #FFF;
}

.big_button_area a .big_button_area__04 .big_button__box__contact:hover .big_button__box__contact__inner_box .__text {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__04 .big_button__box__contact:hover .big_button__box__contact__inner_box .__info {
  transition: 0.4s;
  transform: scale(1.1);
}

.big_button_area a .big_button_area__04 .big_button__box__contact:hover .big_button__box__contact__inner_box .__icon {
  transition: 0.4s;
  transform: scale(1.1);
}

footer {
  width: 100vw;
  background-color: #0D221F;
}

footer .copy_light {
  text-align: right;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #FFF;
  padding-right: 24px;
  padding-bottom: 16px;
  box-sizing: border-box;
  width: 100%;
}

footer .footer_area {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  color: #FFFFFF;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 599px) {
  footer .footer_area {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  footer .footer_area {
    flex-wrap: wrap;
  }
}
footer .footer_area .footer_area__info_box {
  width: 33%;
  padding-top: 56px;
  padding-left: 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  footer .footer_area .footer_area__info_box {
    width: 100%;
  }
}
footer .footer_area .footer_area__info_box a {
  transition: 0.4s;
}

footer .footer_area .footer_area__info_box a:hover {
  transition: 0.4s;
  transform: scale(1.1);
}

footer .footer_area .footer_area__info_box .footer_logo {
  transform-origin: top left;
  width: 168px;
  transition: 0.4s;
}

footer .footer_area .footer_area__info_box .footer_logo img {
  width: 168px;
}

footer .footer_area .footer_area__info_box .footer_logo:hover {
  transform-origin: top left;
  transform: scale(1.1);
  transition: 0.4s;
}

footer .footer_area .footer_area__info_box .__company_name {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
}

footer .footer_area .footer_area__info_box .__privacy_policy {
  margin-top: 8px;
}

footer .footer_area .footer_area__info_box .__privacy_policy a {
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
  transition: 0.4s;
}

footer .footer_area .footer_area__info_box .__privacy_policy a:hover {
  transition: 0.4s;
  color: #F6A0A6;
}

footer .footer_area .footer_area__link_box {
  color: #FFF;
  padding: 52px;
  width: 33%;
}

@media screen and (max-width: 599px) {
  footer .footer_area .footer_area__link_box {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  footer .footer_area .footer_area__link_box {
    width: 67%;
  }
}
footer .footer_area .footer_area__link_box .__link_box_set {
  width: 100%;
  color: #FFF;
  margin-top: 20px;
}

footer .footer_area .footer_area__link_box .__link_box_set .__title {
  width: auto;
  color: #FFF;
  border-bottom: solid 1px #EBF5F3;
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s;
}

footer .footer_area .footer_area__link_box .__link_box_set a {
  color: #FFF;
  transition: 0.4s;
}

footer .footer_area .footer_area__link_box .__link_box_set a:hover .__title {
  border-bottom: solid 1px #F6A0A6;
  color: #F6A0A6;
  transition: 0.4s;
  cursor: pointer;
}

footer .footer_area .footer_area__link_box .__link_box_set .__title:hover a {
  transition: 0.4s;
  color: #F6A0A6;
}

footer .footer_area .footer_area__link_box .__link_box_set .__link_box {
  padding: 24px;
  box-sizing: border-box;
}

footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link {
  margin-top: 8px;
  font-size: 12px;
}

footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link a {
  color: #FFF;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  transition: 0.4s;
}

footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link a:hover {
  transition: 0.4s;
  color: #F6A0A6;
}

footer .footer_area .footer_area__cv_box {
  width: 33%;
  display: grid;
  justify-content: end;
  align-items: end;
  align-content: end;
  padding-bottom: 72px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  footer .footer_area .footer_area__cv_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_area .footer_area__cv_box {
    width: 100%;
    justify-content: center;
  }
}
.btn_footer_cv1 {
  width: 304px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #FFF;
  border-radius: 16px;
  margin-top: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  transition: 0.4s;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

.btn_footer_cv1 .__text {
  font-size: 14px;
  line-height: 1.4;
}

.btn_footer_cv1 .__icon {
  margin-left: 24px;
  font-size: 24px;
}

.btn_footer_cv1 ._s {
  margin-left: 36px;
}

.btn_footer_cv1:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #FEEEED;
}

.btn_footer_cv2 {
  width: 304px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 24px;
  transition: 0.4s;
  background-color: #EC636C;
  color: #FFF;
  border-radius: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.btn_footer_cv2 .__text {
  font-size: 14px;
  margin-left: 24px;
}

.btn_footer_cv2 .__tel {
  margin-left: 8px;
}

.btn_footer_cv2 .__icon {
  font-size: 24px;
}

.btn_footer_cv2:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #FFF;
  color: #EC636C;
}

/*
.title_under_mark::after{
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height:8px;
    border-radius: 2px;
    background-color:#DCCFC2;
    top:15px;
    left:0px;
//            transition: 0.2s;
}
*/
/*--------------------------------*/
/*--------------------------------*/
.common_button_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 48px;
  position: relative;
  width: 100%;
}

.common_button_set a {
  text-decoration: none;
}

.common_button_set .common_button_set__out_site_button {
  transition: 0.4s;
  /*
  width: $w;
  height: $h;
  */
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

@media screen and (max-width: 599px) {
  .common_button_set .common_button_set__out_site_button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.common_button_set .common_button_set__out_site_button i {
  font-size: 16px;
  color: #547A75;
  margin-left: 8px;
}

.common_button_set .common_button_set__out_site_button:hover {
  background-color: #0D221F;
  color: #FFF;
  transform: scale(1.1);
  transition: 0.4s;
}

.common_button_set .common_button_set__out_site_button:hover i {
  color: #F6A0A6;
}

.common_button_set .common_button_set__out_site_button2 {
  transition: 0.4s;
  /*
  width: $w;
  height: $h;
  */
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  margin-bottom: 80px;
  background-color: #0D221F;
  color: #FFF;
}

.common_button_set .common_button_set__out_site_button2 i {
  font-size: 16px;
  color: #FFF;
  margin-left: 8px;
  transition: 0.4s;
}

.common_button_set .common_button_set__out_site_button2:hover {
  background-color: #FFF;
  color: #0D221F;
  transform: scale(1.1);
  transition: 0.4s;
}

.common_button_set .common_button_set__out_site_button2:hover i {
  color: #0D221F;
}

.common_button_set .common_button_set__button {
  transition: 0.4s;
  /*
  width: $w;
  height: $h;
  */
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

.common_button_set .common_button_set__button i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  right: 10px;
  bottom: 30px;
}

.common_button_set .common_button_set__button:hover {
  background-color: #0D221F;
  color: #FFF;
  transform: scale(1.1);
  transition: 0.4s;
}

.common_button_set .common_button_set__button:hover i {
  color: #F6A0A6;
}

/*
.common_button_set{
    border:solid 1px #85715C;
    color:#85715C;
    width:168px;
    height:36px;
    border-radius: 30px;
    margin:0 auto;
    font-family: "GenJyuuGothic";
    font-size: 14px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
    .common_button_circle{
        position: absolute;
        width: 24px;
        height: 24px;
        background-color: #85715C;
        border-radius: 12px;
        left:148px;
        top:4px;
        padding-top: 2px;
        padding-left: 2px;
        box-sizing: border-box;
        transition: 0.4s;
        svg{
            fill:#FFFEF7;
            width: 7px;
            height:11px;
            transition: 0.4s;
        }
    }
}
*/
/*--------------------------------*/
/*--------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.margin_top_8 {
  margin-top: 8px;
}

.margin_top_16 {
  margin-top: 16px;
}

.margin_top_24 {
  margin-top: 24px;
}

.margin_top_40 {
  margin-top: 40px;
}

.header_visual {
  width: 1080px;
  height: 240px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px auto;
}

@media screen and (max-width: 599px) {
  .header_visual {
    width: 100vw;
    height: auto;
    padding: 40px 24px;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header_visual {
    width: 100vw;
    height: auto;
    padding: 0px 24px 40px 24px;
    justify-content: space-between;
  }
}
.header_visual .header_visual__page_title {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .header_visual .header_visual__page_title {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header_visual .header_visual__page_title {
    width: 100%;
  }
}
.header_visual .header_visual__page_title .__jp {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .header_visual .header_visual__page_title .__jp {
    font-size: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header_visual .header_visual__page_title .__jp {
    font-size: 40px;
  }
}
.header_visual .header_visual__page_title .__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  color: #547A75;
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  .header_visual .header_visual__page_title .__en {
    font-size: 24px;
  }
}
.header_visual .header_visual__button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 599px) {
  .header_visual .header_visual__button {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header_visual .header_visual__button {
    display: block;
  }
}
.header_visual .header_visual__button a {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 599px) {
  .header_visual .header_visual__button a {
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header_visual .header_visual__button a {
    margin-top: 24px;
  }
}
.header_visual .header_visual__button .cv_button_top_contact_green {
  width: 304px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #0D221F;
  margin-left: 24px;
  transition: 0.4s;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

@media screen and (max-width: 599px) {
  .header_visual .header_visual__button .cv_button_top_contact_green {
    margin: 16px auto 0px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header_visual .header_visual__button .cv_button_top_contact_green {
    margin: 16px auto 0px auto;
  }
}
.header_visual .header_visual__button .cv_button_top_contact_green i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_visual .header_visual__button .cv_button_top_contact_green .cv_button_top_contact__text {
  margin-left: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.header_visual .header_visual__button .cv_button_top_contact_green:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #EC636C;
  color: #FFF;
}

.header_visual .header_visual__button .cv_button_top_download_white {
  width: 304px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0D221F;
  background-color: #FFFFFF;
  transition: 0.4s;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

@media screen and (max-width: 599px) {
  .header_visual .header_visual__button .cv_button_top_download_white {
    margin: 16px auto 0px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header_visual .header_visual__button .cv_button_top_download_white {
    margin: 16px auto 0px auto;
  }
}
.header_visual .header_visual__button .cv_button_top_download_white i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_visual .header_visual__button .cv_button_top_download_white .cv_button_top_download__text {
  margin-left: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.header_visual .header_visual__button .cv_button_top_download_white:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.breadcrumbs_area {
  width: 100%;
  background-color: #0D221F;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumbs_area .breadcrumbs {
  color: #FFF;
  width: 1080px;
  margin: 0 auto;
  padding: 8px 16px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 599px) {
  .breadcrumbs_area .breadcrumbs {
    width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .breadcrumbs_area .breadcrumbs {
    width: 100vw;
  }
}
.breadcrumbs_area .breadcrumbs li {
  list-style: none;
  font-size: 12px;
  line-height: 1;
}

.breadcrumbs_area .breadcrumbs li i {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s;
}

.breadcrumbs_area .breadcrumbs li a {
  color: #FFF;
  text-decoration: underline;
  transition: 0.4s;
}

.breadcrumbs_area .breadcrumbs li a:hover {
  transition: 0.4s;
  color: #F6A0A6;
}

.breadcrumbs_area .breadcrumbs li a:hover i {
  transform: scale(1.1);
  transition: 0.4s;
  color: #F6A0A6;
}

.breadcrumbs_area .breadcrumbs li::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  line-height: 1.6;
  padding: 0 16px 0px 16px;
}

.breadcrumbs_area .breadcrumbs li:first-child a {
  text-decoration: none;
}

.breadcrumbs_area .breadcrumbs li:last-child::after {
  display: none;
}

.greeting_area {
  width: 1080px;
  margin: 80px auto 0px auto;
}

@media screen and (max-width: 599px) {
  .greeting_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .greeting_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 0px 16px;
  }
}
.greeting_area .greeting__ceo_name {
  width: 100%;
  padding: 0px 24px;
  text-align: right;
  font-size: 20px;
}

.greeting_area .greeting__ceo_name .greeting__ceo_name__position {
  font-size: 14px;
}

.member_area {
  width: 1080px;
  margin: 80px auto 0px auto;
}

@media screen and (max-width: 599px) {
  .member_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .member_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 0px 16px;
  }
}
.member_area .member_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 56px 16px;
}

@media screen and (max-width: 599px) {
  .member_area .member_set {
    display: grid;
    justify-content: center;
    padding: 0px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .member_area .member_set {
    display: grid;
    justify-content: center;
    padding: 0px;
    margin-top: 80px;
  }
}
.member_area .member_set .member_box_image {
  width: 168px;
  height: 192px;
}

@media screen and (max-width: 599px) {
  .member_area .member_set .member_box_image {
    margin: 0 auto;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .member_area .member_set .member_box_image {
    margin: 0 auto;
    height: auto;
  }
}
.member_area .member_set .member_box_image .__image img {
  width: 168px;
  height: 192px;
}

.member_area .member_set .member_box_image .__position {
  text-align: center;
  font-size: 12px;
}

.member_area .member_set .member_box_image .__name {
  text-align: center;
  font-size: 16px;
}

.member_area .member_set .member_box_info {
  width: calc(100% - 168px);
  padding: 0px 16px;
}

@media screen and (max-width: 599px) {
  .member_area .member_set .member_box_info {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .member_area .member_set .member_box_info {
    width: 100%;
  }
}
.company_info_area {
  width: 1080px;
  margin: 80px auto;
}

@media screen and (max-width: 599px) {
  .company_info_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 56px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .company_info_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 56px 16px;
  }
}
.company_info_area .company_information_set {
  width: 800px;
  margin: 0px auto;
  border-bottom: solid 0.5px #74A59F;
  padding: 8px 16px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 599px) {
  .company_info_area .company_information_set {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .company_info_area .company_information_set {
    width: 100%;
    display: block;
  }
}
.company_info_area .company_information_set .company_information_set__col {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .company_info_area .company_information_set .company_information_set__col {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .company_info_area .company_information_set .company_information_set__col {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .company_info_area .company_information_set .company_information_set__value {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .company_info_area .company_information_set .company_information_set__value {
    font-size: 14px;
  }
}
.map_area {
  width: 1080px;
  margin: 104px auto 104px auto;
}

@media screen and (max-width: 599px) {
  .map_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 0px 16px 40px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area {
    width: 100vw;
    margin: 40px auto 0px auto;
    padding: 0px 16px 40px 16px;
  }
}
.map_area .map_iframe_area_pc {
  width: 800px;
  margin: 0px auto;
  filter: grayscale(100%);
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .map_area .map_iframe_area_pc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area .map_iframe_area_pc {
    display: none;
  }
}
.map_area .map_iframe_area_pc:hover {
  filter: grayscale(0%);
  transition: 0.4s;
}

.map_area .map_iframe_area_tb {
  display: none;
  width: 600px;
  margin: 0px auto;
  filter: grayscale(100%);
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .map_area .map_iframe_area_tb {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area .map_iframe_area_tb {
    display: block;
  }
}
.map_area .map_iframe_area_tb:hover {
  filter: grayscale(0%);
  transition: 0.4s;
}

.map_area .map_iframe_area_sp {
  display: none;
  width: 100%;
  margin: 0px auto;
  filter: grayscale(100%);
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .map_area .map_iframe_area_sp {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area .map_iframe_area_sp {
    display: none;
  }
}
.map_area .map_iframe_area_sp:hover {
  filter: grayscale(0%);
  transition: 0.4s;
}

.recruit_message_area {
  width: 100vw;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
}

@media screen and (max-width: 599px) {
  .recruit_message_area {
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area {
    overflow: hidden;
  }
}
.recruit_message_area img {
  width: 480px;
  position: absolute;
  right: -131px;
  bottom: -160px;
  z-index: 0;
}

@media screen and (max-width: 599px) {
  .recruit_message_area img {
    width: 200px;
    right: -80px;
    bottom: -10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area img {
    width: 200px;
    right: -10px;
    bottom: 0px;
  }
}
.recruit_message_area .recruit_message_area__title {
  width: 1080px;
  margin: 0px auto;
  margin-top: 80px;
}

.recruit_message_area .recruit_message_back {
  background-image: url("../img/enjoy_like_youth.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 346px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .recruit_message_area .recruit_message_back {
    background-position: 50% 100%;
    background-size: 280px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area .recruit_message_back {
    background-position: 50% 100%;
    background-size: 280px;
  }
}
.recruit_message_area .recruit_message_back2 {
  background-image: url("../img/recruit_image2.png");
  background-repeat: no-repeat;
  background-position: 80% 0%;
  background-size: 200px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .recruit_message_area .recruit_message_back2 {
    background-position: 80% 100%;
    padding-bottom: 128px;
    background-size: 128px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area .recruit_message_back2 {
    background-position: 80% 100%;
    padding-bottom: 128px;
    background-size: 128px;
  }
}
.recruit_message_area .recruit_message_area__content {
  width: 1080px;
  margin: 0px auto;
  padding: 40px 24px 24px 24px;
}

@media screen and (max-width: 599px) {
  .recruit_message_area .recruit_message_area__content {
    width: 100vw;
    padding: 40px 16px 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area .recruit_message_area__content {
    width: 100vw;
  }
}
.recruit_message_area .recruit_message_area__content .recruit_message_area__text {
  width: 70%;
}

@media screen and (max-width: 599px) {
  .recruit_message_area .recruit_message_area__content .recruit_message_area__text {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area .recruit_message_area__content .recruit_message_area__text {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recruit_message_area .image_back_bottom {
    padding-bottom: 256px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area .image_back_bottom {
    padding-bottom: 256px;
  }
}
.recruit_message_area .recruit_message_area__content2 {
  width: 1080px;
  margin: 0px auto;
  height: 240px;
}

@media screen and (max-width: 599px) {
  .recruit_message_area .recruit_message_area__content2 {
    width: 100vw;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area .recruit_message_area__content2 {
    width: 100vw;
    height: auto;
  }
}
.recruit_message_area .recruit_message_area__content2 .recruit_list {
  width: 70%;
}

@media screen and (max-width: 599px) {
  .recruit_message_area .recruit_message_area__content2 .recruit_list {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_message_area .recruit_message_area__content2 .recruit_list {
    width: 100%;
  }
}
.recruit_message_area .recruit_message_area__content2 .recruit_list li {
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .recruit_message_area .recruit_message_area__content2 .recruit_list li {
    font-size: 12px;
  }
}
.recruit_type_area {
  width: 1080px;
  margin: 0px auto;
}

@media screen and (max-width: 599px) {
  .recruit_type_area {
    width: 100vw;
    margin-top: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area {
    width: 100vw;
    margin-top: 80px;
  }
}
.recruit_type_area .recruitment_type_box {
  width: 864px;
  height: auto;
  margin: 32px auto;
  background-color: #FFF;
  border: solid 0.5px #547A75;
  box-shadow: 2px 2px 6px rgba(133, 133, 133, 0.25);
  padding: 24px 24px 32px 24px;
  box-sizing: border-box;
  border-radius: 20px;
}

@media screen and (max-width: 599px) {
  .recruit_type_area .recruitment_type_box {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area .recruitment_type_box {
    width: 90%;
  }
}
.recruit_type_area .recruitment_type_box .__type_name_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: solid 0.5px #305E58;
}

.recruit_type_area .recruitment_type_box .__type_name_box .__type_name {
  width: 80%;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .recruit_type_area .recruitment_type_box .__type_name_box .__type_name {
    font-size: 16px;
    width: 70%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area .recruitment_type_box .__type_name_box .__type_name {
    font-size: 16px;
    width: 70%;
  }
}
.recruit_type_area .recruitment_type_box .__type_name_box .__inexperienced {
  width: 20%;
  text-align: right;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .recruit_type_area .recruitment_type_box .__type_name_box .__inexperienced {
    font-size: 14px;
    width: 30%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area .recruitment_type_box .__type_name_box .__inexperienced {
    font-size: 14px;
    width: 30%;
  }
}
.recruit_type_area .recruitment_type_box .___info_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  .recruit_type_area .recruitment_type_box .___info_box {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area .recruitment_type_box .___info_box {
    display: block;
  }
}
.recruit_type_area .recruitment_type_box .___info_box .__title {
  font-size: 16px;
  font-weight: bold;
  color: #305E58;
  margin-left: -16px;
}

@media screen and (max-width: 599px) {
  .recruit_type_area .recruitment_type_box .___info_box .__title {
    margin-left: 0px;
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area .recruitment_type_box .___info_box .__title {
    margin-left: 0px;
    font-size: 14px;
  }
}
.recruit_type_area .recruitment_type_box .___info_box .__info_box__must_skill {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 40px;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .recruit_type_area .recruitment_type_box .___info_box .__info_box__must_skill {
    width: 100%;
    font-size: 12px;
    padding: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area .recruitment_type_box .___info_box .__info_box__must_skill {
    width: 100%;
    font-size: 12px;
    padding: 0px;
  }
}
.recruit_type_area .recruitment_type_box .___info_box .__info_box__well_skill {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 40px;
  border-left: solid 2px #305E58;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .recruit_type_area .recruitment_type_box .___info_box .__info_box__well_skill {
    width: 100%;
    font-size: 12px;
    margin-top: 24px;
    border-left: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruit_type_area .recruitment_type_box .___info_box .__info_box__well_skill {
    width: 100%;
    font-size: 12px;
    margin-top: 24px;
    border-left: 0px;
    padding: 0px;
  }
}
.recruitment_flow_area {
  width: 1080px;
  margin: 0px auto;
  margin-top: 80px;
}

@media screen and (max-width: 599px) {
  .recruitment_flow_area {
    width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruitment_flow_area {
    width: 100vw;
  }
}
.recruitment_flow_area .recruit_flow_set {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 600px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 599px) {
  .recruitment_flow_area .recruit_flow_set {
    width: 90%;
    min-width: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruitment_flow_area .recruit_flow_set {
    width: 90%;
    min-width: auto;
  }
}
.recruitment_flow_area .recruit_flow_set .__arrows {
  width: calc(100% - 130px);
  margin-left: 130px;
  padding: 16px 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .recruitment_flow_area .recruit_flow_set .__arrows {
    margin-left: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruitment_flow_area .recruit_flow_set .__arrows {
    margin-left: 0px;
  }
}
.recruitment_flow_area .recruit_flow_set .__arrows i {
  font-size: 40px;
  color: #C5DBD8;
}

.recruitment_flow_area .recruit_flow_set .recruit_flow_set__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__image img {
  width: 160px;
}

@media screen and (max-width: 599px) {
  .recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__image img {
    width: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__image img {
    width: 100px;
  }
}
.recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__info_box {
  width: 100%;
}

.recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__info_box .__title {
  font-size: 20px;
  width: auto;
  min-width: 320px;
  max-width: 640px;
  border-bottom: solid #78ABA4 2px;
  padding: 4px 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__info_box .__title {
    width: 90%;
    min-width: auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__info_box .__title {
    width: 90%;
    min-width: auto;
    max-width: none;
  }
}
.recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__info_box .__info {
  font-size: 14px;
  width: auto;
  min-width: 320px;
  max-width: 640px;
  padding: 4px 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__info_box .__info {
    width: 90%;
    min-width: auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .recruitment_flow_area .recruit_flow_set .recruit_flow_set__box .__info_box .__info {
    width: 90%;
    min-width: auto;
    max-width: none;
  }
}
.recruit_cv_message {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 56px;
}

.section_ec_mall {
  background-image: url("../img/ecmall_back.svg");
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 670px;
}

.archive_list_title {
  width: 1080px;
  margin: 0 auto;
}

.archive_list_title h2 {
  font-size: 24px;
  font-weight: bold;
  height: auto;
}

.mv_service_ecmall {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.section_search {
  width: 100%;
}

.section_search h4 {
  color: #305E58;
  font-size: 16px;
}

.section_search ul {
  margin: 0px;
  padding-left: 16px;
  box-sizing: border-box;
}

.section_search .search_input_area {
  width: 1080px;
  margin: 24px auto 0px auto;
}

@media screen and (max-width: 599px) {
  .section_search .search_input_area {
    width: 100vw;
    padding: 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_search .search_input_area {
    width: 100vw;
    padding: 0px 16px;
  }
}
.section_search .search_input_area input[type=text] {
  height: 34px;
  width: 420px;
  border: solid 0.5px #0D221F;
  border-radius: 0;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .section_search .search_input_area input[type=text] {
    width: 280px;
  }
}
.section_search .search_input_area input[type=submit] {
  width: 34px;
  height: 34px;
  border-radius: 0px 4px 4px 0px;
  font-family: "FontAwesome";
  color: #FFF;
  background-color: #0D221F;
  box-shadow: none;
  border: 0px;
  box-sizing: border-box;
  font-size: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .section_search .search_input_area input[type=submit] {
    font-size: 12px;
  }
}
.section_search .searchandfilter ul {
  padding: 0px;
}

.section_search .searchandfilter ul li {
  padding: 0px;
}

.section_search .search_keyword_area {
  width: 1080px;
  margin: 24px auto 0px auto;
}

@media screen and (max-width: 599px) {
  .section_search .search_keyword_area {
    width: 100vw;
    padding: 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_search .search_keyword_area {
    width: 100vw;
    padding: 0px 16px;
  }
}
.section_search .search_keyword_area ul {
  display: flex;
  flex-wrap: wrap;
}

.section_search .search_keyword_area ul li {
  list-style: "#";
  margin-right: 24px;
}

.section_search .search_keyword_area ul li a {
  text-decoration: underline;
  transition: 0.4s;
}

.section_search .search_keyword_area ul li a:hover {
  transition: 0.4s;
  color: #EC636C;
}

.section_search .search_category_area {
  width: 1080px;
  margin: 0px auto 24px auto;
}

@media screen and (max-width: 599px) {
  .section_search .search_category_area {
    width: 100vw;
    padding: 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_search .search_category_area {
    width: 100vw;
    padding: 0px 16px;
  }
}
.section_search .search_category_area .__title {
  margin-top: 16px;
}

.section_search .search_category_area ul {
  display: flex;
  flex-wrap: wrap;
}

.section_search .search_category_area ul li {
  list-style: none;
  margin-top: 8px;
}

.section_search .search_category_area ul li a {
  margin-right: 16px;
  background-color: #FFF;
  border: solid 0.5px #547A75;
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 4px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 12px;
  transition: 0.4s;
}

.section_search .search_category_area ul li a:hover {
  transition: 0.4s;
  background-color: #547A75;
  border: solid 0.5px #FFF;
  color: #FFF;
}

.media_area {
  margin: 0px auto 80px auto;
}

.media_area .search_result_title {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .media_area .search_result_title {
    width: 100vw;
    padding: 0px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_area .search_result_title {
    width: 100vw;
    padding: 0px 16px;
  }
}
.media_area .result_area {
  width: 1080px;
  margin: 0 auto;
}

/*ブログの目次*/
#ez-toc-container {
  width: 100%;
  margin: 40px auto 24px auto !important;
  padding: 48px 48px;
  box-sizing: border-box;
  background-color: #EBF5F3;
}

@media screen and (max-width: 599px) {
  #ez-toc-container {
    margin: 24px auto 16px auto !important;
    padding: 16px 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  #ez-toc-container {
    margin: 24px auto 16px auto !important;
    padding: 16px 8px;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 14px;
  color: #305E58;
  font-weight: bold;
}

#ez-toc-container .ez-toc-title-container li {
  padding: 16px;
}

#ez-toc-container .ez-toc-title-container li::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0D221F;
}

#ez-toc-container .ez-toc-list-level-1 li.ez-toc-heading-level-2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

#ez-toc-container .ez-toc-list-level-1 li.ez-toc-heading-level-2::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0D221F;
}

#ez-toc-container ul {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
}

@media screen and (max-width: 599px) {
  ul.ez-toc-list a.ez-toc-link {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  ul.ez-toc-list a.ez-toc-link {
    padding-left: 16px !important;
  }
}
.searchandfilter h4 {
  margin: 0px;
}

.popup_bunner {
  width: 200px;
  height: 168px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px 0px 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: calc(100vh - 180px);
  font-size: 20px;
  color: #305E58;
  background-image: url("../img/free_analys.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 80%;
  z-index: 5;
  border-radius: 15px 0px 0px 15px;
  border-top: 1px solid #0D221F;
  border-bottom: 1px solid #0D221F;
  border-left: 1px solid #0D221F;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}

.popup_bunner:hover {
  background-color: rgba(197, 219, 216, 0.9);
  transform: scale(1.1);
  transition: 0.4s;
  cursor: pointer;
}

.blog_content_area {
  width: 1200px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  font-family: "Noto Sans JP", "Yu Gothic", 游ゴシック, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

@media screen and (max-width: 599px) {
  .blog_content_area {
    width: 100vw;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_content_area {
    width: 100vw;
    display: block;
  }
}
.blog_content_area .left_side_area {
  width: 75%;
  max-width: 900px;
  padding: 40px;
  font-size: 20px;
  line-height: 2.2;
  border-right: 0.5px solid #305E58;
}

@media screen and (max-width: 599px) {
  .blog_content_area .left_side_area {
    width: 100%;
    font-size: 16px;
    border-right: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_content_area .left_side_area {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    border-right: 0px;
  }
}
.blog_content_area .left_side_area h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .blog_content_area .left_side_area h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_content_area .left_side_area h1 {
    font-size: 24px;
  }
}
.blog_content_area .left_side_area h2 {
  font-size: 32px;
  font-weight: bold;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px 24px;
  box-sizing: border-box;
  background-color: #EBF5F3;
  border-left: 8px solid #305E58;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .blog_content_area .left_side_area h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_content_area .left_side_area h2 {
    font-size: 20px;
  }
}
.blog_content_area .left_side_area h3 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: #547A75 solid 1px;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .blog_content_area .left_side_area h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_content_area .left_side_area h3 {
    font-size: 18px;
  }
}
.blog_content_area .left_side_area h4 {
  font-size: 22px;
  color: #547A75;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 8px;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .blog_content_area .left_side_area h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_content_area .left_side_area h4 {
    font-size: 16px;
  }
}
.blog_content_area .left_side_area strong {
  font-weight: bold;
}

.blog_content_area .left_side_area .icatch {
  width: 80%;
  height: auto;
  margin: 40px auto;
}

.blog_content_area .left_side_area img {
  margin: 40px auto;
}

.blog_content_area .left_side_area ul {
  padding: 8px 32px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 2px solid #79ABA4;
}

.blog_content_area .left_side_area .blog_date_area {
  font-size: 16px;
}

.blog_content_area .right_side_area {
  width: 25%;
  padding: 40px 16px;
}

@media screen and (max-width: 599px) {
  .blog_content_area .right_side_area {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_content_area .right_side_area {
    width: 100%;
  }
}
.blog_content_area .right_side_area h3 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
}

.blog_content_area .right_side_area h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #305E58;
}

.blog_content_area .right_side_area ul {
  padding: 0px;
}

.blog_content_area .right_side_area ul li {
  list-style: "#";
}

.blog_content_area .right_side_area ul .cat-item {
  display: inline-block;
  padding: 8px 16px;
  height: 32px;
  border-radius: 16px;
  border: solid 0.5px #305E58;
  line-height: 1;
  margin-top: 16px;
  transition: 0.4s;
}

.blog_content_area .right_side_area ul .cat-item a {
  line-height: 1;
  transition: 0.4s;
}

.blog_content_area .right_side_area ul .cat-item a:hover {
  color: #FFF;
  transition: 0.4s;
}

.blog_content_area .right_side_area ul .cat-item:hover {
  background-color: #305E58;
  transition: 0.4s;
}

.blog_content_area .right_side_area ul .cat-item:hover a {
  color: #FFF;
  transition: 0.4s;
}

.blog_content_area .right_side_area .__our_service_area ul {
  padding: 0px;
}

.blog_content_area .right_side_area .__our_service_area ul li {
  list-style: none;
}

.blog_content_area .right_side_area .popular_searches ul {
  padding: 0px;
}

.blog_content_area .right_side_area .popular_searches ul li {
  list-style: none;
  display: inline-block;
  padding: 4px 16px;
  height: 24px;
  border-radius: 12px;
  border: solid 0.5px #305E58;
}

.blog_category_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

.blog_category_area ul.post-categories {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  margin: 16px;
}

@media screen and (max-width: 599px) {
  .blog_category_area ul.post-categories {
    margin: 8px 8px 0px 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_category_area ul.post-categories {
    margin: 8px 8px 0px 8px;
  }
}
.blog_category_area ul.post-categories li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 0.5px solid #547A75;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  line-height: 1;
}

.blog_category_area ul.tag_set {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  border-radius: 0px;
  border: 0px;
  margin: 16px;
}

@media screen and (max-width: 599px) {
  .blog_category_area ul.tag_set {
    margin: 0px 8px 8px 8px;
    padding: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_category_area ul.tag_set {
    margin: 8px 8px 0px 8px;
    padding: 8px;
  }
}
.blog_category_area ul.tag_set a {
  transition: 0.4s;
}

.blog_category_area ul.tag_set a li {
  list-style: "#";
  margin-right: 24px;
  padding: 0px;
}

.blog_category_area ul.tag_set a:hover {
  transition: 0.4s;
  cursor: pointer;
}

.blog_category_area ul.tag_set a:hover li {
  transition: 0.4s;
  color: #EC636C;
}

.media_breadcrumbs_section {
  margin-top: 100px;
}

@media screen and (max-width: 599px) {
  .media_breadcrumbs_section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_breadcrumbs_section {
    margin-top: 48px;
  }
}
.news_breadcrumbs_section {
  margin-top: 0px;
}

.news_content_area {
  width: 1080px;
  padding: 80px 24px;
  line-height: 1.6;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .news_content_area {
    width: 100vw;
    padding: 40px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area {
    width: 100vw;
    padding: 40px 16px;
  }
}
.news_content_area .blog_title {
  font-size: 32px;
}

@media screen and (max-width: 599px) {
  .news_content_area .blog_title {
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area .blog_title {
    font-size: 24px;
  }
}
.news_content_area .content_area {
  margin-top: 32px;
}

@media screen and (max-width: 599px) {
  .news_content_area .content_area {
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area .content_area {
    margin-top: 24px;
  }
}
.news_content_area .page_nation_single {
  margin-top: 80px;
}

.author_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  border: 0.5px solid #547A75;
  background: #FFF;
  box-shadow: 2px 2px 6px 0px rgba(104, 104, 104, 0.25);
}

@media screen and (max-width: 599px) {
  .author_set {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .author_set {
    display: block;
  }
}
.author_set .author_info_box {
  width: 200px;
  font-family: "futura-pt", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .author_set .author_info_box {
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .author_set .author_info_box {
    width: 100%;
    margin-top: 16px;
  }
}
.author_set .author_info_box .author_written_by {
  width: 176px;
  margin: 0 auto;
}

.author_set .author_info_box .author_name {
  width: 176px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .author_set .author_info_box .author_name {
    font-size: 12px;
  }
}
.author_set .author_info_box .author_position {
  width: 176px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  color: #547A75;
}

@media screen and (max-width: 599px) {
  .author_set .author_info_box .author_position {
    font-size: 12px;
  }
}
.author_set .author_info_box img {
  width: 176px;
  margin: 0px auto;
}

.author_set .author_prof_box {
  width: calc(100% - 200px);
  padding: 24px 16px;
  font-size: 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .author_set .author_prof_box {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .author_set .author_prof_box {
    width: 100%;
  }
}
.media_contact_announce1 {
  text-align: center;
  margin-top: 40px;
}

.media_contact_announce1 .achivements_category_area {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.media_contact_announce1 .achivements_category_area img {
  margin: 0;
}

.media_contact_announce1 .__strong {
  font-size: 20px;
  font-weight: bold;
}

.media_contact_announce1 .__red {
  color: #EC636C;
}

.media_contact_announce2 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.media_conttact_area {
  width: 80%;
  margin: 0px auto;
}

@media screen and (max-width: 599px) {
  .media_conttact_area {
    width: 100%;
  }
}
.media_conttact_area p {
  margin-bottom: 20px;
}

.media_conttact_area label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.media_conttact_area .contact_privacy_policy_link {
  font-weight: bold;
  text-decoration: underline;
  color: #EC636C;
  transition: 0.4s;
}

.media_conttact_area .contact_privacy_policy_link:hover {
  color: #305E58;
  transition: 0.4s;
}

.media_conttact_area .pp_text {
  margin-bottom: 8px;
  font-size: 14px;
}

.media_conttact_area .required_input {
  display: inline-block;
  background-color: #0D221F;
  color: #fff;
  margin-left: 8px;
  box-sizing: border-box;
  line-height: 1;
  padding: 2px 6px;
  font-size: 12px;
}

.media_conttact_area .any_input {
  display: inline-block;
  background-color: #547A75;
  color: #fff;
  margin-left: 8px;
  box-sizing: border-box;
  line-height: 1;
  padding: 2px 6px;
  font-size: 12px;
}

.media_conttact_area input,
.media_conttact_area textarea {
  width: 100%;
  font-weight: normal;
  margin-top: 4px;
}

.media_conttact_area input::-moz-placeholder, .media_conttact_area textarea::-moz-placeholder {
  font-size: 12px;
  color: #656565;
  font-weight: normal;
}

.media_conttact_area input::placeholder,
.media_conttact_area textarea::placeholder {
  font-size: 12px;
  color: #656565;
  font-weight: normal;
}

.media_conttact_area input[type=submit] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #EC636C;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  border: 0px;
  color: #FFF;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.4s;
  margin: 0 auto;
}

.media_conttact_area input[type=submit]:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}

.blog_thumbnail img {
  width: 80%;
  margin: 0 auto;
}

.sidebar_area {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.sidebar_area ul li {
  list-style: "#";
  font-size: 16px;
}

.sidebar_area ul li a:hover {
  color: #EC636C;
}

.sidebar_area .side_box {
  width: 100%;
}

.sidebar_area .side_box .__title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #305E58;
}

.sidebar_area .side_box a .__link {
  margin-top: 16px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #305E58;
  transition: 0.4s;
}

.sidebar_area .side_box a:hover {
  transition: 0.4s;
  color: #EC636C;
  cursor: pointer;
}

.sidebar_area .__our_service_area {
  font-size: 16px;
}

.sidebar_area .__our_service_area .banner_area img {
  margin: 0 auto;
}

.sidebar_area .achievements_category li {
  display: inline-block;
  padding: 8px 16px;
  height: 32px;
  border-radius: 16px;
  border: solid 0.5px #305E58;
  line-height: 1;
  margin-top: 16px;
  margin-right: 8px;
  transition: 0.4s;
}

.sidebar_area .achievements_category li:hover {
  background-color: #305E58;
  color: #FFF;
  transition: 0.4s;
}

.sidebar_area .achievements_category li:hover a {
  color: #FFF;
  transition: 0.4s;
}

.sidebar_area .block_achivements div .wp-block-categories {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #EC636C;
  font-weight: bold;
  font-size: 10px;
  margin-top: 4px;
}

.gallery-item {
  width: 100% !important;
}

.gallery-icon a:hover img {
  cursor: pointer;
  transform: scale(1.05);
  transition: 0.4s;
}

#rpbt-related-gallery-1 img {
  transition: 0.4s;
  width: 235px !important;
  height: 132px;
}

#rpbt-related-gallery-1 a:hover #rpbt-related-gallery-1 img {
  transition: 0.4s;
  transform: scals(1.05);
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  #rpbt-related-gallery-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 24px auto;
  }
}
#rpbt-related-gallery-1 a img {
  margin: 0 auto;
}

#rpbt-related-gallery-1 .gallery-item {
  width: 256px;
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  #rpbt-related-gallery-1 .gallery-item {
    width: 256px !important;
    margin-left: 24px;
  }
}
#rpbt-related-gallery-1 .gallery-caption {
  width: 100% !important;
  text-align: left !important;
  margin: 0 auto 24px auto;
}

.page_nation_single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_nation_single a {
  transition: 0.4s;
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

.page_nation_single a i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  right: 10px;
  bottom: 30px;
}

.page_nation_single a:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.page_nation_single a:hover i {
  color: #F6A0A6;
}

.page_nation_single a:first-child i {
  left: 10px;
  bottom: 30px;
}

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

@media screen and (max-width: 599px) {
  .page_nation_back {
    margin-top: 24px;
  }
}
.page_nation_back a {
  transition: 0.4s;
  box-sizing: border-box;
  padding: 24px 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}

.page_nation_back a i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  right: 10px;
  bottom: 30px;
}

.page_nation_back a:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.page_nation_back a:hover i {
  color: #F6A0A6;
}

.thanks_area {
  width: 1080px;
  margin: 80px auto;
}

.thanks_area h1 {
  margin: 40px 0px 0px 0px;
  font-size: 40px;
  color: #EC636C;
  text-align: center;
}

.thanks_area img {
  width: 240px;
  margin: 32px auto;
}

.thanks_area .__en {
  font-family: "futura-pt", "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #305E58;
  margin-bottom: 40px;
  text-align: center;
}

.thanks_area .__message {
  text-align: center;
}

.thanks_area .__arrow {
  width: 40px;
  margin: 0px auto;
}

.h4_title_area {
  text-align: center;
  margin: 0 auto;
}

.navigation {
  margin: 40px auto 0px auto;
  width: 1080px;
}

@media screen and (max-width: 599px) {
  .navigation {
    width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .navigation {
    width: 100vw;
  }
}
.navigation .nav-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.navigation .nav-links a {
  margin-top: 8px;
}

.navigation .current {
  display: inline-flex;
  padding: 22px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #0D221F;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  /* 100% */
}

@media screen and (max-width: 599px) {
  .navigation .current {
    padding: 16px;
    font-size: 12px;
    border-radius: 12px;
  }
}
.navigation a.page-numbers {
  display: inline-flex;
  padding: 22px 24px;
  margin: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  border: 0.5px solid #A2A7A6;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  /* 100% */
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .navigation a.page-numbers {
    padding: 16px;
    font-size: 12px;
    border-radius: 12px;
  }
}
.navigation a.page-numbers:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.navigation a.prev {
  padding: 24px 56px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .navigation a.prev {
    padding: 16px;
  }
}
.navigation a.prev i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  left: 10px;
  bottom: 26px;
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .navigation a.prev i {
    left: 4px;
    bottom: 20px;
  }
}
.navigation a.prev:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.navigation a.prev:hover i {
  color: #F6A0A6;
}

.navigation a.next {
  padding: 24px 56px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .navigation a.next {
    padding: 16px;
  }
}
.navigation a.next i {
  position: absolute;
  font-size: 8px;
  color: #547A75;
  right: 10px;
  bottom: 26px;
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .navigation a.next i {
    right: 4px;
    bottom: 20px;
  }
}
.navigation a.next:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}

.navigation a.next:hover i {
  color: #F6A0A6;
}

body:has(contact_page_area) {
  overflow: hidden;
}

.contact_page_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  /*
      background-image: url("../img/circle_harf.svg");
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 40%;
  */
}

@media screen and (max-width: 599px) {
  .contact_page_area {
    width: 100vw;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_page_area {
    width: 100vw;
    display: block;
  }
}
.contact_page_area .contact_info_area {
  padding: 24px 0px 0px 0px;
  width: 50%;
}

@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area {
    width: 100%;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_page_area .contact_info_area {
    width: 100%;
    padding: 32px 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_page_area .contact_info_area {
    padding: 24px 24px 0px 24px;
  }
}
.contact_page_area .contact_info_area .title_under_double_line {
  margin-bottom: 16px;
}

.contact_page_area .contact_info_area .title_under_double_line h2 {
  font-size: clamp(22px, 4vw, 26px);
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .title_under_double_line h2 {
    font-size: 24px;
  }
}
.contact_page_area .contact_info_area .__big_text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}

.contact_page_area .contact_info_area .__small_text {
  font-size: 12px;
}

.contact_page_area .contact_info_area .contact_info_area__tel .__tel__no a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: bold;
  justify-content: start;
  align-items: baseline;
  font-size: 32px;
  color: #547A75;
}

.contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box {
  margin-top: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
}

@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box {
    justify-content: space-evenly;
  }
}
.contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img {
  width: 160px;
}

@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img {
    width: 40%;
  }
}
.contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img:last-child {
  margin-left: 80px;
}

@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img:last-child {
    margin-left: 0px;
  }
}
.contact_page_area .contact_info_area .contact_info_area__image {
  padding-top: 24px;
}

.contact_page_area .contact_info_area .contact_info_area__image .h4_underline_color2 {
  margin-top: 0px;
}

.contact_page_area .contact_info_area .contact_info_area__image .__service_box {
  margin-top: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
}

.contact_page_area .contact_info_area .contact_info_area__image .__service_box img {
  width: 60%;
}

.contact_page_area .contact_form_area {
  width: 50%;
  margin: 0px auto;
  padding: 32px 32px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 599px) {
  .contact_page_area .contact_form_area {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_page_area .contact_form_area {
    width: 100%;
  }
}
.contact_page_area .contact_form_area p {
  margin-bottom: 20px;
}

.contact_page_area .contact_form_area label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.contact_page_area .contact_form_area .contact_privacy_policy_link {
  font-weight: bold;
  text-decoration: underline;
  color: #EC636C;
  transition: 0.4s;
}

.contact_page_area .contact_form_area .contact_privacy_policy_link:hover {
  color: #305E58;
  transition: 0.4s;
}

.contact_page_area .contact_form_area .pp_text {
  margin-bottom: 8px;
}

.contact_page_area .contact_form_area .required_input {
  display: inline-block;
  background-color: #0D221F;
  color: #fff;
  margin-left: 8px;
  box-sizing: border-box;
  line-height: 1;
  padding: 2px 6px;
  font-size: 12px;
}

.contact_page_area .contact_form_area .any_input {
  display: inline-block;
  background-color: #547A75;
  color: #fff;
  margin-left: 8px;
  box-sizing: border-box;
  line-height: 1;
  padding: 2px 6px;
  font-size: 12px;
}

.contact_page_area .contact_form_area input,
.contact_page_area .contact_form_area textarea {
  width: 100%;
  font-weight: normal;
  margin-top: 4px;
}

.contact_page_area .contact_form_area input::-moz-placeholder, .contact_page_area .contact_form_area textarea::-moz-placeholder {
  font-size: 12px;
  color: #656565;
  font-weight: normal;
}

.contact_page_area .contact_form_area input::placeholder,
.contact_page_area .contact_form_area textarea::placeholder {
  font-size: 12px;
  color: #656565;
  font-weight: normal;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_page_area .contact_form_area input,
  .contact_page_area .contact_form_area textarea {
    width: 90%;
  }
}
.contact_page_area .contact_form_area textarea {
  height: 60px;
  resize: vertical;
}

.contact_page_area .contact_form_area input[type=submit] {
  width: 480px;
  height: 56px;
  border-radius: 8px;
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  background: #0D221F;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  color: #FFF;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.4s;
}

@media screen and (max-width: 599px) {
  .contact_page_area .contact_form_area input[type=submit] {
    width: 100%;
    height: 56px;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_page_area .contact_form_area input[type=submit] {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_page_area .contact_form_area input[type=submit] {
    width: 90%;
  }
}
.contact_page_area .contact_form_area input[type=submit]:hover {
  cursor: pointer;
  transition: 0.4s;
  transform: scale(1.1);
}

.contact_page_area .contact_form_area .copy_light {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.download_content_area {
  width: 1080px;
  margin: 40px auto 80px auto;
}

@media screen and (max-width: 599px) {
  .download_content_area {
    width: 90vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .download_content_area {
    width: 90vw;
  }
}
.download_content_area .__message_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.download_content_area .__message_title h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  color: #305E58;
  line-height: 1.4;
}

.download_content_area .__image img {
  width: 320px;
  margin: 32px auto;
}

.btn_hover {
  transition: 0.4s;
}

.btn_hover:hover {
  transition: 0.4s;
  transform: scale(1.1);
}

.privacy_policy_area {
  width: 100vw;
}

.privacy_policy_area .content_area {
  width: 1080px;
  margin: 24px auto;
}

@media screen and (max-width: 599px) {
  .privacy_policy_area .content_area {
    width: 90vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .privacy_policy_area .content_area {
    width: 90vw;
  }
}
.privacy_policy_area .content_area a {
  text-decoration: underline;
  color: #305E58;
  font-weight: bold;
  transition: 0.4s;
}

.privacy_policy_area .content_area a:hover {
  transition: 0.4s;
  color: #ba373f;
}

.privacy_policy_area .content_area h2 {
  font-size: 24px;
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}

@media screen and (max-width: 599px) {
  .privacy_policy_area .content_area h2 {
    font-size: 18px;
  }
}
.privacy_policy_area .content_area h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #78ABA4;
  bottom: -4px;
  left: 0;
  right: 0;
}

.privacy_policy_area .content_area h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #78ABA4;
  bottom: 0px;
  left: 0;
  right: 0;
}

.privacy_policy_area .content_area ol li {
  font-weight: bold;
}

.privacy_policy_area .content_area ol .is-style-vk-numbered-square-mark li {
  font-weight: normal;
}

.privacy_policy_area .content_area ol .is-style-vk-numbered-square-mark li::before {
  background-color: #305E58;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  align-content: center;
  margin-top: 4px;
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  /*
  .blog_content_area {
      overflow-y: hidden; 
  }
  .blog_content_area .left_side_area {
      overflow-y: auto; 
      max-height: 100vh;
  .blog_content_area .right_side_area {
      overflow-y: auto; 
      //max-height: 100vh; 
      max-height: calc(100vh - 150px);    }
      */
  .blog_content_area .left_side_area {
    overflow-y: hidden;
    height: 100%;
  }
  .blog_content_area .right_side_area {
    position: sticky;
    top: 10%;
    /* 上端から0pxの位置に固定 */
    height: calc(100vh - 150px);
    /* ヘッダーなどの高さを考慮 */
    overflow-y: auto;
    width: 25%;
    /* 全体の25%を使用 */
    padding: 40px 16px;
    border-left: solid 0.5px #0D221F;
  }
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 0.5px #305E58;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #305E58;
  border-right: 3px solid #305E58;
  transform: translateY(20%) rotate(-45deg);
}

.news_archive_set:hover .news_archive_title {
  color: #EC636C;
  /* ホバー時の色 */
  transition: 0.4s;
  /* 色の変化にかかる時間 */
  transform-origin: top left;
  /* 変形の原点を左上に設定 */
}

.blog_content_area a:hover {
  color: #EC636C;
  /* ホバー時の色を赤系の色に設定 */
  transition: color 0.3s ease;
  /* 色変更のアニメーションを滑らかに */
}

.materials_section {
  padding-bottom: 80px;
}

.finner_title_image_pc {
  margin-top: 64px;
}

@media screen and (max-width: 599px) {
  .finner_title_image_pc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .finner_title_image_pc {
    display: none;
  }
}
.finner_title_image_pc img {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .finner_title_image_pc img {
    display: none;
    width: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .finner_title_image_pc img {
    display: none;
    width: 0px;
  }
}
.finner_title_image_tb {
  display: none;
}

@media screen and (max-width: 599px) {
  .finner_title_image_tb {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .finner_title_image_tb {
    display: block;
    margin-top: 40px;
  }
}
.finner_title_image_tb img {
  display: none;
  width: 0px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .finner_title_image_tb img {
    display: none;
    width: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .finner_title_image_tb img {
    display: block;
    width: 90vw;
    max-width: 1000px;
  }
}
.finner_title_image_sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .finner_title_image_sp {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .finner_title_image_sp {
    display: none;
  }
}
.finner_title_image_sp img {
  display: none;
  width: 0px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .finner_title_image_sp img {
    display: block;
    width: 90vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .finner_title_image_sp img {
    display: none;
    width: 0px;
  }
}
.title_service_tb_sp {
  margin-top: 64px;
}

.top_service_memo {
  margin-top: 16px;
  font-weight: bold;
  color: #305E58;
}

@media screen and (max-width: 599px) {
  .top_service_memo {
    font-size: 10px;
  }
}
p {
  word-break: break-all;
}

.logo-container {
  width: 100%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 90px;
}

.logo-carousel {
  width: 100%;
  padding: 20px 0;
}

.logo-slide {
  display: flex; /* inline-blockからflexに変更 */
  animation: slide 40s linear infinite;
  white-space: nowrap;
  align-items: center;
  height: 80px;
  position: relative;
}

.logo-slide img {
  height: 45px;
  width: auto;
  margin: 0 20px;
  flex-shrink: 0; /* 追加：画像の縮小を防ぐ */
  vertical-align: middle;
  display: inline-block !important;
  max-width: none !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-slide img[src*=MIMURAロゴ] {
  height: 140px; /* より大きなサイズ */
  width: auto;
  position: relative; /* 追加 */
  /*transform: translateY(20px); /* 追加：垂直方向の中央揃え */
}

/* THE-Saemロゴのサイズ調整（小さく） */
.logo-slide img[src*=THE-Saem] {
  height: 30px;
  width: auto;
}

.logo-slide img[src*="スクリーンショット-2024-10-10-22.57.38"] {
  height: 30px;
  width: auto;
}

.logo-slide img[src*=Wonderlabo] {
  height: 30px;
  width: auto;
}

.logo-slide img[src*=elxea] {
  height: 80px;
  width: auto;
}

.logo-slide img[src*=ADWINロゴ-1] {
  height: 80px;
  width: auto;
}

.logo-slide img[src*="Kos-plus@3x-1"] {
  height: 80px;
  width: auto;
}

.logo-slide img[src*=PA01502712] {
  height: 70px;
  width: auto;
}

:root {
  --mobile-ratio: 0.6; /* モバイルでは60%のサイズに */
}

@media screen and (min-width: 768px) {
  .logo-slide img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .logo-slide img {
    height: 40px;
    margin: 0 8px;
  }
  .logo-slide img[src*=THE-Saem],
  .logo-slide img[src*="スクリーンショット-2024-10-10-22.57.38"],
  .logo-slide img[src*=Wonderlabo] {
    height: calc(30px * var(--mobile-ratio));
  }
  .logo-slide img[src*=elxea],
  .logo-slide img[src*=ADWINロゴ-1],
  .logo-slide img[src*="Kos-plus@3x-1"] {
    height: calc(80px * var(--mobile-ratio));
  }
  .logo-slide img[src*=PA01502712] {
    height: calc(70px * var(--mobile-ratio));
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 0px)); /* 調整値を追加 */
  }
}
.service_finner_point_area__sub_title__sample {
  margin: 0 auto;
}

/* 1) 元の text-decoration を強制的に消す（インラインstyle対応） */
.blog_content_area .left_side_area .content_area a:not(.wp-block-button__link):not(.btn):not(.ez-toc-link):not(.wp-block-image a),
.blog_content_area .left_side_area .content_area a:not(.wp-block-button__link):not(.btn):not(.ez-toc-link):not(.wp-block-image a) span,
.blog_content_area .left_side_area .content_area a:not(.wp-block-button__link):not(.btn):not(.ez-toc-link):not(.wp-block-image a) strong {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* 2) 通常の本文リンク（複数行対応・左→右アニメ） */
.blog_content_area .left_side_area .content_area a:not(.wp-block-button__link):not(.btn):not(.ez-toc-link):not(.wp-block-image a) {
  color: #117DBB;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: color 0.3s ease, background-size 0.3s ease;
}

/* 3) ホバー/フォーカス時に左→右アニメ */
.blog_content_area .left_side_area .content_area a:not(.wp-block-button__link):not(.btn):not(.ez-toc-link):not(.wp-block-image a):hover,
.blog_content_area .left_side_area .content_area a:not(.wp-block-button__link):not(.btn):not(.ez-toc-link):not(.wp-block-image a):focus-visible {
  color: #EC636C;
  background-size: 100% 2px;
}

/* 4) wp-block-image 内のリンクは強制で装飾なし */
.blog_content_area .left_side_area .content_area .wp-block-image a {
  background: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.WidgetBackground__Wrapper-sc-1ho7q3r-1.bHCqKJ.es-widget-background-wrapper {
  padding: 0 !important;
}

.logo-showcase-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 240px; /* 実際の高さに合わせる */
}

.logo-showcase-wrapper [class*=elfsight-app-] {
  min-height: 120px;
}

.logo-carousel-row-2 {
  margin: -40px;
}

.juIa-Di .eapp-logo-showcase-logo-component {
  margin-bottom: -30px !important;
}

.cyiDRg {
  width: auto !important;
}


.test-scss-check {
  color: red;
}

@media screen and (min-width: 1280px) {
  .blog_content_area .right_side_area {
    width: 33% !important;
  }
}
/* =========================
   TOP 提供サービス：ボタンセット（最終版）
   - PC：上4つ 2列 / 下2つ 2列
   - SP：全部 1列
   - 矢印：擬似要素で右固定
   ========================= */
.top_service_area_01 {
  /* 既存 flex を殺す（干渉回避） */
}
.top_service_area_01 .top_service_content__button_set {
  display: block !important;
  width: 100%;
  margin-top: 16px;
}
.top_service_area_01 {
  /* 上（画像あり） */
}
.top_service_area_01 .top_service_content__button_set__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  width: 100%;
  max-width: 640px;
}
.top_service_area_01 {
  /* 下（画像なし）※PCは2列 */
}
.top_service_area_01 .top_service_content__button_set__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  width: 100%;
  max-width: 640px;
  margin-top: 14px;
}
.top_service_area_01 {
  /* a */
}
.top_service_area_01 .top_service_btn {
  display: block;
  text-decoration: none;
  color: inherit;
}
.top_service_area_01 {
  /* カード */
}
.top_service_area_01 .top_service_btn__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 56px;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
  min-height: 74px;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  transition: 0.4s;
  box-sizing: border-box;
}
.top_service_area_01 .top_service_btn__inner:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #0D221F;
  color: #FFF;
}
.top_service_area_01 {
  /* 矢印（擬似要素で右固定） */
}
.top_service_area_01 .top_service_btn__inner::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  color: #547A75;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  opacity: 0.75;
  line-height: 1;
  pointer-events: none;
}
.top_service_area_01 {
  /* 左：ロゴ＋テキスト */
}
.top_service_area_01 .top_service_btn__label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.top_service_area_01 .top_service_btn__text {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
}
.top_service_area_01 .top_service_btn__logo {
  height: 30px;
  width: auto;
  display: block;
  flex: 0 0 auto;
}
.top_service_area_01 .top_service_btn__logo._yahoo_logo {
  height: 22px;
}
.top_service_area_01 {
  /* SP：全部1列 */
}
@media (max-width: 599px) {
  .top_service_area_01 .top_service_content__button_set__grid,
  .top_service_area_01 .top_service_content__button_set__list {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .top_service_area_01 .top_service_btn__inner {
    padding: 16px 48px 16px 16px;
    min-height: 78px;
  }
  .top_service_area_01 .top_service_btn__inner::after {
    right: 16px;
    font-size: 18px;
  }
  .top_service_area_01 .top_service_btn__logo {
    height: 34px;
  }
  .top_service_area_01 .top_service_btn__logo._yahoo_logo {
    height: 20px;
  }
  .top_service_area_01 .top_service_btn__text {
    font-size: 14px;
  }
}

.top_service_area_01 .top_service_btn:hover .top_service_btn__logo {
  filter: brightness(0) invert(1);
}

.top_service_btn:hover .top_service_btn__inner::after {
  color: #F6A0A6;
}

/* =========================================================
   SP：サービスアコーディオン崩れ（2カラム/中央寄せ干渉）を強制リセット
   ========================================================= */
@media (max-width: 959px) {
  /* 「サービス」ブロックだけを対象にする（他のメニューに影響させない） */
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service {
    display: block !important;
    width: 100% !important;
  }
  /* タイトル行（サービス） */
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service > .__title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    text-align: left !important;
    /* 既存のborder等がある前提で最低限 */
    box-sizing: border-box !important;
  }
  /* アコーディオン中身：ここが2カラム化してるのを殺す */
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service > .__link_box {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    /* 既存の padding:24px が暴れてる場合があるのでSP用に固定 */
    padding: 16px 0 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
  /* service_menu の内部も強制的に縦積み */
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu,
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu__group,
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu__list {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  /* ul/li の変な横並び・中央寄せを殺す */
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu__list > li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu__list > li + li {
    margin-top: 12px !important;
  }
  /* リンクが中央寄せ/巨大化/謎改行になるのを止める */
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu__list a {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    text-align: left !important;
    /* 日本語の変な分割を抑制 */
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    text-decoration-thickness: 1px !important;
  }
  /* 見出し（ECモール支援/自社EC支援/CRM支援）が左に揃わない問題も潰す */
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set.is-service .service_menu__title {
    margin: 18px 0 10px !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 959px) {
  .thumb_ttl {
    font-size: 16px;
  }
  header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link {
    padding-left: 16px;
  }
}
.bottom-cta__btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 10px 15px !important;
}

@media screen and (max-width: 599px) {
  .bottom-cta__btn {
    padding: 10px 15px !important;
    font-size: 3.5vw !important;
  }
}/*# sourceMappingURL=finner.css.map */