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

/* 基本-モバイルファースト ======================================================================================================== */
html {
-webkit-font-smoothing: antialiased;
}
body{
text-align: center;
width: 100%;
font-family: "Noto Sans JP", system-ui;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
line-height: 1.8;
color: #000;
line-break: strict;
word-wrap: break-word;
overflow-wrap: break-word;
text-decoration-skip-ink: none;
padding-top: 60px;
/* overflow-x: hidden; */
}
body,
table,
input,
textarea{
font-size: 14px;
}

/* テキスト選択時のハイライト */
::selection {
background: #004098;
color: #fff;
}
::-moz-selection {
 background: #004098;
color: #fff;
}

a,
a:link,
a:visited {
color: #000;
}

img{
vertical-align: top;
max-width: 100%;
height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea{
padding: 10px;
margin: 0px;
box-sizing: border-box;
border: 1px solid #AAA;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
textarea:hover{
border: 1px solid #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus{
background-color: #F3F3F3;
}
input[type="radio"],
input[type="checkbox"]{
-webkit-appearance: none;
background-color: #FFF;
background-image: url(../images/checkbox_bg_off.svg);
background-repeat: no-repeat;
background-position: center center;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
display: inline-block;
vertical-align: middle;
border: solid 1px #CCC;
box-sizing: border-box;
}
input[type="checkbox"]{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
background-image: url(../images/checkbox_bg_on.svg);
background-color: #3D9941;
border: none;
}
label:hover{
cursor: pointer;
}

.opct{}

/* googleリマーケティングタグの隙間回避 */
iframe[name="google_conversion_frame"] { position:absolute; top: 0; left: 0; }

.mt05{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mr05{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr30{ margin-right: 30px; }
.mr40{ margin-right: 40px; }
.mb05{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.ml05{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml30{ margin-left: 30px; }
.ml40{ margin-left: 40px; }
.pt05{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pr05{ padding-right: 5px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.pr30{ padding-right: 30px; }
.pr40{ padding-right: 40px; }
.pb05{ padding-bottom: 5px; }
.pb10{ padding-bottom: 10px; }
.pb15{ padding-bottom: 15px; }
.pb20{ padding-bottom: 20px; }
.pb30{ padding-bottom: 30px; }
.pb40{ padding-bottom: 40px; }
.pl05{ padding-left: 5px; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pl30{ padding-left: 30px; }
.pl40{ padding-left: 40px; }

.f_right{ float: right; }
.f_left{ float: left; }
.pc_float_none{}
.pc_f_right{}
.pc_f_left{}

.table{ display: table; }
.table_cell{ display: table-cell; }
.pc_display_block{}
.pc_table{}
.pc_table_cell{}

.ta_right{ text-align: right; }
.ta_center{ text-align: center; }
.ta_left{ text-align: left; }

.va_top{ vertical-align: top; }
.va_middle{ vertical-align: middle; }
.va_bottom{ vertical-align: bottom; }

.sp_tel{}

.font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }
.font12px{ font-size: 12px; }
.font14px{ font-size: 14px; }
.font16px{ font-size: 16px; }
.font18px{ font-size: 18px; }
.font20px,
.font22px,
.font24px,
.font26px,
.font28px{ font-size: 20px; }
.font30px{ font-size: 22px; }

.font_bold{ font-weight: 900; }

.font_design{
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 800;
font-style: normal;
}

.clear{
display: block;
float: none;
clear: both;
}

.css_arrow{
position: relative;
display: inline-block;
padding: 0 15px 0 0;
vertical-align: middle;
}
.css_arrow::before{
content: "";
vertical-align: middle;
position: absolute;
top: 0;
bottom: 0;
right: 3px;
margin: auto;
border-top: 1px solid #333;
border-right: 1px solid #333;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.ca_5::before{ width: 5px; height: 5px; }
.ca_7::before{ width: 7px; height: 7px; }
.ca_10::before{ width: 10px; height: 10px; }
.ca_15::before{ width: 15px; height: 15px; }

svg.dilate{
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip-path: inset(50%);
}


/* ヘッダー======================================================================================================== */

#header{
width: 100%;
background-color: #fff;
color: #004098;
top: 0;
left: 0;
position: fixed;
z-index: 10000;
}
#header a{
color: #004098;
}
#header_inner{
}
#header_logo{
margin: 15px 5vw;
text-align: left;
}
#header_logo a{
display: inline-block;
}
#header_logo a img{
height: 30px;
}

/* グローバルメニュー=============================================== */
#global_menu{
}
#global_menu_inner{
display: none;
}
#global_menu ul{
border-bottom: solid 1px #DDD;
}
#global_menu ul li a{
display: block;
text-decoration: none;
color: #004098;
text-align: left;
border-top: solid 1px #DDD;
padding: 10px 5vw;
position: relative;
letter-spacing: .1em;
}
#global_menu ul li a::after{
content: "";
vertical-align: middle;
width: 5px;
height: 5px;
position: absolute;
top: 0;
bottom: 0;
right: 23px;
margin: auto;
border-top: 1px solid #004098;
border-right: 1px solid #004098;
transform: rotate(45deg);
}
#global_menu ul li span{
margin-right: 1em;
font-weight: 900;
}
.sp-hamburger {
display: block;
text-align: center;
z-index: 9500;
position: absolute;
top: 5px;
right: 5px;
box-sizing: border-box;
width: 50px;
height: 40px;
padding: 0 10px;
-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border: 0;
outline: 0;
background-color: transparent;
}
.sp-hamburger:hover {
cursor: pointer;
}
.sp-hamburger::after {
width: 100%;
position: absolute;
top: 36px;
color: #004098;
content: 'menu';
font-size: 10px;
line-height: 1;
display: block;
text-align: center;
left: 0px;
}
.sp_menu-open.sp-hamburger::after {
content: 'close';
}
.sp-hamburger-icon {
position: relative;
display: block;
margin-top: 0px;
}
.sp-hamburger-icon,
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
width: 100%;
height: 2px;
-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
background-color: #004098;
border-radius: 5px;
}
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
position: absolute;
top: -10px;
left: 0;
content: '';
}
.sp-hamburger-icon:after {
top: 10px;
}
.sp_menu-open .sp-hamburger-icon {
background-color: transparent;
}
.sp_menu-open .sp-hamburger-icon:before,
.sp_menu-open .sp-hamburger-icon:after {
top: 0;
}
.sp_menu-open .sp-hamburger-icon:before {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.sp_menu-open .sp-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


#header_tel{
padding: 5vw;
}
#header_tel dd{
font-size: 5vw;
line-height: 1.4;
}
#header_tel dd a{
font-size: 8vw;
color: #004098;
}
#header_tel p{
display: block;
border-radius: 100px;
font-size: 12px;
background-color: #004098;
color: #fff;
}


/* コンテンツ======================================================================================================== */
#container {
}
#contents {
padding-top: 40px;
padding-bottom: 60px;
}
.contents_size{
padding-left: 5vw;
padding-right: 5vw;
display: block;
text-align: left;
}

.page_title{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column-reverse;
color: #004098;
font-weight: 900;
line-height: 1.4;
letter-spacing: .25em;
height: 30vw;
}
.page_title em{
font-size: 8vw;
}
.page_title h1{
font-size: 3vw;
}
#topic_path{
font-size: 10px;
padding: 5vw 5vw 0;
text-align: left;
}
#topic_path a::after{
content: "";
display: inline-block;
vertical-align: middle;
width: 5px;
height: 5px;
margin: 0 10px;
border-top: 1px solid #111;
border-right: 1px solid #111;
transform: rotate(45deg);
}

.common_title{
display: inline-block;
line-height: 1;
position: relative;
}
.common_title *:first-child{
font-size: 4vw;
font-weight: 900;
letter-spacing: .2em;
position: absolute;
top: 5vw;
right: 0;
}
.common_title em{
display: inline-block;
font-size: 10vw;
}
.common_title em::first-letter{
font-size: 22vw;
}

.page_common_title{
color: #004098;
text-align: center;
display: flex;
flex-direction: column-reverse;
line-height: 1.4;
margin-bottom: 20px;
}
.page_common_title em{
display: block;
font-size: 30px;
}
.page_common_title h2{
font-size: 18px;
}


.sub_title{
}

.marker{
background: linear-gradient(transparent 60%, #ffd403 0%);
display: inline;
padding: 0 2px 4px;
}

.accordion_title{
padding-right: 15px;
position: relative;
cursor: pointer;
}
.accordion_title::after{
content: "";
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
right: 3px;
margin: auto;
border-bottom: 1px solid #111;
border-right: 1px solid #111;
transform: rotate(45deg);
transition: all 0.2s ease;
}
.accordion_title.open::after{
transform: rotate(-135deg);
}
.accordion_title + *{
display: none;
}

form{
margin: 0px;
padding: 0px;
}
/* 通常テーブルパターン */
table.normal{
width: 100%;
border-collapse:collapse;
border-spacing: 0;
}
table.normal th,
table.normal td{
border-bottom: 1px solid #DDD;
box-sizing: border-box;
}
table.normal th{
padding: 15px 15px 15px 0px;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
form table.normal th{
text-align: left;
vertical-align: top;
}
table.normal td{
padding: 15px 0px 15px 15px;
}
table.sp_tableflat{}
form .must{
display: block;
background-color: #C00;
padding: 8px;
font-size: 12px;
line-height: 11px;
color: #FFF;
float: right;
}
form .cap{
font-size: 10px;
color: #C00;
}
.form_address li{
margin: 5px 0 0;
}
.form_address li.post{
margin: 0;
}
form #submit_box{
margin-top: 30px;
text-align: center;
}
form #submit_box p{
margin: 0 0 10px;
}
form #submit_box button,
.mfp_buttons button{
font-size: 20px;
margin: 0 10px;
padding: 15px 40px;
cursor:pointer;
display: inline-block;
-webkit-appearance: none;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
form #submit_box button[type="reset"]{ background-color: #CCC; }
form #submit_box button[type="submit"]{ background-color: #C00; color: #FFF; }
form #submit_box button[type="reset"]:hover{ background-color: #BBB; }
form #submit_box button[type="submit"]:hover{ background-color: #9A0002; }
.mfp_buttons button#mfp_button_send{ background-color: #C00; color: #FFF; }
.mfp_buttons button#mfp_button_cancel{ background-color: #CCC; }
.mfp_buttons button#mfp_button_send:hover{ background-color: #9A0002; }
.mfp_buttons button#mfp_button_cancel:hover{ background-color: #BBB; }

#mfp_phase_confirm{
clear: both;
padding-top: 40px;
}
#mfp_phase_confirm h4{
font-weight: bold;
margin-bottom: 10px;
}

#thanks_page{
padding: 60px 0;
text-align: center;
}
#thanks_page h3{
font-weight: bold;
font-size: 18px;
}


/* slickスライダー */
.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus{
display: block;
width: 40px;
height: 40px;
background-color: transparent;
z-index: 100;
}
.slick-prev:hover,
.slick-next:hover{
background-color: transparent;
}
.slick-prev{
left: 10px;
}
[dir='rtl'] .slick-prev{
right: inherit;
left: 10px;
}
.slick-next{
right: 10px;
}
[dir='rtl'] .slick-next{
right: 10px;
left: inherit;
}
.slick-prev:before,
.slick-next:before{
content: "";
display: block;
opacity: 1;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-position: center center;
background-size: 60% auto;
}
.slick-prev:before{
background-image: url(../images/slider_arrow_prev.svg);
}
.slick-next:before{
background-image: url(../images/slider_arrow_next.svg);
}
.slick-dots li{
width: 6px;
height: 6px;
}
.slick-dots li button{
width: 6px;
height: 6px;
padding: 0;
}
.slick-dots li button:before{
line-height: 6px;
width: 6px;
height: 6px;
}


/* フッター======================================================================================================== */
#footer {
color: #004098;
overflow: hidden;
}
#footer a{
color: #004098;
}
#footer_hello{
font-size: 13vw;
letter-spacing: 0.05em;
line-height: 1;
margin-bottom: 5vw;
font-weight: 900;
position: relative;
z-index: -1;
}

#footer_information{
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 5vw;
}
#footer_information #footer_logo{
width: 60%;
margin: 0 auto;
}
#footer_information #footer_menu{
width: 40%;
}
#footer_information #footer_menu ul{
display: inline-block;
}
#footer_information #footer_menu li{
text-align: left;
margin-bottom: 1em;
}
#footer_information #footer_menu li:last-child{
margin-bottom: 0;
}
#footer_information #footer_menu li a{
display: block;
text-decoration: none;
}
#footer_information #footer_menu span{
display: block;
font-size: 4.5vw;
line-height: 1.4;
font-weight: 900;
}
#footer_information #footer_tel{
width: 100%;
margin-top: 20px;
}
#footer_information #footer_tel address{
font-size: 6vw;
line-height: 1.4;
}
#footer_information #footer_tel a{
font-size: 9vw;
}

#footer_line a{
text-decoration: none;
display: flex;
align-items: flex-end;
position: relative;
}
#footer_line::after{
content: "";
display: block;
background-color: #06c755;
width: 80%;
height: 50vw;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
#footer_line .qr{
width: 50%;
}
#footer_line .text{
width: 50%;
padding: 0 5%;
}
#footer_line .text .illust p{
font-size: 3.5vw;
font-weight: 900;
color: #000;
text-align: left;
width: 11em;
margin: 0 auto;
transform: rotate(-10deg);
}
#footer_line .text .illust p span{
display: block;
}
#footer_line .text .illust p span:nth-child(2){
text-align: right;
}
#footer_line .text .logo{
color: #fff;
}
#footer_line .text .logo p{
font-size: 3vw;
}
#footer_line .text .logo .img{
margin: 2vw 0;
}
#footer_line .text .logo em{
font-size: 4vw;
}
#footer_line .follw_us{
width: 50%;
text-align: center;
font-size: 9vw;
line-height: 1;
color: #06c755;
position: absolute;
top: 18.5vw;
right: 0;
z-index: -1;
}

#footer_map address{
display: block;
font-size: 3.5vw;
padding: 3vw 0;
}
#footer_map iframe{
vertical-align: top;
height: 250px;
}
#footer_map #copy_right{
background-color: #004098;
color: #fff;
font-size: 3vw;
padding: 3vw 0;
}

/* スマホのみ======================================================================================================== */
@media screen and (max-width: 750px){

.pc_only{ display: none; }
.sp_only{ }

.sp_float_reset{ float: none; }
.sp_block{ display: block; }

.mt50,.mt60,.mt70,.mt80,.mt90{ margin-top: 40px; } .mt100,.mt150{ margin-top: 60px; }
.mr50,.mr60,.mr70,.mr80,.mr90{ margin-right: 40px; } .mr100,.mr150{ margin-right: 60px; }
.mb50,.mb60,.mb70,.mb80,.mb90{ margin-bottom: 40px; } .mb100,.mb150{ margin-bottom: 60px; }
.ml50,.ml60,.ml70,.ml80,.ml90{ margin-left: 40px; } .ml100,.ml150{ margin-left: 60px; }

.pt30,.pt40,.pt50,.pt60{ padding-top: 20px; }
.pr30,.pr40,.pr50,.pr60{ padding-right: 20px; }
.pb30,.pb40,.pb50,.pb60{ padding-bottom: 20px; }
.pl30,.pl40,.pl50,.pl60{ padding-left: 20px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
width: 100%;
}
.form_sp_half{
display: flex;
justify-content: space-between;
}
.form_sp_half input{
width: 49%;
}
input.form_sp_90{
width: 90%;
}
.form_address li{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.form_address li.post{
display: block;
}
.form_address li span{
width: 5em;
}
.form_address li select,
.form_address li input{
flex: 1;
text-align: left;
}
.form_address li .mfp_err{
width: 100%;
}

input.input_sp_auto{
width: auto !important;
}
form #submit_box button{
padding: 15px 30px;
margin: 0 5px;
}

.sp_tableflat th,
.sp_tableflat td{
display: block;
}
.sp_tableflat th{
border-bottom: none !important;
padding: 8px 0px 0px !important;
text-align: left !important;
}
.sp_tableflat td{
padding: 0px 0px 8px !important;
}



}

/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){
body{
padding-top: 7vw;
transition: all 0.2s ease;
}
body.scroll{
padding-top: 5vw;
}
body,
table,
input,
textarea{
font-size: 16px;
}
a,
a:link,
a:visited {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a:hover {
color: #000;
}
a:active {
color: #000;
}
.opct a:hover,
a.opct:hover,
a:hover img.opct{
opacity: 0.8;
}

.pc_only{ }
.sp_only{ display: none; }

.sp_tel:visited,
.sp_tel:link,
.sp_tel{pointer-events: none; text-decoration: none; }

.pc_float_none{ float: none; }
.pc_f_right{ float: right; }
.pc_f_left{ float: left; }

.pc_display_block{ display: block; }
.pc_table{ display: table; }
.pc_table_cell{ display: table-cell; }

.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }
.mt150{ margin-top: 150px; }

.mr50{ margin-right: 50px; }
.mr60{ margin-right: 60px; }
.mr70{ margin-right: 70px; }
.mr80{ margin-right: 80px; }
.mr90{ margin-right: 90px; }
.mr100{ margin-right: 100px; }
.mr150{ margin-right: 150px; }

.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; } 
.mb70{ margin-bottom: 70px; } 
.mb80{ margin-bottom: 80px; } 
.mb90{ margin-bottom: 90px; } 
.mb100{ margin-bottom: 100px; } 
.mb150{ margin-bottom: 150px; } 

.ml50{ margin-left: 50px; }
.ml60{ margin-left: 60px; }
.ml70{ margin-left: 70px; }
.ml80{ margin-left: 80px; }
.ml90{ margin-left: 90px; }
.ml100{ margin-left: 100px; }
.ml150{ margin-left: 150px; }

.pt50{ padding-top: 50px; }
.pt60{ padding-top: 60px; }

.pr50{ padding-right: 50px; }
.pr60{ padding-right: 60px; }

.pb50{ padding-bottom: 50px; }
.pb60{ padding-bottom: 60px; } 

.pl50{ padding-left: 50px; }
.pl60{ padding-left: 60px; }

.font20px{ font-size: 20px; }
.font22px{ font-size: 22px; }
.font24px{ font-size: 24px; }
.font26px{ font-size: 26px; }
.font28px{ font-size: 28px; }
.font30px{ font-size: 30px; }

/* 中身 */
#header{
height: 7vw;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
}
body.scroll #header{
height: 5vw;
}
#header_logo{
margin: 0;
position: absolute;
top: 50%;
left: 2vw;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
margin: auto;
}
#header_logo a img{
height: 2.5vw;
}

#header_contact{
position:absolute;
right: 4vw;
bottom: -4vw;
z-index: 1000;
}
#header_contact a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-decoration: none;
background-image: url(../images/head_contact_btn.png);
background-image: -webkit-image-set(url(../images/head_contact_btn@2x.png) 1x, url(../images/head_contact_btn.png) 2x);
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
aspect-ratio: 180/141;
width: 10vw;
max-width: 180px;
line-height: 1.4;
letter-spacing: .1em;
}
#header_contact a:hover{
transform: scale(1.2);
}
#header_contact span{
display: block;
font-size: 1vw;
font-weight: 900;
filter: url(#dilate1px);
}
#header_contact p{
font-size: .8vw;
filter: url(#dilate1px);
}

/* グローバルメニュー */
#global_menu{
}
#global_menu_inner{
display: block;
}
#global_menu ul{
border-bottom: none;
display: flex;
justify-content: center;
align-items: center;
}
#global_menu ul li{
margin-left: 4vw;
}
#global_menu ul li:first-child{
margin-left: 0;
}
#global_menu ul li a{
border-top: none;
padding: inherit;
text-align: center;
font-size: .8vw;
line-height: 1.4;
}
#global_menu ul li a:hover{
transform: scale(1.15);
}
#global_menu ul li a::after{
display: none;
}
#footer_information #footer_menu li a{
letter-spacing: .1em;
font-size: 0.8vw;
}
#global_menu ul li span{
margin-right: 0;
display: block;
font-size: 1vw;
}



/* コンテンツ */
#container {
}
#contents {
padding-top: 60px;
padding-bottom: 100px;
}
.contents_size{
/* padding-left: 12vw;
padding-right: 12vw;
max-width: calc(1400px + 24vw); */
padding-left: 5vw;
padding-right: 5vw;
min-width: calc(980px + 10vw);
max-width: calc(1400px + 10vw);
margin-left: auto;
margin-right: auto;
}
.contents_size.mini{
padding-left: 0;
padding-right: 0;
width: 1000px;
min-width: inherit;
max-width: inherit;
}

.page_title{
height: 25vw;
max-height: 500px;
}
.page_title em{
font-size: min(5vw,80px);
}
.page_title h1{
font-size: min(2.5vw,42px);
}
#topic_path{
font-size: 14px;
padding: 2vw 2vw 0;
}


.common_title *:first-child{
font-size: 20px;
top: 30px;
}
.common_title em{
display: inline-block;
font-size: 70px;
}
.common_title em::first-letter{
font-size: 140px;
}


.page_common_title{
line-height: 1.6;
margin-bottom: 40px;
}
.page_common_title em{
font-size: 40px;
}
.page_common_title h2{
font-size: 20px;
}

table.normal th{
padding: 20px 20px 20px 0px;
}
table.normal td{
padding: 20px 0px 20px 20px;
}

/* フッター */
#footer {
}
#footer_hello{
font-size: 9vw;
letter-spacing: 0.05em;
}

#footer_alpha{
display: flex;
align-items: center;
margin-bottom: 80px;
}
#footer_information{
display: block;
width: 50%;
padding: 0;
justify-content: space-between;
}
#footer_information #footer_logo{
display: inline-block;
vertical-align:bottom;
width: auto;
margin: 0 2vw 0 0;
text-align: right;
}
#footer_information #footer_logo img{
width: 14vw;
}
#footer_information #footer_menu{
display: inline-block;
vertical-align:bottom;
width: auto;
text-align: left;
margin-left: 2vw;
}
#footer_information #footer_menu li{
margin-bottom: 1.5em;
}
#footer_information #footer_menu span{
font-size: 1vw;
}
#footer_information #footer_tel address{
font-size: 20px;
}
#footer_information #footer_tel a{
font-size: 50px;
}

#footer_line{
width: 50%;
}
#footer_line::after{
width: 90%;
height: 50%;
}
#footer_line .qr{
width: 35%;
max-width: 320px;
}
#footer_line .text{
width: 65%;
text-align: center;
padding: 0 0 2.5vw;
position: relative;
}
#footer_line .text .illust{
width: 15vw;
position:absolute;
right: 3vw;
top: -12vw;
bottom: 0;
margin: auto 0;
}
#footer_line .text .illust p{
font-size: 1vw;
width: 11em;
}
#footer_line .text .logo{
display: inline-block;
text-align: left;
}
#footer_line .text .logo p{
font-size: min(1vw,18px);
display: block;
text-align: center;
width: 14vw;
max-width: 270px;
}
#footer_line .text .logo .img{
display: inline-block;
vertical-align: bottom;
margin: .5vw 0;
width: 14vw;
max-width: 240px;
}
#footer_line .text .logo em{
font-size: 1.5vw;
font-size: min(1.5vw,24px);
line-height: 1.4;
margin-left: 1em;
display: inline-block;
vertical-align: bottom;
}
#footer_line .follw_us{
width: 50%;
text-align: center;
font-size: min(2.4vw,44px);
top: 42%;
right: 0;
left: 0;
margin: 0 auto;
}

#footer_beta{
display: flex;
align-items: flex-end;
}
#footer_photo{
width: 35%;
max-width: 700px;
}
#footer_photo img{
border-radius: 0 3vw 0 0;
}
#footer_map{
flex: 1;
}
#footer_map address{
font-size: min(.8vw,14px);
padding: 1vw 2vw;
text-align: left;
}
#footer_map iframe{
height: 20vw;
max-height: 400px;
}
#footer_map #copy_right{
font-size: min(.7vw,12px);
padding: 1vw 2vw;
text-align: right;
}



}




/* 印刷用======================================================================================================== */
@media print{

@page {
	margin: 0mm 5mm;
	size: A4 portrait; /* 横の場合はlandscape */
}
body{
padding-top: 0;
}
#header{
position: relative;
}

.gsap_fade-in,
.gsap_fade-in-bounce,
.gsap_fade-up,
.gsap_fade-down,
.gsap_fade-left,
.gsap_fade-right{
transform: translate(0px, 0px) !important;
opacity: 1 !important;
}





}