@charset "UTF-8";
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_TTF_Rg.eot"); /* Regular */
  font-weight: 400; /* 通常の太さ */
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_TTF_Bd.eot"); /* Bold */
  font-weight: 700; /* 太字 */
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_TTF_Eb.eot"); /* Extra Bold */
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"), url("../fonts/LINESeedJP_TTF_Th.eot"); /* Thin */
  font-weight: 100;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "LINESeedJP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #000000;
  margin: 0;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

/****************************
header
****************************/
.inner_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .inner_wrap {
    width: 100%;
    padding: 0 1.6rem;
  }
}

.h_logo {
  display: flex;
  height: 60px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .h_logo {
    height: 50px;
  }
}
.h_logo figure {
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .h_logo figure {
    width: clamp(16rem, 50vw, 24rem);
  }
  .h_logo figure img {
    width: 100%;
  }
}

.h_logo__txt {
  color: #0fb0c6;
  font-size: 1.8rem;
  display: block;
  padding-top: 1em;
}
@media screen and (max-width: 480px) {
  .h_logo__txt {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
  }
}

.kv_area {
  position: relative;
  background: url(../img/kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-width: 1200px;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .kv_area {
    aspect-ratio: 12/16;
    background: url(../img/kv_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-width: auto;
    width: 100%;
    height: auto;
  }
}

.kv_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv_area_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  top: 0;
  height: 100%;
  min-width: 1200px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .kv_area_inner {
    max-width: 100%;
    min-width: auto;
    justify-content: flex-start;
  }
}

.kv_top {
  display: flex;
  width: 1200px;
}
@media screen and (max-width: 768px) {
  .kv_top {
    padding-top: clamp(1.4rem, 2.9vw, 7rem);
    width: 100%;
  }
}

.kv_top__l {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  color: #073b49;
  font-weight: 800;
  margin-right: 0.5rem;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .kv_top__l {
    font-size: clamp(1.4rem, 4.48vw, 4.5rem);
  }
}

.kv_top__r {
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .kv_top__r {
    width: clamp(16rem, 54vw, 45rem);
  }
}
.kv_top__r img {
  width: 100%;
}

.kv_middle {
  margin-top: 1em;
  width: 1200px;
}
@media screen and (max-width: 768px) {
  .kv_middle {
    width: 100%;
    margin-top: clamp(1.6rem, 5.26vw, 2.8rem);
  }
}

.kv_txt {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #0fb0c6;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  font-size: 8rem;
  padding: 0.1em 0.3em 0.2em;
}
@media screen and (max-width: 768px) {
  .kv_txt {
    font-size: clamp(3.4rem, 11vw, 9rem);
  }
}
.kv_txt .kv_txt__l {
  font-size: 0.4em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 0.5em;
}

.kv_middle__txt_t {
  margin-bottom: 1em;
}

.kv_middle__txt_b {
  display: flex;
}
.kv_middle__txt_b .kv_txt {
  margin-left: 4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .kv_middle__txt_b .kv_txt {
    margin-left: clamp(1rem, 2.6vw, 2rem);
  }
}

.kv_under {
  padding-left: 12rem;
  width: 1200px;
}
@media screen and (max-width: 768px) {
  .kv_under {
    width: 100%;
    padding-left: 0;
  }
}
.kv_under ul {
  margin-top: 1.3em;
}
.kv_under ul li {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  font-weight: 900;
  font-size: 2.4rem;
  color: #083c49;
  align-items: center;
  margin-bottom: 0.3em;
}
.kv_under ul li p {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fcee21 70%);
}
@media screen and (max-width: 768px) {
  .kv_under ul li {
    font-size: clamp(1.2rem, 3.8vw, 4rem);
  }
}
.kv_under ul li:last-child {
  margin-bottom: 1em;
}
.kv_under ul li:last-child p {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fcee21 60%);
}
.kv_under ul li img {
  margin-right: 0.3em;
  width: 1.2em;
}
.kv_under ul li span {
  font-size: 1.2em;
  display: inline-flex;
  padding-bottom: 0.15em;
}

@media screen and (max-width: 768px) {
  .kv_cv {
    position: absolute;
    bottom: 30px;
    width: 90%;
    display: flex;
    justify-content: center;
  }
}
.kv_cv a {
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  background-color: #083c49;
  color: #fff;
  text-decoration: none;
  font-size: 2.2rem;
  padding: 0.6em 0.5em 0.6em 1em;
  font-weight: 500;
  border-radius: 10rem;
  align-items: center;
  font-weight: bold;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kv_cv a {
    background-color: #0fb0c6;
  }
}
.kv_cv a p {
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv_cv a {
    max-width: 46rem;
    font-size: clamp(1.6rem, 4.8vw, 3rem);
  }
}
.kv_cv a:hover {
  opacity: 0.8;
}
.kv_cv a span {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-color: #fff;
  margin-left: 0.8em;
  border-radius: inherit;
  position: relative;
}
.kv_cv a span::after, .kv_cv a span::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 50%;
  transform: translateX(50%);
  width: 9px;
  height: 3px;
  border-radius: 9999px;
  background-color: #083c49;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 768px) {
  .kv_cv a span::after, .kv_cv a span::before {
    background-color: #0fb0c6;
  }
}
.kv_cv a span::after {
  transform: translateX(50%) rotate(45deg);
}
.kv_cv a span::before {
  transform: translateX(50%) rotate(-45deg);
}

.sec_01 {
  padding: clamp(8rem, 17.02vw, 16rem) 0 clamp(4rem, 8.51vw, 8rem);
}

.sec_01_ttl {
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_01_ttl {
    margin: 0 auto 1.4rem;
    max-width: 32rem;
  }
  .sec_01_ttl img {
    width: 100%;
  }
}

.sec_01_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .sec_01_txt {
    line-height: 1.8em;
  }
}

.sec_01_imgli ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_01_imgli ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec_01_imgli ul li {
  width: calc(33.3333333333% - 2.4rem);
}
@media screen and (max-width: 768px) {
  .sec_01_imgli ul li {
    width: 100%;
    max-width: 38rem;
    margin-bottom: 4rem;
  }
  .sec_01_imgli ul li:last-child {
    margin-bottom: 0;
  }
}
.sec_01_imgli ul li p {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #073b49;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.sec_01_imgli ul li h4 {
  font-family: "Open Sans", sans-serif;
  color: #0fb0c6;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
.sec_01_imgli ul li h4 span {
  font-size: 1.2em;
}

.sec_01_imgli__img {
  margin-bottom: 1.6rem;
}
.sec_01_imgli__img img {
  width: 100%;
}

.sec_02 {
  background-color: #f2f2f2;
  padding: 6rem 0 6rem;
  position: relative;
}

.sec_02_bg {
  position: absolute;
  bottom: -569px;
  width: 287px;
}
@media screen and (max-width: 768px) {
  .sec_02_bg {
    bottom: -222px;
    width: 111px;
  }
}
.sec_02_bg img {
  width: 100%;
}

.sec_temp_ttl {
  margin-bottom: 6rem;
}
.sec_temp_ttl .sec_temp_subttl {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 800;
  color: #0fb0c6;
  margin-bottom: 0.2em;
  font-size: 3.2rem;
  display: block;
}
.sec_temp_ttl .sec_temp_subttl img {
  max-width: 22rem;
}
@media screen and (max-width: 480px) {
  .sec_temp_ttl .sec_temp_subttl img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_temp_ttl .sec_temp_subttl {
    line-height: 1.4em;
    font-size: clamp(1.6rem, 4.4vw, 3.2rem);
    margin-bottom: 0;
  }
}
.sec_temp_ttl .sec_temp_mainttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #073b49;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3em;
  font-weight: 800;
}
.sec_temp_ttl .sec_temp_mainttl strong {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .sec_temp_ttl .sec_temp_mainttl {
    line-height: 1.4em;
    font-size: clamp(2.2rem, 6.3vw, 4.8rem);
  }
  .sec_temp_ttl .sec_temp_mainttl img {
    max-width: 70%;
  }
}

.sec_02_imgli ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_02_imgli ul {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.sec_02_imgli ul li {
  width: calc(33.3333333333% - 2.4rem);
}
@media screen and (max-width: 768px) {
  .sec_02_imgli ul li {
    width: 85%;
  }
}
.sec_02_imgli ul li:first-child {
  margin-top: 21rem;
}
@media screen and (max-width: 768px) {
  .sec_02_imgli ul li:first-child {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.sec_02_imgli ul li:last-child {
  margin-top: 21rem;
}
@media screen and (max-width: 768px) {
  .sec_02_imgli ul li:last-child {
    margin-top: 3rem;
  }
}
.sec_02_imgli ul li img {
  width: 100%;
}

.sec_03 {
  padding: clamp(3rem, 3.125vw, 6rem) 0 clamp(4.5rem, 4.68vw, 90rem);
}

.sec_03_tab .tab_item {
  display: flex;
  justify-content: space-between;
}
.sec_03_tab .tab_item .tab {
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 2.4rem;
  padding: 0.4em;
  width: 48%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 3px solid #0fb0c6;
  background-color: #fff;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_03_tab .tab_item .tab {
    width: 49%;
    padding: 0.6em clamp(0.3rem, 0.88vw, 0.4rem) 0.6em;
  }
}
@media screen and (max-width: 480px) {
  .sec_03_tab .tab_item .tab {
    font-size: 2rem;
  }
}
.sec_03_tab .tab_item .tab ul {
  display: flex;
}
.sec_03_tab .tab_item .tab ul li {
  display: inline-block;
  border-radius: 6rem;
  background-color: #0fb0c6;
  position: relative;
  font-size: 1.4rem;
  padding-left: 4.6rem;
  padding-right: 2.4rem;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #fff;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .sec_03_tab .tab_item .tab ul li {
    font-size: clamp(1rem, 2.68vw, 1.4rem);
    padding-left: clamp(1.6rem, 3.68vw, 4.6rem);
    padding-right: clamp(0.7rem, 1.68vw, 2.4rem);
    margin-right: clamp(0.5rem, 1.68vw, 1rem);
  }
}
.sec_03_tab .tab_item .tab ul li:last-child {
  margin-right: 0;
}
.sec_03_tab .tab_item .tab ul li::before {
  position: absolute;
  top: 50%;
  left: 1.9rem;
  height: 1.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec_03_tab .tab_item .tab ul li::before {
    left: clamp(0.5rem, 1.68vw, 1.9rem);
    height: clamp(0.9rem, 1.68vw, 1.4rem);
  }
}
@media screen and (max-width: 480px) {
  .sec_03_tab .tab_item .tab ul li::before {
    width: 1rem;
  }
}
.sec_03_tab .tab_item .tab span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #0fb0c6;
  margin-bottom: 0.4em;
}
.sec_03_tab .tab_item .tab span small {
  font-size: 0.9em;
}
.sec_03_tab .tab_item .tab.active {
  background-color: #0fb0c6;
}
.sec_03_tab .tab_item .tab.active ul {
  display: flex;
}
.sec_03_tab .tab_item .tab.active ul li {
  background-color: #FFF;
  color: #0fb0c6;
}
.sec_03_tab .tab_item .tab.active span {
  color: #fff;
}
.sec_03_tab .tab_item .tab.active .tab_wifi::before {
  content: "";
  background: url(../img/table_icon01_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec_03_tab .tab_item .tab.active .tab_tel::before {
  content: "";
  background: url(../img/table_icon02_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tab_wifi::before {
  content: "";
  background: url(../img/table_icon01.svg);
  width: 2.6rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.tab_tel::before {
  content: "";
  background: url(../img/table_icon02.svg);
  width: 2.6rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.tab_cont {
  transition: 0.3s ease;
  border: 3px solid #0fb0c6;
  display: none;
  padding: clamp(2.4rem, 2.4vw, 6rem) clamp(1.4rem, 1.2vw, 3.6rem);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.tab_cont.show {
  display: block;
}

.tab_cont_data {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab_cont_data {
    flex-direction: column;
  }
}

.it_01 {
  display: none;
}
@media (max-width: 768px) {
  .it_01 {
    display: block;
    width: 100%;
  }
}

.it_02 {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 3rem;
  max-width: 60%;
  background-color: #E6E6E6;
  margin: 0 auto;
  margin-bottom: 4rem;
  transition: background-color 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .it_02 {
    max-width: 40rem;
  }
}

.inner_tabs {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 25%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .inner_tabs {
    font-size: 1rem;
  }
}

.two_tab {
  width: 50% !important;
}

.inner_tabs input[type=radio] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  margin: 0;
}

.inner_tabs span {
  padding: 2.1rem 1rem;
  background-color: #E6E6E6;
  color: #073b49;
  text-align: center;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .inner_tabs span {
    padding: 1.2rem 1rem;
    background-color: #E6E6E6;
    color: #073b49;
    text-align: center;
    border-radius: 3rem;
  }
}

.inner_tabs.selected span {
  background-color: #073b49;
  color: white;
}

@media (max-width: 768px) {
  .tcdi_01 {
    display: none;
  }
  .tcdi_01.show {
    display: block;
  }
}
.tcdi_01 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .tcdi_01 {
    width: 100%;
  }
}

.tcdi_02 {
  display: none;
  width: 100%;
}

.tcdi_02.show {
  display: block;
}

@media screen and (max-width: 768px) {
  .inner_tab {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 3rem;
    max-width: 40rem;
    background-color: #E6E6E6;
    margin: 0 auto;
    margin-bottom: 2rem;
    transition: background-color 0.3s;
    overflow: hidden;
  }
}

.tab_cont_data__ttl p {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #0fb0c6;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 480px) {
  .tab_cont_data__ttl p {
    font-size: 1.4rem;
    font-weight: 800;
  }
}
.tab_cont_data__ttl h5 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.tab_cont_data__ttl h5 span {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  background: linear-gradient(transparent 70%, #fcee21 70%);
}
@media screen and (max-width: 768px) {
  .tab_cont_data__ttl h5 span {
    font-size: clamp(2.4rem, 6.54vw, 4rem);
  }
}
@media screen and (max-width: 768px) {
  .tab_cont_data__ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .tab_cont_data__ttl {
    margin-bottom: 0;
  }
}

.tab_cont_data__li {
  display: flex;
  justify-content: center;
}
.tab_cont_data__li li {
  display: inline-block;
  padding: 0.5em 1.7em;
  border-radius: 6rem;
  background-color: #0fb0c6;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 1em;
}
.tab_cont_data__li li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .tab_cont_data__li li {
    padding: 0.7em 1em;
  }
}

.tab_cont_data_main_line {
  position: relative;
}
.tab_cont_data_main_line::before {
  content: "+";
  position: absolute;
  font-weight: bold;
  font-size: 3rem;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab_cont_data_main_line::before {
    display: none;
  }
}

.tab_cont_data_sub_line {
  position: relative;
}
.tab_cont_data_sub_line::before {
  content: "=";
  position: absolute;
  font-weight: bold;
  font-size: 3rem;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab_cont_data_sub_line::before {
    display: none;
  }
}

.tab_cont_data__table {
  font-family: "Open Sans", sans-serif;
  margin-top: 3em;
  border-collapse: collapse;
  width: 100%;
  font-weight: 800;
}
.tab_cont_data__table th {
  border: 2px solid #e6e6e6;
  background-color: #e6e6e6;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .tab_cont_data__table th {
    padding: 0.5rem;
  }
}
.tab_cont_data__table .tab_cont_data__d_data th {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .tab_cont_data__table .tab_cont_data__d_data th {
    font-size: 1em;
  }
}
.tab_cont_data__table .tab_cont_data__d_data th:first-child {
  width: 35%;
}
.tab_cont_data__table .tab_cont_data__d_data th:last-child {
  width: 65%;
}
.tab_cont_data__table .tab_cont_data__3career_data th {
  font-size: 1.2em;
  width: 17%;
  padding-top: 0.8em;
}
@media screen and (max-width: 480px) {
  .tab_cont_data__table .tab_cont_data__3career_data th {
    width: 40%;
    padding: 0.5rem;
    font-size: 1em;
  }
}
.tab_cont_data__table .tab_cont_data__3career_data th:first-child {
  width: 15%;
}
@media screen and (max-width: 480px) {
  .tab_cont_data__table .tab_cont_data__3career_data th:first-child {
    width: 25%;
  }
}
.tab_cont_data__table .tab_cont_data__3career_data th:last-child {
  width: 58%;
}
@media screen and (max-width: 480px) {
  .tab_cont_data__table .tab_cont_data__3career_data th:last-child {
    width: 35%;
  }
}
.tab_cont_data__table td {
  font-size: 1.8rem;
  border: 2px solid #e6e6e6;
  text-align: center;
  padding: 0.5em;
  color: #073b49;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .tab_cont_data__table td {
    font-size: 1.3rem;
  }
}
.tab_cont_data__table td:last-child {
  color: #0fb0c6;
}
.tab_cont_data__table td:last-child span {
  font-size: 1.5em;
}

.tab_career {
  background-color: #e6e6e6;
}
.tab_career td {
  border: 0;
  padding: 0.5em 0.5em 0;
}
@media screen and (max-width: 768px) {
  .tab_career td:first-child img {
    width: 104%;
  }
}
.tab_career td > span {
  background: linear-gradient(transparent 50%, #fff 50%);
  display: inline;
}
.tab_career td img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .tab_career td img {
    width: 88%;
  }
}

.tab_cont_data_pcOnly {
  width: 15%;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .tab_cont_data_pcOnly {
    display: none;
  }
}

.tab_cont_data_line span {
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  background-color: #073b49;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: 1.6em;
  position: relative;
  margin-left: 1em;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .tab_cont_data_line span {
    font-size: 1.4em;
  }
}
.tab_cont_data_line span::before {
  content: "+";
  color: #073b49;
  position: absolute;
  left: -0.8em;
  top: 50%;
  font-size: 1.4em;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .tab_cont_data_line span::before {
    font-size: 1.4em;
  }
}

.cv_btn {
  margin-top: clamp(3rem, 3.125vw, 6rem);
  display: flex;
  justify-content: center;
}
.cv_btn a {
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  background-color: #0fb0c6;
  color: #fff;
  text-decoration: none;
  font-size: 2.2rem;
  padding: 0.5em 0.5em 0.5em 1.2em;
  font-weight: 500;
  border-radius: 10rem;
  align-items: center;
  font-weight: bold;
  min-width: 40rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cv_btn a {
    min-width: 90%;
    font-size: clamp(1.6rem, 4.8vw, 3rem);
  }
}
.cv_btn a:hover {
  opacity: 0.8;
}
.cv_btn a p {
  flex-grow: 1;
  text-align: center;
}
.cv_btn a span {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  margin-left: 0.8em;
  border-radius: inherit;
  position: relative;
}
.cv_btn a span::after, .cv_btn a span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 50%;
  transform: translateX(50%);
  width: 9px;
  height: 3px;
  border-radius: 9999px;
  background-color: #0fb0c6;
  transform-origin: calc(100% - 1px) 50%;
}
.cv_btn a span::after {
  transform: translateX(50%) rotate(45deg);
}
.cv_btn a span::before {
  transform: translateX(50%) rotate(-45deg);
}

.sec_03_acodion {
  max-width: 768px;
  margin: 4rem auto 0;
}

.sec_03_acodion_cont {
  margin-top: 2rem;
  border: 3px solid #0fb0c6;
  border-radius: 15px;
  display: none;
}
.sec_03_acodion_cont .tab_cont_data__inner {
  padding: clamp(2.4rem, 2.4vw, 6rem) clamp(1.4rem, 1.2vw, 3.6rem);
  width: 100%;
  display: block;
}

.sec_03_acodion_header {
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 1.5em;
  background-color: #f9e315;
  box-shadow: 4px 4px 0px 0px rgb(7, 59, 73);
}
.sec_03_acodion_header.active::after, .sec_03_acodion_header.active::before {
  top: 24%;
  right: 64px;
  width: 3px;
  height: 29px;
  border-radius: 9999px;
  background-color: #073b49;
  transform-origin: 50% calc(100% - 1px);
}
@media screen and (max-width: 768px) {
  .sec_03_acodion_header.active::after, .sec_03_acodion_header.active::before {
    top: 30%;
    right: 27px;
    height: 19px;
  }
}
.sec_03_acodion_header::after, .sec_03_acodion_header::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 55px;
  width: 29px;
  height: 3px;
  border-radius: 9999px;
  background-color: #073b49;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 768px) {
  .sec_03_acodion_header::after, .sec_03_acodion_header::before {
    right: 18px;
    width: 19px;
  }
}
.sec_03_acodion_header::before {
  transform: rotate(45deg);
}
.sec_03_acodion_header::after {
  transform: rotate(-45deg);
}
.sec_03_acodion_header .sec_03_acodion_header_inner {
  text-align: center;
  font-size: 2rem;
  color: #073b49;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .sec_03_acodion_header .sec_03_acodion_header_inner {
    font-size: 1.8rem;
  }
}

.sec_04 {
  background-color: #f2f2f2;
  padding: clamp(3.5rem, 3.64vw, 7rem) 0 clamp(5rem, 5.2vw, 10rem);
}

.sec_04_li ul {
  display: flex;
  justify-content: space-between;
}
.sec_04_li ul li {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_04_li ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec_04_li ul li:first-child .sec_04_li__img {
    width: 95%;
  }
  .sec_04_li ul li:last-child .sec_04_li__img {
    width: 79%;
  }
}

.sec_04_li__img {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sec_04_li__img img {
    width: 100%;
  }
}

.sec_04_li__name {
  display: flex;
  justify-content: center;
}
.sec_04_li__name span {
  padding: 0.5em 1em;
  font-size: 1.6rem;
  background-color: #0fb0c6;
  color: #fff;
  font-weight: bold;
  border-radius: 5rem;
  min-width: 12rem;
}
@media screen and (max-width: 480px) {
  .sec_04_li__name span {
    min-width: 90%;
    font-size: 1.4rem;
  }
}

.sec_05 {
  padding: clamp(4.5rem, 4.68vw, 90rem) 0 clamp(5rem, 5.2vw, 10rem);
  position: relative;
}
.sec_05 .sec_05_bg {
  position: absolute;
  top: 300px;
  width: 287px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .sec_05 .sec_05_bg {
    width: 111px;
  }
}
.sec_05 .sec_05_bg img {
  width: 100%;
}

.sec_temp_mainttl .sec_temp_mainttl__line {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fcee21 70%);
}
.sec_temp_mainttl .sec_temp_mainttl__line strong {
  font-size: 1.3em;
}

.sec_05inner {
  border-radius: 3.8rem;
  padding: 4rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  position: relative;
  margin-top: 10em;
}
@media screen and (max-width: 768px) {
  .sec_05inner {
    padding: 4rem 1.4rem;
  }
}
.sec_05inner .sec_05__num {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 9rem;
}
.sec_05inner .sec_05__num img {
  width: 100%;
}
.sec_05inner h6 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0fb0c6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec_05inner h6 {
    line-height: 1.6em;
    font-size: 1.6rem;
  }
}
.sec_05inner > p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .sec_05inner > p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .ttl_ls {
    letter-spacing: 0.8px;
  }
}

.sec_05inner__ttl {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.sec_05inner__ttl_wrap {
  position: relative;
  display: inline-flex;
  overflow: visible;
  border-bottom: 5px dotted #0fb0c6;
}
.sec_05inner__ttl_wrap h5 {
  display: inline-block;
  margin-bottom: 0.2em;
  font-size: 4rem;
  color: #073b49;
  background: linear-gradient(transparent 70%, #fcee21 70%);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_05inner__ttl_wrap h5 {
    font-size: clamp(2rem, 6.33vw, 4rem);
  }
}

.sec_05inner__img {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .sec_05inner__img {
    max-width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec_05inner__img {
    margin-top: 1.8em;
  }
}

.sec_05inner__img_two .sec_05inner__img_item {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .sec_05inner__img_two .sec_05inner__img_item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec_05inner__img_two .sec_05inner__img_item:last-child {
    margin-bottom: 0;
  }
}
.sec_05inner__img_two .sec_05inner__img_item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec_05inner__img_three {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.sec_05inner__img_three .sec_05inner__img_item {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .sec_05inner__img_three .sec_05inner__img_item {
    width: 49%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .sec_05inner__img_three .sec_05inner__img_item:last-child {
    margin-bottom: 0;
  }
}
.sec_05inner__img_three .sec_05inner__img_item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_05inner__img_three .sec_05inner__img_item img {
    width: 100%;
  }
}

.sec_05inner__img_one .sec_05inner__img_item {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_05inner__img_one .sec_05inner__img_item img {
    width: 100%;
  }
}

.sec_06 {
  background-color: #f2f2f2;
  padding: clamp(3rem, 3.125vw, 6rem) 0 clamp(4rem, 8.51vw, 8rem);
  position: relative;
}
.sec_06 .sec_06_bg {
  position: absolute;
  top: -775px;
  width: 287px;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .sec_06 .sec_06_bg {
    width: 111px;
    top: -300px;
    opacity: 0.6;
  }
}
.sec_06 .sec_06_bg img {
  width: 100%;
}

.sec_06_card {
  padding: 0px 7rem;
}
@media screen and (max-width: 768px) {
  .sec_06_card {
    padding: 0;
  }
}
.sec_06_card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_06_card ul {
    flex-direction: column;
  }
}
.sec_06_card ul li {
  width: 47%;
  margin-top: 8rem;
  position: relative;
  padding: 4rem 4.2rem;
  border-radius: 38px;
  border: 3px solid #0fb0c6;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .sec_06_card ul li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sec_06_card ul li {
    padding: 4rem 2.2rem;
  }
}
.sec_06_card ul li .sec_06__num {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 9rem;
}
.sec_06_card ul li .sec_06__num img {
  width: 100%;
}
.sec_06_card ul li h5 {
  font-size: 3.8rem;
  text-align: center;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  border-bottom: 2px solid #0fb0c6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_06_card ul li h5 {
    font-size: clamp(2rem, 6.66vw, 3.8rem);
  }
}
.sec_06_card ul li h5 span {
  display: inline-block;
  font-size: 0.6em;
}
.sec_06_card ul li .sec_06inner__img {
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_06_card ul li .sec_06inner__img img {
    width: 60%;
  }
}
.sec_06_card ul li .sec_06inner__txt {
  font-size: 1.8rem;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .sec_06_card ul li .sec_06inner__txt {
    font-size: 1.6rem;
  }
}
.sec_06_card ul li .sec_06inner__subtxt {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 0.3em;
}
@media screen and (max-width: 480px) {
  .sec_06_card ul li .sec_06inner__subtxt {
    font-size: 1rem;
  }
}

.sec_07 {
  padding: clamp(4rem, 8.51vw, 8rem) 0 clamp(5rem, 5.2vw, 10rem);
  position: relative;
}
.sec_07 .sec_07_bg {
  position: absolute;
  bottom: -218px;
  width: 287px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .sec_07 .sec_07_bg {
    width: 111px;
    bottom: -88px;
  }
}
.sec_07 .sec_07_bg img {
  width: 100%;
}

.sec_07_request_li {
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6);
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec_07_request_li {
    flex-direction: column;
  }
}

.sec_07_request__l {
  width: 10%;
  background-color: #0fb0c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_07_request__l {
    width: 100%;
    padding: 1em 0;
  }
}

.sec_07_request__l_inner {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
}
.sec_07_request__l_inner .subtext {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_07_request__l_inner .subtext {
    font-size: 1.7rem;
  }
}
.sec_07_request__l_inner .num {
  font-family: "Barlow", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .sec_07_request__l_inner .num {
    font-size: 4.2rem;
  }
}

.sec_07_request__r {
  width: 90%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec_07_request__r {
    width: 100%;
    flex-direction: column;
  }
}

.sec_07_request__r_txt {
  width: 90%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_07_request__r_txt {
    width: 100%;
    flex-direction: column;
    padding: 3rem 2rem 0;
  }
}
.sec_07_request__r_txt h5 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec_07_request__r_txt h5 {
    margin-bottom: 0.8em;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .sec_07_request__r_txt h5 {
    font-size: 2.8rem;
  }
}
.sec_07_request__r_txt p {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .sec_07_request__r_txt p {
    line-height: 1.6em;
  }
}
.sec_07_request__r_txt p .sec_07_request__r_accent {
  color: #0fb0c6;
  font-weight: bold;
}
.sec_07_request__r_txt .caution {
  font-size: 1.3rem;
  color: #4d4d4d;
  display: block;
  margin-bottom: 0.4em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_07_request__r_txt .caution {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
}

.sec_07_request__r_img {
  width: 10%;
  position: relative;
  right: 13%;
}
@media screen and (max-width: 768px) {
  .sec_07_request__r_img {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.sec_07_request__r_img img {
  max-width: 20rem;
}
@media screen and (max-width: 768px) {
  .sec_07_request__r_img img {
    max-width: 100%;
  }
}

.sec_07_request_li_arrow {
  margin: 2em 0;
}

.sec_07_01_img {
  top: 25%;
}

.sec_07_02_img {
  top: 23%;
}

.sec_07_03_img {
  top: 50%;
}

.sec_07_04_img {
  top: 28%;
}

.sec_07_request_li_arrow {
  text-align: center;
}
.sec_07_request_li_arrow img {
  max-width: 10rem;
}

.sec_08 {
  background-color: #f2f2f2;
  padding: clamp(4rem, 8.51vw, 8rem) 0 clamp(5rem, 5.2vw, 10rem);
}

.sec_temp_subttl_bubble {
  position: relative;
  display: inline-block;
}
.sec_temp_subttl_bubble::after, .sec_temp_subttl_bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 3rem;
  background-color: #0fb0c6;
}
.sec_temp_subttl_bubble::before {
  transform: rotate(-30deg);
  left: -15px;
}
.sec_temp_subttl_bubble::after {
  transform: rotate(30deg);
  right: -5px;
}

.sec_accordion ul li {
  font-family: "Open Sans", sans-serif;
  background-color: #FFF;
  padding: 2.5rem 5rem 2.5rem 6rem;
  border-radius: 5rem;
  position: relative;
  margin-bottom: 2em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .sec_accordion ul li {
    padding: 2rem 4rem 2rem 6rem;
  }
}
.sec_accordion ul li:last-child {
  margin-bottom: 0;
}
.sec_accordion ul li .accordion_qimg {
  position: absolute;
  left: 2.8rem;
  top: 2rem;
  color: #0fb0c6;
  font-weight: bold;
  font-size: 1.8em;
  width: 2rem;
}

.accordion-header {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .accordion-header {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
.accordion-header.active::after {
  display: none;
}
.accordion-header::before {
  content: "";
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0fb0c6;
  font-weight: bold;
  width: 19px;
  height: 3px;
}
.accordion-header::after {
  content: "";
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  background-color: #0fb0c6;
  transform: translateY(-50%);
  width: 3px;
  height: 19px;
}

.accordion-content {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 1.8em;
  line-height: 1.6em;
  display: none;
  font-weight: normal;
}

.ft_logo {
  text-align: center;
  margin-top: 19rem;
}
@media screen and (max-width: 768px) {
  .ft_logo {
    margin-top: 8rem;
  }
}
.ft_logo img {
  max-width: 53rem;
}
@media screen and (max-width: 768px) {
  .ft_logo img {
    max-width: 80%;
  }
}

.ft_band {
  background-color: #0fb0c6;
  margin-top: 2em;
}
.ft_band ul {
  display: flex;
  padding: 1em;
  justify-content: center;
}
.ft_band ul li {
  margin-right: 5em;
}
.ft_band ul li:last-child {
  margin-right: 0;
}
.ft_band ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.ft_band ul li a:hover {
  opacity: 0.8;
}

.ft_copy {
  margin-top: 1em;
  margin-bottom: 1.8em;
  text-align: center;
  font-size: 1.6rem;
}

.floating {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.floating.show {
  opacity: 1;
  visibility: visible;
}

.floating {
  z-index: 9999;
  width: 330px;
  padding: 3rem 3rem 4rem;
  position: fixed;
  top: 70%;
  right: 12px;
  background-color: #f2f2f2;
  border-radius: 3rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .floating {
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.6);
    background-color: #F9E315;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 3rem 5rem 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 0;
  }
}
.floating .cv_btn {
  margin-top: 0;
}
.floating .cv_btn a {
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  background-color: #0fb0c6;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1em 0.9em 1em 1em;
  font-weight: bold;
  border-radius: 10rem;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .floating .cv_btn a {
    background-color: #073b49;
    padding: 0.6em 0.9em 0.6em 1em;
  }
  .floating .cv_btn a span {
    margin-left: 0;
  }
  .floating .cv_btn a span::before, .floating .cv_btn a span::after {
    background-color: #073b49;
  }
}
.floating .cv_btn a p {
  width: calc(100% - 4rem);
  text-align: center;
}

.contact_bg {
  background: rgb(15, 176, 198);
  background: linear-gradient(90deg, rgb(15, 176, 198) 0%, rgb(110, 207, 220) 45%, rgb(134, 215, 226) 77%, rgb(209, 240, 244) 100%);
}

.contact_kv {
  padding: 17rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .contact_kv {
    padding: 9rem 0 9rem;
  }
}

.contact_kv__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact_kv__inner h2 {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0.3em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact_kv__inner h2 {
    font-size: 3.4rem;
  }
}
.contact_kv__inner p {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact_kv__inner p {
    font-size: 1.8rem;
  }
}

.contact_contents {
  background-color: #f2f2f2;
  padding: 8rem 0;
  border-top-right-radius: 14rem;
}
@media screen and (max-width: 768px) {
  .contact_contents {
    border-top-right-radius: 9rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_contents {
    border-top-right-radius: 4rem;
    padding: 6rem 0;
  }
}

.contact_detail {
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .contact_detail {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_detail {
    margin-bottom: 8rem;
  }
}
.contact_detail p {
  line-height: 1.6em;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .contact_detail p {
    font-size: 1.4rem;
  }
}

.inquiry_list {
  margin-bottom: 5rem;
}
.inquiry_list:last-child {
  margin-bottom: 0;
}

.inquiry_list_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .inquiry_list_inner {
    flex-direction: column;
  }
}

.inquiry_list_l {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .inquiry_list_l {
    margin-bottom: 1em;
    width: 100%;
  }
}

.inquiry_list_r {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .inquiry_list_r {
    width: 100%;
  }
}

.required {
  color: #e02735;
}

.form-item-input {
  border: 2px solid #e6e6e6;
  border-radius: 6px;
  padding: 1em;
  height: 48px;
  flex: 1;
  font-size: 14px;
}

.form-item-tex {
  width: 100%;
}

.form_bottom_band {
  background-color: #0fb0c6;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 3px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.selectbox_3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox_3::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #0fb0c6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox_3 select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .selectbox_3 select {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
}

.cont_c {
  align-items: flex-start !important;
}

.check label {
  font-size: 1.6rem;
}

.inner_flex {
  display: flex;
}
@media screen and (max-width: 480px) {
  .inner_flex {
    flex-direction: column;
  }
}
.inner_flex .inquiry_list_r_inner {
  margin-right: 2em;
}

.label_inner {
  font-weight: bold;
}

.inquiry_btn {
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
.inquiry_btn button {
  background-color: #073b49;
  color: #fff;
  min-width: 260px;
  padding: 0.8em;
  font-size: 2rem;
  border-radius: 6rem;
  border: 0;
  cursor: pointer;
}
.inquiry_btn button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .inquiry_btn button {
    font-size: 1.4rem;
    min-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .inquiry_btn button {
    font-size: 1.4rem;
    min-width: 90%;
  }
}

textarea {
  width: 100%;
  min-height: 10em;
}

select option {
  font-size: 1.4rem;
}

input::placeholder {
  font-size: 1.4rem;
  opacity: 0.5;
  color: #b3b3b3;
}

#inquiryFormArea {
  background-color: #fff;
  border-radius: 4.6rem;
}
@media screen and (max-width: 768px) {
  #inquiryFormArea {
    border-radius: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  #inquiryFormArea {
    border-radius: 1.6rem;
  }
}

.error_message {
  display: block;
  color: red;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 1.2rem;
}

.form_top {
  padding: 8rem 12rem;
}
@media screen and (max-width: 768px) {
  .form_top {
    padding: 8rem 2rem;
  }
}
.form_top h4 {
  margin-bottom: 7rem;
  font-size: 1.6rem;
}

.form_bottom_inner {
  padding: 4rem 12rem;
}
@media screen and (max-width: 768px) {
  .form_bottom_inner {
    padding: 4rem 2rem;
  }
}
.form_bottom_inner p {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-bottom: 1em;
}

.floating_img {
  width: 80%;
  position: absolute;
  bottom: 97%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .floating_img {
    display: none;
  }
}
.floating_img img {
  width: 100%;
}

.valierror {
  border: 2px solid red !important;
  background-color: #ffe6e6 !important;
}

.bg_w {
  background-color: #fff;
  border-radius: 4.6rem;
}
@media screen and (max-width: 768px) {
  .bg_w {
    border-radius: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .bg_w {
    border-radius: 1.6rem;
  }
}

.form_top_r .inquiry_list .inquiry_list_l {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .form_top_r .inquiry_list .inquiry_list_l {
    width: 100%;
  }
}
.form_top_r .inquiry_list .inquiry_list_r {
  width: 75%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .form_top_r .inquiry_list .inquiry_list_r {
    width: 100%;
  }
}

.btn_wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .btn_wrapper {
    flex-direction: column;
  }
}

#submitBtn {
  cursor: pointer;
  background-color: #073b49;
  color: #fff;
  min-width: 260px;
  padding: 0.8em;
  font-size: 2rem;
  border-radius: 6rem;
  border: 0;
}
#submitBtn:disabled {
  background-color: #f2f2f2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #submitBtn {
    font-size: 1.4rem;
    min-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #submitBtn {
    font-size: 1.4rem;
    min-width: 100%;
  }
}

#backBtn {
  cursor: pointer;
  margin-right: 1em;
  background-color: #f2f2f2;
  color: #000;
  min-width: 260px;
  padding: 0.8em;
  font-size: 2rem;
  border-radius: 6rem;
  border: 0;
}
@media screen and (max-width: 768px) {
  #backBtn {
    font-size: 1.4rem;
    min-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #backBtn {
    font-size: 1.4rem;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.thanks_content {
  text-align: center;
}
.thanks_content h4 {
  font-weight: bold;
  color: #0fb0c6;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .thanks_content h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .thanks_content h4 {
    font-size: 2rem;
    line-height: 1.6em;
  }
}
.thanks_content p {
  color: #333333;
  line-height: 1.6em;
}

em {
  font-size: 14px;
  font-weight: normal;
  color: rgb(102, 102, 102);
}
@media screen and (max-width: 480px) {
  em {
    font-size: 12px;
  }
}

.mb12 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1100px) {
  .mb12 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .mb12 {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .mb12 {
    margin-bottom: 6rem;
  }
}

.mt12 {
  margin-top: 12rem;
}
@media screen and (max-width: 1100px) {
  .mt12 {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .mt12 {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 480px) {
  .mt12 {
    margin-top: 6rem;
  }
}

.mt8 {
  margin-top: 8rem;
}
@media screen and (max-width: 1100px) {
  .mt8 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mt8 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .mt8 {
    margin-top: 4rem;
  }
}

.mt1 {
  margin-top: 1em;
}

.mb8 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1100px) {
  .mb8 {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mb8 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .mb8 {
    margin-bottom: 4rem;
  }
}

.mb6 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1100px) {
  .mb6 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mb6 {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 480px) {
  .mb6 {
    margin-bottom: 3rem;
  }
}

.mb4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1100px) {
  .mb4 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mb4 {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .mb4 {
    margin-bottom: 2rem;
  }
}

.mb2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1100px) {
  .mb2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mb2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .mb2 {
    margin-bottom: 1.6rem;
  }
}

.pb12 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1100px) {
  .pb12 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .pb12 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 480px) {
  .pb12 {
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 1101px) {
  .pcOnly {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .spOnly_sm {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spOnly_sm {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .smOnly {
    display: none !important;
  }
}
@media screen and (max-width: 1366px) {
  .smOnly {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .smOnly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .smOnly {
    display: block !important;
  }
}

@media screen and (min-width: 1101px) {
  .vsmNone {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  .vsmNone {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .vsmNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vsmNone {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .vsmNone {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .vsmOnly {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .vsmOnly {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .vsmOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsmOnly {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .vsmOnly {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */