@charset "UTF-8";

@font-face {
  font-family: 'DIN';
  src: url('/wp-content/themes/child/fonts/din-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url('/wp-content/themes/child/fonts/din-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.home section.section_mainvisual {
    position: relative;
    padding: 50vw 0;
}

.home section.section_mainvisual .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home section.section_mainvisual .wrap {
    position: relative;
    z-index: 2;
}

.home section.section_mainvisual .logo {
    text-align: center;
    margin-bottom: 6vw;
}

.home section.section_mainvisual .logo img {
    width: 35vw;
}

.home section.section_mainvisual .textBox {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.home section.section_mainvisual .textBox .en {
    font-family: 'DIN', sans-serif;
    font-size: 6.5vw;
    line-height: 1.3;
}

.home section.section_mainvisual .textBox .en span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.home section.section_mainvisual .textBox .en span.show {
  opacity: 1;
  transform: translateY(0);
}

.home section.section_mainvisual .textBox .catch {
    font-size: 5.8vw;
    letter-spacing: .07em;
}

.home section.section_mainvisual .scroll {
    position: absolute;
    left: 0;
    bottom: 13vw;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.home section.section_mainvisual .scroll a {
    color: #fff;
    display: inline-block;
}

.home section.section_mainvisual .scroll:before {
    content: "";
    width: 1.5px;
    height: 8vw;
    background: #fff;
    position: absolute;
    left: calc( 50% - .75px );
    bottom: -13vw;
    animation: fluffy 3s infinite;
}

.home section.section_mainvisual .scroll:after {
    content: "";
    width: 1.5px;
    height: 6vw;
    background: #0071bc;
    position: absolute;
    left: calc( 50% - .75px );
    bottom: -18vw;
    animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.wave_slider {
    position: absolute;
    left: 0;
    top: -5vw;
    width: 100%;
}

.wave_slider .bx-wrapper {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    max-width: unset!important;
}

.wave_slider ul li img {
    width: 100%;
}

.home section.section_youtube {
    padding: 30vw 0;
}

.home section.section_youtube .titleBox {
    justify-content: center;
    margin-bottom: 14vw;
    gap: 4vw;
}

.home section.section_youtube .cont {
    position: relative;
}

.home section.section_youtube .titleBox .logo_youtube img {
    width: 14vw;
}

.home section.section_youtube .titleBox .logo_dsmile img {
    width: 38vw;
}

.home section.section_youtube .fish.left {
    position: absolute;
    left: 0;
    top: -18vw;
}

.home section.section_youtube .fish.left img {
    width: 25vw;
}

.home section.section_youtube .fish.right {
    position: absolute;
    right: 4vw;
    top: 15vw;
}

.home section.section_youtube .fish.right img {
    width: 10vw;
}

.home section.section_youtube .catch {
    text-align: center;
    font-size: 4vw;
    color: #002b5b;
    margin-bottom: .6em;
}

.home section.section_youtube .video iframe {
    width: 100%;
    height: 50vw;
    max-height: unset!important;
    border-radius: 20px;
}

.home .section_wave {
    position: relative;
}

/* .home .section_wave:before {
    content: "";
    display: block;
    width: 100vw;
    height: 10vw;
    background: url(/wp-content/themes/child/image/wave_white_2.svg) repeat-x;
    background-size: 101vw;
    animation: wave-slide 30s linear infinite;
    position: absolute;
    left: 0;
    top: -8vw;
    z-index: 2;
}

@keyframes wave-slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.home .section_wave.section_yellow:before {
    background: url(/wp-content/themes/child/image/wave_yellow.svg) repeat-x;
} */

.home .section_wave.section_yellow {
    background: #f9ef50;
}

.home section.section_about {
    padding: 30vw 0;
}

.home section.section_about .logo_dsmile {
    text-align: center;
    margin-bottom: 22vw;
}

.home section.section_about .logo_dsmile img {
    background: #fff;
    border-radius: 100%;
    width: 45vw;
}

.home section.section_about .textBox {
    background: #fff;
    padding: 10vw 5vw 6vw 5vw;
    border-radius: 20px;
    position: relative;
}

.home section.section_about .textBox .title {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 4vw;
    position: absolute;
    left: 0;
    top: -8vw;
    width: 100%;
}

.home section.section_about .textBox .title .text {
    color: #002b5b;
    font-size: 5.5vw;
    line-height: 1;
}

.home section.section_about .title .logo img {
    width: 46vw;
}

.home section.section_about .textBox .text {
    text-align: center;
    letter-spacing: .05em;
    line-height: 2.2;
}

.home section.section_about .textBox .text .accent {
    color: #002b5b;
    font-size: 4.7vw;
}

.home section.section_about .textBox .text + .text {
    margin-top: 1.5em;
}

.common_titleBox {
    text-align: center;
    color: #002b5b;
    margin-bottom: 10vw;
    position: relative;
}

.common_titleBox .en {
    font-size: 7vw;
    text-transform: uppercase;
    font-family: 'DIN', sans-serif;
}

.common_titleBox .en:before {
    content: "・・・";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.5em;
    letter-spacing: -.3em;
}

.common_titleBox .lead {
    margin-top: 1em;
    color: #1a1a1a;
}

.common_titleBox .fish.left {
    position: absolute;
    left: 0;
    top: -10vw;
}

.common_titleBox .fish.left img {
    width: 25vw;
}

.common_titleBox .fish.right {
    position: absolute;
    right: 10vw;
    top: -5vw;
}

.common_titleBox .fish.right img {
    width: 10vw;
}

.home section.section_service {
    padding: 30vw 0;
}

.home section.section_service .service_list {
    margin-bottom: 10vw;
}


.home section.section_service .banner {
    text-align: center;
}

.home section.section_service .service_list ul li {
    width: 80%;
    margin: 0 auto;
}

.home section.section_service .service_list ul li + li {
    margin-top: 6vw;
}

.home section.section_service .service_list ul li a {
    display: block;
    padding: 6vw 10vw;
    color: #002b5b;
    text-align: center;
    line-height: 1.5;
    background: #fff7b3;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
}

.home section.section_service .service_list ul li a:before {
    content: "";
    width: 12vw;
    height: 12vw;
    background-color: #002b5b;
    background-image: url(/wp-content/themes/child/image/arrow_under_right.svg);
    background-repeat: no-repeat;
    background-position: 3vw 3.2vw;
    background-size: 3vw;;
    border-radius: 100%;
    position: absolute;
    right: -2vw;
    bottom: -2vw;
}

.home section.section_service .service_list ul li .icon {
    width: 40vw;
    height: 40vw;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto 6vw auto;
    position: relative;
}

.home section.section_service .service_list ul li .icon img {
    height: 21vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home section.section_service .service_list ul li .catch {
    font-size: 3vw;
    margin-bottom: .5em;
}

.home section.section_service .service_list ul li .en {
    font-size: 6vw;
    font-family: 'DIN', sans-serif;
}

.home section.section_service .service_list ul li .title {
    font-size: 3.5vw;
}

.home section.section_information {
    padding:  30vw 0;
}

.home section.section_information .cont {
    background: #fff;
    border-radius: 40px;
    padding: 6vw 6vw 10vw 6vw;
    border: 2.5px solid #002b5b;
}

.home section.section_information .cont ul li a {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 2vw 10vw 2vw 3vw;
    background-image: url(/wp-content/themes/child/image/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 2vw;
    color: #1a1a1a;
}

.home section.section_information .cont ul li .data {
    font-family: 'DIN', sans-serif;
    font-size: 4vw;
}

.home section.section_information .cont ul li .title {
    color: #002b5b;
    font-size: 3.8vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common_button {
    margin-top: 10vw;
}

.common_button a {
    background: #002b5b;
    color: #fff;
    width: 70vw;
    border-radius: 30vw;
    line-height: 16vw;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding-left: 10vw;
    padding-right: 4vw;
    letter-spacing: .07em;
}

.common_button a .arrow {
    width: 8vw;
    height: 8vw;
    background: #fff;
    border-radius: 100%;
    display: block;
    background-image: url(/wp-content/themes/child/image/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: 3.5vw;
    background-size: 1.5vw;
}

section.section_staff {
    padding: 30vw 0;
}

.staff_list {
    padding-left: 7.5vw;
}

.staff_list ul {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 5vw;
}

.page_staff_list .staff_list {
    padding-left: 0;
}

.page_staff_list .staff_list ul {
    white-space: initial;
    text-align: center;
}

.page_staff_list .staff_list ul li + li {
    margin-left: 0;
    margin-top: 15vw;
}

.staff_list ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.staff_list ul::-webkit-scrollbar-thumb {
    background: #00608d;
    border-radius: 10px;
}
.staff_list ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.staff_list ul li {
    display: inline-block;
    white-space: initial;
    width: 60vw;
    vertical-align: top;
}

.staff_list ul li a {
    color: initial;
}

.staff_list ul li + li {
    margin-left: 10vw;
}

.staff_list ul li .image {
    width: 100%;
    height: 60vw;
    margin-bottom: 4vw;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.staff_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    transition: .3s;
}

.staff_list ul li:hover .image img {
    transform: scale(1.1,1.1);
}

.staff_list ul li .textBox {
    text-align: center;
}

.staff_list ul li .textBox .name {
    font-size: 5vw;
    color: #002b5b;
    margin-bottom: 2vw;
}

.staff_list ul li .textBox .view_more {
    background: #002b5b;
    color: #fff;
    border-radius: 10vw;
    font-size: 3vw;
    line-height: 10vw;
}

.home section.section_blog {
    padding: 0 0 30vw 0;
}

.home section.section_blog .cont {
    padding-left: 7.5vw;
}

.home section.section_blog .cont ul {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 5vw;
    padding-right: 5vw;
}

.home section.section_blog .cont ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.home section.section_blog .cont ul::-webkit-scrollbar-thumb {
    background: #00608d;
    border-radius: 10px;
}
.home section.section_blog .cont ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.home section.section_blog .cont ul li {
    display: inline-block;
    white-space: initial;
    width: 75vw;
    vertical-align: top;
}

.home section.section_blog .cont ul li + li {
    margin-left: 3vw;
}

.home section.section_blog .cont ul li a {
    display: block;
    background: #fff;
    padding: 5vw;
    border-radius: 20px;
}

.home section.section_blog .cont ul li .thumbnail {
    width: 100%;
    height: 40vw;
    margin-bottom: 4vw;
}

.home section.section_blog .cont ul li .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 20px;
}

.home section.section_blog .cont ul li .textBox .data {
    color: #1a1a1a;
    font-family: 'DIN', sans-serif;
    font-size: 4vw;
}

.home section.section_blog .cont ul li .textBox .title {
    color: #002b5b;
    font-size: 4vw;
    margin-bottom: .5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border-bottom: 2px dashed;
    padding-bottom: .5em;
}

.home section.section_blog .cont ul li .textBox .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home section.section_blog .cont ul li a {
    color: #1a1a1a;
    border: 2.5px solid #002b5b;
}

.home section.section_recruit {
    padding: 30vw 0;
}

.home section.section_recruit .cont .image {
    width: 100%;
    height: 60vw;
    position: relative;
    margin-bottom: 8vw;
}

.home section.section_recruit .cont .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #002b5b;
    border-radius: 20px;
    position: absolute;
    left: 2vw;
    top: 2vw;
    z-index: -1;
}

.home section.section_recruit .cont .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.home section.section_recruit .cont .textBox .catch {
    font-size: 5.2vw;
    color: #002b5b;
    letter-spacing: .06em;
    margin-bottom: .5em;
}

.home section.section_recruit .cont .textBox .text {
    margin-top: 1.5em;
    line-height: 2;
}

.home section.section_recruit .cont .pictureBox {
    width: 100%;
    height: 50vw;
    position: relative;
    margin-bottom: 6vw;
}

.home section.section_recruit .cont .pictureBox .picture {
    position: absolute;
}

.home section.section_recruit .cont .pictureBox .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.home section.section_recruit .cont .pictureBox .picture.left {
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
}

.home section.section_recruit .cont .pictureBox .picture.center {
    width: 35%;
    left: 31%;
}

.home section.section_recruit .cont .pictureBox .picture.center.top {
    height: 40%;    
    top: 0;
}

.home section.section_recruit .cont .pictureBox .picture.center.bottom {
    height: 59%;
    bottom: 0;
}

.home section.section_recruit .cont .pictureBox .picture.right {
    width: 33%;
    right: 0;
}

.home section.section_recruit .cont .pictureBox .picture.right.top {
    height: 59%;
    top: 0;
}

.home section.section_recruit .cont .pictureBox .picture.right.bottom {
    height: 40%;
    bottom: 0;
}

footer#main_footer {
    position: relative;
    padding: 20vw 0;
    background: #f9ef50;
}

footer#main_footer .logoBox {
    text-align: center;
    margin-bottom: 10vw;
}

footer#main_footer .logoBox .logo {
    margin-bottom: 4vw;
}

footer#main_footer .logoBox .logo img {
    background: #fff;
    border-radius: 100%;
    width: 50vw;
}

footer#main_footer .logoBox .text {
    color: #002b5b;
    font-size: 4vw;
    line-height: 1.8;
}

footer#main_footer .shop_information {
    background: #fff;
    padding: 5vw;
    border-radius: 20px;
    margin-bottom: 10vw;
}

footer#main_footer .shop_information .picture {
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
}

footer#main_footer .shop_information .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

footer#main_footer .shop_information .textBox {
    text-align: center;
}

footer#main_footer .shop_information .textBox .name {
    margin-bottom: 4vw;
}

footer#main_footer .shop_information .textBox .name img {
    width: 36vw;
}

footer#main_footer .shop_information .textBox .address {
    margin-bottom: 1em;
    position: relative;
}

footer#main_footer .shop_information .textBox .address .icon {
    width: 5vw;
    height: 5vw;
    background: #002b5b;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 13vw;
    bottom: .3vw;
}

footer#main_footer .shop_information .textBox .address .icon img {
    width: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer#main_footer .shop_information .textBox .telBox .tel {
    justify-content: center;
    gap: 2vw;
    align-items: center;
}

footer#main_footer .shop_information .textBox .telBox .tel .text {
    font-size: 6vw;
    color: #002b5b;
}

footer#main_footer .shop_information .textBox .telBox .tel .text a {
    color: #002b5b;
}

footer#main_footer .shop_information .textBox .telBox .icon img {
    width: 7vw;
}

footer#main_footer .shop_information .textBox .time {
    border-top: 1.5px solid #4a4a4a;
    display: inline-block;
    padding: 2vw 8vw;
    margin-top: 1vw;
}

footer#main_footer .snsBox {
    margin-bottom: 10vw;
}

footer#main_footer .snsBox ul {
    justify-content: center;
    gap: 4vw;
}

footer#main_footer .snsBox ul li a {
    display: block;
    background: #fff;
    width: 12vw;
    height: 12vw;
    border-radius: 100%;
    position: relative;
}

footer#main_footer .snsBox ul li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5vw;
}

footer#main_footer .snsBox ul li.youtube img {
    width: 6vw;
}

footer#main_footer .other_link ul {
    display: flex;
    justify-content: center;
}

footer#main_footer .other_link ul li a {
    color: #333;
    font-size: 3vw;
}

footer#main_footer .other_link ul li:first-child::after {
    content: "/";
    margin: 0 .5em;
}

footer#main_footer .copyright {
    text-align: center;
}

.contact_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 4vw;
    z-index: 10;
}

.contact_fixed ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4vw;
}

.contact_fixed ul li a {
    display: block;
    line-height: 12vw;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.contact_fixed ul li.tel a {
    background:url(/wp-content/themes/child/image/icon_tel_white.svg) no-repeat, #dc2626;
    background-size: 5.5vw;
    background-position: 4vw;
    padding-left: 13vw;
}

.contact_fixed ul li.mail a {
    background:url(/wp-content/themes/child/image/icon_mail.svg) no-repeat, #0060a0;
    background-size: 4.5vw;
    background-position: 3vw;
    padding-left: 11vw;
}

.contact_fixed ul li.line a {
    background:url(/wp-content/themes/child/image/icon_line_white.svg) no-repeat, #6ac93c;
    background-size: 4.5vw;
    background-position: 3vw;
    padding-left: 11vw;
}

#main_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#main_header .logo {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 3vw;
    border-radius: 0 0 30px 0;
}

#main_header .logo img {
    width: 10vw;
}

.page_license .section_flow {
    margin-bottom: 30vw;
}

.page_license .section_flow ul li {
    position: relative;
}

.page_license .section_flow ul li:before {
    content: "";
    width: 2px;
    height: calc( 100% + 10vw );
    background: #002b5b;
    position: absolute;
    left: 4.6vw;
    top: 0;
    z-index: -1;
}

.page_license .section_flow ul li:last-child::before {
    display: none;
}

.page_license .section_flow ul li + li {
    margin-top: 10vw;
}

.page_license .section_flow ul li .num {
    background: #002b5b;
    color: #fff;
    font-size: 4vw;
    border-radius: 100%;
    width: 10vw;
    height: 10vw;
    text-align: center;
    line-height: 10.5vw;
}

.page_license .section_flow ul li .image {
    width: 70vw;
    margin-bottom: 4vw;
}

.page_license .section_flow ul li .image img {
    border-radius: 30px;
}

.page_license .section_flow ul li .textBox {
    width: 70vw;
    margin-left: auto;
}

.page_license .section_flow ul li .textBox .title {
    font-size: 5vw;
    color: #002b5b;
    margin-bottom: .5em;
}

.page_license .section_flow ul li .textBox .text {
    font-size: 3.2vw;
}

.page_license .section_c_card .image {
    width: 100%;
}

.page_license .section_c_card .textBox {
    width: 100%;
}

.page_fundive .section_about {
    margin-bottom: 30vw;
}

.page_fundive .section_about .image {
    width: 100%;
    margin-bottom: 4vw;
}

.page_fundive .section_about .image img {
    border-radius: 20px;
}

.page_fundive .section_about .textBox {
    width: 100%;
}

.page_fundive .section_records .recordBox {
    margin-bottom: 10vw;
}

.page_fundive .section_records .recordBox .box {
    width: 100%;
    background: #fff7b3;
    padding: 4vw;
    margin-bottom: 4vw;
    border-radius: 20px;
    border: 2px solid #002b5b;
    text-align: center;
}

.page_fundive .section_records .recordBox .box .title {
    font-size: 4vw;
    color: #002b5b;
    margin-bottom: 1em;
    text-align: center;
    padding-left: 10vw;
    background-image: url(/wp-content/themes/child/image/icon_japan.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 8vw;
    display: inline-block;
    margin-right: 10vw;
}

.page_fundive .section_records .recordBox .box.abroad .title {
    background-image: url(/wp-content/themes/child/image/icon_earth.svg);
    background-size: 6vw;
    padding-left: 9vw;
}

.page_fundive .section_records .recordBox .box ul {
    gap: .5em;
    justify-content: center;
}

.page_fundive .section_records .recordBox .box ul li {
    background: #002b5b;
    color: #fff;
    padding: .2em 1em;
    border-radius: 30px;
    font-size: 3vw;
}

.page_fundive .section_records .map iframe {
    height: 70vw;
    border-radius: 20px;
}

.page_price .section_price .cont {
    background: #f1f1f1;
    padding: 4vw;
    border-radius: 20px;
}

.page_price .section_price .cont ul {
    margin-bottom: 4vw;
    background: #fff;
    padding: 4vw;
    border-radius: 20px;
}

.page_price .section_price .cont ul li {
    width: 100%;
    border-bottom: 1px dashed;
    padding: 1em 0;
}

.page_price .section_price .cont ul li:last-child {
    border-bottom: none;
}

.page_price .section_price .cont ul li.full {
    color: #c20000;
}

.page_price .section_price .cont ul li .title {
    width: 60%;
}

.page_price .section_price .cont ul li .title:before {
    content: "●";
    margin-right: .5em;
    color: #002b5b;
}

.page_price .section_price .cont ul li.full .title:before {
    color: #c20000;
}

.page_price .section_price .cont ul li .price {
    width: 40%;
    text-align: right;
}

.page_price .section_price .cont .attention {
    font-size: 3vw;
}

.page_price .section_campaign {
    margin-top: 30vw;
}

.page_price .section_campaign .catch {
    font-size:4vw;
    text-align: center;
    color: #002b5b;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

.page_price .section_campaign .catch_2 {
    font-size:4vw;
    color: #002b5b;
    letter-spacing: .1em;
}

.page_price .section_campaign .in_cont {
    margin-bottom: 10vw;
}

.page_price .section_campaign .image {
    margin-bottom: 5vw;
    text-align: center;
}

.page_price .section_campaign .image img {
    border-radius: 10px;
    width: 100%;
}

.page_price .section_campaign .text_box .text {
    font-size: 3.2vw;
    text-align: justify;
    letter-spacing: 0.05em;
}

.page_price .section_campaign .text_box .text .accent {
    background: linear-gradient(transparent 50%, #fff7b3 50%);
    font-size: 4vw;
    margin: 0 .2em;
}

.page_price .section_campaign .text_box .text + .text {
    margin-top: 2em;
}

.page_price .section_campaign ul {
    background: #f1f1f1;
    padding: 4vw;
    margin: 4vw 0;
    border-radius: 10px;
}

.page_price .section_campaign ul li {
    background: #fff;
    padding: 4vw;
    padding-left: 10vw;
    border-radius: 10px;
    font-size: 3vw;
    background-image: url(/wp-content/themes/child/image/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 4vw;
    background-position: 3vw;
    color: #002b5b;
    font-weight: 900;
}

.page_price .section_campaign ul li + li {
    margin-top: 4vw;
}

.page_shop .section_shop_information .overviewBox {
    margin-bottom: 30vw;
}

.page_shop .section_shop_information .overviewBox .image {
    margin-bottom: 4vw;
}

.page_shop .section_shop_information .overviewBox .image img {
    border-radius: 20px;
}

.page_shop .section_shop_information .overviewBox .tableBox {
    border: 10px solid #002b5b;
    padding: 4vw;
    border-radius: 20px;
}

.page_shop .section_shop_information .overviewBox table {
    width: 100%;
}

.page_shop .section_shop_information .overviewBox table th,
.page_shop .section_shop_information .overviewBox table td {
    padding: 1em;
    vertical-align: middle;
}

.page_shop .section_shop_information .overviewBox table tr {
    border-bottom: 1.5px solid;
}

.page_shop .section_shop_information .overviewBox table tr:last-child {
    border-bottom: none;
}

.page_shop .section_shop_information .overviewBox table th {
    width: 35%;
    color: #002b5b;
}

.page_shop .section_shop_information .overviewBox table td {
    width: 65%;
    font-size: 3vw;
}

.page_shop .section_shop_information .accessBox .map iframe {
    height: 60vw;
    border-radius:20px;
}

.common_section_introduction {
    margin-bottom: 30vw;
}

.common_section_introduction .image {
    width: 100%;
    margin-bottom: 4vw;
}

.common_section_introduction .image img {
    border-radius: 20px;
}

.common_section_introduction .textBox {
    width: 100%;
}

.common_section_introduction .textBox .catch {
    font-size: 4vw;
    color: #002b5b;
    margin-bottom: .5em;
}

.page_recruit .section_overview .tableBox {
    border: 5px solid #f9ef50;
    border-radius: 20px;
    overflow: hidden;
}

.page_recruit .section_overview .tableBox table {
    width: 100%;
}

.page_recruit .section_overview .tableBox table th,
.page_recruit .section_overview .tableBox table td {
    display: block;
    width: 100%;
}

.page_recruit .section_overview .tableBox table th {
    background: #f9ef50;
    padding: .5em 1em;
}

.page_recruit .section_overview .tableBox table th:before {
    content: "●";
    margin-right: .5em;
}

.page_recruit .section_overview .tableBox table td {
    padding: 1em;
    font-size: 3.2vw;
}

.section_common_cta {
    background: #002b5b;
    color: #fff;
    padding: 20vw 0 30vw 0;
    text-align: center;
    position: relative;
}

.section_common_cta .flexBox {
    border-bottom: 1.5px solid;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
}

.section_common_cta .logo {
    width: 30vw;
    margin: 0 auto 5vw auto;
}

.section_common_cta .catch {
    font-size: 6vw;
    letter-spacing: .1em;
}

.section_common_cta .contactBox .telBox {
    margin-bottom: 5vw;
}

.section_common_cta .contactBox .telBox .tel {
    font-size: 6vw;
    padding-left: 12vw;
    background: url(/wp-content/themes/child/image/icon_tel_white.svg) no-repeat;
    background-size: 8vw;
    background-position: 0;
    display: inline-block;
}

.section_common_cta .contactBox .telBox .tel a {
    color: #fff;
}

.section_common_cta .contactBox .telBox .time {
    font-size: 3vw;
    line-height: 1;
}

.section_common_cta .contactBox .mailBox .box {
    width: 48%;
}

.section_common_cta .contactBox .mailBox .box a {
    display: block;
    background: #fff;
    color: initial;
    line-height: 15vw;
    border-radius: 20px;
    padding-top: 10vw;
}

.section_common_cta .contactBox .mailBox .box.mail a {
    background-color: #0060a0;
    color: #fff;
    background-image: url(/wp-content/themes/child/image/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: 8vw;
    background-position: center 5vw;
}

.section_common_cta .contactBox .mailBox .box.line a {
    background-color: #6ac93c;
    color: #fff;
    background-image: url(/wp-content/themes/child/image/icon_line.svg);
    background-repeat: no-repeat;
    background-size: 10vw;
    background-position: center 3vw;
}

.section_common_cta .wrap {
    position: relative;
}

/* 共通バブルスタイル */
.animation_bubble {
  position: absolute;
  bottom: -20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  animation-name: bubble-wiggle;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* リアルな泡アニメーション */
@keyframes bubble-wiggle {
  0% {
    transform: translate(0, 0) scale(0.5) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: translate(-5px, -250px) scale(0.8) rotate(5deg);
  }
  50% {
    transform: translate(5px, -500px) scale(1.0) rotate(-5deg);
  }
  75% {
    transform: translate(-3px, -750px) scale(1.1) rotate(5deg);
  }
  100% {
    transform: translate(3px, -1000px) scale(1.3) rotate(-5deg);
    opacity: 0;
  }
}

.animation_bubble.bubble_1  { left: 10%; width: 12px; height: 12px; animation-delay: 0s; animation-duration: 5s; }
.animation_bubble.bubble_2  { left: 30%; width: 8px; height: 8px; animation-delay: 1s; animation-duration: 6s; }
.animation_bubble.bubble_3  { left: 50%; width: 10px; height: 10px; animation-delay: 2s; animation-duration: 4.5s; }
.animation_bubble.bubble_4  { left: 70%; width: 14px; height: 14px; animation-delay: 3s; animation-duration: 5.5s; }
.animation_bubble.bubble_5  { left: 85%; width: 9px; height: 9px; animation-delay: 4s; animation-duration: 6.5s; }
.animation_bubble.bubble_6  { left: 20%; width: 11px; height: 11px; animation-delay: 0.5s; animation-duration: 4.8s; }
.animation_bubble.bubble_7  { left: 40%; width: 7px; height: 7px; animation-delay: 1.2s; animation-duration: 5.7s; }
.animation_bubble.bubble_8  { left: 60%; width: 10px; height: 10px; animation-delay: 2.5s; animation-duration: 6.2s; }
.animation_bubble.bubble_9  { left: 75%; width: 9px; height: 9px; animation-delay: 1.8s; animation-duration: 4.3s; }
.animation_bubble.bubble_10 { left: 15%; width: 13px; height: 13px; animation-delay: 0.8s; animation-duration: 5.9s; }
.animation_bubble.bubble_11 { left: 25%; width: 6px; height: 6px; animation-delay: 3.1s; animation-duration: 5.1s; }
.animation_bubble.bubble_12 { left: 35%; width: 9px; height: 9px; animation-delay: 2.3s; animation-duration: 6.3s; }
.animation_bubble.bubble_13 { left: 55%; width: 8px; height: 8px; animation-delay: 4.2s; animation-duration: 5.8s; }
.animation_bubble.bubble_14 { left: 65%; width: 12px; height: 12px; animation-delay: 1.6s; animation-duration: 5.2s; }
.animation_bubble.bubble_15 { left: 90%; width: 10px; height: 10px; animation-delay: 3.7s; animation-duration: 6.6s; }



@media screen and (min-width: 767px) {

    .home section.section_mainvisual {
        padding: 150px 0 200px 0;
    }
    
    .home section.section_mainvisual .logo {
        margin-bottom: 20px;
    }
    
    .home section.section_mainvisual .logo img {
        width: 300px;
    }
    
    .home section.section_mainvisual .textBox .en {
        font-size: 40px;
    }
    
    .home section.section_mainvisual .textBox .catch {
        font-size: 40px;
        letter-spacing: .07em;
    }
    
    .home section.section_mainvisual .scroll {
        bottom: 80px;
    }
    
    .home section.section_mainvisual .scroll:before {
        height: 30px;
        bottom: -50px;
    }
    
    .home section.section_mainvisual .scroll:after {
        height: 30px;
        bottom: -80px;
    }

    .wave_slider {
        top: -44px;
    }
    
    .home section.section_youtube {
        padding: 100px 0 150px 0;
    }
    
    .home section.section_youtube .titleBox {
        margin-bottom: 60px;
        gap: 20px;
    }
    
    .home section.section_youtube .titleBox .logo_youtube img {
        width: 120px;
    }
    
    .home section.section_youtube .titleBox .logo_dsmile img {
        width: 300px;
    }
    
    .home section.section_youtube .fish.left {
        top: -80px;
    }
    
    .home section.section_youtube .fish.left img {
        width: 200px;
    }
    
    .home section.section_youtube .fish.right {
        right: 60px;
        top: 90px;
    }
    
    .home section.section_youtube .fish.right img {
        width: 70px;
    }
    
    .home section.section_youtube .catch {
        font-size: 26px;
    }
    
    .home section.section_youtube .video iframe {
        height: 400px;
        margin: 0 auto;
        display: block;
        width: 800px;
    }
    
    .home section.section_about {
        padding: 100px 0 150px 0;
    }
    
    .home section.section_about .logo_dsmile {
        margin-bottom: 100px;
    }
    
    .home section.section_about .logo_dsmile img {
        width: 300px;
    }
    
    .home section.section_about .textBox {
        padding: 40px;
        margin: 0 auto;
    }
    
    .home section.section_about .textBox .title {
        margin-bottom: 20px;
        top: -60px;
        z-index: 2;
    }
    
    .home section.section_about .textBox .title .text {
        font-size: 30px;
    }

    .home section.section_about .textBox .text {
        font-size: 18px;
    }
    
    .home section.section_about .title .logo img {
        width: 300px;
    }
    
    .home section.section_about .textBox .text .accent {
        font-size: 30px;
    }
    
    .common_titleBox {
        margin-bottom: 50px;
    }
    
    .common_titleBox .en {
        font-size: 40px;
    }
    
    .common_titleBox .fish.left {
        top: -50px;
        left: 100px;
    }
    
    .common_titleBox .fish.left img {
        width: 200px;
    }
    
    .common_titleBox .fish.right {
        right: 200px;
        top: -20px;
    }
    
    .common_titleBox .fish.right img {
        width: 50px;
    }
    
    .home section.section_service {
        padding: 200px 0;
    }
    
    .home section.section_service .service_list {
        margin-bottom: 80px;
    }

    .home section.section_service .service_list ul {
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
    	gap: 30px;
    }
    
    .home section.section_service .service_list ul li {
        width: auto;
        margin: 0;
    }
    
    .home section.section_service .service_list ul li + li {
        margin-top: 0;
    }
    
    .home section.section_service .service_list ul li a {
        padding: 20px 40px;
        transition: .3s;
    }

    .home section.section_service .service_list ul li a:hover {
        transform: translateY(-15px);
    }
    
    .home section.section_service .service_list ul li a:before {
        width: 70px;
        height: 70px;
        background-position: 15px 15px;
        background-size: 20px;
        right: -15px;
        bottom: -15px;
    }
    
    .home section.section_service .service_list ul li .icon {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    
    .home section.section_service .service_list ul li .icon img {
        height: 100px;
    }
    
    .home section.section_service .service_list ul li .catch {
        font-size: 15px;
    }
    
    .home section.section_service .service_list ul li .en {
        font-size: 30px;
    }
    
    .home section.section_service .service_list ul li .title {
        font-size: 20px;
    }

    .home section.section_service .banner {
        text-align: center;
    }

    .home section.section_service .banner img {
        width: 500px;
        transition: .3s;
    }

    .home section.section_service .banner img:hover {
        transform: translateY(-15px);
    }
    
    .home section.section_information {
        padding: 200px 0;
    }

    .home section.section_information .common_titleBox .fish.left {
        left: 0;
    }

    .home section.section_information .common_titleBox .fish.right {
        right: 160px;
    }
    
    .home section.section_information .cont {
        border-radius: 40px;
        padding: 30px 30px 40px 30px;
    }

    .home section.section_information .cont ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 30px;
    }
    
    .home section.section_information .cont ul li a {
        padding: 10px 30px 10px 10px;
        background-size: 10px;
        display: flex;
        align-items: center;
        background-position: 98%;
        transition: .3s;
    }

    .home section.section_information .cont ul li a:hover {
        background-position: 100%;
        opacity: .7;
    }
    
    .home section.section_information .cont ul li .data {
        font-size: 20px;
        margin-right: 1em;
    }
    
    .home section.section_information .cont ul li .title {
        font-size: 20px;
    }
    
    .common_button {
        margin-top: 50px;
    }
    
    .common_button a {
        width: 350px;
        border-radius: 60px;
        line-height: 70px;
        padding-left: 40px;
        padding-right: 10px;
        font-size: 16px;
    }
    
    .common_button a .arrow {
        width: 30px;
        height: 30px;
        background-position: 13px;
        background-size: 7px;
        margin-right: 20px;
        transition: .3s;
    }

    .common_button a:hover .arrow {
        margin-right: 10px;
    }
    
    section.section_staff {
        padding: 200px 0;
    }
    
    .staff_list {
        padding: 0;
        width: 800px;
        margin: 0 auto;
    }

    .staff_list ul {
    	display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 50px;
        white-space: unset;
        overflow-x: hidden;
        padding: 15px;
    }
    
    .staff_list ul li {
        display: block;
        width: auto;
    }
    
    .staff_list ul li + li {
        margin-left: 0;
    }
    
    .staff_list ul li .image {
        width: 210px;
        height: 210px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .staff_list ul li .textBox .position {
        font-size: 12px;
    }
    
    .staff_list ul li .textBox .name {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .staff_list ul li .textBox .view_more {
        border-radius: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    
    .home section.section_blog {
        padding: 0 0 200px 0;
    }

    .home section.section_blog .common_titleBox .fish.left {
        left: 0;
    }

    .home section.section_blog .common_titleBox .fish.right {
        right: 100px;
    }

    .home section.section_blog .cont {
        padding-left: 0;
        width: 1000px;
        margin: 0 auto;
    }
    
    .home section.section_blog .cont ul {
        white-space: unset;
        overflow-x: hidden;
        padding-bottom: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
 
    .home section.section_blog .cont ul li {
        display: block;
        width: 100%;
    }
    
    .home section.section_blog .cont ul li + li {
        margin-left: 0;
    }
    
    .home section.section_blog .cont ul li a {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .home section.section_blog .cont ul li .thumbnail {
        width: 40%;
        height: 150px;
        margin-bottom: 0;
    }

    .home section.section_blog .cont ul li .textBox {
        width: 60%;
        padding-left: 20px;
    }
    
    .home section.section_blog .cont ul li .textBox .data {
        font-size: 20px;
    }
    
    .home section.section_blog .cont ul li .textBox .title {
        font-size: 18px;
    }

    .home section.section_blog .cont ul li .textBox .content {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    
    .home section.section_blog .cont ul li a {
        color: #1a1a1a;
    }
    
    .home section.section_recruit {
        padding: 200px 0;
    }
    
    .home section.section_recruit .cont .image {
        height: 400px;
        margin-bottom: 30px;
    }
    
    .home section.section_recruit .cont .image:before {
        left: 10px;
        top: 10px;
    }
    
    .home section.section_recruit .cont .textBox .catch {
        font-size: 30px;
    }

    .home section.section_recruit .cont .pictureBox {
        height: 400px;
        margin-bottom: 30px;
    }
    
    .home section.section_recruit .cont .pictureBox .picture.left {
        width: 30%;
    }
    
    .home section.section_recruit .cont .pictureBox .picture.center.bottom {
        height: 57.5%;
    }
    
    .home section.section_recruit .cont .pictureBox .picture.right.top {
        height: 57.5%;
    }
    
    footer#main_footer {
        padding: 100px 0 50px 0;
    }
    
    footer#main_footer .logoBox {
        margin-bottom: 60px;
    }
    
    footer#main_footer .logoBox .logo {
        margin-bottom: 20px;
    }
    
    footer#main_footer .logoBox .logo img {
        width: 250px;
    }
    
    footer#main_footer .logoBox .text {
        font-size: 17px;
        line-height: 1.8;
    }
    
    footer#main_footer .shop_information {
        padding: 30px;
        display: flex;
        align-items: center;
        width: 800px;
        margin: 0 auto 30px auto;
    }
    
    footer#main_footer .shop_information .picture {
        width: 300px;
        height: 250px;
        margin-bottom: 0;
    }
    
    footer#main_footer .shop_information .textBox {
        text-align: left;
        width: calc( 100% - 300px );
        padding-left: 40px;
    }
    
    footer#main_footer .shop_information .textBox .name {
        margin-bottom: 10px;
    }
    
    footer#main_footer .shop_information .textBox .name img {
        width: 200px;
    }
    
    footer#main_footer .shop_information .textBox .address .icon {
        width: 18px;
        height: 18px;
        right: auto;
        bottom: 4px;
        left: 180px;
    }
    
    footer#main_footer .shop_information .textBox .telBox .tel {
        gap: 10px;
        justify-content: flex-start;
    }
    
    footer#main_footer .shop_information .textBox .telBox .tel .text {
        font-size: 30px;
    }
    
    footer#main_footer .shop_information .textBox .telBox .icon img {
        width: 35px;
    }
    
    footer#main_footer .shop_information .textBox .time {
        padding: 0;
        margin-top: 0;
        border: none;
    }
    
    footer#main_footer .snsBox {
        margin-bottom: 30px;
    }
    
    footer#main_footer .snsBox ul {
        gap: 20px;
    }
    
    footer#main_footer .snsBox ul li a {
        width: 60px;
        height: 60px;
    }
    
    footer#main_footer .snsBox ul li img {
        width: 30px;
    }
    
    footer#main_footer .snsBox ul li.youtube img {
        width: 35px;
    }
    
    footer#main_footer .other_link ul li a {
        font-size: 12px;
    }


    #main_header .logo {
        padding: 20px;
    }
    
    #main_header .logo img {
        width: 60px;
    }

    .page_license .section_flow {
        margin-bottom: 150px;
    }
    
    .page_license .section_flow ul li:before {
        height: calc( 100% + 60px );
        left: 30px;
    }
    
    .page_license .section_flow ul li + li {
        margin-top: 60px;
    }
    
    .page_license .section_flow ul li .num {
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 62px;
    }
    
    .page_license .section_flow ul li .image {
        width: 400px;
        margin-bottom: 0;
    }
    
    .page_license .section_flow ul li .textBox {
        width: 480px;
        margin: 0;
    }
    
    .page_license .section_flow ul li .textBox .title {
        font-size: 30px;
    }
    
    .page_license .section_flow ul li .textBox .text {
        font-size: 14px;
    }

    .page_license .section_c_card .cont {
        align-items: center;
        background: #f1f1f1;
        padding: 40px;
        border-radius: 20px;
    }
    
    .page_license .section_c_card .image {
        width: 40%;
    }

    .page_license .section_c_card .image img {
        border-radius: 20px;
    }
    
    .page_license .section_c_card .textBox {
        width: 60%;
        padding-left: 40px;
    }

    .page_fundive .section_about {
        margin-bottom: 150px;
    }
    
    .page_fundive .section_about .image {
        margin-bottom: 0;
        width: 40%;
    }
    
    .page_fundive .section_about .textBox {
        width: 55%;
    }
    
    .page_fundive .section_records .recordBox {
        margin-bottom: 30px;
        justify-content: space-between;
    }
    
    .page_fundive .section_records .recordBox .box {
        width: auto;
        padding: 30px;
        margin-bottom: 0;
    }

    .page_fundive .section_records .recordBox .box.japan {
        width: 65%;
    }

    .page_fundive .section_records .recordBox .box.abroad {
        width: 32%;
    }
    
    .page_fundive .section_records .recordBox .box .title {
        font-size: 20px;
        background-size: 30px;
        padding-left: 50px;
        margin-right:50px;
    }

    .page_fundive .section_records .recordBox .box.abroad .title {
        padding-left: 40px;
        background-size: 25px;
        margin-right: 40px;
    }
    
    .page_fundive .section_records .recordBox .box ul li {
        font-size: 14px;
    }
    
    .page_fundive .section_records .map iframe {
        height: 480px;
    }

    .page_price .section_price .cont {
        padding: 30px;
    }
    
    .page_price .section_price .cont ul {
        margin-bottom: 20px;
        padding: 30px;
        justify-content: space-between;
    }
    
    .page_price .section_price .cont ul li {
        width: 48%;
    }

    .page_price .section_price .cont ul li:last-child {
        border-bottom: 1px dashed #1a1a1a;
        width: 100%;
    }
    
    .page_price .section_price .cont ul li .title {
        width: 70%;
    }
    
    .page_price .section_price .cont ul li .price {
        width: 30%;
    }
    
    .page_price .section_price .cont .attention {
        font-size: 13px;
    }

    .page_price .section_campaign {
        margin-top: 200px;
    }
    
    .page_price .section_campaign .catch {
        font-size: 25px;
    }
    
    .page_price .section_campaign .catch_2 {
        font-size: 20px;
    }
    
    .page_price .section_campaign .in_cont {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .page_price .section_campaign .image {
        margin-bottom: 0;
        width: 40%;
    }
    
    .page_price .section_campaign .in_cont .text_box {
        width: 55%;
    }
    
    .page_price .section_campaign .text_box .text {
        font-size: 18px;
    }
    
    .page_price .section_campaign .text_box .text .accent {
        font-size: 22px;
    }
    
    .page_price .section_campaign ul {
        padding: 20px;
        margin: 20px 0;
    }
    
    .page_price .section_campaign ul li {
        padding: 20px;
        padding-left: 60px;
        font-size: 18px;
        background-size: 20px;
        background-position: 20px;
    }
    
    .page_price .section_campaign ul li + li {
        margin-top: 20px;
    }

    .page_price .section_campaign .cta_box .text {
        text-align: center;
    }


    .page_shop .section_shop_information .overviewBox {
        margin-bottom: 150px;
    }
    
    .page_shop .section_shop_information .overviewBox .image {
        margin: 0 auto 50px auto;
        text-align:center;
    }
    
    .page_shop .section_shop_information .overviewBox table th {
        width: 20%;
    }
    
    .page_shop .section_shop_information .overviewBox table td {
        width: 80%;
        font-size: 14px;
    }
    
    .page_shop .section_shop_information .accessBox .map iframe {
        height: 500px;
    }

    .page_shop .section_shop_information .overviewBox .tableBox {
        padding: 40px;
    }

    .common_section_introduction {
        margin-bottom: 150px;
    }

    .common_section_introduction .cont {
        align-items: center;
    }
    
    .common_section_introduction .image {
        width: 40%;
        margin-bottom: 0;
    }
    
    .common_section_introduction .textBox {
        width: 55%;
    }
    
    .common_section_introduction .textBox .catch {
        font-size: 25px;
    }
    
    .page_staff_list .staff_list ul li + li {
        margin-left: 0;
        margin-top: 0;
    }

    .page_recruit .section_overview .tableBox {
        border: none;
    }
    
    .page_recruit .section_overview .tableBox table {
        width: 100%;
    }
    
    .page_recruit .section_overview .tableBox table th,
    .page_recruit .section_overview .tableBox table td {
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px solid;
    }
    
    .page_recruit .section_overview .tableBox table th {
        width: 25%;
        padding: 1em;
        background: none;
        color: #002b5b;
    }
    
    .page_recruit .section_overview .tableBox table td {
        width: 75%;
        font-size: 14px;
    }

    .section_common_cta {
        padding: 100px 0 200px 0;
    }

    .section_common_cta .flexBox {
        display: flex;
        align-items: center;
        gap: 50px;
        padding-bottom: 40px;
        margin-bottom: 25px;
    }
    
    .section_common_cta .logo {
        width: 200px;
        margin: 0;
    }
    
    .section_common_cta .textBox {
        text-align: left;
    }
    
    .section_common_cta .catch {
        font-size: 38px;
        letter-spacing: .06em;
        margin-bottom: 0;
    }

    .section_common_cta .contactBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .section_common_cta .contactBox .telBox {
        margin-bottom: 20px;
        width: 460px;
    }
    
    .section_common_cta .contactBox .telBox .tel {
        font-size: 36px;
        padding-left: 60px;
        background-size: 45px;
    }
    
    .section_common_cta .contactBox .telBox .time {
        font-size: 16px;
        line-height: 1.7;
    }

    .section_common_cta .contactBox .mailBox {
        width: 620px;
    }
    
    .section_common_cta .contactBox .mailBox .box {
        width: 48%;
    }
    
    .section_common_cta .contactBox .mailBox .box a {
        line-height: 80px;
        padding-top: 0;
        padding-left: 30px;
    }
    
    .section_common_cta .contactBox .mailBox .box.mail a {
        background-size: 25px;
        background-position: 20px;
    }
    
    .section_common_cta .contactBox .mailBox .box.line a {
        background-size: 30px;
        background-position: 20px;
    }
    
}