@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
    width: 100%;
}

.contents-top img {
    width: 100%;
    height: auto;
}

.contents-top-wrap {
    width: 100%;
}

.contents-top-wrap section:not(:last-child) {
    padding-bottom: 100px;
}

/* box-title-top */

.box-title-top {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.contents03 .box-title-top::before,
.contents05 .box-title-top::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-main);
}

.box-title-top .title-inner {
    display: inline-block;
    padding: 28px;
    background-color: #FFF;
    border-style: solid;
    border-color: var(--color-main);
    border-width: 4px;
    min-width: 840px;
    position: relative;
}

.box-title-top h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-main);
    font-size: 70px;
    line-height: 1.2;
}

.box-title-top .title-inner h2 {
    color: var(--color-base2);
    font-size: 46px;
    letter-spacing: 0.05em;
}

.contents01 .box-title-top h2 {
    font-size: 80px;
}

.box-title-top h3 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight);
    color: var(--color-sub);
    font-size: 22px;
    line-height: 0.8;
    padding-top: 20px;
}

.box-title-top .title-inner h3 {
    color: var(--color-main);
    font-size: 20px;
}

.contents01 .box-title-top h3 {
    font-size: 32px;
}

.contents04 .box-title-top h3 {
    color: var(--color-main);
}

.contents02 .box-title-top h2,
.contents02 .box-title-top h3,
.contents04 .box-title-top h2 {
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.box-title-top2 {
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: var(--base-font-size);
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0em;
    background-color: var(--color-back3);
    padding: 8px 20px;
    text-align: center;
    margin-bottom: 30px;
}


/* main-img-top */

.main-img-top {
    width: 100%;
    position: relative;
}

.main-img-top .box-img img {
    max-height: 1100px;
}

.box-logo {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.box-logo .inner {
    display: inline-block;
    background-color: #FFF;
    border-radius: 0px 0px 0px 70px;
    padding: 20px 60px 30px;
    padding-right: 120px;
}

.box-logo h2 img {
    height: 115px;
    width: auto;
}

.box-logo h3 {
    font-size: 50px;
    font-weight: var(--base-weight);
    color: var(--color-main);
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-top: 10px;
}


/* contents01 */

.contents-top-wrap section.contents01 {
    width: 100%;
    height: 780px;
    padding-top: 80px;
    background-image: url("top/images/img01.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 95%;
    padding-bottom: 0px;
}


/* contents02 */

.contents02,
.contents04 {
    width: 100%;
    text-align: center;
    background-image: url("top/images/back-contents01.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 90px;
}

.contents02::before,
.contents04::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.contents02::before {
    background-image: url("top/images/back01.png");
}

.contents04::before {
    background-image: url("top/images/back02.png");
}

.contents02 p,
.contents04 p {
    text-align: left;
}

/* contents03 */

.contents03,
.contents05 {
    width: 100%;
    text-align: center;
    padding-top: 90px;
}

/* contents06 */

.contents06 {
    width: 100%;
    text-align: center;
}

.contents06 .box-img {
    margin-bottom: 50px;
}

.contents06 .box-img img {
    border-radius: 30px;
}


/* layout01 */

.layout01 .box-title-top {
    text-align: left;
}

.layout01 .box-title-top2 {
    display: inline-block;
}

.layout01 p {
    width: 670px;
}

/* layout02 */

.layout02 {
    position: relative;
}

.layout02 .box {
    margin-bottom: 80px;
}

.layout02 ul {
    width: 720px;
    padding: 50px 0px;
}

.layout02 ul li {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-base2);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    background-color: #FFF;
    padding: 17px 0px;
    text-align: center;
    border-radius: 70px;
    border-style: solid;
    border-color: var(--color-main);
    border-width: 2px;
}

.layout02 ul li:not(:last-child) {
    margin-bottom: 17px;
}

.layout02 p {
    padding: 0px 15px;
}

.layout02 p span {
    color: var(--color-main);
    font-weight: var(--base-weight2);
    font-size: 18px;
}


/* layout03 */

.layout03 {
    background-color: #FFF;
    border-radius: 40px;
    padding: 60px 80px;
}

.layout03 .box-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 50px;
    padding-top: 50px;
}

.layout03 .box-title {
    width: 190px;
    height: 170px;
    background-color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
}

.layout03 .box-text {
    flex: 1;
}

.layout03 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.1em;
}


/* layout04 */

.layout04 {
    width: 920px;
}

.layout04 ul {
    padding-top: 50px;
}

.layout04 ul li {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #4D4D4D;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 20px;
    border-radius: 60px;
    background-color: var(--color-back1);
}

.layout04 ul li:not(:last-child) {
    margin-bottom: 15px;
}


/* layout05 */

.layout05 {
    padding-top: 80px;
}

.layout05 .layout-contents01:not(:last-child) {
    margin-bottom: 40px;
}

.layout05 .layout-contents01:nth-child(2) {
    text-align: center;
}

/* layout06 */

.layout06 {
    padding-top: 40px;
}

.layout06 .box {
    background-color: var(--color-back2);
    border-radius: 15px;
    padding: 35px 70px;
}

.layout06 .box:not(:last-child) {
    margin-bottom: 25px;
}

.layout06 h4,
.layout06 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.layout06 ul {
    padding: 30px 0px;
}

.layout06 ul li {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #4D4D4D;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 18px;
    border-radius: 60px;
    background-color: #FFF;
}

.layout06 ul li:not(:last-child) {
    margin-bottom: 15px;
}

.layout06 p {
    text-align: center;
}

/* layout07 */

.layout07 {
    margin-bottom: 80px;
}

.layout07 h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-main);
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.layout07 p {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-base2);
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

/* layout08 */

.layout08 {
    padding-top: 30px;
}

.layout08 .box-wrap:not(:last-child) {
    margin-bottom: 80px;
}

.layout08 h5 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #4D4D4D;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    border-radius: 60px;
    padding: 18px 30px;
    margin-bottom: 25px;
    background-color: var(--color-back1);
    min-width: 390px;
    display: inline-block;
}

/* layout09 */

.layout09 {
    margin-bottom: 80px;
}

.layout09 h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-base2);
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.layout09 p {
    text-align: left;
}

/* layout10 */

.layout10 {
    width: 820px;
}

.layout10 .box-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout10 .box-link .box {
    width: 390px;
}

.layout10 .box-link .box a {
    width: 390px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 60px;
    background-color: var(--color-main);
    border-radius: 20px;
    position: relative;
}

.layout10 .box:nth-child(2) a {
    padding-bottom: 50px;
}

.layout10 .box:nth-child(2) a::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 40px;
    display: block;
    background-image: url("common/images/tel-link.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 30px;
}

.layout10 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-main);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

.layout10 h5,
.layout10 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
}

/* layout11 */

.layout11 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 6%;
}

.layout11 .box:not(:last-child) {
    margin-bottom: 60px;
}

.layout11 .box-img {
    width: 38%;
}

.layout11 .box-img img {
    border-radius: 50px;
}

.layout11 .box-detail {
    flex: 1;
    padding-top: 10px;
}

.layout11 .box-history {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout11 .history {
    width: 48%;
}

.layout11 .history .inner:not(:last-child) {
    margin-bottom: 30px;
}

.layout11 h2 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub);
    font-size: 72px;
    line-height: 0.8;
    letter-spacing: 0em;
}

.layout11 h3 {
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 10px 0px;
}

.layout11 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-base2);
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout11 h4 span {
    font-family: var(--base-font);
    font-weight: var(--base-weight);
    color: var(--color-base);
    font-size: 18px;
    letter-spacing: 0em;
}

.layout11 h5 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 18px;
    line-height: 0.9;
    letter-spacing: 0em;
    padding: 15px 0px 30px;
    ;
}


.layout11 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.sp-view {
    display: none;
}
