@charset "utf-8";

*, *::before, *::after {
  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;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
html{
	 scroll-behavior: smooth;
	margin-top: 0!important;
}

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;
    background: transparent;
    text-decoration: none;
    transition: all .3s;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}


abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input[type="submit"],input[type="text"],input[type="email"],input[type="tel"],input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  button{
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;

  }
html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #000000;
    line-height: 1.5;
}
.globis_lp img{
    width: 98%;
    image-rendering: -webkit-optimize-contrast;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.globis_lp .inner{
  width: 95%;
  max-width: 640px;
  margin: 0 auto;
	background-color: #fff;
}
.globis_lp .inner03{
  margin-bottom: 50px;
}
.rich_text p.asterisk, .section_text.asterisk{
	text-align: left;
}

.globis_lp .warp {
  width: auto;
  padding: 0;
}

article{
  text-align: center;
}
.section_bg{
	background-color: #1847C7;
	padding: 25px 0 50px;
}
.section_bg_inner{
  background-color: #fff;
  width: 97%;
  margin: 0 auto;
}
.globis_lp .sp_br{
	display: none;
}
.underline{
	background: linear-gradient(transparent 70%, rgb(255, 255, 102, 1) 70%);
}
.fv_box{
    width: 95%;
  max-width: 640px;
  margin: 0 auto;
}
.fv_box img{
	width: 100%;
}
.fv_box h1{
  font-weight:bold;
  font-size: clamp(30px, 2.8vw, 40px);
  padding: 50px 0 35px;
  line-height: 1.3;
  background-color: #11357E;
  color: #fff;
}
@media screen and (max-width: 768px) {

	.globis_lp .section_inner{
		padding: 0 !important;
	}

	.fv_box{
	    width: 100%;
	  max-width: 640px;
	}
		.fv_box h1{
	  font-weight:bold;
	  font-size: 25px;
	  padding-bottom: 20px;
	}
  .globis_lp .inner02{
    width: 100%;
  }
  .section_bg_inner {
    width: 95%;
  }
}
.flash {
	animation: flash 1s linear infinite;
	font-weight: bold;
	font-size: 22px;
	margin: 60px 0 0 0;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.globis_lp h2 {
  width:100%;
  margin: 50px 0 70px;
  line-height: 1.3;
  font-size: 26px;
  text-align: left;
  border-bottom: solid 1px #1847C7;
  padding-bottom: 16px;
  position: relative;
}
.globis_lp h2.h2_mgb{
  margin-bottom: 0;
}
.globis_lp .h2_mgt{
  margin: 0 auto;
  padding-top: 12px;
  width: 95%;
  padding-bottom: 5px;
}
.globis_lp .h2_mgt03{
  font-size: 25px;
  margin: 68px auto 0;
  width: 95%;
  padding-bottom: 5px;

}
.globis_lp .imgw{
  width: 80%;
}
@media screen and (max-width: 768px) {

	.globis_lp h2 {
	  width:100%;
	  margin: 50px 0 70px;
	  line-height: 1.5;
	  font-size: 20px;
	  text-align: left;
	  border-bottom: solid 1px #1847C7;
	  padding-bottom: 5px;
	  position: relative;
	}
  .globis_lp .h2_mgt{
    font-size: 18px;
  }
  .globis_lp .h2_mgt03{
    font-size: 20px;
    font-size: 18px;
    margin-top: 50px;
  }
}

.globis_lp h2::after {
  content: "";
  width: 100px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: -2px;
  background: #1847C7;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.globis_lp .small{
  display: block;
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
}
.txt{
  padding-bottom: 30px;
}
.globis_lp .mgt{
	padding-top: 30px;
}
.globis_lp .mgt02{
	margin-top:60px;
}

.globis_lp .sp_br{
	display: none;
}
.txt_list img{
	width: 100%;
}



@media screen and (max-width: 768px) {
	.mgt02{
		margin-top:30px;
	}
  .globis_lp .sp_br{
    display: block;
  }

  .globis_lp .pc_br{
    display: none;
  }


}

.globis_lp p{
	 font-size: min(4.6vw,18px);
	 line-height:1.5;
}
.globis_lp .bold{
  font-weight: bold;
  font-size: 20px;
}
.globis_lp .bold02{
  font-weight: bold;
  font-size: 19px;
  text-align: left;
  width: 88%;
  margin: 0 auto;
}
.globis_lp .bold03{
  font-weight: bold;
  font-size: 20px;
}
.globis_lp .bg{
   background-color: rgb(255, 255, 204);
   color: rgb(230, 0, 0);
   font-weight: bold;
   margin-bottom: 5px;
}


.txt_fx{
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}
.txt_fx img{
	width: 48%;
}
@media screen and (max-width: 768px) {

  .globis_lp .bold02{
    font-size: 16px;
    width: 95%;
  }
  .globis_lp .bold03{
    font-size: min(4.6vw,18px);
    text-align: left;
    width: 96%;
    margin:0 auto;
  }

}


@media screen and (max-width: 479px) {
  .globis_lp .bold{
    font-size: min(4.6vw,18px);
  }
	.txt_fx{
		flex-direction: column;
		row-gap: 20px;
	}
	.txt_fx img{
		width: 85%;
	}
	p{
		 font-size: 16px;
		 line-height:1.5;
	}

}
.cta_btn{
  margin-top: 80px;
}
.cta_btn .read{
	font-weight: bold;
	font-size:20px;
	margin-bottom: 5px;
}

.cta_btn a{
  width: 90%;
  margin: 0 auto;
  height: 130px;
  cursor: pointer;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #FF981A;
  color: #fff;
}




.cta_btn a:after,.cta_btn a:before {
  content: "";
  display: block;
  height: 100%;
  width: 120%;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--calendar {
  font-size: 26px;
  padding-left: 32px;
  padding-right: 20px;
}
.icon--calendar:before {
  content: '';
  /* display: inline-block; */
  /* background-image: url('./img/cta_icon.png'); */
  /* width: 60px; */
  /* margin-top: 5px; */
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--arrow {
  font-size: 8px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(.9,.9);
  transform: translateY(-50%) scale(.9,.9);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.cta_btn a::after {
  z-index: -5;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -130%;
  -webkit-transition: .5s ease left;
  transition: .5s ease left;
}

.cta_btn a:hover::after {
  -webkit-transition: .5s ease left;
  transition: .5s ease left;
  left: -10%;
  background: #c81620;
}


@media screen and (max-width: 768px) {

	.cta_btn{
	  margin-top: 50px;
	}
.cta_btn .read{
	font-weight: bold;
	font-size:14px;
}

	.cta_btn a{
	  width: 100%;
	  height: 100px;
	  cursor: pointer;
	  font-size: 20px;
	}
	.icon--calendar {
	  padding-left: 14px;
	  padding-right: 10px;
	}
	.icon--calendar:before {
	  width: 40px;
	  margin-top: 5px;
	  height: 35px;
	}

}



.table_area{
  width: 100%;
  table-layout: fixed;
}
.table_area,.table_area td,.table_area th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.table_area td,.table_area th {
	padding: 10px;
  text-align: left;
}
.table_area td{
  width: 70%;
  font-weight: bold;
}
.table_area th{
  background-color: #f1f1f1;
  width: 30%;
}
@media screen and (max-width: 768px) {

	.table_area td,.table_area th{
		font-size: 14px;
	}

}

.txt dl {
  margin-bottom: 50px;
}
.txt dt{
  margin-top: 30px;
  margin-bottom: 10px;
  text-align:left;
  font-size: 20px;
  font-weight: bold;
}
.txt dt span{
  font-size: 27px;
  color: #1847C7;
  display: inline-block;
  margin-right: 16px;
  font-weight: bold;
  font-family: "Crimson Text",serif;
}

.txt dd{
	font-size: 18px;
  text-align: left;
}

.txt h3{
  color: #1847C7;
  font-size: 30px;
  margin: 50px 0 30px;
}
.txt .ttl_03{
  color: #1847C7;
  font-size: 25px;
  margin: 30px 0 0;
}


.last_txt{
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {

	.txt dt span{
	    display: block;
	}

	.txt dd{
		font-size: 16px;
	}
}

/* スライダー */

.bgblue{
  background-color: #EAF0FC;
  margin-top: 40px;
  padding: 50px 3% 80px;
}
.bgblue .inner{
	background-color: transparent;
}
.slider .slider_box{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.bgblue{
	  background-color: #EAF0FC;
	  margin-top: 40px;
	  padding: 10px 3% 40px;
	}

	.slider .slider_box{
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
	}
}
.slider .slider_box img{
  width: 80%;
  margin: 0 auto;
}
.slider_box_txt{
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
.slider_box_txt h3 {
  color: #1847C7;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.slider_box_txt h3 span {
  font-size: 14px;
  padding-left: 20px;
}
.slider_box_txt .place {
  text-align: center;
  background: #fff;
  color: #1847C7;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 6px;
  display: inline-block;
}
.slider_box_txt .about {
  font-size: 14px;
  font-weight: 700;
  color: #1847C7;
  margin-bottom: 40px;
}
/*===================================
    slick 矢印
===================================*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.slide_arrow {
  display: block;
  position: absolute;
  top: -35%;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}



.slide_arrow:hover {
  opacity: 0.7;
}



/* next */

.next_arrow {
  right: 26px;
  background: url(./img/ico_r.svg) no-repeat center/contain;
}
.next_arrow::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.prev_arrow {
  left: 26px;
  background: url(./img/ico_l.svg) no-repeat center/contain;
}
.prev_arrow::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {

	.slide_arrow {
	  display: block;
	  position: absolute;
	  top: -47%;
	  width: 30px;
	  height: 30px;
	}
	.next_arrow {
	  right: 0px;
	  background: url(./img/ico_r.svg) no-repeat center/contain;
	}
	.next_arrow::after {
	  right: 4px;
	  transform: rotate(45deg);
	}

	/* prev */

	.prev_arrow {
	  left: 0;
	  background: url(./img/ico_l.svg) no-repeat center/contain;
	}
	.prev_arrow::after {
	  left: 4px;
	  transform: rotate(-135deg);
	}

}

.footer_bg {
  background: #1847C7;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
.warp {
  width: auto;
  padding: 0 20px;
}
footer p.cap {
  color: #fff;
  font-size: 13px;
}
footer a {
  letter-spacing: 1px;
}
footer .logo img {
  width: 240px;
  display: block;
  margin: 10px auto 35px;
}
footer a.link {
  color: #fff;
  font-size: 11px;
}
footer p.copy {
  font-size: 8px;
  text-align: center;
  line-height: 20px;
}

.form_sec{
	text-align: left;
}
.form_sec img{
	display: inline-block!important;
	width: auto;
}

@media screen and (min-width:700px){
	.form_sec .tab_select_modal_box{
		background: #fff;
		width: 660px;
		min-height: 540px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		padding: 56px 80px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
}
