@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@400;700&display=swap');

html{
  font-size: 90%;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
/*	
	font-family: 'Roboto', sans-serif;
*/
}
body{
	background-color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h2,h3,h4,h5 {
  font-family: 'M+ P Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium', sans-serif;
	line-height: 1.5;
}
h3  {
	font-size: 1.6rem;}
p {
  font-size: 0.875rem;
  line-height: 180%;
  //font-weight: bold;
}
img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
}
.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pc {
	display: block;
}
.mob {
	display: none;
}

.list {
	text-indent: -1em;
	padding-left: 1em;
}

.float_btn {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 100px;
}
.float_btn img {
	margin-bottom: 10px;
}
.action {
	text-align: center;
	margin: 50px 10px;
	font-weight: bold;
}
.action img {
	margin-top: 10px;
	box-shadow: 2px 2px 4px gray;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	min-width: 380px;
	-webkit-filter: drop-shadow(1px 2px 7px rgba(0,0,0,.2));
    filter: drop-shadow(1px 2px 7px rgba(0,0,0,.2));
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.btn--red,
a.btn--red {
  color: #fff;
  background-color: #FF003B;
}
.btn--red:hover,
a.btn--red:hover {
  color: #fff;
  background: #fe3e6b;
}
.btn--darkblue,
a.btn--darkblue {
  color: #fff;
  background-color: #102053;
}
.btn--darkblue:hover,
a.btn--darkblue:hover {
  color: #fff;
  background: #2d3e78;
}
a.btn--radius {
   border-radius: 100vh;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

@media (max-width: 640px) {

* {
	box-sizing: border-box;
}
.float_btn {
	width:  60px;
}
.pc {
	display: none;
}
.mob {
	display: block;
}
.container {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
}

@media (max-width: 480px){
	h2 {
		font-size: 2rem !important;
	}
	h3 {
		font-size: 1.4rem !important;
	}
	p {
		font-size: 1.2rem !important;
		line-height: 1.5 !important;
	}
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
	letter-spacing: 0em !important;
	min-width: 260px;
}
	ul li {
		line-height: 1.5 !important;
	}
}

/* header
-----------------------------------------------*/

header {
	width: 100% !important;
	margin: 0px;
	text-align: center;
	padding: 0 0 80px;
}
header .container {
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 0 30px;
}
header .container h1 {
	margin-top: -45px;
}
header .band {
	padding: 20px 20px 20px 30px;;
	background: #436BD4;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	width: 250px;
	transform: skew(-10deg);
}
header .position {
	position: absolute;
	top:20px;
	left:-10px;
}

/* 1st
---------------------------------------------*/

#first{
	background-color: #F5F5F5;
	padding: 80px 0px 30px;
}

#first .container  {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 0px 30px;
}
#first .container h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 60px;
}
#first h3  {
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 2;
}
#first h3 span  {
	color: #436BD4;
}

/* 2nd
----------------------------------------------*/
#second {
	background-color: #436BD4;
	color: #fff;
	padding: 80px 0px 30px;
}
#second .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 0px 30px;
}
#second .container h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 80px;
}
#second .container article {
	border-bottom: solid 2px #fff;
	padding: 0px 0px 50px 0px;
	margin-top: 50px;
}
#second .container article .name {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 140%;
	margin: 20px auto 50px;
}
#second .container article:last-child {
	border-bottom: none
}
#second .container article .content p {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2;
}
#second .container article .content h3 {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5;
}


/* 3rd
----------------------------------------------*/
#third {
	
}
#third .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px 50px;
}
#third .container h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #436BD4;
	margin-bottom: 80px;
}
#third .container h3 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
}
#third .container p {
	text-align: left;
	font-size: 1.6rem;
}


#third .container h4  {
	margin: 100px auto 30px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}
#third ul.grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
#third ul.grid li {
	border: solid 2px #436BD4;
	padding: 10px 0px 12px;
	border-radius: 50px;
	-webkit-border-radius: 50px; /* Safari、Google Chrome */
	-moz-border-radius: 50px;
	font-size: 1.6rem;
	color: #436BD4;
	font-weight: bold;
	line-height: 1.5;
}

#third article.contents {
	margin-bottom: 80px;
	border: solid 2px #436BD4;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari、Google Chrome */
	-moz-border-radius: 10px;
	padding: 50px 40px;
}
#third article.contents .no {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 6rem;
	display: grid;
	align-items: center;
	text-align: center;
	color: #436BD4;
	margin: 30px auto;
}
#third article.contents .no span {
	font-size: 1rem;
	display: block; 
}
#third article.contents h3 {
	color: #436BD4;
	font-size: 2rem;
	margin-bottom: 30px;
}
#third article.contents h4 {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 50px auto 30px;
}
#third article.contents ul {
	margin:0 auto 50px 1.5em;
	text-align: left;
	font-size: 1.6rem;
}
#third article.contents ul li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: 1.5;
}
#third .contents ul {
	margin:0 auto 30px 1em;
}
#third .contents ul li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: 150%;
}
@media (max-width: 480px) {
	#third ul.grid li {
	font-size: 1.2rem;
}
}



/* 4th
----------------------------------------------*/
#fourth {
	background-color: #F5F5F5;
}
#fourth .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 100px 30px 50px;
}
#fourth .container article {
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari、Google Chrome */
	-moz-border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	
}
#fourth .container article h2 {
	margin: 20px auto 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #436BD4;
}
#fourth .container article p {
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#fourth .container article ul {
	margin:0 auto 30px 2em;
	text-align: left;
}
#fourth .container article ul li {
	font-size: 1.6rem;
	list-style: disc;
	margin-bottom: 50px;
	line-height: 2;
}
#fourth .container article ul li:last-child {
	margin-bottom: 0px;
}
/* 5th
----------------------------------------------*/
#fifth .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px;
}
#fifth .container h2 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
}
#fifth .container p {
	font-size: 1.6rem;
	margin-bottom: 50px;
}

/* 6th
----------------------------------------------*/
#sixth {
	background-color: #436BD4;
	color: #fff;
}
#sixth .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px;
}
#sixth .container h2 {
	margin: 20px auto 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}
#sixth .container p {
	font-size: 1.8rem;
	margin-bottom: 50px;
}

.contact {
	color: #000;
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari、Google Chrome */
	-moz-border-radius: 10px;
}
.contact h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 30px;
}
.contact h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px auto;
}
.contact article p {
	font-size: 1.4rem !important;
}
.contact article {
	margin: 50px auto;
}

/* seminar
----------------------------------------------*/
#seminar {
}
#seminar .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px 50px;
}

#seminar .container h2 {
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

.tab_box{
    width: 100% !important;
}
input[type="radio"]{
    display: none;
}
.tab_area{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin: 50px auto;
}

.tab_area label{
    padding: 20px;
    background: #F5F5F5;
    text-align: center;
    font-size: 1.6rem;
	font-weight: bold;
    border-radius: 30px;
	-webkit-border-radius: 30px; /* Safari、Google Chrome */
	-moz-border-radius: 30px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}
.tab_area label:hover{
    opacity: 0.5;
}
.tab1_label {
	grid-column: 1/3 !important;
	grid-row: 1/1 !important;
}
.tab2_label {
	grid-column: 1/2 !important;
	grid-row: 2/3 !important;
}
.tab4_label {
	grid-column: 2/3 !important;
	grid-row: 2/3 !important;
}
.tab5_label {
	grid-column: 1/2 !important;
	grid-row: 3/4 !important;
}
.tab6_label {
	grid-column: 2/3 !important;
	grid-row: 3/4 !important;
}
.tab7_label {
	grid-column: 1/2 !important;
	grid-row: 4/5 !important;
}
.panel_area{
    background: #fff;
	margin-bottom: 50px;
}
.tab_panel{
    width: 100%;
    padding: 0;
    display: none;
}


 
#tab1:checked ~ .tab_area .tab1_label{background:#436BD4; color:#fff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#436BD4; color:#fff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#436BD4; color:#fff;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#436BD4; color:#fff;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background:#436BD4; color:#fff;}
#tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{background:#436BD4; color:#fff;}
#tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{background:#436BD4; color:#fff;}
#tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{background:#436BD4; color:#fff;}
#tab8:checked ~ .panel_area #panel8{display:block;}




/*
#seminar article {
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #fff;
	max-width: 81%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
seminar h3 {
	text-align: center;
	margin-bottom: 20px;
}
#seminar h3 span {
	color: #09A0F3;
}
*/


/* step
----------------------------------------------*/
#step {
	background-color: #F5F5F5;
}

#step .container h2 {
	margin: 0px auto 60px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #436BD4;
}
#step .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px;
}

#step .container .step {
	text-align: center;
}
#step .container .step div.fukidashi {
	background-color: #fff;
	padding: 17px;
	font-size: 1.3rem;
	line-height: 1.3;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari、Google Chrome */
	-moz-border-radius: 10px;
	margin-top: 2px;
}
#step .container .step div.fukidashi span {
	font-size: .8rem;
}
#step .container .step div.fukidashi.period {
	font-size: 1rem;
	padding: 10px;
}
#step .container .step div.fukidashi.important {
	background-color: #436BD4;
	color: #fff;
}
#step .triangle{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#step .triangle.important{
	border-top: 15px solid #436BD4;
}


/* merit
----------------------------------------------*/
#merit {
	background-color: #436BD4;
}
#merit .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px;
}
#merit .container h2 {
	margin: 0px auto 50px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
}
#merit article.box {
	background-color: #fff;
	padding: 50px 30px 50px 38px;
	margin-top: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari、Google Chrome */
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}
#merit article.box h3 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
#merit article.box h3 span {
	font-size: 1.1em;
	color: #436BD4;
}
#merit article.box p {
	text-align: left;
	font-size: 1.6rem;
}



/* faq
----------------------------------------------*/
#faq {
	
}
#faq .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px;
}
#faq .container h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 50px;
}

.accordionbox{
	max-width: 640px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.accordionlist dt{
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 2em;
	font-weight: bold;
	text-indent: -2em;
	border-bottom: 1px dotted #eee;
}
.accordionlist dt:last-child{
    border-bottom: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	width: 85%;
	float: left;
	text-align: left;
}
.accordionlist dt .title p{
	font-size: 1.6rem;
	color: #436BD4;
}
.accordionlist dd{
	display: none;
	text-align: left;
	padding-top: 10px;;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 1.4rem;
	line-height: 150%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/* 7th
----------------------------------------------*/
#seventh {
	background-color: #436BD4;
	color: #fff;
}
#seventh .container {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 640px;
	padding: 80px 30px;
}
#seventh .container h2 {
	margin: 20px auto 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}
#seventh .container p {
	font-size: 1.8rem;
	margin-bottom: 50px;
}


/* footer
-----------------------------------------------*/

footer {
	text-align: center;
	padding: 50px 0px 150px 0px;
}


/* contact
----------------------------------------------*/
#contact {
	position: fixed;
	right: 0;
	bottom: 50px;
	display: grid;
	grid-template-columns: 1fr;
	z-index: 10;
	grid-row-gap: 1px;
	background-color: #fff;
	color: #fff;
	-webkit-filter: drop-shadow(2px 2px 7px rgba(0,0,0,.3));
    filter: drop-shadow(2px 2px 7px rgba(0,0,0,.3));
}
#contact .box {
	padding: 20px;
	display: grid;
	align-items: center;
	text-align: center;
	font-size: 1.3rem;
}
#contact .consultation {
	background-color: #FF003C;
}
#contact .seminar {
	background-color: #666666;
}
#contact .far, #contact .fab {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 2rem;
}




@media (max-width: 640px) {
	#contact {
	right: auto;
	bottom: 0px;
	grid-template-columns: 1fr 1fr;
	z-index: 10;
	grid-row-gap: 0px;
	grid-column-gap: 1px;
		width: 100%;
}
}
@media (min-width: 641px) and (max-width: 950px) {
	

}


@media screen and (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



