@charset "UTF-8";

/* Layout */
.l-sim-header {
    display: flex;
    justify-content: space-between;
}
.l-sim-header-info {
    display: flex;
    align-items: center;
    height: 55px;
}
.l-sim-header-info__logo {
    width: 245px;
    padding-left: 15px;
}
.l-sim-header-button {
    display: none;
}

.l-sim-heading {
    position: relative;
    background-color: #dff2f4;
}
.l-sim-heading::after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100px;
    background: url(../images/bg_wave.svg) repeat-x center bottom;
    left: 0;
    top: 100%;
    background-size: auto 100%;
}
.l-sim-container {
    margin-top: 175px;
    padding-left: 10px;
    padding-right: 10px;
}
.l-sim-body {
    position: relative;
    z-index: 2;
    max-width: 1016px;
    margin-inline: auto;
    margin-top: 30px;
}
.l-sim-aside {
    position: relative;
    z-index: 1;
    background-color: #e8f9f2;
}
.l-sim-aside::before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100px;
    background: url(../images/bg_wave2.svg) repeat-x center top;
    left: 0;
    bottom: 100%;
    background-size: auto 100%;
}
.l-sim-aside-button {
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.l-sim-aside-contact {
    border-top: 2px solid #10a6bf;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.l-sim-footer {
    padding: 30px 10px;
    text-align: center;
}
.l-sim-footer__logo {
    width: 90%;
    max-width: 487px;
    margin-inline: auto;
}
@media all and (min-width: 768px) {
    body {
        min-width: 768px;
    }
    .l-sim-header-info {
        height: 90px;
    }
    .l-sim-header-info__logo {
        width: 511px;
        padding-left: 20px;
    }
    .l-sim-header-button {
        display: flex;
        width: 160px;
        height: 90px;
        align-items: center;
        padding-right: 40px;
    }
    .l-sim-heading {
        background: linear-gradient(to bottom, #dff2f4, #dff2f4 110px, transparent 111px, transparent);
    }
    .l-sim-heading::after {
        height: 166px;
        background-size: 100% auto;
        top: 30px;
    }
    .l-sim-container {
        margin-top: 30px;
    }
    .l-sim-body {
        margin-top: 50px;
    }
    .l-sim-aside::before {
        height: 151px;
    }
    .l-sim-aside-button {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .l-sim-aside-contact {
        padding-top: 90px;
        padding-bottom: 120px;
    }
    .l-sim-footer {
        padding: 50px 20px;
    }
}
@media all and (min-width: 1160px) {
    .l-sim-header-info {
        height: 130px;
    }
    .l-sim-header-info__logo {
        padding-left: 43px;
    }
    .l-sim-header-button {
        height: 130px;
    }
}
@media all and (min-width: 1280px) {
    .l-sim-aside::before {
        height: 166px;
        background-size: 100% auto;
        bottom: calc(100% - 15px);
    }
}

/* Project */
.p-sim-heading {
    position: relative;
    z-index: 2;
    max-width: 400px;
    margin-inline: auto;
    padding-top: 10px;
}
.p-sim-heading h1 {
    text-align: center;
    color: #008593;
    font-size: 2.6rem;
}
.p-sim-heading p {
    position: absolute;
    z-index: 2;
}
.p-sim-heading p:first-child {
    width: 25%;
    left: 10px;
    top: calc(100% + 25px);
}
.p-sim-heading p:last-child {
    width: 22.5%;
    right: 10px;
    top: 100%;
}
.p-sim-text1 {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
}
.p-sim-text2 {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
    color: #008593;
}
.p-sim-text2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url(../images/ico_map.svg) no-repeat center center;
    background-size: 100% auto;
    vertical-align: top;
    margin-right: 5px;
}
.p-sim-box1 {
    overflow: hidden;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.p-sim-box1__button {
    float: right;
    margin: 10px 0 10px 10px;
}
.p-sim-text3 {
    line-height: 1.5;
}
.p-sim-list1 {
    margin-top: 10px;
}
.p-sim-list1 > li {
    padding-left: 1em;
    text-indent: -1em;
}
.p-sim-list1 > li + li {
    margin-top: 5px;
}
.p-sim-map__wrapper {
    position: relative;
    margin-top: 20px;
}
.p-sim-map__body {
    aspect-ratio: 4 / 5;
}
.p-sim-search-box {
    position: absolute;
    display: inline-flex;
    left: 12px;
    top: 48px;
    width: 230px;
    height: 30px;
}
input[type="text"].p-sim-search-box__input {
    appearance: none;
    background-color: #fff;
    box-sizing: border-box;
    width: 210px;
    border: none;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 0 8px;
}
.p-sim-search-box__button {
    appearance: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
}
.p-sim-search-box__button > img {
    width: 21px;
}
.p-sim-map__infoWindow {
    box-sizing: border-box;
    max-width: 260px;
    padding: 0 10px 10px;
}
.p-sim-map__infoWindow p {
    font-size: 1.6rem;
    text-align: center;
}
.p-sim-map__infoWindow div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.p-sim-step-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 60px;
}
.p-sim-step-box {
    position: relative;
}
.p-sim-step-box:not(:last-child)::after {
    position: absolute;
    display: inline-block;
    content: '';
    border-top: 25px solid #10a6bf;
    border-right: 40px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 40px solid transparent;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 30px);
}
.p-sim-step-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4ea00;
    border-radius: 25px;
    font-size: 2.6rem;
    color: #008593;
    width: 11.25em;
    height: 1.7em;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.p-sim-step-title span {
    position: relative;
    top: -2px;
    font-size: 135%;
}
.p-sim-step-leading {
    display: grid;
    grid-template-columns: 80px auto;
    column-gap: 15px;
    row-gap: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.p-sim-step-leading > p:nth-child(n + 3) {
    grid-column: 1 / 3;
}
.p-sim-text4 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
}
.p-sim-text5 {
    font-size: 1.6rem;
    line-height: 1.5;
}
.p-sim-text4 label,
.p-sim-text5 label {
    color: #0f36b2;
    text-decoration: underline;
    cursor: pointer;
}
.p-sim-text4 label:hover,
.p-sim-text5 label:hover {
    opacity: .9;
    text-decoration: none;
}
.p-sim-img1 {
    max-width: 647px;
    margin-inline: auto;
}
.p-sim-step-bottom {
    background-color: #defdff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 10px;
}
.p-sim-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-sim-box2.__withAlert {
    flex-wrap: wrap;
}
.p-sim-box2 p {
    font-size: 1.6rem;
    font-weight: bold;
    flex-shrink: 0;
}
.p-sim-box2 p:nth-child(3) {
    align-self: flex-end;
    line-height: 1.1;
}
.p-sim-box2 p.p-sim-box2__alert {
    flex-basis: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #c00;
}
.p-sim-box2 input {
    width: 80px;
    height: 30px;
    padding: 1px 2px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 5px;
    font-size: 1.8rem;
    text-align: center;
}
.p-sim-number-container {
    position: relative;
}
.p-sim-number-container span {
    position: absolute;
    box-sizing: border-box;
    left: 18px;
    top: 4px;
    width: 80px;
    height: 24px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 24px;
    text-align: center;
    pointer-events: none;
}
.p-sim-number-container input:focus + span {
    display: none;
}
.p-sim-box3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px 30px;
}
.p-sim-text6 {
    color: #00818e;
    font-size: 1.6rem;
    font-feature-settings: 'palt';
    font-weight: bold;
    text-align: center;
}
.p-sim-box4 {
    display: flex;
    border: 3px solid #10a6bf;
    border-radius: 30px;
    overflow: hidden;
}
.p-sim-box4 > label {
    box-sizing: border-box;
    min-width: 8.5em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #10a6bf;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}
.p-sim-box4 > input {
    border: none;
    text-align: center;
    font-size: 2.6rem;
}
.p-sim-box5 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.p-sim-text7 {
    color: #10a6bf;
    font-size: 1.6rem;
}

@media all and (max-width: 767px) {
    .p-sim-box4.__sp-vertical {
        flex-direction: column;
    }
    .p-sim-box4.__sp-vertical label {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media all and (min-width: 500px) {
    .p-sim-map__body {
        aspect-ratio: 1 / 1;
    }
    .p-sim-search-box {
        left: 205px;
        top: 15px;
    }
}
@media all and (min-width: 768px) {
    .p-sim-heading {
        max-width: 900px;
        display: grid;
        grid-template-columns: auto 540px auto;
        justify-content: space-between;
        align-items: flex-end;
    }
    .p-sim-heading h1 {
        font-size: 4rem;
        align-self: center;
        padding-bottom: 50px;
    }
    .p-sim-heading p {
        position: static;
    }
    .p-sim-heading p:first-child {
        width: 100%;
        max-width: 162px;
    }
    .p-sim-heading p:last-child {
        box-sizing: border-box;
        width: 100%;
        max-width: 162px;
        padding-left: 20px;
    }
    .p-sim-text1 {
        font-size: 2rem;
        text-align: center;
    }
    .p-sim-text2 {
        margin-top: 30px;
        font-size: 3.6rem;
    }
    .p-sim-text2::before {
        width: 58px;
        height: 63px;
        margin-right: 15px;
    }
    .p-sim-box1 {
        max-width: 920px;
        margin-inline: auto;
        margin-top: 60px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 50px;
        overflow: visible;
    }
    .p-sim-box1__button {
        float: none;
        width: 260px;
        flex-shrink: 0;
        flex-grow: 0;
        margin-top: 20px;
    }
    .p-sim-text3 {
        font-size: 2rem;
        line-height: 1.75;
    }
    .p-sim-map__body {
        aspect-ratio: 4 / 3;
    }
    input[type="text"].p-sim-search-box__input {
        font-size: 1.4rem;
    }
    .p-sim-map__infoWindow {
        max-width: 280px;
        width: 280px;
        padding: 0 10px 10px;
    }
    .p-sim-map__infoWindow p {
        font-size: 1.8rem;
    }
    .p-sim-map__infoWindow div {
        margin-top: 15px;
    }

    .p-sim-step-wrapper {
        gap: 145px;
        margin-top: 90px;
    }
    .p-sim-step-box:not(:last-child)::after {
        transform: translate(-50%, 45px);
    }
    .p-sim-step-title {
        width: 450px;
        height: 70px;
        border-radius: 34px;
        font-size: 4rem;
    }
    .p-sim-step-leading {
        margin-top: 45px;
        padding-right: 35px;
        padding-left: 55px;
        grid-template-columns: 250px auto;
        grid-template-rows: auto 1fr;
        gap: 0;
    }
    .p-sim-step-leading.__step2,
    .p-sim-step-leading.__step3 {
        padding-right: 10px;
    }
    .p-sim-step-leading > p.__icon {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        text-align: left;
    }
    .p-sim-step-leading.__step1 > p.__icon img {
        width: 167px;
    }
    .p-sim-step-leading.__step2 > p.__icon img {
        width: 157px;
    }
    .p-sim-step-leading.__step3 > p.__icon img {
        width: 166px;
    }
    .p-sim-step-leading > p:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        padding-top: 10px;
    }
    .p-sim-step-leading.__step2 > p:nth-child(2),
    .p-sim-step-leading.__step3 > p:nth-child(2) {
        padding-top: 20px;
    }
    .p-sim-step-leading.__step3 > p:nth-child(2) {
        padding-right: 1px;
    }
    .p-sim-step-leading > p:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .p-sim-text4 {
        font-size: 2.3rem;
        line-height: 1.75;
    }
    .p-sim-text5 {
        font-size: 2rem;
        line-height: 1.75;
    }
    .p-sim-img1 {
        margin-top: 45px;
    }
    .p-sim-step-bottom {
        flex-direction: row;
        gap: 60px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .p-sim-step-bottom .c-button__step {
        width: 300px;
        height: 90px;
    }
    .p-sim-step-bottom .c-button__step span {
        line-height: 1.25;
    }
    .p-sim-box2 p {
        font-size: 2.2rem;
    }
    .p-sim-box2 p:nth-child(3) {
        font-size: 2.4rem;
    }
    .p-sim-box2 p.p-sim-box2__alert {
        font-size: 1.5rem;
    }
    .p-sim-box2 input {
        width: 130px;
        height: 50px;
        font-size: 2.6rem;
    }
    .p-sim-number-container span {
        left: 18px;
        top: 5px;
        width: 130px;
        height: 40px;
        padding-right: 10px;
        border-radius: 10px;
        font-size: 2.6rem;
        line-height: 40px;
    }
    .p-sim-box3 {
        box-sizing: border-box;
        max-width: 920px;
        margin-inline: auto;
        margin-top: 25px;
        gap: 30px;
        padding-bottom: 45px;
    }
    .p-sim-text6 {
        font-size: 2.5rem;
        margin-bottom: 5px;
    }
    .p-sim-box4 {
        box-sizing: border-box;
        height: 90px;
        border-width: 6px;
        border-radius: 45px;
    }
    .p-sim-box4 > label {
        min-width: 7rem;
        font-size: 2.2rem;
        padding-left: 1.5em;
    }
    .p-sim-box4 > input {
        font-size: 3.4rem;
    }
    .p-sim-box5 {
        flex-direction: row;
    }
    .p-sim-text7 {
        font-size: 2.5rem;
    }
}

/* Component */
.c-button__print {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    background-color: #0974cc;
    color: #fff;
    width: 160px;
    height: 50px;
    border-radius: 6px;
}
.c-button__print span {
    font-size: 1.6rem;
}
.c-button__print::before {
    display: inline-block;
    content: '';
    width: 29px;
    height: 24px;
    background: url(../images/ico_print.svg) no-repeat center center;
    background-size: 100% auto;
}
.c-button__step {
    box-sizing: border-box;
    max-width: 245px;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #50ffbc;
    border: 3px solid #fff;
    border-radius: 15px;
    color: #000;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 8px rgba(0, 130, 130, .6);
}
.p-sim-step-bottom .c-button__step {
    max-width: 300px;
    padding-left: 25px;
    padding-right: 25px;
}
.c-button__step span {
    font-weight: bold;
}
.c-button__step small {
    font-size: 90%;
}
.c-button__ok {
    box-sizing: border-box;
    width: 80px;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #50ffbc;
    border: 3px solid #fff;
    border-radius: 15px;
    color: #000;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0 0 8px rgba(0, 130, 130, .6);
}
.c-button__ok span {
    font-weight: bold;
}
.c-button__cancel {
    box-sizing: border-box;
    width: 100px;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 15px;
    color: #000;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
.c-ami-box {
    display: inline-block;
    background-color: #c6a9ff;
    opacity: .5;
    width: 45px;
    height: 20px;
    margin-inline: 4px;
    vertical-align: middle;
}

.c-sim-popover-switch {
    display: none;
}
.c-sim-popover {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
    left: 0;
    top: 0;
    overflow: hidden;
    transform: translateX(100%);
}
.c-sim-popover-switch:checked + .c-sim-popover {
    transform: translateX(0);
}
.c-sim-popover > label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.c-sim-popover-body {
    box-sizing: border-box;
    position: relative;
    max-width: 90%;
    padding: 30px 30px 50px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.c-sim-popover-switch:checked + .c-sim-popover .c-sim-popover-body {
    opacity: 1;
}
.c-sim-popover-title {
    text-align: center;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: bold;
}
.c-sim-popover-text {
    font-size: 1.6rem;
    line-height: 1.75;
}
.c-sim-popover-button {
    text-align: center;
}
.c-button__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #10a6bf;
    width: 150px;
    height: 45px;
    border-radius: 25px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    box-shadow: 5px 5px 0 rgba(112, 112, 112, .75);
    cursor: pointer;
}
.c-button__close:hover {
    opacity: .5;
}
.c-link-contact {
    position: relative;
    display: block;
    width: 250px;
    margin-inline: auto;
}
.c-link-contact > span {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #10a6bf;
    border-radius: 20px;
    font-size: 2rem;
    padding-left: 25px;
}
.c-link-contact > span::after {
    display: inline-block;
    content: '';
    width: 22px;
    height: 17px;
    background: url(../images/ico_arrow_right.svg) no-repeat center center;
    background-size: 100% auto;
    margin-left: 25px;
}
.c-link-contact::before {
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 5px;
    background-color: #10a6bf;
    border-radius: 20px;
}
@media all and (min-width: 768px) {
    .c-button__print.c-button__large {
        width: 200px;
        height: 60px;
    }
    .c-button__print span {
        font-size: 1.9rem;
    }
    .c-button__print.c-button__large span {
        font-size: 2.5rem;
    }
    .c-button__print.c-button__large::before {
        width: 36px;
        height: 30px;
    }
    .c-button__step {
        height: 110px;
    }
    .c-button__step span {
        font-size: 2.6rem;
    }
    .c-button__step span small {
        font-size: 73%;
    }
    .c-button__ok,
    .c-button__cancel {
        height: 50px;
    }
    .c-button__cancel {
        width: 120px;
    }
    .c-button__ok span,
    .c-button__cancel span {
        font-size: 1.8rem;
    }
    .c-ami-box {
        position: relative;
        width: 60px;
        height: 25px;
        vertical-align: top;
        top: 5px;
    }
    .c-sim-popover-body {
        padding-right: 65px;
        padding-bottom: 60px;
        padding-left: 65px;
        border-radius: 38px;
        gap: 50px;
    }
    .c-sim-popover-title {
        font-size: 2.8rem;
    }
    .c-sim-popover-text {
        font-size: 2.3rem;
    }
    .c-button__close {
        width: 200px;
        height: 60px;
        font-size: 2.3rem;
    }
    .c-link-contact {
        width: 370px;
    }
    .c-link-contact > span {
        height: 94px;
        border-radius: 26px;
        font-size: 2.8rem;
        padding-left: 35px;
    }
    .c-link-contact > span::after {
        width: 44px;
        height: 34px;
        margin-left: 40px;
    }
    .c-link-contact::before {
        top: 8px;
        border-radius: 26px;
    }
}
@media all and (min-width: 1024px) {
    .c-sim-popover-body {
        width: 930px;
    }
}


/* Utility */
.u-font-yakuhan {
    font-family: YakuHanJP, sans-serif;
}
.u-mb-20 {
    margin-bottom: 20px;
}
.u-mb-30 {
    margin-bottom: 30px;
}
.u-border-box {
    border: 2px solid #10a6bf;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
.u-border-box.u-border-box__top {
    border-radius: 20px 20px 0 0;
}
.u-button-shadow {
    box-shadow: 0 0 8px rgba(26, 91, 186, .6);
}
@media all and (min-width: 768px) {
    button.u-alpha { transition: all 0.3s ease; }
    button.u-alpha:hover { opacity: .7; }

    .u-border-box {
        border-width: 4px;
        border-radius: 25px;
    }
    .u-border-box.u-border-box__top {
        border-radius: 25px 25px 0 0;
    }
}