*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

/* noto-sans-jp-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-jp-v54-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v54-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v54-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v54-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* 共通 */
:root {
    --main_font_family: "Noto Sans JP", sans-serif;
    --font_color: #424041;
}

body {
    font-family: var(--main_font_family);
    color: var(--font_color);
}

main {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
a:hover {
    opacity: 0.7;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.underline {
    text-decoration: underline;
}
.txt_bold {
    font-weight: bold;
}
.common_ttl_box {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0282CA;
}
.common_ttl_box>h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.cta_btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #0282CA;
    font-weight: bold;
    padding-top: 17px;
    padding-bottom: 17px;
    background-image: linear-gradient(180deg, rgba(255, 255, 123, 1), rgba(255, 255, 30, 1));
    box-shadow: 0 4px 0 0 rgba(199, 199, 91);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.cta_btn>img {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cta_btn.line {
    color: #fff;
    background-image: linear-gradient(180deg, rgba(35, 210, 35, 1), rgba(0, 185, 0, 1));
    box-shadow: 0 4px 0 0 rgba(18, 150, 18);
}


/* first_section */
.first_section {
    margin-top: max(-55.25px,-13vw);
    margin-bottom: 30px;
}
.first_section_ttl {
    width: 100%;
    height: auto;
}

.first_section_slide_box {
    display: flex;
    padding: 25px 0 30px;
    margin-top: 20px;
    overflow-x: scroll;
}
.first_section_slide {
    position: relative;
    max-width: 150px;
    min-width: 150px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 13px;
    margin-left: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.first_section_slide:last-child {
    margin-right: 15px;
}
.first_section_slide_icon {
    position: absolute;
    top: -20px;
    left: 50%;
    max-width: 90px;
    width: 21.4vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.first_section_slide p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.first_section_slide_txt1 {
    margin-bottom: 5px;
}
.first_section_slide_txt1>span {
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    padding: 2px 5px;
    margin-left: 6px;
    background-color: #E6E6E6;
}

/* about */
.about_tab_box {
    display: flex;
    justify-content: space-evenly;
}
.about_tab {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F0F0F0;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.about_tab.active {
    background-color: #38C4EF;
}
.about_tab_balloon {
    height: 25px;
}
.about_tab_txt_box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #828282;
    margin-top: 10px;
}
.about_tab_icon {
    width: 21px;
    margin-right: 5px;
}
.about_tab_icon_img_w {
    display: none;
}
.about_tab.active .about_tab_icon_img {
    display: none;
}
.about_tab.active .about_tab_icon_img_w {
    display: block;
}
.about_tab.active p {
    color: #fff;
}

.about_contents_box {
    display: none;
    padding-top: 25px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(../img/about_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.about_contents_box.active {
    display: block;
}
.about_contents {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.about_contents:nth-child(n+2){
    margin-top: 20px;
}

.about_contents_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.about_contents_evaluation {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.about_contents_img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.about_contents_img_txt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    letter-spacing: 1px;
    padding: 9px 6px 9px 10px;
    background-color: #23AC38;
}
.about_contents_img_txt::after {
    position: absolute;
    content: '';
    top: 0;
    right: -21px;
    border-bottom: solid 30px transparent;
    border-left: solid 21px #23AC38;
}
.about_contents_tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 8px 12px;
    margin-bottom: 12px;
    background-color: #FFE5E5;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.about_contents>table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.about_contents>table th,
.about_contents>table td {
    font-size: 12px;
    padding: 12px;
    border: 1px solid #DDDDDD;
}
.about_contents>table th {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    text-align: center;
    background-color: #FBFBFB;
}
.about_contents>table td {
    width: 70%;
}

.about_contents_info {
    position: relative;
    padding: 35px 12px 20px;
    margin-bottom: 12px;
    background-color: #F3FFFE;
}
.about_contents_info_ttl {
    position: absolute;
    top: -20px;
    left: 50%;
    max-width: 181px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.about_contents_info_txt {
    font-size: 14px;
    line-height: 160%;
}

/* caution */
.caution {
    margin-top: -90px;
    margin-bottom: 20px;
}
.caution_bottom_img {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
}
.caution .cta_box {
    width: 80%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
}

/* success */
.success_txt_box {
    position: relative;
    padding: 20px;
    margin-top: 35px;
}
.success_txt_box>p:first-child {
    font-size: 14px;
    margin-bottom: 10px;
}
.success_txt_box>p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
}
.success_txt_box>p:nth-child(2)>span {
    color: #f82D69;
}
.success_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34%;
}

/* reason */
.reason {
    padding-top: 28px;
    padding-bottom: 45px;
    margin-top: -10px;
    background-image: url(../img/reason_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.reason_ttl {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
}
.reason_contents_box {
    margin-bottom: 20px;
}
.reason_contents:nth-child(n+2){
    margin-top: 35px;
}
.reason_contents_txt_box {
    padding-left: 30px;
    padding-right: 25px;
}
.reason_contents_txt_box>h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.reason_contents_txt_box>p {
    font-size: 14px;
    line-height: 160%;
}
.reason .cta_box {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

/* flow */
.flow_contents_box {
    position: relative;
    padding: 25px 15px;
}
.flow_contents_box::after {
    position: absolute;
    top: 30px;
    left: 45px;
    content: '';
    width: 1px;
    height: 80%;
    background-color: #DDDDDD;
    z-index: -1;
}
.flow_contents {
    display: flex;
    align-items: start;
}
.flow_contents:nth-child(n+2) {
    margin-top: 25px;
}
.step_box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
    background-color: #F3FCFF;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}
.step_box>div>p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #0282CA;
    line-height: 100%;
}
.step_box>div>p:first-child {
    font-size: 10px;
}
.step_box>div>p:last-child {
    font-size: 26px;
    font-weight: bold;
}
.step_txt_box {
    margin-left: 20px;
}
.step_txt_box>p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #3F3F3F;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.step_txt_box>p:last-child {
    font-size: 14px;
    color: #333333;
    line-height: 140%;
}
.step_txt_box a {
    color: #333333;
}

/* voice */
.voice {
    position: relative;
    background-color: #F3FBFF;
    padding-top: 30px;
    padding-bottom: 40px;
}
.voice_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.voice_ttl_box {
    /* position: relative; */
}
.voice_ttl_img {
    position: relative;
    width: 40%;
    z-index: 2;
}
.voice_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-top: -15px;
    margin-bottom: 30px;
}
.voice_contents_box {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.voice_contents {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #FFA7CF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.voice_contents:nth-child(n+2){
    margin-top: 16px;
}
.voice_contents.more {
    display: none;
}
.voice_contents.more.active {
    display: block;
}
.voice_contents_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.voice_contents_ttl>img {
    min-width: 37px;
    min-height: 37px;
    width: 37px;
    height: 37px;
}
.voice_contents_ttl>h3 {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    margin-left: 10px;
}
.voice_contents_review_box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.voice_contents_review_box>p {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #989898;
    margin-right: 5px;
}
.voice_contents_review_box>img {
    min-width: 70px;
    width: 70px;
    height: auto;
}
.voice_contents_txt {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 19px;
}
.voice_contents_more_box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.voice_contents_more_btn {
    display: flex;
    align-items: center;
    padding: 10px 18px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.voice_contents_more_btn:hover {
    opacity: 0.7;
}
.voice_contents_more_btn>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    color: #323232;
}
.voice_contents_more_btn>img {
    width: 16px;
    height: 16px;
}
.voice .cta_box {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

/* qa */
.qa_contents_box {
    padding: 20px 15px;
    background-color: #EEEEEE;
}
.qa_contents {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.qa_contents:nth-child(n+2){
    margin-top: 18px;
}
.qa_contents_ttl_box {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #EEEEEE;
}
.qa_contents_ttl_box>img {
    min-width: 30px;
    width: 30px;
    height: auto;
}
.qa_contents_ttl_box>h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    margin-left: 15px;
}
.answer_box {
    font-size: 14px;
    line-height: 160%;
    color: #333333;
    padding: 25px;
}

/* footer */
footer {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}
.footer_link {
    font-size: 12px;
    color: #003CFF;
}
.copyright {
    font-size: 12px;
    color: #000000;
}