@charset "UTF-8";

body {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #353535;
    overflow: auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    opacity: 0.6;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 18px 9px rgba(150, 150, 150, 0.45);
}

.h2_5 {
    font-size: 30px;
    font-weight: 400;
    margin: 32px 0px;
    line-height: initial;
}

@media screen and (max-width: 767px) {
    .h2_5 {
        font-size: 24px;
    }    
}

.header_wrapper {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
}

.header_logo {
    margin-right: auto;
    width: 230px;
}

.header_link_tel {
    margin-right: 1rem;
    margin-left: 1rem;
}

.header_link_tel a {
    color: #2a56c5;
    line-height: 1;
    display: flex;
    align-items: center;
}

.header_link_tel .wrap_icon {
    margin-right: 5px;
    max-width: 43px;
}

.header_link_tel .text {
    display: block;
    font-size: 16px;
}

.header_link_tel .num {
    display: block;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    font-weight: 700;
}

.header_link_line {
    margin-right: 10px;
}

.header_link_line a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 0.75rem;
}

.header_link_line a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.3rem, -0.8rem);
    transform: translate3d(0, 0.3rem, -0.8rem);
    border-radius: inherit;
    background: #347e5a;
}

.header_link_line .wrap_items {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: inherit;
    background: #06c755;
}

.header_link_line .wrap_text {
    margin-left: 10px;
    margin-right: 20px;
}

.header_link_line .text_small {
    font-size: 0.8em;
}

.header_link_line .wrap_icon,
.header_link_line .wrap_arrow {
    display: flex;
    align-items: center;
}

.header_link_line .wrap_icon img {
    width: 35px;
}

.header_link_line .wrap_arrow img {
    width: 9px;
}

.header_link_line a:hover {
    -webkit-transform: translate(0, 0.1rem);
    transform: translate(0, 0.1rem);
    background: #06c755;
    opacity: 1;
}

.header_link_line a:hover::before {
    -webkit-transform: translate3d(0, 0.2rem, -0.8rem);
    transform: translate3d(0, 0.2rem, -0.8rem);
}

.header_link_line a:active {
    -webkit-transform: translate(0rem, 0.2rem);
    transform: translate(0rem, 0.2rem);
}

.header_link_line a:active::before {
    -webkit-transform: translate3d(0, 0, -0.8rem);
    transform: translate3d(0, 0, -0.8rem);
}

.header_link_web a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 0.75rem;
}

.header_link_web a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.3rem, -0.8rem);
    transform: translate3d(0, 0.3rem, -0.8rem);
    border-radius: inherit;
    background: #22717a;
}

.header_link_web .wrap_items {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: inherit;
    background: #39b5d2;
}

.header_link_web .wrap_text {
    margin-left: 10px;
    margin-right: 20px;
}

.header_link_web .text_small {
    font-size: 0.8em;
}

.header_link_web .wrap_icon,
.header_link_web .wrap_arrow {
    display: flex;
    align-items: center;
}

.header_link_web .wrap_icon img {
    width: 34px;
}

.header_link_web .wrap_arrow img {
    width: 9px;
}

.header_link_web a:hover {
    -webkit-transform: translate(0, 0.1rem);
    transform: translate(0, 0.1rem);
    background: #39b5d2;
    opacity: 1;
}

.header_link_web a:hover::before {
    -webkit-transform: translate3d(0, 0.2rem, -0.8rem);
    transform: translate3d(0, 0.2rem, -0.8rem);
}

.header_link_web a:active {
    -webkit-transform: translate(0rem, 0.2rem);
    transform: translate(0rem, 0.2rem);
}

.header_link_web a:active::before {
    -webkit-transform: translate3d(0, 0, -0.8rem);
    transform: translate3d(0, 0, -0.8rem);
}

.header_navi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

.header_navi nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_navi nav a {
    font-size: 20px;
}

.header_navi nav a::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6acdf1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.5s;
}

.header_navi nav a:hover {
    opacity: 1;
}

.header_navi nav a:hover::after {
    transform: scale(1, 1);
}

.c_block {
    padding-left: 15px;
    padding-right: 15px;
}

.ctrl {
    display: inline-block;
}

.section_en_title {
    text-align: center;
    margin-bottom: 20px;
}

.section_en_title span {
    border: 1px solid #353535;
    border-radius: 20px;
    font-size: 17px;
    letter-spacing: 0.2em;
    padding: 0.1em 0.6em 0.1em 0.8em;
}

.section_jp_title {
    text-align: center;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 32px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.section_jp_title .num {
    font-size: 1.5em;
    font-style: italic;
    margin-left: 5px;
    margin-right: 5px;
}

.main_firstview {
    margin-top: 150px;
}

.firstview_wrap {
    margin-left: 38vw;
    padding: 5% 3%;
}

.firstview_inner {
    display: flex;
}

.firstview_inner img {
    width: 30%;
    margin-right: 3%;
    object-fit: cover;
    max-width: 270px;
}

.firstview_wrap h2 {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 45px;
    margin-top: 2rem;
    line-height: 1.7;
}

.first_img {
    display: flex;
    justify-content: center;
    margin: 2% 0
}

.first_img img {
    margin: 0 2%;
    border-radius: 10px;
}

.main_catch {
    background-image: linear-gradient(90deg, #3149c5, #3ac0d3);
    color: #fff;
    font-family: '游明朝 Medium';
    font-size: 48px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_introduction {
    background-image: url("../img/bg_dot_lightblue.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_introduction_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_introduction_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_introduction_list li {
    flex-basis: 24%;
    width: 24%;
}

.main_introduction_list li img {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
}

.main_introduction_text,
.main_introduction_list {
    margin-bottom: 50px;
}

.main_trouble {
    background-image: url("../img/main_trouble_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_trouble_inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.main_trouble_list {
    display: inline-block;
    margin-bottom: 50px;
}

.main_trouble_list li {
    font-size: 24px;
    background-color: #fcfcfc;
    padding: 10px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
}

.main_trouble_list li:not(:last-child) {
    margin-bottom: 30px;
}

.main_trouble_list li::before {
    flex-shrink: 0;
    display: inline-block;
    content: "";
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-image: url("../img/icon-check.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.main_trouble_item {
    text-align: left;
}

.main_trouble_text {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 37px;
}

.main_first {
    background-image: url("../img/bg_dot_lightblue.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_first_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_first .section_jp_title {
    line-height: 1.2;
}

.main_first_list {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.main_first_list_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 26px;
    line-height: 1.5;
    margin: 60px auto 15px;
    text-align: center;
    font-weight: bold;
}

.main_first_list_subttl2 {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 26px;
    line-height: 1.5;
    margin: 60px auto 15px;
    text-align: left;
    font-weight: bold;
}

.main_point {
    background-color: #e6f5f9;
    background-image: url("../img/bg_dot_white.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_point_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_point_item {
    display: flex;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
    overflow: hidden;
}

.main_point_item:not(:last-child) {
    margin-bottom: 50px;
}

.main_point_item_text {
    background-color: #fff;
    flex-basis: 55%;
    width: 55%;
    padding: 5% 4%;
}

.main_point_item_text_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main_point_item_text_title_num {
    color: rgba(106, 205, 241, 0.5);
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 72px;
    font-style: italic;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-right: 0.5em;
}

.main_point_item_text_title_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    line-height: 1.5;
}

.main_point_item_img {
    flex-basis: 45%;
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main_point_item:nth-child(2n) .main_point_item_img {
    order: 1;
}

.main_point_item:nth-child(1) .main_point_item_img {
    background-image: url("../img/main_point_item_img01.jpg");
}

.main_point_item:nth-child(2) .main_point_item_img {
    background-image: url("../img/main_point_item_img02.jpg");
}

.main_point_item:nth-child(3) .main_point_item_img {
    background-image: url("../img/main_point_item_img03.jpg");
}

.main_point_item:nth-child(4) .main_point_item_img {
    background-image: url("../img/main_point_item_img04.jpg");
}

.main_point_item:nth-child(5) .main_point_item_img {
    background-image: url("../img/main_point_item_img05.jpg");
}

.main_point_item:nth-child(6) .main_point_item_img {
    background-image: url("../img/main_point_item_img06.jpg");
    height: 30rem;
}

@media screen and (max-width: 767px) {
    .main_point_item:nth-child(6) .main_point_item_img {
        background-image: url("../img/main_point_item_img06.jpg");
        height: 19rem;
    }
}

.main_point_list__02 {
    max-width: 1200px;
    margin: 0 auto;
}
.main_point_item__02 {
    display: flex;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
    overflow: hidden;
}

.main_point_item__02:not(:last-child) {
    margin-bottom: 50px;
}

.main_point_item_text__02 {
    background-color: #e6f5f9;
    flex-basis: 55%;
    width: 55%;
    padding: 5% 4%;
}

.main_point_item_text_title__02 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main_point_item_text_title_num__02 {
    color: #FFF;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 72px;
    font-style: italic;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-right: 0.5em;
}

.main_point_item_text_title_subttl__02 {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    line-height: 1.5;
}

.main_point_item_img__02 {
    flex-basis: 45%;
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main_point_item__02:nth-child(2n) .main_point_item_img__02 {
    order: 1;
}

.main_promise {
    background-image: url("../img/bg_dot_lightblue.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_promise_inner {
    max-width: 950px;
    margin: 0 auto;
}

.main_promise_note {
    margin-bottom: 70px;
}

.main_promise_list {
    display: flex;
    justify-content: space-between;
}

.main_promise_list li {
    flex-basis: 30%;
    width: 30%;
}

.main_promise_list li img {
    display: block;
    margin: 0 auto;
}

.main_promise_list_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 24px;
    line-height: 1.5;
    margin: 20px auto 15px;
    text-align: center;
}

.main_voice {
    background-color: #e6f5f9;
    background-image: url("../img/bg_dot_white.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_voice_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_voice_item {
    background-color: #fff;
    padding: 30px 25px;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
}

.main_voice_item:not(:last-child) {
    margin-bottom: 50px;
}

.main_voice_item_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 24px;
    border-bottom: 1px dashed #353535;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.main_voice_item_content {
    display: flex;
}

.main_voice_item_img {
    flex-shrink: 0;
    margin-right: 30px;
}

.main_voice_item_youtube {
    flex-shrink: 0;
    margin-right: 30px;
}

.main_voice_item_img img {
    border-radius: 10px;
}

.main_voice_item_youtube {
    border-radius: 10px;
}


.main_voice_item_comment {
    line-height: 1.7;
}

.main_voice_item_name {
    text-align: right;
}

.hikaku_item {
    background-color: #fff;
    padding: 30px 25px;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
}

.hikaku_item:not(:last-child) {
    margin-bottom: 50px;
}

.hikaku_item_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 24px;
    border-bottom: 1px dashed #353535;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.hikaku_item_content {
    display: flex;
}

.hikaku_item_img {
    flex-shrink: 0;
    margin-right: 30px;
}

.hikaku_item_youtube {
    flex-shrink: 0;
    margin-right: 30px;
}

.hikaku_item_img img {
    border-radius: 10px;
}

.hikkau_item_youtube {
    border-radius: 10px;
}


.hikaku_item_comment {
    line-height: 1.7;
}

.hikaku_item_name {
    text-align: right;
}

.main_why {
    background-image: url("../img/bg_dot_lightblue.png");
    background-repeat: repeat;
    padding-bottom: 70px;
}

.main_why_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_why_item:not(:last-child)::after {
    display: block;
    content: "";
    width: 35px;
    height: 19px;
    margin: 30px auto;
    background-image: url("../img/arrow-bottom.png");
    background-size: contain;
    background-position: center center;
}

.main_why_item_inner {
    display: flex;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.main_why_item_text {
    background-color: #fff;
    flex-basis: 55%;
    width: 55%;
    padding: 4%;
}

.main_why_item_text_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main_why_item_text_title_num {
    color: rgba(106, 205, 241, 0.5);
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-style: italic;
    line-height: 1;
    font-size: 24px;
    margin-right: 20px;
}

.main_why_item_text_title_num .num {
    font-size: 72px;
    letter-spacing: -0.05em;
}

.main_why_item_text_title_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    line-height: 1.5;
}

.main_why_item_caption {
    text-align: right;
    margin: 0 4% 20px 0;
    font-size: 80%;
}

.main_why_item_caption span {
    color: rgba(106, 205, 241);
}

.main_why_item_img {
    flex-basis: 45%;
    width: 45%;
    order: 1;
}

.main_graph {
    background-color: #e6f5f9;
    background-image: url("../img/bg_dot_white.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_graph_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_graph_item:not(:last-child)::after {
    display: block;
    content: "";
    width: 35px;
    height: 19px;
    margin: 30px auto;
    background-image: url("../img/arrow-bottom.png");
    background-size: contain;
    background-position: center center;
}

.main_graph_item_inner {
    display: flex;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
    overflow: hidden;
}

.main_graph_item_text {
    background-color: #fff;
    width: 100%;
    padding: 4%;
}

.main_graph_item_text_title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.main_graph_item_text_title_num {
    color: rgba(106, 205, 241, 0.5);
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-style: italic;
    line-height: 1;
    font-size: 24px;
    margin-right: 20px;
}

.main_graph_item_text_title_num .num {
    font-size: 72px;
    letter-spacing: -0.05em;
}

.main_graph_item_text_title_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.main_graph_item_img {
    text-align: center;
}

.main_graph_item_img img {
    width: 80%;
}

.main_flow {
    background-image: url("../img/bg_dot_lightblue.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_flow_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_flow_item:not(:last-child)::after {
    display: block;
    content: "";
    width: 35px;
    height: 19px;
    margin: 30px auto;
    background-image: url("../img/arrow-bottom.png");
    background-size: contain;
    background-position: center center;
}

.main_flow_item_inner {
    display: flex;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
    overflow: hidden;
}

.main_flow_item_text {
    background-color: #fff;
    flex-basis: 55%;
    width: 55%;
    padding: 4%;
}

.main_flow_item_text_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main_flow_item_text_title_num {
    color: rgba(106, 205, 241, 0.5);
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-style: italic;
    line-height: 1;
    font-size: 24px;
    margin-right: 20px;
}

.main_flow_item_text_title_num .num {
    font-size: 72px;
    letter-spacing: -0.05em;
}

.main_flow_item_text_title_subttl {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    line-height: 1.5;
}

.main_flow_item_img {
    flex-basis: 45%;
    width: 45%;
    order: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main_flow_item:nth-child(1) .main_flow_item_img {
    background-image: url("../img/main_flow_item_img01.jpg");
}

.main_flow_item:nth-child(2) .main_flow_item_img {
    background-image: url("../img/main_flow_item_img02.jpg");
}

.main_flow_item:nth-child(3) .main_flow_item_img {
    background-image: url("../img/main_flow_item_img03.jpg");
}

.main_flow_item:nth-child(4) .main_flow_item_img {
    background-image: url("../img/main_flow_item_img04.jpg");
}

.main_flow_item:nth-child(5) .main_flow_item_img {
    background-image: url("../img/main_flow_item_img05.jpg");
}

.main_flow_item:nth-child(6) .main_flow_item_img {
    background-image: url("../img/main_flow_item_img06.jpg");
}

.main_flow_item:nth-child(7) .main_flow_item_img {
    background-image: url("../img/main_flow_item_img07.jpg");
}

.main_menu {
    background-color: #e6f5f9;
    background-image: url("../img/bg_dot_white.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_menu_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_menu_item {
    display: flex;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.main_menu_item_img {
    flex-basis: 50%;
    width: 50%;
    background-image: url("../img/main_menu_item_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main_menu_item_text {
    background-color: #fff;
    flex-basis: 50%;
    width: 50%;
    padding: 4%;
}

.main_menu_item_text img {
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 5px;
}

.main_menu_link {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.btn_tel,
.btn_line,
.btn_web {
    flex-basis: 45%;
    width: 45%;
    margin-bottom: 65px;
}

.btn_tel a {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.75rem;
}

.btn_tel a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.5rem, -1rem);
    transform: translate3d(0, 0.5rem, -1rem);
    border-radius: inherit;
    background: #1b3b89;
}

.btn_tel .wrap_items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: inherit;
    background: #2a56c5;
}

.btn_tel .wrap_text {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.btn_tel .wrap_text .num {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.btn_tel .wrap_icon,
.btn_tel .wrap_arrow {
    display: flex;
    align-items: center;
}

.btn_tel .wrap_icon img {
    width: 65px;
}

.btn_tel .wrap_arrow img {
    width: 17px;
}

.btn_tel a:hover {
    -webkit-transform: translate(0, 0.2rem);
    transform: translate(0, 0.2rem);
    background: #2a56c5;
    opacity: 1;
}

.btn_tel a:hover::before {
    -webkit-transform: translate3d(0, 0.3rem, -1rem);
    transform: translate3d(0, 0.3rem, -1rem);
}

.btn_tel a:active {
    -webkit-transform: translate(0rem, 0.75rem);
    transform: translate(0rem, 0.75rem);
}

.btn_tel a:active::before {
    -webkit-transform: translate3d(0, 0, -1rem);
    transform: translate3d(0, 0, -1rem);
}

.btn_line a {
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.75rem;
}

.btn_line a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.5rem, -1rem);
    transform: translate3d(0, 0.5rem, -1rem);
    border-radius: inherit;
    background: #347e5a;
}

.btn_line .wrap_items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: inherit;
    background: #06c755;
}

.btn_line .wrap_text {
    margin-left: 20px;
    margin-right: 20px;
}

.btn_line .text_small {
    font-size: 0.8em;
}

.btn_line .wrap_icon,
.btn_line .wrap_arrow {
    display: flex;
    align-items: center;
}

.btn_line .wrap_icon img {
    width: 80px;
}

.btn_line .wrap_arrow img {
    width: 17px;
}

.btn_line a:hover {
    -webkit-transform: translate(0, 0.2rem);
    transform: translate(0, 0.2rem);
    background: #06c755;
    opacity: 1;
}

.btn_line a:hover::before {
    -webkit-transform: translate3d(0, 0.3rem, -1rem);
    transform: translate3d(0, 0.3rem, -1rem);
}

.btn_line a:active {
    -webkit-transform: translate(0rem, 0.75rem);
    transform: translate(0rem, 0.75rem);
}

.btn_line a:active::before {
    -webkit-transform: translate3d(0, 0, -1rem);
    transform: translate3d(0, 0, -1rem);
}

.btn_web a {
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.75rem;
}

.btn_web a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.5rem, -1rem);
    transform: translate3d(0, 0.5rem, -1rem);
    border-radius: inherit;
    background: #22717a;
}

.btn_web .wrap_items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: inherit;
    background: #39b5d2;
}

.btn_web .wrap_text {
    margin-left: 20px;
    margin-right: 20px;
}

.btn_web .text_small {
    font-size: 0.8em;
}

.btn_web .wrap_icon,
.btn_web .wrap_arrow {
    display: flex;
    align-items: center;
}

.btn_web .wrap_icon img {
    width: 75px;
}

.btn_web .wrap_arrow img {
    width: 17px;
}

.btn_web a:hover {
    -webkit-transform: translate(0, 0.2rem);
    transform: translate(0, 0.2rem);
    background: #39b5d2;
    opacity: 1;
}

.btn_web a:hover::before {
    -webkit-transform: translate3d(0, 0.3rem, -1rem);
    transform: translate3d(0, 0.3rem, -1rem);
}

.btn_web a:active {
    -webkit-transform: translate(0rem, 0.75rem);
    transform: translate(0rem, 0.75rem);
}

.btn_web a:active::before {
    -webkit-transform: translate3d(0, 0, -1rem);
    transform: translate3d(0, 0, -1rem);
}

.main_qa {
    background-image: url("../img/bg_dot_lightblue.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_qa_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_qa_item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(228, 228, 228, 0.55);
}

.main_qa_item:not(:last-child) {
    margin-bottom: 50px;
}

.main_qa_q,
.main_qa_a {
    display: flex;
    padding: 20px 25px;
}

.main_qa_q {
    background-color: #e6f5f9;
    align-items: center;
}

.main_qa_a {
    background-color: #fff;
}

.main_qa_q .main_qa_text {
    font-size: 22px;
}

.main_qa_icon {
    flex-basis: 55px;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
    border: 1px solid #353535;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_qa_icon .text {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 4px;
}

.main_qa_a .main_qa_icon {
    background-color: #2a56c5;
    color: #fff;
    border: none;
}

.main_qa_other_note {
    text-align: center;
}

.main_message {
    background-image: url("../img/main_message_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}

.main_message_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_message_wrapper {
    width: 100%;
    display: flex;
}

.main_message_image {
    width: 43%;
    flex-basis: 43%;
    margin-left: 2%;
    display: flex;
    align-items: flex-end;
}

.main_message_text {
    width: 55%;
    flex-basis: 55%;
    padding-bottom: 70px;
}

.main_message_title {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.main_message_note {
    color: #fff;
}

.main_message_note:not(:last-child) {
    margin-bottom: 30px;
}

.main_access {
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_access_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_access_gmap {
    margin-bottom: 70px;
}

.main_access_gmap iframe {
    width: 100%;
    height: 450px;
}

.main_access_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_access_logo {
    margin-right: 7%;
    width: 305px;
}

.main_access_info th,
.main_access_info td {
    font-weight: 400;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_access_info th {
    padding-right: 3em;
}

.stick_bnr .stick_bnr_inner {
    display: none;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    box-shadow: 0 0 18px 9px rgba(150, 150, 150, 0.45);
}

.stick_bnr a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    opacity: 0.95;
    transition: 0.5s;
}

.stick_bnr .wrap_text {
    font-size: 18px;
}

.stick_bnr .wrap_icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.stick_bnr_line {
    background-color: #06c755;
    border-right: 1px solid #fff;
}

.stick_bnr_web {
    background-color: #39b5d2;
}

.stick_bnr_line .wrap_icon {
    width: 30px;
}

.stick_bnr_web .wrap_icon {
    width: 27px;
}

footer {
    background-color: #2a56c5;
    color: #fff;
    text-align: center;
    padding: 15px;
}

@media screen and (max-width:1200px) {
    body {
        font-size: 16px;
    }

    .header_navi nav a {
        font-size: 16px;
    }

    .main_catch {
        font-size: 40px;
    }

    .main_catch img {
        width: 75px;
    }

    .main_menu_link {
        flex-direction: column;
        align-items: center;
    }

    .btn_tel,
    .btn_line,
    .btn_web {
        flex-basis: 100%;
        width: 100%;
        max-width: 600px;
        margin-bottom: 50px;
    }

    .firstview_wrap h2 {
        font-size: 3.5vw;
        margin-top: 5rem;
    }
}

@media screen and (max-width:1024px) {
    .header_logo {
        width: 150px;
    }

    .header_link_tel .wrap_icon img {
        width: 32px;
    }

    .header_link_tel .text {
        font-size: 15px;
    }

    .header_link_tel .num {
        font-size: 28px;
    }

    .header_link_line,
    .header_link_web {
        flex-shrink: 0;
    }

    .header_link_line a,
    .header_link_web a {
        font-size: 15px;
    }

    .header_link_line .wrap_items,
    .header_link_web .wrap_items {
        padding: 5px 7px 5px 9px;
    }

    .header_link_line .wrap_icon img {
        width: 32px;
    }

    .header_link_web .wrap_icon img {
        width: 31px;
    }

    .header_link_line .wrap_text,
    .header_link_web .wrap_text {
        margin-left: 5px;
        margin-right: 5px;
    }

    .header_link_line .wrap_arrow img,
    .header_link_web .wrap_arrow img {
        width: 7px;
    }

    .section_jp_title {
        font-size: 40px;
    }

    .main_firstview {
        margin-top: 130px;
    }

    .main_trouble_list li {
        font-size: 20px;
    }

    .main_first_list_subttl,
    .main_first_list_subttl2,
    .main_promise_list_subttl {
        font-size: 21px;
    }

    .main_point_item_text_title_subttl,
    .main_point_item_text_title_subttl__02,
    .main_flow_item_text_title_subttl {
        font-size: 25px;
    }

    .main_point_item_text_title_num,
    .main_point_item_text_title_num__02,
    .main_flow_item_text_title_num .num {
        font-size: 60px;
    }

    .main_message_title {
        font-size: 35px;
    }

    .main_access_logo {
        width: 220px;
    }
}

@media screen and (max-width:810px) {
    .main_catch {
        display: block;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


@media screen and (max-width:767px) {

    .header_link_line,
    .header_link_web,
    .header_navi {
        display: none;
    }

    .main_introduction,
    .main_trouble,
    .main_first,
    .main_point,
    .main_promise,
    .main_voice,
    .main_flow,
    .main_menu,
    .main_qa,
    .main_access {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main_firstview {
        margin-top: 70px;
    }

    .main_catch {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main_catch img {
        width: 50px;
    }

    .main_introduction_list {
        flex-wrap: wrap;
        max-width: 560px;
        margin-bottom: 10px;
    }

    .main_introduction_list li {
        flex-basis: 48%;
        width: 48%;
        margin-bottom: 4%;
    }

    .main_first_list,
    .main_promise_list {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }

    .main_first_list li,
    .main_promise_list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .main_point_item,
    .main_point_item__02,
    .main_flow_item_inner,
    .main_graph_item_text_title {
        display: block;
        max-width: 640px;
        margin: 0 auto;
    }

    .main_why_item_inner {
        max-width: 640px;
        margin: 0 auto;
        flex-direction: column;
    }

    .main_point_item_img,
    .main_point_item_img__02,
    .main_point_item_text,
    .main_point_item_text__02,
    .main_flow_item_img,
    .main_flow_item_text,
    .main_why_item_text,
    .main_why_item_img {
        width: 100%;
    }

    .main_point_item_img,
    .main_point_item_img__02,
    .main_flow_item_img,
    .main_why_item_img {
        height: 300px;
    }

    .main_message_wrapper {
        display: block;
    }

    .main_message_text {
        width: 100%;
        padding-bottom: 50px;
    }

    .main_message_image {
        width: 250px;
        display: block;
        margin-left: auto;
        margin-right: 0;
    }

    .main_graph_item_img img {
        width: 100%;
    }

    .main_access_wrapper {
        display: block;
        text-align: center;
    }

    .main_access_logo {
        margin: 0 auto 30px;
    }

    .main_access_info table {
        display: inline-block;
    }

    footer {
        padding-bottom: 95px;
    }

    .stick_bnr .stick_bnr_inner {
        display: flex;
    }

    .main_firstview {
        margin-top: 65px;
    }
}

@media screen and (max-width:640px) {
    .header_link_tel .wrap_icon img {
        width: 30px;
    }

    .header_link_tel .text {
        font-size: 15px;
    }

    .header_link_tel .num {
        font-size: 25px;
    }

    .main_trouble_text {
        font-size: 30px;
    }

    .main_voice_item_content {
        display: block;
    }

    .main_voice_item_img {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .main_voice_item_youtube {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        aspect-ratio: 16 / 9;
    }


    .main_voice_item_youtube iframe {
         width: 100%;
        height: 100%;
    }

    .hikaku_item_content {
        display: block;
    }

    .hikaku_item_img {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .main_menu_item {
        display: block;
    }

    .main_menu_item_img {
        width: 100%;
        height: 300px;
    }

    .main_menu_item_text {
        width: 100%;
    }

    .btn_tel a {
        font-size: 18px;
    }

    .btn_line a,
    .btn_web a {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .header_logo {
        width: 30vw;
    }

    .header_link_tel .wrap_icon img {
        width: 7vw;
    }

    .header_link_tel .text {
        font-size: 2.8vw;
    }

    .header_link_tel .num {
        font-size: 4.2vw;
    }

    .section_jp_title {
        font-size: 28px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .main_firstview {
        margin-top: 14vw;
    }

    .main_catch {
        font-size: 7.5vw;
    }

    .main_catch img {
        width: 10vw;
        display: block;
        margin: 0 auto;
    }

    .main_introduction_text,
    .main_introduction_list {
        margin-bottom: 30px;
    }

    .main_trouble_list li {
        font-size: 4vw;
    }

    .main_trouble_list li::before {
        width: 6vw;
        height: 6vw;
    }

    .main_trouble_text {
        font-size: 6.5vw;
    }

    .main_point_item_text_title_num,
    .main_point_item_text_title_num__02,
    .main_flow_item_text_title_num .num {
        font-size: 12vw;
    }

    .main_point_item_text_title_subttl,
    .main_point_item_text_title_subttl__02,
    .main_flow_item_text_title_subttl {
        font-size: 6vw;
    }

    .main_voice_item {
        padding: 20px;
    }

    .main_voice_item_subttl {
        font-size: 5vw;
        line-height: 1.6;
    }

    .hikaku_item {
        padding: 20px;
    }

    .hikaku_item_subttl {
        font-size: 5vw;
        line-height: 1.6;
    }

    .btn_line a,
    .btn_web a {
        font-size: 7.4vw;
    }

    .btn_tel a {
        font-size: 3.5vw;
    }

    .btn_tel .wrap_icon img,
    .btn_line .wrap_icon img,
    .btn_web .wrap_icon img {
        width: 10vw;
    }

    .btn_tel .wrap_arrow img,
    .btn_line .wrap_arrow img,
    .btn_web .wrap_arrow img {
        width: 3vw;
    }

    .main_qa_icon {
        flex-basis: 35px;
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .main_qa_icon .text {
        font-size: 20px;
    }

    .main_qa_q,
    .main_qa_a {
        padding: 15px;
    }

    .main_qa_q .main_qa_text,
    .main_qa_a .main_qa_text {
        font-size: 15px;
    }

    .main_message_title {
        font-size: 8vw;
    }

    .main_why_item_text_title_subttl {
        font-size: 6vw;
    }

    .main_graph_item_img:nth-child(1) img {
        margin-bottom: 15%;
    }

    .main_access_gmap iframe {
        height: 350px;
    }

    .main_access_info th,
    .main_access_info td {
        display: block;
        padding: 0;
    }

    .main_access_info td {
        padding-bottom: 10px;
    }
}

@media screen and (min-width:768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    .header_link_tel a[href*="tel:"],
    .btn_tel a[href*="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
}

.main_promise_text {
    margin-bottom: 30px;
}

.main_ex_text {
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .voice_ttl_blue {
        text-align: center;
        font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        color: #0749AD;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin: 0 auto;
    }

    .voice_ttl_blue::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 0.1rem;
        height: 100%;
        background: #0749AD;
        border-radius: 3px;
        transform: rotate(25deg);
    }

    .voice_ttl_blue::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 0.1rem;
        height: 100%;
        background: #0749AD;
        border-radius: 3px;
        transform: rotate(-25deg);
    }

    .voice_img {
        background-color: #fff;
        width: 28%;
        box-shadow: 9px 9px 0 0 #B5C3CC;
        margin: 0.5rem;
    }

    .voice_img img {
        width: 100%;
        padding: 5px 6px 18px 6px;
    }

    .voice_img_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .kekkou img {
        width: 100%;
        height: auto;
    }

    .flare {
        margin-top: 2rem;
        text-align: center;
    }

    .flare img {
        width: 50%;
        height: auto;
    }

    .hikaku_box {
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
    }

    .hikaku {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .hikaku img {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .voice_ttl_blue {
        text-align: center;
        font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 1.5;
        position: relative;
        color: #0749AD;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin: 0 auto;
    }

    .voice_ttl_blue::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 0.2rem;
        height: 100%;
        background: #0749AD;
        border-radius: 3px;
        transform: rotate(25deg);
    }

    .voice_ttl_blue::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 0.2rem;
        height: 100%;
        background: #0749AD;
        border-radius: 3px;
        transform: rotate(-25deg);
    }

    .voice_img {
        background-color: #fff;
        width: 28%;
        box-shadow: 15px 15px 0 0 #B5C3CC;
        margin: 1rem;
    }

    .voice_img img {
        width: 100%;
        padding: 10px 15px 50px 15px;
    }

    .voice_img_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .kekkou img {
        width: 100%;
        height: auto;
    }

    .flare {
        margin-top: 2rem;
        text-align: center;
    }

    .flare img {
        width: 50%;
        height: auto;
    }

    .hikaku_box {
        display: flex;
        margin-top: 2rem;
    }

    .hikaku {
        display: flex;
        justify-content: center;
    }

    .hikaku img {
        width: 45%;
    }

}

.voice_ttl_center {
    text-align: center;
    margin-top: 30px;
  
}

.main-img{
    width: 100%;
    text-align: center;
    margin: 20px 0;
}


.fs-10{
    font-size: 10px
}

.fs-18{
    font-size: 18px
}

.fs-20{
    font-size: 20px
}

.fs-24{
    font-size: 24px
}

.fs-30{
    font-size: 30px
}

.fs-32{
    font-size: 32px
}

.fs-40{
    font-size: 40px
}

.fs-50{
    font-size: 50px
}

@media screen and (max-width: 767px) {
.fs-10-sp{
    font-size: 10px
}

.fs-18-sp{
    font-size: 18px
}

.fs-20-sp{
    font-size: 20px
}

.fs-24-sp{
    font-size: 24px
}

.fs-30-sp{
    font-size: 30px
}

.fs-40-sp{
    font-size: 40px
}

.fs-50-sp{
    font-size: 50px
}
}

.pt-0{
    padding-top: 0px;
}

.pt-10{
    padding-top: 10px;
}

.pt-20{
    padding-top: 20px;
}

.pt-30{
    padding-top: 30px;
}

.pb-0{
    padding-bottom: 0px;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-20{
    padding-bottom: 20px;
}

.pb-30{
    padding-bottom: 30px;
}

.pb-40{
    padding-bottom: 40px;
}

.mb-0{
    margin-bottom: 0px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-70{
    margin-bottom: 70px;
}

.mt-0{
    margin-top: 0px;
}

.mt-40{
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .mb-50-sp{
        margin-bottom: 50px;
    }
}

.main_staff {
    background-color: #e6f5f9;
    background-image: url("../img/bg_dot_white.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_staff_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main_staff_item {
    background-color: #fff;
    padding: 30px 25px;
    filter: drop-shadow(0 0 10px rgba(228, 228, 228, 0.55));
    border-radius: 10px;
}

.main_staff_item:not(:last-child) {
    margin-bottom: 50px;
}

.main_staff_item_content {
    line-height: 1.7;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .main_staff_item_content {
        font-size: 12px;
    }
}

.main_staff_item_detail {
    display: flex;
}
@media screen and (max-width: 767px) {
    .main_staff_item_detail {
        display: block;
    }
}

.main_staff_item_img {
    flex-shrink: 0;
    margin-right: 30px;
    width: 23%;
}
@media screen and (max-width: 767px) {
    .main_staff_item_img {
        width: 100%;
        margin: 0 auto;
    }
}

.main_staff_item_img img {
    border-radius: 10px;
}

.main_staff_item_comment {
    display: block;
}

.main_staff_list {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .main_staff_list {
        width: auto;
    }
}

.main_staff_item_content dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.main_staff_item_content .main_staff_item_comment dl {
    display: block;
}

.main_staff_item_content dl dt{
    background: #ecf3f9;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 0.3rem #fff;
    border-right: solid 0.3rem #fff;
}

.main_staff_item_content .main_staff_item_comment dl dt{
    width: 100%;
    display: block;
    padding: 5px 10px;
}

.main_staff_item_content dl dd{
    width: 70%;
    padding: 15px 20px;
}

.main_staff_item_content .main_staff_item_comment dl dd{
    width: 100%;
    padding: 0px 15px;
}

.main_voice_item_name {
    display: flex;
    align-items: flex-end;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .main_voice_item_name {
        width: fit-content;
        margin: 0 auto;
    }
}

.main_voice_item_name span{
    font-size: 10px;
    margin-left: 15px;
    margin-bottom: 3px;
}

.br-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }
}

/*  ----------------------------------------------------------

.header_navi li {
    padding: 0px 10px;
}

.header_navi li:not(:last-child) {
    border-right: 1px solid #2a56c5;    
}
----------------------------------------------------------  */


/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

/*  ----------------------------------------------------------

hamburger

----------------------------------------------------------  */
.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: #FFF;	
}
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.gnav-sp-menu li {
	font-size: 1rem;
	text-align: center;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1rem 0;
	white-space: nowrap;
	color: #000;
}
/* toggle */
.toggle-btn {
	display: block;
	position: relative;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: #FFF;
}
.toggle-btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 1.5rem;
	height: 0.1rem;
	background-color: #353535;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 0.4rem;
}
.toggle-btn span:nth-child(2) {
	top: 0.9rem;
}
.toggle-btn span:nth-child(3) {
	top: 1.4rem;
}
/* open */
.open .gnav-sp {
	top: 0;
    left: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span {
	background-color: #000;
}
.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.5rem) rotate(-45deg);
	transform: translateY(0.5rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.5rem) rotate(45deg);
	transform: translateY(-0.5rem) rotate(45deg);
}
.different {
    max-width: 900px;
    margin: 0 auto;
}
.different_item {
    border-bottom: 5px solid black;
    margin-bottom: 16px;
    font-size: 18px;
}

.tain {
    background-color: #ece9e6;
    color: #737373;
    padding: 15px;

}
.touin {
    background-color: #fff;
    border: 3px solid #0068B7;
    padding: 15px;
}
.containar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}
.column {
    width: calc(50% - 16.18px / 2);
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .column {
        width: 100%;
    }
}

.center {
    text-align: center;
}

.column2 {
    display: flex;
}
.col {
    width: 45%;
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
    .column2 {
        display: inline;
    }
    .col {
        width: 100%;
    }
}

.why_header {
    font-size: 18px;
    background-color: #c2e0f4;
    text-align: center;
    font-weight: bold;
    width: 250px;
    margin: 0 auto;
}

.skyblue_box {
    padding: 0 5px;
    border: 3px solid #39b5d2;
    width: fit-content;
}

.main_menu_inner_txt {
    max-width: 900px;
    margin: 0 auto;
}

.main_staff_item_text {
    width: -webkit-fill-available;
}


/*  ----------------------------------------------------------

recruitページ

----------------------------------------------------------  */

.rec_bg-image {
    background-image: url(/images/c77b2b6de721c47f9366e90e1125ba951971ab60);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.rec_bg-image::before {
    content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.rec_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.rec_header_text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

/* .rec_main {
    position: relative;
    top: 500px;
    left: 0px;
    background-color: #fff;
} */

.rec_main {
    background-color: #06c755;
    max-width: 1200px;
    margin: 0 auto;
}
.rec_main_content {
    max-width: 1200px;
    margin: 0px 10%;
    text-align: center;
    background-color: #fff;
}