/*!
 * This file was created by jetgraph Inc.
 * Copyright © 2025 jetgraph Inc. All rights reserved.
 * Unauthorized copying or redistribution is prohibited.
 */

@charset "utf-8";

::before,::after {background-repeat: no-repeat;box-sizing: inherit;}

:root {

--font-family:YakuHanJP,"Noto Sans Japanese",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

--font-family-en:'Montserrat', sans-serif;

--font-color:#4c4136;

/*スマホ、タブレット、PC 基本フォントサイズ*/
--font-size-sp:14px;
--font-size-tb:14px;
--font-size-pc_s:16px;
--font-size-pc:18px;

/*フォントサイズ*/
--10px: 59%;	--11px: 65%;	--12px: 71%;
--13px: 76%;	--14px: 82%;	--15px: 88%;
--16px: 94%;	--17px: 100%;	--18px: 106%;
--19px: 112%;	--20px: 118%;	--21px: 124%;
--22px: 129%;	--23px: 135%;	--24px: 141%;
--25px: 147%;	--26px: 153%;	--27px: 159%;
--28px: 165%;	--29px: 171%;	--30px: 176%;
--31px: 182%;	--32px: 188%;	--33px: 194%;
--34px: 200%;	--35px: 206%;	--36px: 212%;
--37px: 218%;	--38px: 226%;	--39px: 229%;
--40px: 235%;

/*スマホ時のパディング値調整*/
--05em-sp:.25em;
--1em-sp:.5em;
--2em-sp:1em;
--3em-sp:1.5em;
--4em-sp:2em;
--5em-sp:2.5em;
--6em-sp:3em;
--7em-sp:3.5em;
--8em-sp:4em;
--9em-sp:4.5em;
--10em-sp:5em;

/*カラムサイズ*/
--col1:8.3333%;
--col2:16.6666%;
--col3:25%;
--col4:33.3333%;
--col5:41.6666%;
--col6:50%;
--col7:58.333%;
--col8:66.666%;
--col9:75%;
--col10:83.333%;
--col11:91.666%;
--col12:100%;

/*inner-wrapper内のカラムサイズ*/
--inner-col1:8.73%;
--inner-col2:17.46%;
--inner-col3:26.19%;
--inner-col4:34.92%;
--inner-col5:43.65%;
--inner-col6:52.38%;
--inner-col7:61.11%;
--inner-col8:69.84%;
--inner-col9:78.57%;
--inner-col10:87.3%;
--inner-col11:96.03%;
--inner-col12:104.76%;
}


html{
font-size: 62.5%;
box-sizing: border-box;
scroll-padding-top: 70px;/* アンカーリンク用 */
}

body {
font-family:var(--font-family);
font-weight: 300;
line-height:1.7;
color: var(--font-color);
min-width:100%;
width:100%;
margin: 0;
word-break:break-all;
}

article,header,footer {
width:100%;
font-size: var(--font-size-sp); /*スマホ基本フォントサイズ*/
}
a { transition:opacity .2s; }
a { color: var(--font-color);text-decoration: none; }
a.underbar { text-decoration: underline; }
a:hover { opacity: .8; }


/* アンカーリンク用 */

@media screen and (min-width:768px) {
html{scroll-padding-top: 100px;}/* アンカーリンク用 */
}




p{
text-align : justify;
word-break:break-all;
text-justify:inter-character;
}

rt,rp {
font-size: 40%;
-webkit-transform:scale(0.8);
}
rp{padding:0;}
ruby {
ruby-overhang: auto;
ruby-align:center;
ruby-position: inline;
}

/*縦書き*/
.text-vertical{
writing-mode:vertical-rl;
-ms-writing-mode:vertical-rl;
-moz-writing-mode:vertical-rl;
-webkit-writing-mode:vertical-rl;
font-family:sans-serif!important;
}





/* Container */
.col,.col1,.col2,.col3,.col4,.col5,.col6,
.col7,.col8,.col9,.col10,.col11,.col12 {
display: block;
align-items: flex-start;
align-content: flex-start;
position: relative;
padding:15px;
width:100%;
box-sizing: border-box;
}
.wrapper{
width: 95%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
position:relative;
margin:0 auto;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.inner-wrapper{
width:calc(100% - 4.545%);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
position:relative;
margin:0 auto;
box-sizing: border-box;
}
.w100{
/*max-width: 100%!important;*/
width: 100%!important;
}
.container{
width: 100%;
position:relative;
box-sizing: border-box;
}
/*スマホファーストのレイアウト時のカラムサイズ*/
.col1_sp,.col2_sp,.col3_sp,.col4_sp,.col5_sp,.col6_sp {
display: block;
align-items: flex-start;
align-content: flex-start;
position: relative;
padding:4.545%;
box-sizing: border-box;
}
.col1_sp{ width:var(--col2); }
.col2_sp{ width:var(--col4); }
.col3_sp{ width:var(--col6); }
.col4_sp{ width:var(--col8); }
.col5_sp{ width:var(--col10); }
.col6_sp{ width:var(--col12); }





 


/* flex */
.flex{ display: flex!important; }
.i-flex{ display: inline-flex!important; }
.jc-start {justify-content:flex-start!important;}
.jc-end {justify-content:flex-end!important;}
.jc-center {justify-content:center;}
.jc-between {justify-content:space-between;}
.jc-around {justify-content:space-around;}
.ac-start {align-content: flex-start;}
.ac-end {align-content: flex-end;}
.ac-center {align-content: center;}
.ac-between {align-content: space-between;}
.ac-around {align-content: space-around;}
.ac-stretch {align-content: stretch;}
.ai-start {align-items:flex-start;}
.ai-end {align-items:flex-end;}
.ai-center {align-items:center;}
.ai-baseline {align-items:baseline;}
.ai-stretch {align-items:stretch;}
.nowrap { flex-wrap: nowrap; }
.wrap { flex-wrap: wrap; }
.wrap-reverse { flex-wrap: wrap-reverse; }
.fd-row {flex-direction: row;}
.fd-row-reverse {flex-direction: row-reverse;}
.fd-column {flex-direction: column;}
.fd-column-reverse {flex-direction: column-reverse;}
.grow-0{ flex-grow:0; }
.grow-1{ flex-grow:1; }
.grow-2{ flex-grow:2; }
.grow-3{ flex-grow:3; }
.grow-4{ flex-grow:4; }
.flex-s100{ flex-basis:100%; max-width:100%; }
.flex-s90{ flex-basis:90%; max-width:90%; }
.flex-s80{ flex-basis:80%; max-width:80%; }
.flex-s70{ flex-basis:70%; max-width:70%; }
.flex-s60{ flex-basis:60%; max-width:60%; }
.flex-s50{ flex-basis:50%; max-width:50%; }
.flex-s40{ flex-basis:40%; max-width:40%; }
.flex-s33{ flex-basis:33%; max-width:33%; }
.flex-s30{ flex-basis:30%; max-width:30%; }
.flex-s25{ flex-basis:25%; max-width:25%; }
.flex-s20{ flex-basis:20%; max-width:20%; }
.flex-s10{ flex-basis:10%; max-width:10%; }
.flex-s100,.flex-s90,.flex-s80,.flex-s70,.flex-s60,.flex-s50,.flex-s40,.flex-s33,.flex-s30,.flex-s25,.flex-s20,.flex-s10{ box-sizing: border-box; }
/* gap */
.gap-0{ gap: 0; }
.gap-1{ gap: 1%; }
.gap-2{ gap: 2%; }
.gap-3{ gap: 3%; }
.gap-4{ gap: 4%; }
.gap-5{ gap: 5%; }
.gap-6{ gap: 6%; }
.gap-7{ gap: 7%; }
.gap-8{ gap: 8%; }
.gap-9{ gap: 9%; }
.gap-10{ gap: 10%; }
.nowrap-sp { flex-wrap: nowrap; }
.wrap-sp { flex-wrap: wrap; }


/* display */
.db{display: block;width: 100%;}
.di{display: inline;}
.dib{display: inline-block;}

/* overflow */
.over-hidden{ overflow:hidden; }

/* text-align */
.text-right{ text-align: right!important; }
.text-left{ text-align: left!important; }
.text-center{ text-align: center!important; }
.text-center-sp{text-align: center;justify-content: center;}

/* v-align */
.vertical-top{ vertical-align: top; }
.vertical-bottom{ vertical-align: bottom; }

/* float */
.fl{ float:left; }
.fr{ float:right; }
.fi{ float:inherit; text-align: center;}

/* position */
.relative {position: relative;}


/* on off */
.on-tb,
.on-pc,
.off-sp,
.off-sp-db,
.on-pc-di { display:none!important; }
.off-tb,
.off-pc,
.on-sp { display:inline-block!important; }
.on-sp.wrapper { display:flex!important; }
.on-sp-db {display:block!important;}
.on-sp-if {display: inline-flex!important;}
.on-sp-flex {display: flex!important;}




/* margin */
.mt-0{ margin-top: 0!important; }
.mt-1em{ margin-top: var(--1em-sp)!important; }
.mt-2em{ margin-top: var(--2em-sp)!important; }
.mt-3em{ margin-top: var(--3em-sp)!important; }
.mt-4em{ margin-top: var(--4em-sp)!important; }
.mt-5em{ margin-top: var(--5em-sp)!important; }
.mt-6em{ margin-top: var(--6em-sp)!important; }
.mt-7em{ margin-top: var(--7em-sp)!important; }
.mt-8em{ margin-top: var(--8em-sp)!important; }
.mr-0{ margin-right: 0!important; }
.mr-1em{ margin-right: var(--1em-sp)!important; }
.mr-2em{ margin-right: var(--2em-sp)!important; }
.mr-3em{ margin-right: var(--3em-sp)!important; }
.mr-4em{ margin-right: var(--4em-sp)!important; }
.mr-5em{ margin-right: var(--5em-sp)!important; }
.mr-6em{ margin-right: var(--6em-sp)!important; }
.mr-7em{ margin-right: var(--7em-sp)!important; }
.mr-8em{ margin-right: var(--8em-sp)!important; }
.mb-0{ margin-bottom: 0 !important; }
.mb-1em{ margin-bottom: var(--1em-sp)!important; }
.mb-2em{ margin-bottom: var(--2em-sp)!important; }
.mb-3em{ margin-bottom: var(--3em-sp)!important; }
.mb-4em{ margin-bottom: var(--4em-sp)!important; }
.mb-5em{ margin-bottom: var(--5em-sp)!important; }
.mb-6em{ margin-bottom: var(--6em-sp)!important; }
.mb-7em{ margin-bottom: var(--7em-sp)!important; }
.mb-8em{ margin-bottom: var(--8em-sp)!important; }
.ml-0{ margin-left: 0!important; }
.ml-1em{ margin-left: var(--1em-sp)!important; }
.ml-2em{ margin-left: var(--2em-sp)!important; }
.ml-3em{ margin-left: var(--3em-sp)!important; }
.ml-4em{ margin-left: var(--4em-sp)!important; }
.ml-5em{ margin-left: var(--5em-sp)!important; }
.ml-6em{ margin-left: var(--6em-sp)!important; }
.ml-7em{ margin-left: var(--7em-sp)!important; }
.ml-8em{ margin-left: var(--8em-sp)!important; }

/* padding */
.pt-0{ padding-top: 0 !important; }
.pt-1em{ padding-top: var(--1em-sp)!important; }
.pt-2em{ padding-top: var(--2em-sp)!important; }
.pt-3em{ padding-top: var(--3em-sp)!important; }
.pt-4em{ padding-top: var(--4em-sp)!important; }
.pt-5em{ padding-top: var(--5em-sp)!important; }
.pt-6em{ padding-top: var(--6em-sp)!important; }
.pt-7em{ padding-top: var(--7em-sp)!important; }
.pt-8em{ padding-top: var(--8em-sp)!important; }
.pr-0{ padding-right: 0 !important; }
.pr-1em{ padding-right: var(--1em-sp)!important; }
.pr-2em{ padding-right: var(--2em-sp)!important; }
.pr-3em{ padding-right: var(--3em-sp)!important; }
.pr-4em{ padding-right: var(--4em-sp)!important; }
.pr-5em{ padding-right: var(--5em-sp)!important; }
.pr-6em{ padding-right: var(--6em-sp)!important; }
.pr-7em{ padding-right: var(--7em-sp)!important; }
.pr-8em{ padding-right: var(--8em-sp)!important; }
.pb-0{ padding-bottom: 0 !important; }
.pb-1em{ padding-bottom: var(--1em-sp) !important; }
.pb-2em{ padding-bottom: var(--2em-sp) !important; }
.pb-3em{ padding-bottom: var(--3em-sp)!important; }
.pb-4em{ padding-bottom: var(--4em-sp)!important; }
.pb-5em{ padding-bottom: var(--5em-sp)!important; }
.pb-6em{ padding-bottom: var(--6em-sp)!important; }
.pb-7em{ padding-bottom: var(--7em-sp)!important; }
.pb-8em{ padding-bottom: var(--8em-sp)!important; }
.pl-0{ padding-left: 0 !important; }
.pl-1em{ padding-left: var(--1em-sp)!important; }
.pl-2em{ padding-left: var(--2em-sp)!important; }
.pl-3em{ padding-left: var(--3em-sp)!important; }
.pl-4em{ padding-left: var(--4em-sp)!important; }
.pl-5em{ padding-left: var(--5em-sp)!important; }
.pl-6em{ padding-left: var(--6em-sp)!important; }
.pl-7em{ padding-left: var(--7em-sp)!important; }
.pl-8em{ padding-left: var(--8em-sp)!important; }

/* padding all */
.pd-0{ padding: 0 }
.pd-05em{ padding: .25rem }
.pd-1em{ padding: .375rem .5rem }
.pd-2em{ padding: .75rem 1rem }
.pd-3em{ padding: 1.125rem 1.5rem }
.pd-4em{ padding: 1.5rem 2rem }
.pd-5em{ padding: 1.875rem 2.5rem }
.pd-6em{ padding: 2.25rem 3rem }

/* container */
.container.pd-1em{ padding: .5rem 0; }
.container.pd-2em{ padding: 1rem 0; }
.container.pd-3em{ padding: 1.5rem 0; }
.container.pd-4em{ padding: 2rem 0; }
.container.pd-5em{ padding: 2.5rem 0; }
.container.pd-6em{ padding: 3rem 0; }
.container.pd-7em{ padding: 3.5rem 0; }
.container.pd-8em{ padding: 4rem 0; }
.container.pd-9em{ padding: 4.5rem 0; }
.container.pd-10em{ padding: 5rem 0; }
.container.pd-11em{ padding: 5.5rem 0; }
.container.pd-12em{ padding: 6rem 0; }






/* inner-wrapper */
.inner-wrapper.pd-3em,
.inner-wrapper.pd-4em,
.inner-wrapper.pd-5em {
padding-right: 0;
padding-left: 0;
}



/* font-size */
.fs14{font-size:min(2.4vw , 14px);/*10px*/}
.fs15{font-size:min(2.67vw , 15px);/*10px*/}
.fs16{font-size:min(2.93vw , 16px);/*11px*/}
.fs17{font-size:min(3.73vw , 17px);/*14px*/}
.fs18{font-size:min(4vw , 18px);/*15px*/}
.fs20{font-size:min(4.53vw , 20px);/*17px*/}
.fs22{font-size:min(4.8vw , 22px);/*18px*/}
.fs24{font-size:min(5.07vw , 24px);/*19px*/}
.fs26{font-size:min(5.2vw , 26px);/*19.5px*/}
.fs28{font-size:min(5.33vw , 28px);/*20px*/}
.fs30{font-size:min(5.6vw , 30px);/*21px*/}
.fs32{font-size:min(5.73vw , 32px);/*21.5px*/}
.fs34{font-size:min(5.87vw , 34px);/*22px*/}
.fs36{font-size:min(6vw , 36px);/*22.5px*/}
.fs38{font-size:min(6.13vw , 38px);/*23px*/}
.fs40{font-size:min(6.4vw , 40px);/*24px*/}
.en{font-family: 'Montserrat', sans-serif;}
.en.strong{font-weight:500!important;}
.min{font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.palt{font-feature-settings:"palt";}
.lh12{line-height:1.2;}
.lh15{line-height:1.5;}
.ls100{letter-spacing:0.2em;}
.ls200{letter-spacing:0.4em;}















@media screen and (min-width:768px) {

/*#all*/
article,header,footer {
font-size: var(--font-size-tb); /*タブレット基本フォントサイズ*/
}

/* on off */
.on-sp,.on-pc,.off-tb,
.on-sp-db,.on-sp-di,.on-sp-if,.on-sp-flex,
.on-pc-di { display:none!important; }
.off-sp,.off-pc,.on-tb { display:inline-block!important; }
.off-sp-if { display:inline-flex!important; }
.off-sp-db { display:block!important; }
.off-sp-flex { display:flex!important; }
.on-tb.wrapper { display:flex!important; }

.text-left-pc {text-align: left !important;}
.text-center-sp{text-align: left;justify-content:flex-start;}
.text-center-pc{text-align: center!important;justify-content: center;}

.wrapper{
width: 100%;
}

.col{ width: auto; }
.col1 { width:var(--col1); }
.col2 { width:var(--col2); }
.col3 { width:var(--col3); }
.col4 { width:var(--col4); }
.col5 { width:var(--col5); }
.col6 { width:var(--col6); }
.col7 { width:var(--col7); }
.col8 { width:var(--col8); }
.col9 { width:var(--col9); }
.col10 { width:var(--col10); }
.col11 { width:var(--col11); }
.col12 { width:var(--col12); }
/*スマホファーストのレイアウト時のカラムサイズ*/
.col1_sp{ width:var(--col1); }
.col2_sp{ width:var(--col2); }
.col3_sp{ width:var(--col3); }
.col4_sp{ width:var(--col4); }
.col5_sp{ width:var(--col5); }
.col6_sp{ width:var(--col6); }
.inner-wrapper .col{ width: auto; }
.inner-wrapper .col1 { width:var(--inner-col1); }
.inner-wrapper .col2 { width:var(--inner-col2); }
.inner-wrapper .col3 { width:var(--inner-col3); }
.inner-wrapper .col4 { width:var(--inner-col4); }
.inner-wrapper .col5 { width:var(--inner-col5); }
.inner-wrapper .col6 { width:var(--inner-col6); }
.inner-wrapper .col7 { width:var(--inner-col7); }
.inner-wrapper .col8 { width:var(--inner-col8); }
.inner-wrapper .col9 { width:var(--inner-col9); }
.inner-wrapper .col10 { width:var(--inner-col10); }
.inner-wrapper .col11 { width:var(--inner-col11); }
.inner-wrapper .col12 { width:var(--inner-col12); }

/* margin */
.mt-0{ margin-top: 0!important; }
.mt-05em{ margin-top: .5rem!important; }
.mt-1em{ margin-top: 1rem!important; }
.mt-2em{ margin-top: 2rem!important; }
.mt-3em{ margin-top: 3rem!important; }
.mt-4em{ margin-top: 4rem!important; }
.mt-5em{ margin-top: 5rem!important; }
.mt-6em{ margin-top: 6rem!important; }
.mt-7em{ margin-top: 7rem!important; }
.mt-8em{ margin-top: 8rem!important; }
.mr-0{ margin-right: 0!important; }
.mr-05em{ margin-right: .5rem!important; }
.mr-1em{ margin-right: 1rem!important; }
.mr-2em{ margin-right: 2rem!important; }
.mr-3em{ margin-right: 3rem!important; }
.mr-4em{ margin-right: 4rem!important; }
.mr-5em{ margin-right: 5rem!important; }
.mr-6em{ margin-right: 6rem!important; }
.mr-7em{ margin-right: 7rem!important; }
.mr-8em{ margin-right: 8rem!important; }
.mb-0{ margin-bottom: 0 !important; }
.mb-05em{ margin-bottom: .5rem!important; }
.mb-1em{ margin-bottom: 1rem!important; }
.mb-2em{ margin-bottom: 2rem!important; }
.mb-3em{ margin-bottom: 3rem!important; }
.mb-4em{ margin-bottom: 4rem!important; }
.mb-5em{ margin-bottom: 5rem!important; }
.mb-6em{ margin-bottom: 6rem!important; }
.mb-7em{ margin-bottom: 7rem!important; }
.mb-8em{ margin-bottom: 8rem!important; }
.ml-0{ margin-left: 0!important; }
.ml-05em{ margin-left: .5rem!important; }
.ml-1em{ margin-left: 1rem!important; }
.ml-2em{ margin-left: 2rem!important; }
.ml-3em{ margin-left: 3rem!important; }
.ml-4em{ margin-left: 4rem!important; }
.ml-5em{ margin-left: 5rem!important; }
.ml-6em{ margin-left: 6rem!important; }
.ml-7em{ margin-left: 7rem!important; }
.ml-8em{ margin-left: 8rem!important; }
.mg-0{ margin: 0; }

/* padding */
.pt-05em{ padding-top: .5rem!important; }
.pt-1em{ padding-top: 1rem!important; }
.pt-2em{ padding-top: 2rem!important; }
.pt-3em{ padding-top: 3rem!important; }
.pt-4em{ padding-top: 4rem!important; }
.pt-5em{ padding-top: 5rem!important; }
.pt-6em{ padding-top: 6rem!important; }
.pt-7em{ padding-top: 7rem!important; }
.pt-8em{ padding-top: 8rem!important; }
.pr-0{ padding-right: 0 !important; }
.pr-05em{ padding-right: .5rem!important; }
.pr-1em{ padding-right: 1rem!important; }
.pr-2em{ padding-right: 2rem!important; }
.pr-3em{ padding-right: 3rem!important; }
.pr-4em{ padding-right: 4rem!important; }
.pr-5em{ padding-right: 5rem!important; }
.pr-6em{ padding-right: 6rem!important; }
.pr-7em{ padding-right: 7rem!important; }
.pr-8em{ padding-right: 8rem!important; }
.pb-0{ padding-bottom: 0 !important; }
.pb-05em{ padding-bottom: .5rem!important; }
.pb-1em{ padding-bottom: 1rem !important; }
.pb-2em{ padding-bottom: 2rem !important; }
.pb-3em{ padding-bottom: 3rem!important; }
.pb-4em{ padding-bottom: 4rem!important; }
.pb-5em{ padding-bottom: 5rem!important; }
.pb-6em{ padding-bottom: 6rem!important; }
.pb-7em{ padding-bottom: 7rem!important; }
.pb-8em{ padding-bottom: 8rem!important; }
.pl-05em{ padding-left: .5rem!important; }
.pl-0{ padding-left: 0 !important; }
.pl-1em{ padding-left: 1rem!important; }
.pl-2em{ padding-left: 2rem!important; }
.pl-3em{ padding-left: 3rem!important; }
.pl-4em{ padding-left: 4rem!important; }
.pl-5em{ padding-left: 5rem!important; }
.pl-6em{ padding-left: 6rem!important; }
.pl-7em{ padding-left: 7rem!important; }
.pl-8em{ padding-left: 8rem!important; }

/* padding all */
.pd-0{ padding: 0 }
.pd-05em{ padding: .5rem }
.pd-1em{ padding: .75rem 1rem }
.pd-2em{ padding: 1.5rem 2rem }
.pd-3em{ padding: 2.25rem 3rem }
.pd-4em{ padding: 3rem 4rem }
.pd-5em{ padding: 3.75rem 5rem }
.pd-6em{ padding: 4.5rem 6rem }

/* Container */
.container.pd-1em{ padding: 1rem 0; }
.container.pd-2em{ padding: 2rem 0; }
.container.pd-3em{ padding: 3rem 0; }
.container.pd-4em{ padding: 4rem 0; }
.container.pd-5em{ padding: 5rem 0; }
.container.pd-6em{ padding: 6rem 0; }
.container.pd-7em{ padding: 7rem 0; }
.container.pd-8em{ padding: 8rem 0; }
.container.pd-9em{ padding: 9rem 0; }
.container.pd-10em{ padding: 10rem 0; }
.container.pd-11em{ padding: 11rem 0; }
.container.pd-12em{ padding: 12rem 0; }

/* flex */
.flex-100{ flex-basis:100%; max-width:100%; }
.flex-90{ flex-basis:90%; max-width:90%; }
.flex-80{ flex-basis:80%; max-width:80%; }
.flex-70{ flex-basis:70%; max-width:70%; }
.flex-65{ flex-basis:65%; max-width:65%; }
.flex-60{ flex-basis:60%; max-width:60%; }
.flex-50{ flex-basis:50%; max-width:50%; }
.flex-40{ flex-basis:40%; max-width:40%; }
.flex-35{ flex-basis:35%; max-width:35%; }
.flex-33{ flex-basis:33.3333%; max-width:33.3333%; }
.flex-30{ flex-basis:30%; max-width:30%; }
.flex-25{ flex-basis:25%; max-width:25%; }
.flex-20{ flex-basis:20%; max-width:20%; }
.flex-10{ flex-basis:10%; max-width:10%; }
.flex-100,.flex-90,.flex-80,.flex-70,.flex-60,.flex-50,.flex-40,.flex-33,.flex-30,.flex-25,.flex-20,.flex-10{ box-sizing: border-box; }
.nowrap-sp { flex-wrap: wrap; }
.wrap-sp { flex-wrap: nowrap; }
.nowrap-pc { flex-wrap: nowrap; }
.wrap-pc { flex-wrap: wrap; }


}/*@media screen and (min-width:768px)*/











@media screen and (min-width:1200px) {

/*#all*/
article,header,footer {
font-size: var(--font-size-pc_s); /*PC S 基本フォントサイズ*/
}

/* on off */
.on-sp,.on-tb,.off-pc { display:none!important; }
.off-tb,.on-pc { display:inline-block!important; }
.on-pc.wrapper { display:flex!important; }
.on-pc-di {display: inline!important;}


}/*@media screen and (min-width:1200px)*/









@media screen and (min-width:1320px) {

.wrapper{max-width: 1320px;}
.inner-wrapper{width:calc(1320px - 60px);}

/* column*/
.col1, .col2, .col3, .col4, .col5, .col6,
.col7, .col8, .col9, .col10, .col11, .col12 {
padding:30px;
}
.col1 { width:110px; }
.col2 { width:220px; }
.col3 { width:330px; }
.col4 { width:440px; }
.col5 { width:550px; }
.col6 { width:660px; }
.col7 { width:770px; }
.col8 { width:880px; }
.col9 { width:990px; }
.col10 { width:1100px; }
.col11 { width:1210px; }
.col12 { width:1320px; }
/*#all*/
article,header,footer {
font-size: var(--font-size-pc); /*PC 基本フォントサイズ*/
}


}/*@media screen and (min-width:1320px)*/













@media screen and (max-width:767px) {


.col1-sp { width:var(--col1); }
.col2-sp { width:var(--col2); }
.col3-sp { width:var(--col3); }
.col4-sp { width:var(--col4); }
.col5-sp { width:var(--col5); }
.col6-sp { width:var(--col6); }
.col7-sp { width:var(--col7); }
.col8-sp { width:var(--col8); }
.col9-sp { width:var(--col9); }
.col10-sp { width:var(--col10); }
.col11-sp { width:var(--col11); }
.inner-wrapper .col1-sp { width:10%; }
.inner-wrapper .col2-sp { width:20%; }
.inner-wrapper .col3-sp { width:30%; }
.inner-wrapper .col4-sp { width:40%; }
.inner-wrapper .col5-sp { width:50%; }
.inner-wrapper .col6-sp { width:60%; }
.inner-wrapper .col7-sp { width:70%; }
.inner-wrapper .col8-sp { width:80%; }
.inner-wrapper .col9-sp { width:90%; }
.inner-wrapper .col10-sp { width:100%; }

/* margin */
.mt-0-sp{ margin-top:0!important; }
.mt-1em-sp{ margin-top:1em!important; }
.mt-2em-sp{ margin-top:2em!important; }
.mt-3em-sp{ margin-top:3em!important; }
.mt-4em-sp{ margin-top:4em!important; }
.mt-5em-sp{ margin-top:5em!important; }
.mt-6em-sp{ margin-top:6em!important; }
.mt-7em-sp{ margin-top:7em!important; }
.mt-8em-sp{ margin-top:8em!important; }
.mr-0-sp{ margin-right:0!important; }
.mr-1em-sp{ margin-right:1em!important; }
.mr-2em-sp{ margin-right:2em!important; }
.mr-3em-sp{ margin-right:3em!important; }
.mr-4em-sp{ margin-right:4em!important; }
.mr-5em-sp{ margin-right:5em!important; }
.mr-6em-sp{ margin-right:6em!important; }
.mr-7em-sp{ margin-right:7em!important; }
.mr-8em-sp{ margin-right:8em!important; }
.mb-0-sp{ margin-bottom:0!important; }
.mb-1em-sp{ margin-bottom:1em!important; }
.mb-2em-sp{ margin-bottom:2em!important; }
.mb-3em-sp{ margin-bottom:3em!important; }
.mb-4em-sp{ margin-bottom:4em!important; }
.mb-5em-sp{ margin-bottom:5em!important; }
.mb-6em-sp{ margin-bottom:6em!important; }
.mb-7em-sp{ margin-bottom:7em!important; }
.mb-8em-sp{ margin-bottom:8em!important; }
.ml-0-sp{ margin-left:0!important; }
.ml-1em-sp{ margin-left:1em!important; }
.ml-2em-sp{ margin-left:2em!important; }
.ml-3em-sp{ margin-left:3em!important; }
.ml-4em-sp{ margin-left:4em!important; }
.ml-5em-sp{ margin-left:5em!important; }
.ml-6em-sp{ margin-left:6em!important; }
.ml-7em-sp{ margin-left:7em!important; }
.ml-8em-sp{ margin-left:8em!important; }

/* padding */
.pt-0-sp{ padding-top:0 !important; }
.pt-1em-sp{ padding-top:1em!important; }
.pt-2em-sp{ padding-top:2em!important; }
.pt-3em-sp{ padding-top:3em!important; }
.pt-4em-sp{ padding-top:4em!important; }
.pt-5em-sp{ padding-top:5em!important; }
.pt-6em-sp{ padding-top:6em!important; }
.pt-7em-sp{ padding-top:7em!important; }
.pt-8em-sp{ padding-top:8em!important; }
.pr-0-sp{ padding-right:0 !important; }
.pr-1em-sp{ padding-right:1em!important; }
.pr-2em-sp{ padding-right:2em!important; }
.pr-3em-sp{ padding-right:3em!important; }
.pr-4em-sp{ padding-right:4em!important; }
.pr-5em-sp{ padding-right:5em!important; }
.pr-6em-sp{ padding-right:6em!important; }
.pr-7em-sp{ padding-right:7em!important; }
.pr-8em-sp{ padding-right:8em!important; }
.pb-0-sp{ padding-bottom:0 !important; }
.pb-1em-sp{ padding-bottom:1em!important; }
.pb-2em-sp{ padding-bottom:2em!important; }
.pb-3em-sp{ padding-bottom:3em!important; }
.pb-4em-sp{ padding-bottom:4em!important; }
.pb-5em-sp{ padding-bottom:5em!important; }
.pb-6em-sp{ padding-bottom:6em!important; }
.pb-7em-sp{ padding-bottom:7em!important; }
.pb-8em-sp{ padding-bottom:8em!important; }
.pl-0-sp{ padding-left:0 !important; }
.pl-1em-sp{ padding-left:1em!important; }
.pl-2em-sp{ padding-left:2em!important; }
.pl-3em-sp{ padding-left:3em!important; }
.pl-4em-sp{ padding-left:4em!important; }
.pl-5em-sp{ padding-left:5em!important; }
.pl-6em-sp{ padding-left:6em!important; }
.pl-7em-sp{ padding-left:7em!important; }
.pl-8em-sp{ padding-left:8em!important; }

.spacing-01-sp {letter-spacing:-0.01em;}
.spacing-02-sp {letter-spacing:-0.02em;}
.spacing-03-sp {letter-spacing:-0.03em;}

}/*@media screen and (max-width:767px)*/























/* basic design */

/* Text */
.small { font-size:var(--14px); }
.smaller { font-size:var(--12px); }
.big{font-size:var(--20px); }
.bigger{font-size:var(--22px); }
.medium {font-weight: 500;}
.strong{font-weight: 600; }
.normal { font-weight: normal!important;}
.caption,.caution { font-size:var(--11px)!important; margin-top:1.5rem; }

#pagetop { position:fixed; bottom:20px; right:20px; cursor:pointer; opacity:0.8; }

.sup{font-size:var(--10px);vertical-align: super;}
.sub{font-size:var(--10px);}

ul.list-circle, ul.list-decimal,ul.list-disc{
list-style-type: circle;
list-style-position:outside;
padding-left: 1.5rem;
}
ul.list-circle li, ul.list-decimal li{margin-bottom: .8rem;}
ul.list-decimal{list-style-type: decimal;padding-left: 2rem;}
ul.list-disc{list-style-type: disc;}

/* table */
table{ width: 100%; }
table, th, td { border-collapse: collapse; border: 1px solid #ddd; padding: 10px; }
table th { background: #eee; font-weight: 600; }
tr:nth-child(even) { background: #fafafa; }

/* iframe */
.iframe-wrapper{
position:relative;
width:100%;
height:0;
padding-top:75%;/*内容によって要調整*/
}
.iframe-wrapper iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/*move*/
.wrap_movie{
width:100%;
position:relative;
padding-bottom:56.25%;
}
.wrap_movie iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}