@charset "UTF-8";


/*===================================================
	RESET
====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.3s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*===================================================
	FRAME
====================================================*/
body {
    font-size: 16px;
    font-family: 'Roboto',"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
    font-size: min(clamp(1vw, 16px, 1.2vw), 100%);
}
.allContain {
    height: 100%;
}
.contentWrap{
    opacity: 0;
    transform: translate(0,40px);
    transition: 0.5s ease 0.4s;
}
.loaded .contentWrap{
    opacity: 1;
    transform: translate(0,0);
}
section{
    position: relative;
    padding: 60px;
}
.contentBox{
    display: flex;
    flex-direction: column;
    gap: var(--main-gap);
    margin: 0 auto;
    padding: 100px 60px;
    box-sizing: border-box;
}
.contentInner{
    display: flex;
    flex-direction: column;
    gap: var(--sub-gap);
}
.inBox{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: var(--sub-gap);
}
.titBox{

}
figure{

}

/* PC */
@media screen and (min-width: 961px){
.sp{display: none;}
}

/* SP */
@media screen and (max-width: 960px){
.pc{display: none;}

body {
    font-size: min(calc(35 / 960 * 100vw), 100%);
}
.allContain {

}
.contentsWrap{
        max-width: 640px;
        margin: 0 auto;
}
section {
    padding: 16px;
}
.contentBox {
    padding: 40px 24px;
}
.inBox {
    padding: 20px;
}
.titBox{

}
}

/*===================================================
	TEXT
====================================================*/
h2{
    font-size: 300%;
    line-height: 1.2em;
}
h3{
    font-size: 160%;
    font-weight: 600;
    line-height: 1.2em;
}
h4{
    font-size: 200%;
}
.sideline{
    display: inline-block;
    border-left: 0.3em solid;
    padding-left: 0.3em;
}
.underline{
    display: block;
    padding-bottom: 0.3em;
    border-bottom: 1px solid;
}
.bandline{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 8px 16px;
}
.lead{
    font-size: 130%;
    line-height: 1.4em;
}
.txt{
    font-size: 110%;
    line-height: 1.5em;
}
.cautionList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cautionList li {
    font-size: 90%;
    line-height: 1em;
    padding: 0 0 0 15px;
    position: relative;
}
.cautionList li span{
    position: absolute;
    left: 0;
    top: 1px;
}

/* FRAME 960 */
@media screen and (max-width: 960px){
h2 {
    font-size: 200%;
}

h3{
    font-size: 140%;
}
}

/*===================================================
	LINK
====================================================*/
a{
    color: var(--links-color);
    text-decoration: none;
}
.innerLink{
    text-decoration: underline;
}
.btn{
    text-align: center;
}
.btn a{
    display: inline-block;
    max-width: 600px;
    background: var(--links-color);
    color: #FFF;
    text-align: center;
    padding: 20px 40px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
}
.btn .ghostBtn{
    background: transparent;
    border: 2px solid var(--links-color);
    color: var(--links-color);
}
.btnList{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.textLink{

}
.textLink a{
    font-weight: 600;
}
.textLink a i{
    margin: 0 0 0 5px;
}
.snsList {
    display: flex;
}
.snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    filter: invert(1);
    transition:0.3s ease;
}

/* PC */
@media screen and (min-width: 961px){
a:hover{
    text-decoration: none;
}
}

/* SP */
@media screen and (max-width: 960px){
a:hover{
    text-decoration: none;
}
.btn a{
    padding: 16px 32px;
    font-size: 110%;
    font-weight: 800;
}
.btnList{
    display: block;
}
.btnList li {
    padding: 0;
    margin: 0 0 20px;
}
.btnList li:last-child{
    margin: 0;
}
.btnList li a{
    width: 100%;
}
}

/*===================================================
  OP:accordion
====================================================*/
.op_accord{
    display: flex;
    flex-direction: column;
}
.op_accord .accordionTit{
    position: relative;
    cursor: pointer;
}
.op_accord .accordionDetail{
    display: none;
}
.op_accord .accordionTit .arrow {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 16px;
    aspect-ratio: 1;
    transform: translate(0, -50%);
}
.op_accord .accordionTit .arrow{
    position: absolute;
    top: 50%;
    right: 60px;
    width: 16px;
    aspect-ratio: 1;
    transform: translate(0, -50%);
}
.op_accord .accordionTit .arrow span{
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(-135deg);
    transition: 0.5s ease;
    padding: 20%;
}
.op_accord .accordionTit .arrow span:before {
    content: "";
    position: absolute;
    left: 20%;
    top: 20%;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-left: 2px solid;
    box-sizing: border-box;
}
.op_accord.open .accordionTit  .arrow span {
    transform: rotate(-315deg);
}

/* SP  */
@media screen and (max-width: 960px){
.op_accord .accordionTit .arrow {
    right: 24px;
    width: 8px;
}
}
/*===================================================
  OP:DETAIL
====================================================*/
.op_detail{

}
.op_detail .detailList {
    display: flex;
    padding: 0 0 24px;
    align-items: stretch;
    gap: 24px;
}
.op_detail .detailList:last-child{
    margin: 0;
    padding-bottom: 0;
}
.op_detail .detailList dt{
    width: 25%;
    padding: 0 0 24px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
    border-bottom: 1px solid;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dt .txt{
    font-size: 100%;
    line-height: 1.5em;
}
.op_detail .detailList dd{
    width: 75%;
    position: relative;
    padding: 0 0 24px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
}
.op_detail .detailList dd .detailInner{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
    display: block;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 8px;
    margin: 0 0 16px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
    border-bottom:none ;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0 0 16px;
}
.op_detail .detailList dd:before {
    content: none
}
.pages .slideBox .tit {
    font-size: 260%;
    margin-bottom: 24px;
    position: relative;
    writing-mode: unset;
}
.pages .slideBox {
    padding-left: 0;
}

.slick-dots {
    position: absolute;
    bottom: -20px;
    left: auto;
    right: 0;
    display: flex;
    gap: 8px;
    width: auto;
}
.slick-dots li {
    width: 8px;
}
}

