﻿@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap";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,img,ins,kbd,q,s,samp,small,strike,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{overflow-y:scroll}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}input,textarea{margin:0;padding:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}a:focus{outline:none}.clearfix::after{content:"";display:block;clear:both}.both{clear:both}.inline_block{display:inline-block;display:inline;zoom:1}input:focus,button:focus,select:focus{outline:0}:focus{outline:-webkit-focus-ring-color none}@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}*{letter-spacing:.06em;line-height:1.6;box-sizing:border-box;color:#000;-webkit-appearance:none}@media screen and (max-width: 810px){*{line-height:1.65}}.preload *{-webkit-transition:none !important;-moz-transition:none !important;-ms-transition:none !important;-o-transition:none !important;transition:none !important}html{width:100%;font-size:62.5%}@media screen and (max-width: 1080px){html{font-size:61.5%}}@media screen and (max-width: 810px){html{font-size:54.6%}}body{margin:0px;overflow:hidden;font-size:1.6rem;font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;font-style:normal}select,option,span{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;font-style:normal}h1,h2,h3,h4,h5{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;font-style:normal}h1 span,h2 span,h3 span,h4 span,h5 span{font-family:"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif}a{color:#000;text-decoration:none;transition:.4s}p{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;font-style:normal}input[type=text],textarea{-webkit-appearance:none;border:none;font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;font-style:normal}textarea{resize:none;font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;font-style:normal}@media screen and (max-width: 1080px){button,select,input,a{-webkit-tap-highlight-color:transparent}}button,select,input,input[type=submit]{-webkit-appearance:none;background-color:transparent;border:none;border-radius:0;font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;font-style:normal}select::-ms-expand{display:none}img{display:block;height:auto}section{position:relative}.l-main{overflow:hidden}.l-header{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;width:100%;padding:15px 20px;z-index:100}@media screen and (max-height: 760px)and (min-width: 1081px){.l-header{padding:15px 20px}}@media screen and (max-height: 600px)and (min-width: 1081px){.l-header{padding:12px 18px}}@media screen and (max-width: 810px){.l-header{padding:10px 15px}}@media screen and (max-width: 500px){.l-header{padding:10px 12px}}.l-header.js-active{color:#fff;background-color:#000}.l-header__logo{display:block;width:90px}.l-header__right{display:flex;align-items:center;gap:15px}.l-header__contact{width:145px;height:42px;border-radius:50px;background-color:#a61e28;color:#fff;display:flex;align-items:center;justify-content:center}.l-headerNavButton{position:relative;width:42px;height:42px;border-radius:50%;background-color:#000;z-index:100;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width: 810px){.l-headerNavButton{margin-left:10px}}@media screen and (max-width: 500px){.l-headerNavButton{margin-left:5px}}.l-headerNavButton .lineIcon{position:relative;height:7px;width:18px}.l-headerNavButton .line{position:absolute;height:1.2px;width:100%;background-color:#fff;transition:transform .4s,background-color .4s;overflow:hidden;z-index:50}.l-headerNavButton .line:nth-child(1){top:0;left:0}.is-navOpen .l-headerNavButton .line:nth-child(1){display:block;transform:translate3d(0, 3px, 0) rotate(45deg)}.l-headerNavButton .line:nth-child(2){bottom:0;left:0}.is-navOpen .l-headerNavButton .line:nth-child(2){display:block;transform:translate3d(0, -3px, 0) rotate(-45deg)}.l-headerNav{position:fixed;top:0;right:0;width:100%;height:100%;background-color:#fff;opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:20;transition:opacity .2s}.is-navOpen .l-headerNav{opacity:1;pointer-events:all}.l-headerNav__list{display:table}.l-headerNav__item:nth-child(n+2){margin-top:40px}@media screen and (max-height: 660px)and (min-width: 1081px){.l-headerNav__item:nth-child(n+2){margin-top:35px}}@media screen and (max-height: 600px)and (min-width: 1081px){.l-headerNav__item:nth-child(n+2){margin-top:30px}}.l-headerNav__item:last-child{border:1px solid #fff}.l-headerNav__item:last-child .l-headerNav__link{font-size:1.6rem}@media screen and (max-height: 600px)and (min-width: 1081px){.l-headerNav__item:last-child .l-headerNav__link{font-size:1.4rem}}.l-headerNav__item.--frame{height:40px;width:200px;display:flex;align-items:center;justify-content:center;border:1px solid #000;margin-top:60px}@media screen and (max-height: 660px)and (min-width: 1081px){.l-headerNav__item.--frame{margin-top:55px}}@media screen and (max-height: 600px)and (min-width: 1081px){.l-headerNav__item.--frame{margin-top:45px}}.l-headerNav__link{display:flex;justify-content:center;font-size:2.2rem;line-height:1;transition:opacity .4s}@media screen and (max-height: 760px)and (min-width: 1081px){.l-headerNav__link{font-size:2rem}}@media screen and (max-height: 600px)and (min-width: 1081px){.l-headerNav__link{font-size:2rem}}@media screen and (max-width: 810px){.l-headerNav__link{font-size:2rem}}@media screen and (max-width: 500px){.l-headerNav__link{font-size:1.8rem}}.l-headerNav__link:hover{opacity:.6}.l-footer{position:relative}.l-footer__copy{text-align:center;background-color:#000;padding:10px 0}@media screen and (max-width: 500px){.l-footer__copy{padding:8px 0}}.l-footer__copy small{color:#fff}.fadeUp{opacity:0;transform:translateY(20px);transition:opacity .3s,transform .3s}.fadeUp.view{opacity:1;transform:translateY(0)}.c-fontEn{font-family:"Poppins",sans-serif;font-weight:700;font-style:normal}.c-bold{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:700;font-style:normal}.c-inner{max-width:1024px;width:95%;margin:auto;position:relative}@media screen and (max-width: 1080px){.c-inner{width:90%}}.c-inner.--900{max-width:900px}.c-inner.--1000{max-width:1000px}.c-ofiCover{object-fit:cover;font-family:"object-fit: cover;, object-position: center;";width:100%;height:100%;object-position:center}.c-ofiContain{object-fit:contain;font-family:"object-fit: contain;, object-position: center;";width:100%;height:100%;object-position:center}.p-form{margin-top:60px}@media screen and (max-width: 1080px){.p-form{margin-top:50px}}@media screen and (max-width: 810px){.p-form{margin-top:40px}}@media screen and (max-width: 500px){.p-form{margin-top:30px}}.p-form__item{display:flex;align-items:center}@media screen and (max-width: 650px){.p-form__item{display:block}}.p-form__item:nth-child(2){margin-top:25px}.p-form__item:nth-child(n+3){margin-top:20px}.p-form__item:nth-child(5){margin-top:0}@media screen and (max-width: 500px){.p-form__item:nth-child(5){margin-top:20px}}.p-form__item input[type=text]::placeholder{color:#cfcfcf}.p-form__item textarea{border-radius:0}.p-form__item textarea::placeholder{color:#cfcfcf}.p-form__title{width:230px;color:#fff}@media screen and (max-width: 810px){.p-form__title{width:200px}}.p-form__title .requiredPink{margin-left:5px}.p-form__content{position:relative;width:calc(100% - 230px);align-self:center;color:#fff}@media screen and (max-width: 810px){.p-form__content{width:calc(100% - 200px)}}@media screen and (max-width: 650px){.p-form__content{display:block;width:100%}}.p-form__content .p-form__text,.p-form__content .p-form__textarea{position:relative;padding:10px 15px;width:100%;background-color:#fff;color:#000;font-size:1.6rem}.p-form__content .p-form__textarea{height:125px}.p-form__address .p-form__content__flex{display:block;margin-top:25px}.p-form__address .postIcon{display:inline-block;color:#fff;margin-right:5px}.p-form__address .postcd{width:140px}.p-form__address .alert-text{display:none;color:red;font-size:1.2rem}.p-form__address.failure .alert-text{display:block}.academic .minText{position:absolute}.p-form__academic__item{position:relative}.radio-field label{cursor:pointer}.radio-field input{position:absolute}.radio-field-text:checked~.radio-field-text::after{opacity:1}span.radio-field-text{position:relative;display:flex;align-items:center;padding-left:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;text-align:center;color:#fff;transition:background-color .2s,color .2s}span.radio-field-text::before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:20px;height:20px;background-color:#fff}span.radio-field-text::after{content:"";position:absolute;top:8px;transform:rotate(-45deg);left:4px;width:10px;height:5px;border-left:2px solid #000;border-bottom:2px solid #000;opacity:0;transition:opacity .2s}.p-form__addressArea{display:flex}.p-form__addressButton{position:relative;text-align:center;color:#fff;padding:10px 0;width:110px;background-color:#000;border:1px solid #555;cursor:pointer;line-height:1.2;font-size:1.6rem;transition:background-color .2s}@media screen and (max-width: 810px){.p-form__addressButton{padding:14px 0}}.p-form__addressButton:hover{background-color:rgba(0,0,0,.6)}.p-form__content__flex{display:inline-flex;gap:0 20px;align-items:center}@media screen and (max-width: 650px){.p-form__content__flex{display:block}}.p-form__privacy{margin-top:60px}@media screen and (max-width: 810px){.p-form__privacy{margin-top:50px}}@media screen and (max-width: 500px){.p-form__privacy{margin-top:40px}}.p-privacyDesc{padding:10px 15px;background-color:#fff;width:calc(100% - 230px);margin-left:auto;height:120px;overflow-y:scroll}@media screen and (max-width: 810px){.p-privacyDesc{width:calc(100% - 200px)}}@media screen and (max-width: 650px){.p-privacyDesc{width:100%}}.p-privacyDesc::-webkit-scrollbar{width:15px}.p-privacyDesc::-webkit-scrollbar-track{background-color:#fff;border:1px solid #000}.p-privacyDesc::-webkit-scrollbar-thumb{background-color:#000}.p-privacyText{margin-top:60px;text-align:center;color:#fff}@media screen and (max-width: 810px){.p-privacyText{margin-top:40px}}@media screen and (max-width: 500px){.p-privacyText{margin-top:30px}}.p-form__contact{display:flex;align-items:center;justify-content:center;margin-top:90px;gap:0 40px;padding:35px 0;background-color:#e3dfdc}@media screen and (max-width: 1080px){.p-form__contact{margin-top:80px}}@media screen and (max-width: 810px){.p-form__contact{margin-top:60px}}@media screen and (max-width: 650px){.p-form__contact{margin-top:40px;padding:20px 0;display:block}}.p-form__contact .textBox{padding:20px 12px;background-color:#fff;color:#807e79;text-align:center;font-size:1.8rem;letter-spacing:.01em;line-height:1.3}@media screen and (max-width: 810px){.p-form__contact .textBox{padding:15px}}@media screen and (max-width: 650px){.p-form__contact .textBox{padding:10px;width:210px;margin:auto}}.p-form__contact .info{display:flex;gap:0 18px}@media screen and (max-width: 650px){.p-form__contact .info{justify-content:center;margin-top:10px;gap:0 10px}}.p-form__contact .telIcon{margin-top:18px;width:35px}@media screen and (max-width: 500px){.p-form__contact .telIcon{position:absolute;left:28px;margin:6px 0 0 18px;width:20px}}@media screen and (max-width: 500px){.p-form__contact .telIcon{left:50%;transform:translateX(-50%);margin:5px 0 0 -110px}}.p-form__contact .telNum{display:block;font-size:5.5rem;line-height:1.4;letter-spacing:-0.01em}@media screen and (max-width: 810px){.p-form__contact .telNum{font-size:5rem}}@media screen and (max-width: 500px){.p-form__contact .telNum{text-align:center;font-size:3rem}}.p-form__contact .text{font-size:2.2rem;line-height:1}@media screen and (max-width: 810px){.p-form__contact .text{font-size:2rem}}@media screen and (max-width: 650px){.p-form__contact .text{font-size:1.8rem}}@media screen and (max-width: 500px){.p-form__contact .text{font-size:1.6rem}}input[type=submit],.p-form__submit{position:relative;display:table;background-color:#fff;transition:background-color .4s;cursor:pointer}input[type=submit].--thanks,.p-form__submit.--thanks{display:flex;align-items:center;justify-content:center;color:#fff}input[type=submit].--thanks::before,.p-form__submit.--thanks::before{background-color:#fff}.p-form__submit{margin:25px auto 0}.p-form__submit .submitText{font-size:2.2rem;line-height:1;padding:20px 60px 20px 30px;background-color:#fff;transition:background-color .4s}@media screen and (max-width: 500px){.p-form__submit .submitText{font-size:2rem}}.p-form__submit::before{content:"";position:absolute;top:50%;right:25px;width:17px;height:20px;display:inline-block;vertical-align:middle;color:#000;line-height:1;width:1em;height:1em;border:.1em solid currentColor;border-left:0;border-bottom:0;box-sizing:border-box;transform:translateY(-50%) translateX(-25%) rotate(45deg);transition:transform .4s;z-index:10}.p-form__submit::after{content:"";position:absolute;top:50%;right:20px;width:17px;height:20px;display:inline-block;vertical-align:middle;color:#000;line-height:1;width:1em;height:1em;border:.1em solid currentColor;border-left:0;border-bottom:0;box-sizing:border-box;transform:translateY(-50%) translateX(-25%) rotate(45deg);transition:transform .4s;z-index:1}.p-form__submit:hover{background-color:rgba(255,255,255,.6)}.p-form__submit:hover .submitText{background-color:rgba(255,255,255,.6)}.p-form__submit:hover::before,.p-form__submit:hover::after{transform:translateY(-50%) translateX(-5%) rotate(45deg)}.p-form__back{display:table;margin:30px auto 0;padding:10px;width:100px;color:#fff;background-color:#000;transition:opacity .4s;cursor:pointer}.p-form__back:hover{opacity:.6}.p-form--confirm .p-form__addressButton{display:none}.p-form--complete{display:flex;align-items:center;justify-content:center;height:100vh}.p-form--complete .p-form__wrap{width:100%}.p-form__thanks{margin-top:50px;text-align:center}@media screen and (max-width: 810px){.p-form__thanks{margin-top:40px}}@media screen and (max-width: 500px){.p-form__thanks{margin-top:30px;text-align:left}}.p-form__thanks p{color:#fff}.p-form__thanks__link{margin-top:30px;display:block;color:#fff;transition:color .4s}.p-form__thanks__link:hover{color:rgba(255,255,255,.6)}.u-tabBlock{display:none}@media screen and (max-width: 810px){.u-tabBlock{display:block}}.u-tabNone{display:block}@media screen and (max-width: 810px){.u-tabNone{display:none}}.u-stNone{display:block}@media screen and (max-width: 650px){.u-stNone{display:none}}.u-stBlock{display:none}@media screen and (max-width: 650px){.u-stBlock{display:block}}.u-spNone{display:block}@media screen and (max-width: 500px){.u-spNone{display:none}}.u-spBlock{display:none}@media screen and (max-width: 500px){.u-spBlock{display:block}}.u-w100{width:100%;height:auto}.u-h100{width:auto;height:100%}.u-d-f{display:flex}.u-aic{align-items:center}.u-tac{text-align:center}.u-jsb{justify-content:space-between}.u-jcc{justify-content:center}.u-fww{flex-wrap:wrap}