@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
@media all and (max-width: 374px) {
    html {
        font-size: 2.66666666666667vw;
    }
}
body, table, input, textarea, select, option {
    font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
chrome_annotation {
    border: none !important;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
address {
    font-style: normal;
}
a, a:link {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}
a:visited {
    color: #333;
}
a:hover {
    color: #333;
}
a:active {
    color: #333;
}
.fot-r {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.fot-B {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
@media all and (min-width: 897px) {
    a:hover {
        opacity: 0.7;
    }
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 110rem;
    color: #333;
    font-size: 1.65rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
    text-align: left;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
	#main {
		margin: 0 auto;
		max-width: 75rem;
	}
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 2rem;
}
#gHeader h1 {
    margin: 0 auto;
    width: 10rem;
}
#gHeader .fixBtnList {
    width: 80%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1001;
}
#gHeader .fixBtnList li {
    width: 25%;
}
#gHeader .fixBtnList li a, #gHeader .menuBox .menu {
    height: 7.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background: #fff;
}
#gHeader .fixBtnList li a img {
    margin-bottom: 0.3rem;
    width: 2.8rem;
}
#gHeader .menuBox {
    width: 20%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
#gHeader .menuBox .menu {
    padding-top: 3.1rem;
    position: relative;
    background: #fff url(../img/common/menu.png) no-repeat center top 1.4rem / 2.8rem;
    z-index: 1001;
}
#gHeader .menuBox input {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 1002;
}
#gHeader .menuBox input:checked + .menu {
    background-image: url(../img/common/close.png);
}
#gHeader .menuBox input:checked + .menu + #gNavi {
    transform: none;
}
@media all and (min-width: 897px) {
    #gHeader {
        padding: 5.5rem 0;
        position: relative;
    }
    #gHeader h1 {
        width: 25rem;
    }
    #gHeader h1 a {
        opacity: 1;
    }
    #gHeader .fixBtnList {
        width: auto;
        position: absolute;
        right: 5.2rem;
        bottom: auto;
        top: 5rem;
    }
    #gHeader .fixBtnList li {
        width: auto;
    }
    #gHeader .fixBtnList li:not(:first-child) {
        margin-left: 2.1rem;
    }
    #gHeader .fixBtnList li a, #gHeader .menuBox .menu {
        height: auto;
    }
    #gHeader .fixBtnList li a img {
        margin-bottom: 0.4rem;
        width: 4rem;
    }
    #gHeader .fixBtnList li.ins a img, #gHeader .fixBtnList li.tw a img {
        margin: 0.5rem 0 0;
        width: auto;
        height: 3.65rem;
    }
    #gHeader .fixBtnList li.tw {
        margin-right: 0.8rem;
    }
    #gHeader .fixBtnList li.ins {
        margin: 0 0.4rem 0 0;
    }
    #gHeader .menuBox {
        width: auto;
        position: static;
        left: auto;
        bottom: auto;
    }
    #gHeader .menuBox .menu {
        display: none;
    }
    #gHeader .menuBox input {
        display: none;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    padding: 4.5rem 3rem 3rem;
    width: 100%;
    height: calc(100dvh - 7.3rem);
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    background: #fae1d1;
    box-sizing: border-box;
    transition: .4s;
    transform: translateY(100dvh);
    z-index: 999;
}
#gNavi .logo {
    margin: 0 auto 2.5rem;
    width: 11rem;
}
#gNavi ul {
    margin-bottom: 4.5rem;
    border-top: 0.1rem solid #333;
}
#gNavi li a {
    padding: 1.4rem 3rem 1.4rem 0.7rem;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 0.1rem solid #333;
    background: url(../img/common/icon01.png) no-repeat right 1.3rem center / 0.8rem;
}
@media all and (min-width: 897px) {
    #gNavi {
        margin-top: 4.5rem;
        padding: 0;
        width: auto;
        height: auto;
        position: static;
        left: auto;
        top: auto;
        background: none;
        transform: none;
    }
    #gNavi ul {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border: none;
        gap: 4.2rem;
    }
    #gNavi li a {
        padding: 0;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.08em;
        border: none;
        background: none;
        font-feature-settings: "palt";
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 4.5rem;
    padding: 7.2rem 4.25rem 10rem;
    background: #fae1d1 url(../img/common/f_bg.jpg) no-repeat center top / 100% auto;
}
#gFooter .fTitle {
    margin-bottom: 2.4rem;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.79733;
    text-align: center;
}
#gFooter .fLogo {
    margin: 0 auto 3.7rem;
    width: 24.2rem;
}
#gFooter .fNavi {
    margin-bottom: 3.5rem;
}
#gFooter .fNavi li {
    margin-bottom: 0.65rem;
}
#gFooter .fNavi li a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.29167;
}
@media all and (max-width: 896px) {
    #gFooter .subList {
        margin-top: 1.3rem;
    }
    #gFooter .subList li {
        line-height: 1;
    }
    #gFooter .subList li {
        margin-bottom: 0;
    }
    #gFooter .subList li a {
        display: inline-flex;
        align-items: center;
        font-size: 1.05rem;
        line-height: 2.3;
    }
    #gFooter .subList li a span {
        margin: -0.2rem 0 0 0.5rem;
        font-size: 1.3rem;
        line-height: 1;
    }
}
@media all and (min-width: 897px) {
    #gFooter {
        padding: 4rem 4.25rem 4.4rem;
        background: #fae1d1;
    }
    #gFooter .fBox {
        margin: 0 auto;
        width: 71.2rem;
    }
    #gFooter .fTitle {
        margin-bottom: 1.9rem;
        font-size: 2rem;
    }
    #gFooter .fLogo {
        margin-bottom: 4.4rem;
        width: 21.8rem;
    }
    #gFooter .fLogo a {
        opacity: 1;
    }
    #gFooter .fNavi {
        margin-bottom: 4.5rem;
        display: flex;
        justify-content: space-between;
    }
    #gFooter .fNavi li {
        margin-bottom: 0.7rem;
    }
    #gFooter .fNavi li a {
        font-size: 1.6rem;
    }
    #gFooter .subList li a span {
        display: none;
    }
}
/*------------------------------------------------------------
	address
------------------------------------------------------------*/
address {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    font-family: "Roboto", sans-serif;
}
@media all and (min-width: 897px) {
    address {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 2.5rem;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 5.3rem;
    font-size: 3.1rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    text-align: center;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin: 0 -2rem 2rem;
    padding: 1.2rem;
    font-size: 1.9rem;
    letter-spacing: 0.08rem;
    text-align: center;
    background: #F2F2F2;
    border-radius: 5rem;
}
.headLine02 small {
    display: inline-block;
    font-size: 1.3rem;
    vertical-align: 0.2rem;
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 2rem;
    font-size: 2.35rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.16rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    text-align: center;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
    margin: 0 auto;
    width: 25rem;
    height: 5rem;
    color: #4D4D4D;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 3rem;
    background-color: #fff;
    border: 1px solid #B3B3B3;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index {
    padding: 3.5rem 0 0;
    overflow: hidden;
}
.index .content {
    margin: 0 4.5rem;
}
.index h2.headLine01 {
    margin-bottom: 1.2rem;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.index .photo {
    margin: 0 -2.5rem -5.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
}
.index .photo p {
    margin-top: 2.5rem;
}
.index .txt {
    font-size: 1.5rem;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
}
.index .txt sup {
    font-size: 1rem;
}
.index .txt:last-child {
    margin-bottom: 0 !important;
}
.index .notes {
    margin-bottom: 4rem;
    font-size: 1.1rem;
}
.index .link {
    font-weight: bold;
    font-size: 1.2rem;
}
.index .link span {
    text-decoration: underline;
}
.index .midTxt {
    margin: 0 -2rem 3.7rem;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.79;
    letter-spacing: 0.2rem;
    font-feature-settings: "palt";
    text-align: center;
}
.index .sec01 .bgSec {
    padding: 22.4rem 0 4.2rem;
    position: relative;
    background-color: #FAE1D1;
}
.index .sec01 .bgSec:before {
    position: absolute;
    left: 0;
    top: -20.8rem;
    width: 100%;
    height: 37.5rem;
    background-color: #fff;
    border-radius: 50% 50%;
    content: "";
}
.index .sec01 .midTxt {
    margin-bottom: 1.8rem;
    font-size: 2.1rem;
    line-height: 1.62;
    letter-spacing: 0.1rem;
	font-feature-settings: normal;
}
.index .sec01 .midImg {
    margin: 0 -3.6rem -3.7rem -0.4rem;
    text-align: center;
}
.index .sec01 .headLine01 {
    margin-bottom: 2rem;
}
.index .sec01 .txt {
	font-feature-settings: normal;
	letter-spacing: 0;
}
.index .movie {
    height: 66.7rem;
}
.index .movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index .sec02 {
    padding: 6.5rem 0;
}
.index .sec02 .midImg {
    margin: 0 -2rem 3rem -2.7rem;
    text-align: center;
}
.index .sec02 .midTxt02 {
    margin-bottom: 2rem;
}
.index .sec02 .sub .txt {
    margin-bottom: 2rem;
}
.index .sec02 > .content {
    margin-bottom: 6rem;
}
.index .sec02 .bgSec {
    padding-top: 21.5rem;
    position: relative;
    background-color: #FAE1D1;
}
.index .sec02 .bgSec:after {
    position: absolute;
    left: 0;
    bottom: -18.75rem;
    width: 100%;
    height: 37.5rem;
    background-color: #FAE1D1;
    border-radius: 50% 50%;
    content: "";
}
.index .sec02 .bgSec .midTxt {
    margin-bottom: 2rem;
}
.index .sec02 .photo01 {
    padding-bottom: 2.5rem;
    margin-bottom: -20rem;
    position: relative;
    z-index: 1;
    text-align: center;
}
.index .sec02 .shopBox {
    margin-bottom: 5.2rem;
    text-align: center;
}
.index .sec02 .shopBox .photo02 {
    margin: 0 auto 1.3rem;
    width: 16.6rem;
}
.index .sec02 .shopBox .photo02 img {
    width: 100%;
}
.index .sec02 .shopBox p {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: bold;
    letter-spacing: 0.12rem;
    font-feature-settings: "palt";
}
.index .sec02 .shopBox .ttl {
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: 0.3rem;
}
.index .sec02 .shopBox .comBtn {
    margin-top: 1.7rem;
}
.index .sec02 .shopBox .comBtn a {
    border: none;
}
.index .sec02 .photo {
    margin: 3.6rem 0 7.4rem;
}
.index .sec02 .bgSec .midImg {
    margin: -8rem -2rem 0 0;
    transform: translateY(8rem);
    text-align: center;
    position: relative;
    z-index: 1;
}
.index .sec03 {
    padding-top: 18.5rem;
}
.index .sec03 .midImg {
    margin: 0 -2rem 0.9rem 0;
    text-align: center;
}
.index .sec03 h3 {
    margin-bottom: 1rem;
}
.index .sec03 .midTxt {
    margin-bottom: 3.2rem;
}
.index .ins {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.index .ins li {
    width: calc((100% - 0.4rem)/3);
}
.index .ins a {
    display: block;
    aspect-ratio: 50/50;
}
.index .ins img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index .sec04 {
    padding-top: 4.3rem;
}
.index .sec04 h3 {
    margin-bottom: 2.5rem;
	letter-spacing: 0.33rem;
}
.index .sec04 .content {
    margin: 0 3.2rem;
}
.index .newsList {
    margin-bottom: 4.8rem;
    border-bottom: 1px solid #ccc;
}
.index .newsList li {
    border-top: 1px solid #ccc;
}
.index .newsList li a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
    position: relative;
    padding: 1.1rem 3rem 2.2rem 0;
}
.index .newsList li a:after {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.7rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-45deg);
    content: "";
}
.index .btmList li {
    padding: 0 2.5rem 2.5rem;
	box-sizing: border-box;
    margin-bottom: 3rem;
    background-color: #F2F2F2;
}
.index .btmList li:last-child {
    margin-bottom: 0;
}
.index .btmList h3 {
    margin: 0 -2.5rem 2.3rem;
    padding: 1.2rem;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: #E6E6E6;
}
.index .btmList .midImg {
    margin: 0 0 1rem;
    text-align: center;
}
.index .btmList .txt {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1.6;
}
.index .btmList .comBtn a {
    height: 3.7rem;
    font-size: 1.4rem;
}
.index .btmList li:last-child h3 {
    margin-bottom: 2.8rem;
}
.index .btmList li:last-child .midImg {
    margin-bottom: 1.5rem;
}
.index .btmList li:last-child .txt {
    margin-bottom: 0.7rem;
}
.index .btmList li:last-child .small {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}
/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
.concept {
    padding: 6.7rem 0 0;
}
.concept .circle {
    margin: 0 auto -5.7rem;
    width: 25.2rem;
    height: 25.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #FAE1D1;
    box-sizing: border-box;
    border-radius: 50%;
}
.concept .circle p {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.12rem;
}
.concept .circle p .en {
    margin-top: 1rem;
    display: block;
    font-size: 1.7rem;
    line-height: 1.25;
	letter-spacing: 0.1rem;
}
.concept .midImg {
    margin-bottom: 4.5rem;
    text-align: center;
}
.concept .voiceList {
    margin-bottom: 3.8rem;
}
.concept .voiceList li {
    margin-bottom: 1.8rem;
    position: relative;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    padding: 1.5rem 1rem 1.6rem 2.5rem;
    text-align: center;
    background-color: #FCECE1;
    border-radius: 6rem;
}
.concept .voiceList li:after {
    position: absolute;
    right: 0.2rem;
    top: 0.5rem;
    width: 3rem;
    height: 2.6rem;
    background: url(../img/concept/arrow01.png) no-repeat left top/3rem auto;
    content: "";
}
.concept .voiceList li:last-child:after {
    right: auto;
    left: 0;
	top: 0.2rem;
    background-image: url(../img/concept/arrow02.png);
}
.concept .txtBox {
    margin: 0 2.2rem 6.4rem;
}
.concept .txtBox p {
    margin-bottom: 3rem;
    font-size: 1.65rem;
    line-height: 1.85;
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about .mainImg {
    margin-bottom: 5.5rem;
    padding-top: 18%;
    aspect-ratio: 750/995;
    box-sizing: border-box;
    background: url(../img/about/photo01.jpg) no-repeat center top/cover;
}
.about .content {
    margin: 0 4.5rem;
}
.about .mainImg h2 {
    color: #fff;
}
.about h3.headLine01 {
    margin-bottom: 3rem;
    font-size: 2.35rem;
}
.about .inner {
    margin-bottom: 3.8rem;
}
.about .inner:last-child {
    margin-bottom: 0;
}
.about p {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.8;
}
.about p:last-child {
    margin-bottom: 0 !important;
}
.about .txt02 {
    margin-bottom: 1.6rem;
}
.about p sup {
    font-size: 1rem;
}
.about .midTxt {
    margin: 0 -1rem 2.3rem;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.79;
	letter-spacing: 0.18rem;
	font-feature-settings: "palt";
    text-align: center;
}
.about .btnList {
    margin: 0 -0.8rem 3.2rem;
}
.about .btnList li {
    margin-bottom: 1rem;
}
.about .btnList a {
    padding: 1.1rem 4rem 1.1rem 3rem;
    position: relative;
    display: block;
    font-size: 1.9rem;
    background-color: #FAE1D1;
    border-radius: 3rem;
}
.about .btnList a:after {
    position: absolute;
    right: 2rem;
    top: 50%;
    font-size: 1.4rem;
    line-height: 1;
    transform: translateY(-50%);
    content: "＞";
}
.about .btnList li:last-child a {
    background-color: #E6E6E6;
}
.about .notes {
    margin-bottom: 4.2rem;
    font-size: 1.1rem;
    line-height: 1.54;
	font-feature-settings: "palt";
}
.about .photo {
    margin: 0 -4.5rem;
}
.about .inner02 h3 {
    margin: 0 -1rem 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.79;
    letter-spacing: 0.12rem;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}
.about .inner02 .midTxt {
    margin-bottom: 1rem;
    letter-spacing: 0.15rem;
}
.about .inner02 .midTxt01 {
    margin-bottom: 3.5rem;
    font-weight: 400;
}
.about .inner02 .midImg {
    margin-bottom: 2.5rem;
    text-align: center;
}
.about .txtList {
    margin-bottom: 2rem;
}
.about .txtList li {
    font-size: 1.5rem;
    padding-left: 0.5em;
    text-indent: -0.5em;
    line-height: 1.8;
    font-feature-settings: "palt";
}
.about .inner03 .txt01 {
    margin: 0 -1rem 2.5rem;
    padding: 0 0.7rem 2.5rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    border-bottom: 1px solid #E6E6E6;
}
.about .inner03 .txt01 .note {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.about .inner03 .txt02 {
    font-size: 1.4rem;
    line-height: 1.7;
	letter-spacing: 0.03rem;
    font-feature-settings: "palt";
}
.about .inner04 {
    margin-bottom: 6rem;
}
.about .inner04 .headLine02 {
    margin-bottom: 1rem;
    font-feature-settings: "palt";
}
.about .inner04 .txt01 {
    margin-bottom: 1.1rem;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
}
.about .inner04 .midImg {
    margin: 0 1rem 2.2rem 0;
    text-align: center;
}
.about .inner04 .notes {
    margin-bottom: 1.5rem;
    font-feature-settings: "palt";
}
.about .inner04 .borBox {
    margin: 0 -0.8rem;
    padding: 0.6rem;
    text-align: center;
    border: 1px solid #808080;
}
.about .inner04 .borBox p {
    font-size: 1.15rem;
    line-height: 1.5;
}
.about .inner05 h3 {
    margin-bottom: 1.3rem;
}
.about .inner05 .dotList {
    margin: 0 -1rem 1.7rem;
    padding: 0 1rem 2rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    border-bottom: 1px solid #E6E6E6;
}
.about .inner05 .dotList li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
    font-size: 1.5rem;
	font-weight: 500;
    letter-spacing: 0.05rem;
}
.about .inner05 p {
    font-size: 1.4rem;
    line-height: 1.79;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
}