@charset  "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */
body {
	color: #111;
	font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: 300;
	line-height: 1.75;
	font-size: 16px;
}

  
h1 { font-size:230%; line-height: 1.5em; }
h2 { font-size:190%; line-height: 1.5em; text-align: center; margin-bottom: 40px; }
h3 { font-size:150%; text-align: center; margin-bottom: 40px; }
h4 { font-size:150%; line-height: 40px; } 
h5 { font-size:100%; }
h6 { font-size:250%; background-color: #1f286f; }

h2 span {
    font-size: 60%;
}


/*@media screen and (max-width: 1000px) {

	h1 { font-size:200%; line-height: 3.5rem; }
	h2 { font-size:180%; }
	h3 { font-size:150%; }
	h4 { font-size:150%; line-height: 40px; }
	h5 { font-size:100%; }
	h6 { font-size:200%; background-color: #1f286f; }
	
}*/

@media screen and (max-width: 640px) {

    body {
        font-weight: 400;
    }

	h1 { /*font-size:150%;*/font-size: 6.5vw;  line-height: 2.5rem; }
	h2 { /*font-size:120%;*/font-size: 5.5vw; margin-bottom: 5%; }
	h3 { /*font-size:120%;*/font-size: 3.5vw; margin-top: 5%; margin-bottom: 5%; }
	h4 { /*font-size:100%;*/font-size: 5vw;  line-height: 30px; }
	h5 { /*font-size:100%;*/font-size: 7vw; }
	h6 { /*font-size:150%;*/font-size: 7vw;  background-color: #1f286f; }
	
}

img {
	vertical-align:top;
}


.fsIH { font-size: inherit; }
.uline { border-bottom: 0.75px solid #111111; }
.ulinew { border-bottom: 0.75px solid #ffffff; }
.linet { text-decoration: line-through; }
.fsM { font-size: 130%; line-height: 1.5em; }

.mt10 { margin-top: 10px !important; }
.mt50 { margin-top: 50px !important; }

@media screen and (max-width: 640px) {

    .mt50 { margin-top: 10% !important; }

}


.movie {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.movie iframe {
	width: 100%;
	height: 100%;
    border-radius: 10px;
}



.note {
    font-size: 80%;
    text-align: right;
    margin-top: 0;
}



/*=========================================================================

HEADER

===========================================================================*/


header {
    background: url("../img/top2603_b-bg.png") 50% 50% no-repeat;
	/*background-size: auto auto;
	background-color: #8CC8DA;*/
    background-size: cover;
    width: 100%;
}

.header_in {
    max-width: 700px;
	padding: 0;
    margin: 0 auto;
}

.fbox {
    display: flex;
	flex-wrap: wrap;
}

.fbox img {
	width: 180px;
    height: 180px;
	margin: 20px 40px 0 0;
}

.date {
    text-align: right;
}

@media screen and (max-width: 700px) {

    .header_in {
        max-width: 100%;
        padding: 0;
    }

    .fbox img {
        width: 30%;
        height: 30%;
        margin: 20px 35% 0 35%;
    }

}



/*=========================================================================

CONTENTS

===========================================================================*/

#contents {
	
}

.bg-sblue { background: #d3e9f7; }
.seminar-benefits-bg { background: linear-gradient(to bottom, #EDF5FD, #fdfdfd); }
.bg-black { background: #111; color: #fff; }
.bg-gray { background: #f8f8f8; }

.bg-gblue {
    background: #334bc5;
    background: linear-gradient(to right, #4b86e5, #334bc5);
    color: #ffffff;
}


.wrap {
    width: 600px;
    padding: 70px 0;
    margin: 0 auto;
}

.wbox {
    background: #ffffff;
    color: #111111;
    border-radius: 10px;
    padding: 0.5em 2em;
}

.cbox {
    background: #ffffff;
    color: #111111;
    border-radius: 10px;
    padding: 0.5em 2em;
    margin: 20px 0 0;
}

.cbox h3 {
    margin: 20px 0;
}

.ratebox h3 {
    text-align: left;
    font-size: 100%;
    padding-left: 40px;
    margin: 30px 0 -15px;
}

.ratebox h3.man {background: url("../img/man.png") 0 0 no-repeat; background-size: contain;}
.ratebox h3.woman {background: url("../img/woman.png") 0 0 no-repeat; background-size: contain; }


@media screen and (max-width: 700px) {
	
    .wrap {
        width: 96%;
        padding: 10% 2%;
    }

    .cbox h3 {
        font-size: 130%;
    }

}



a {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}


p {
	margin: 20px 0;
}

.center {
    text-align: center;
}


@media screen and (max-width: 640px) {

    p {
        margin: 5% 0;
        font-size: 120%;
    }

}


.name {
    line-height: 1.2em;
    margin-top: 20px;
    letter-spacing: 0.1em;
}

.name span {
    font-size: 50%;
}

.vname {
    margin: 40px 0 20px;
}

.vname span {
    background: #4b86e5;
    padding: 7px 20px;
    margin: 0 0 0 15px;
    color: #ffffff;
    font-size: 70%;
    font-weight: normal;
    border-radius: 100px;
}

@media screen and (max-width: 640px) {

    .name {
        font-size: 150%;
    }

    .vname {
        margin: 8% 0 4%;
    }

    .vname span {
        font-size: 100%;
    }


}



.pcnone { display: none; }

.spnone { display: inherit; }

@media screen and (max-width: 640px) {
	
	.pcnone { display: inherit; }
	
	.spnone { display: none; }
	
}


/*.btnwrap {
    padding: 40px 0;
}
.cvbtn {
    display: block;
    width: 400px;
    background: #334bc5;
    background: linear-gradient(to right, #4b86e5, #334bc5);
    padding: 1.0em 0;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
}

.cvbtn:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow.png);
    background-size: contain;
    margin-left: 10px;
    vertical-align: -1px;
}


.cvbtn:hover {
    filter: brightness(1.2);
}

@media screen and (max-width: 640px) {

    .cvbtn {
        width: 90%;
        margin: 0 5%;
        font-size: 20px;
    }

}*/




/*=========================================================================

TABLE

===========================================================================*/


table tr {
	border-bottom: solid 1px #ddd;
}

table th {
	padding: 1.5em 1em;
    font-weight: bold;
}

table td {
    padding: 1.5em 1em;
}

@media screen and (max-width: 640px) {

    table th {
        width: 30%;
        padding: 1em 0.5em;
        font-size: 80%;
    }

    table td {
        width: 70%;
        padding: 1em 0.5em;
    }
	
}




/*=========================================================================

INPUT
#ff8d00 #ff8100 #FF7200
===========================================================================*/


.req {
    background: #e50012;
    padding: 2px 7px;
    margin: 0 0 0 15px;
    color: #ffffff;
    font-size: 70%;
    vertical-align: 2px;
    border-radius: 4px;
}


input[type="text"],
input[type="tel"],
input[type="email"] {
    background: #fff;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    margin: 5px 0 20px;
    border: none;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
}

input[type="submit"] {
    background: #334bc5;
    background: linear-gradient(to right, #4b86e5, #334bc5);
    padding: 1.0em 0;
    border-radius: 1000px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    margin: 1.5em 100px 0;
    text-align: center;
    border: none;
    width: 400px;

	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

input[type="submit"]:hover {
    filter: brightness(1.2);
}



label:hover {
	background: #FFEFB7;
	cursor: pointer;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {

    input[type="text"],
    input[type="tel"],
    input[type="email"] {
        font-size: 18px;
    }

    input[type="submit"] {
        width: 90%;
        margin: 1.5em 5% 0;
        font-size: 20px;
        text-align: center;
    }

}
	
	

/*=========================================================================

FAQ

===========================================================================*/

.qabox {
    background: #ffffff;
	margin-top: 20px;
	border-radius: 10px;
}

.qabox h3 {
	position: relative;
	padding: 20px 20px 20px 60px;
    margin: 0;
    text-align: left;
    font-size: 110%;
}

.qabox h3::before {
    content: "Q";
    position: absolute;
    top: 24px;
    left: 25px;
    font-size: 1.2em;
    color:  #4b86e5;
    line-height: 1;
}

.qabox p {
    position: relative;
	padding: 0 20px 20px 60px;
    margin: 0;
}

.qabox p::before {
    content: "A";
    position: absolute;
    top: 5px;
    left: 28px;
    font-size: 1.2em;
    font-weight: bold;
    color: #e50012;
    line-height: 1;
}


@media screen and (max-width: 640px) {

	.qabox {
		width: 100%;
        padding: 3% 0;
		margin: 0 0 5%;
		line-height: 1.3em;
	}

	.qabox h3 {
		padding: 3% 3% 3% 11%;
        font-size: 120%;
	}

	.qabox h3::before {
        top: 28%;
		left: 4%;
		font-size: 1.2rem;
	}

	.qabox p {
		padding: 0 3% 3% 11%; 
		line-height: 1.5em;
	}

    .qabox p::before {
        top: 3.5%;
		left: 4%;
		font-size: 1.2rem;
	}

}



/*=========================================================================

Footer

===========================================================================*/

footer {
    width: 100%;
    padding: 50px 0;
    font-size: 90%;
    color: #ffffff;
    background: #111111;
}

.footer_in {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 1em;
}

footer a {
	color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

.page_top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 152, 0, 0.83);
    color: #fff;
    padding: 0.5em;
    line-height: 1.4;
    width: 10em;
    height: 3.5em;
	border-radius: 5px;
}

.page_top a:hover {
	background: rgba(230,138,0);
}

@media screen and (max-width: 640px) {

    footer {
        padding: 10% 0;
    }

    .page_top a {
        position: fixed;
        bottom: 0px;
        right: 00px;
        display: block;
        text-align: center;
        text-decoration: none;
        background: rgba(255, 152, 0,0.85);
        color: #fff;
        padding: 0.5em;
        line-height: 1.4;
        width: 100%;
        height: 70px;
    }

    .page_top a:hover {
        background: rgba(230,138,0);
    }

    .footer_in p img {
        max-width: 50px;
    }

}

/*=========================================================================

Image

===========================================================================*/
a img {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

a img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.prof {
    width: 200px;
    height: auto;
    border-radius: 300px;
}

.res img {
    margin: 10px 0;
}

@media screen and (max-width: 640px) {

    .prof {
        width: 50%;
        border-radius: 100%;
    }

    /* 講師ストーリー SP
       原稿の改行位置を活かすため、左右余白を詰めて1行の文字数を確保する */
    .story-text {
        padding: 1.2em 1.1em 2em;
    }
    .story-text p {
        margin: 1.45em 0;
        font-size: 94%;
        line-height: 1.95;
        letter-spacing: 0.01em;
    }
    .story-text .story-greeting {
        margin-bottom: 1.5em;
        font-size: 108%;
    }
    .story-sub {
        margin: 2em 0 1.1em;
        padding-top: 1em;
        font-size: 125%;
    }
    .story-sub::before {
        width: 32px;
        margin-left: -16px;
    }
    .story-text .story-key {
        margin: 2em 0;
        font-size: 135%;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }

}



/*=========================================================================

縲縲縲縲竊菟assform 竊�

===========================================================================*/
.passform {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 1em;
    max-width: 1000px;
    margin: 20px auto 50px;
}

form.post-password-form {
    max-width: 1000px;
    margin: 1em auto 0;
    text-align: center;
    background: #fff;
}


.FFDC68 {
background-color:#FFDC68;
}


.E6E6E6 {
background-color:#E6E6E6;
}



.F4ECE1{
	/*background-color:#F4ECE1;*/
	    background: linear-gradient(70deg, rgb(238, 238, 238) 3%, rgb(128, 128, 128) 97%);
}


.F5F2EB{
	/*グラデーションの片側を透過（rgba(0,191,165,0.2)など）で指定*/
    background: -moz-linear-gradient(left, #fff 50%, rgba(0,191,165,0.2));
    background: -webkit-linear-gradient(left, #fff 50%, rgba(0,191,165,0.2));
    background: linear-gradient(to right, #fff 50%, rgba(0,191,165,0.2) );

	/*line*/
    border-top: 10px solid rgb(0, 191, 165) !important;
    border-bottom: 10px solid rgb(0, 191, 165) !important;
    position: relative;
}


@media screen and (max-width: 640px) {

.F5F2EB{
	/*スマホのような縦長のモニターでは、横向きのグラデーションは不適。*/
		  /*background: -moz-linear-gradient(right, #E8FFFB, transparent);
  background: -webkit-linear-gradient(right, #E8FFFB, transparent);
  background: linear-gradient(to left, #E8FFFB, transparent);

	/*グラデーションの片側を透過（rgba(0,191,165,0.2)など）で指定*/
		  background: -moz-linear-gradient(top, #fff 65%, rgba(0,191,165,0.15));
  background: -webkit-linear-gradient(top, #fff 65%, rgba(0,191,165,0.15));
  background: linear-gradient(to bottom, #fff 65%, rgba(0,191,165,0.15));
	}

}

.\36 2699A {
		background-color:#62699A;
}

/*.power-box {
    border: 1px solid #2b4098;
    padding: 40px 50px 0;
    margin-top: 2em;
}
*/

.power-box {
    background: #fff;
    border-radius: 10px;
    /*display: flex;*/
    position: relative;
        padding: 30px 30px ;
}


.E9F4FF{

    background-color: #fff;
    background-image: linear-gradient(transparent 95%, #f2f2f2 5%), linear-gradient(90deg, transparent 95%, #f2f2f2 5%), linear-gradient(transparent 95%, #f2f2f2 5%), linear-gradient(90deg, transparent 95%, #f2f2f2 5%);
    background-size: 10px 10px;
    background-repeat: repeat;
   /* padding: 50px 0;*/

}

.E9F4FF_2{

    background-color: #fff;
    background-image: linear-gradient(transparent 95%, #303341 5%), linear-gradient(90deg, transparent 95%, #292929 5%), linear-gradient(transparent 95%, #303341 5%), linear-gradient(90deg, transparent 95%, #303341 5%);
    background-size: 10px 10px;
    background-repeat: repeat;
   	padding: 0 0 50px 0;

}


/*=========================================================================

Flexbox 横並びレイアウト

===========================================================================*/


.flex_test-box {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    height: 300px;              /* 高さ指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;            /* 折り返し指定 */
    align-content:stretch;      /* 折り返し時の配置指定 */
}
 
.flex_test-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    /*font-size:  30px;           /* 文字サイズ */
    width: 200px;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
}
 
.flex_test-item:nth-child(1) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
	color:#545454;
	
}
 
.flex_test-item:nth-child(2) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
		color:#545454;
	
}
 
.flex_test-item:nth-child(3) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
		color:#545454;
}
 
.flex_test-item:nth-child(4) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
		color:#545454;
}


.flex_test-item:nth-child(5) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
	color:#545454;
	
}
 
.flex_test-item:nth-child(6) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
		color:#545454;
	
}
 
.flex_test-item:nth-child(7) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
		color:#545454;
}
 
.flex_test-item:nth-child(8) {
    background-color:  #fff; /* 背景色指定 */
	border-radius: 4px;
	box-shadow: 0 8px 10px rgba(0,0,0,0.3);
		color:#545454;
}

 
 #ppbox {
    width: 100%;
    margin: 1em auto;
    padding: 0;
}


#pp {
    margin: 0;
    padding: 10px;
    border: solid 1px red;
    overflow: auto;
	width:100%;
    height: auto;
    text-align: left;
    background-color: #fff;
    color: red;
}

 strong.blue.sikaku {
    background-color: #0364ca;
    color: #fff;
    padding: 3px 2em;
    width: 100%;
    margin-bottom: 10px 0;
	border-radius: 10px;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #ff0000;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #ff0000;
}



.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  margin:auto 1em;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 1px solid #292929;
  -webkit-border-radius: 50%;
  border-radius:50%;
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 20px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #292929;
}





.triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #000 transparent transparent transparent;
}




.fixed-btn{
margin-bottom: 3rem;
/*margin-top: 1rem;*/	
}



/*=========================================================================

2列の横並び

===========================================================================*/

*, *:before, *:after {
	box-sizing: border-box;

}

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */

	
}
.col_2 > div{
	width: 50%;
	background: #353d70;
	color: #fff;
	border: solid 10px #F8F8F8;
	padding:1.5rem;

}

@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}


/*=========================================================================

3列の横並び

===========================================================================*/


*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
/*.col_3 > div{
	width: 33.33333%;
	padding: 10px;
    background: #fff;
    color: #333333;
    border: solid 10px #707070;
	
}

.col_3 > div {
    width: 30%;
    padding: 10px;
    background: #fff;
    color: #333333;
    /*margin: 0 .5em;*/
    /* border: solid 1px #707070; */
/*    border-radius: 5px;
	text-align: center;
}*/


.col_3 > div {
    width: 31%;
    padding: 15px;
    background: #fff;
    color: #333333;
    margin: 0 auto;
    border: solid 1px #707070;
    border-radius: 5px;
    /*text-align: center;*/
}


@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
		margin-bottom: 0.7em;
		line-height: 27px;
	}
	
}


.triangle {
    border-top: 50px solid #5b6297;
	   /* border-top: 50px solid linear-gradient(179deg, rgb(255 255 255) 3%, #5472d2 97%);*/
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    width: 10px;
    margin-right: auto;
    margin-left: auto;
	/*background: linear-gradient(#38386E, #41A0BB); */
	    /*background: linear-gradient(179deg, rgb(255 255 255) 3%, #5472d2 97%);*/

}

.triangle2 {
	border-top: 30px solid #1f286f;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    width: 10px;
    margin-right: auto;
	margin-left: auto;
}

.triangle3 {
    border-top: 70px solid #f8f8f8;
	border-top: 50px solid linear-gradient(179deg, rgb(255 255 255) 3%, #5472d2 97%);
	
	/*ページの両サイドに余白を入れずに100%で表示（余白を入れてしまうと三角形の先端がずれるので注意）*/
	/*↓ borderの幅がパーセントで指定できないため、50vwで指定。
	vw ＝ 画面の表示領域全体の幅に対する割合でサイズを指定する単位。*/
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;

    width: 10px;
    margin-right: auto;
    margin-left: auto;
	
}



.triangle_4 {
    border-top: 50px solid #5b6297a8;
    /* border-top: 50px solid linear-gradient(179deg, rgb(255 255 255) 3%, #5472d2 97%);*/
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    width: 10px;
    margin-right: auto;
    margin-left: auto;
    /*background: linear-gradient(#38386E, #41A0BB); */
    /*background: linear-gradient(179deg, rgb(255 255 255) 3%, #5472d2 97%);*/
}



@media screen and (max-width: 640px) {
	.triangle3{border-top: 40px solid #f8f8f8;}
}




p.white.logo {
    display: inline-block;
    padding: 0.7em 0.7em 0.7em 0;
	margin:auto 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size-adjust: auto;
}



img.logo {
    padding: 0.5em;
		margin:auto 0;
}


/*=========================================================================

accordion-menu type1

===========================================================================*/
/*

.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family:
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}






/*=========================================================================

accordion-menu type2

===========================================================================*/


/* Acordion Faq */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input.menu {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.accordion {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  background-color: #1F2A6F;
		  /*background-color: rgba(1,84,160,1);*/
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}

.tab-content p {
  margin: 1em;
}
/* :checked */
input.menu:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
label.accordion::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;

}
input.menu[type=checkbox] + label.accordion::after {
  content: "+";
}
input.menu[type=radio] + label.accordion::after {
  content: "\25BC";
}
input.menu[type=checkbox]:checked + label.accordion::after {
  transform: rotate(315deg);
}
input.menu[type=radio]:checked + label.accordion::after {
  transform: rotateX(180deg);
}



/*=========================================================================

accordion-menu type3

===========================================================================*/

summary{
position: relative;
/*max-width: 600px;*/
	 width: 100%;
/*padding: 15px 50px 15px 20px;*/
padding: 0.5em 1em;
cursor: pointer;
background-color: #1F2A6F;
color: #fff;
/*margin: 10px auto;*/
	margin-bottom: 1px;
	
font-size: 120%;
	/*text-align:center;*/
	
font-weight: bold;

}

summary::-webkit-details-marker{
position: absolute;
color: transparent;
}

summary:hover, details[open] summary {
background-color: #565e99;
margin-bottom: 1px;
font-weight: bold;
}

summary::after {
content: '+';
font-size: 120%;
position: absolute;
top: 45%;
right: 30px;
transform: translateY(-50%);
transition: transform.5s;
}

details[open] summary::after{
transform:translateY(-50%) rotate(45deg);
}

.answer {
/*padding: 20px 20px;
/*background-color: #fff1e2;*/
/*max-width: 630px;*/
margin: auto;
}

.answer p {
background: none;
text-align: center;
}

details[open] .answer{
animation:fadein .5s ease-in-out;
}

@keyframes fadein {
0% { opacity: 0; }
100%{ opacity: 1; }
}



/*=========================================================================

form

===========================================================================*/



span.mandatory {
    background: #333333;
    color: #fff;
    margin: 5px;
    padding: 3px 5px;
    font-size: 80%;
}


input#sbtn2 {
    background: #4D4C53;
	/*background:#444349;*/
    border: 1px solid #4D4C53;
	box-shadow: 0 5px 0 #232323;
}

input#sbtn2:hover {
	top: 5px;
    background: #818181;
    border:  1px solid #818181;
		box-shadow: none;
}



/*=========================================================================

margin

===========================================================================*/


/*div#contents {
    margin-bottom: 2.5em;
}



/*=========================================================================

teacher

===========================================================================*/

.box_w {
    background-color: #fff;
    max-width: 964px;
    border-radius: 5px;
    overflow: hidden;
	
}

.purple_box {
    background: #ebefffa3;
    border-left: solid 5px #3243b4;
	
}



.introduction{
	padding:1.5em;
}


/*=========================================================================

gaiyou

===========================================================================*/



.gaiyou_ttl{
	
background-color: #1f286f;	
	padding:1em;
}


/*=========================================================================

STEP

===========================================================================*/


span.mandatory.number {
    background-color: rgb(153 0 2);
	border-radius: 2px;
}

img.center.step {
    width: 35%;
	  margin: 20px;  
}


@media screen and (max-width: 640px) {
	
	img.center.step {
    width: 25%;
	margin: 10px;
		
		}
	}


/*=========================================================================

image

===========================================================================*/
.width40{
width: 35%;
	}


@media screen and (max-width: 640px) {
	.width40{
width: 80%;
	}
}



/*=========================================================================

緊急開催

===========================================================================*/
.maru {
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:17px;
  text-align:center;
  background:yellow;
  font-size:15px;
  margin-left:20px;
  padding-top:.5rem;
  color:red;
  font-weight:bold;
}



/*.wrapper {
	display: flex;
justify-content: center;
align-items: center;
position: absolute;
height: 100%;
width: 100%;
top: -11vw;
right: 34vw;
}*/

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  height:100%;
  width:100%;
top: 517vw;
right: 34vw;
}

/*2603追加CSS*/
/*アクション付き矢印*/
.cp_arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  width: 60px;
  height: 10px;
  opacity: 0;/*スタートは透明*/
  transform: scale(0.3);/*スタートは30%に縮小*/
  animation: arrow-move07 3s ease-out infinite;
}
.cp_arrows .cp_arrow:first-child {/*1秒ずらしてアニメーション*/
  animation: arrow-move07 3s ease-out 1s infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {/*2秒ずらしてアニメーション*/
  animation: arrow-move07 3s ease-out 2s infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  background: #2196f3;
  border-radius: 2px;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 1px;
  transform: skewY(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 1px;
  transform: skewY(-30deg);
}
@keyframes arrow-move07 {
   25% { opacity: 0.6;}
   43% { transform: translateY(1em); opacity: 0.8;}
   62% { transform: translateY(2em); opacity: 1;}
  100% { transform: translateY(3em) scale(0.5); opacity: 0;}
}

/* 上の点 */
.accent .dots {
  position: absolute;
  top: -30px;            /* 位置は微調整してOK */
  left: 48%;
  transform: translateX(-50%);
  font-size: 22px;
  color: #fff;
  letter-spacing: 23px;  /* 点と点の間隔 */
  pointer-events: none;
}

@media screen and (max-width: 700px) {
.accent .dots {
  position: absolute;
  top: -16px;            /* 位置は微調整してOK */
  left: 48%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
  letter-spacing: 16px;  /* 点と点の間隔 */
  pointer-events: none;
}
}
.accent {
  color: #fff;       
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

/* CTAエリア */
.btnwrap {
  padding: 40px 0;
}
@media screen and (max-width: 700px) {
.btnwrap {
    padding: 0 0 40px 0;
}
}

/* 点滅ボタン */
#btn_animation .cvbtn{
  display: block;
  width: 400px;
  height: 78px;
  line-height: 78px;
  margin: 0 auto;

  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;

  color: #fbfbfb;
  background-color: #fe447c;

  border-radius: 999px;

  animation: flash 2.5s linear infinite;
}

/* 点滅アニメ */
@keyframes flash {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0; }
}

/* hover時は止める（任意だけどUX的に推奨） */
#btn_animation .cvbtn:hover{
  animation-play-state: paused;
}

/* SP */
@media screen and (max-width: 640px) {
  #btn_animation .cvbtn{
    width: 90%;
    font-size: 20px;
  }
}

/*日程画像表示調*/
.day_in {
    max-width: 700px;
	padding: 0;
    margin: 0 auto;
}
/* SP */
@media screen and (max-width: 640px) {

    .day_in {
        max-width: 120%;
        padding: 0;
    }
}
/*参加費表示調整*/
.sankahi_text{
	margin-bottom: 0;
	font-size:150%; 
	text-align: center; 
	margin-bottom: 40px;
}
/* SP */
@media screen and (max-width: 640px) {
	.sankahi_text{
		font-size: 130%;
	}
}

/* ========================
   CTA Button (移植)
   ======================== */
.section-cta-imported {
  text-align: center;
  padding: 20px 0 10px;
}
.bg-sblue-heading {
  text-align: center;
  margin: 0;
  padding: 40px 20px 0;
  font-size: 24px;
  line-height: 1.5;
}
.button-cta {
  display: inline-block;
  width: 500px;
  max-width: 90%;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.button-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 64px;
  background-color: #fe447c;
  border-radius: 4px;
  box-shadow: 0px 4px 0px 0px #bb325b;
  transition: background-color 200ms ease-out,
              box-shadow 200ms ease-out,
              transform 200ms ease-out;
  color: #FFF;
}
.button-text {
  font-family: Montserrat, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
}
.button-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 22px;
}
.button-cta:hover .button-inner {
  background-color: #ffb9ce;
  box-shadow: 0px 4px 0px 0px #bb325b;
  transform: translateY(0);
  transition: background-color 150ms ease-out,
              box-shadow 150ms ease-out,
              transform 150ms ease-out;
}
.button-cta:active .button-inner {
  background-color: #ff6d9a;
  box-shadow: none;
  transform: translateY(4px);
  transition: background-color 80ms ease-in,
              box-shadow 80ms ease-in,
              transform 80ms ease-in;
}
.cta-note-imported {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #666;
  text-align: center;
  margin-top: 8px;
}

/* =========================================================
   講師ストーリー（bg-gblue内）
   ---------------------------------------------------------
   見出しは他セクションと共通（h2 + h2 span / h3）。
   本文フォントはサイト全体と同じゴシックのまま、
   囲み枠や色ベタを使わず余白と細い罫で章立てを表現する。
   ========================================================= */
.story-panel {
  background: #ffffff;
  color: #111111;
  border-radius: 10px;
  overflow: hidden;
}

/* 記事冒頭の写真：パネル幅いっぱいに配置 */
.story-figure {
  margin: 0;
}
.story-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 50%;
}

.story-text {
  padding: 1.5em 2em 2.5em;
  text-align: left;
}
.story-text p {
  margin: 1.6em 0;
  line-height: 2.05;
  letter-spacing: 0.03em;
}
/* 名乗りは強調せず、通常ウェイトのまま少しだけ大きく */
.story-text .story-greeting {
  margin: 0 0 1.8em;
  font-size: 115%;
  font-weight: 400;
}

/* 章見出し：他セクションのh3に揃え、上に短い罫だけを添える */
.story-sub {
  position: relative;
  margin: 2.2em 0 1.2em;
  padding-top: 1.1em;
  line-height: 1.6;
}
.story-sub::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 2px;
  margin-left: -19px;
  background: #4b86e5;
}

/* 気づきの一節：囲まず、太字と字下げだけで本文と差をつける */
.story-text .story-quote {
  margin: 2.2em 0;
  font-weight: bold;
  line-height: 1.95;
  color: #334bc5;
}

/* 核心の一行：他セクションの箱（.wbox/.cbox/.qabox）と同じ角丸10pxの塗り。
   色はサイト共通の .bg-sblue と同じ #d3e9f7 */
.story-text .story-key {
  margin: 2.4em 0;
  padding: 0.8em 1em;
  background: #d3e9f7;
  border-radius: 10px;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  text-align: center;
  color: #334bc5;
}

/* 強調は本文中1箇所のみ。黄色はFVヘッダー画像と同じ純黄色 */
.story-em {
  font-weight: bold;
  background: linear-gradient(transparent 62%, #ffff00 62%);
  padding-bottom: 1px;
}

.story-text .story-sign {
  margin: 2.4em 0 0;
  font-size: 115%;
  font-weight: bold;
  color: #334bc5;
}

/* ========================
   FV下 参加情報＋日程選択
   ======================== */
.fv-entry {
  padding: 45px 0 50px;
}
/* FV下の先頭に置くセミナー名。参加方法／参加費カードの上に配置する */
.fv-seminar-title {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #16266b;
}
.fv-info {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.fv-info li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: #fff;
  border-radius: 4px;
}
.fv-info-label {
  flex-shrink: 0;
  padding: 5px 10px;
  background: #2f6fa0;
  border-radius: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}
.fv-info-value {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  white-space: nowrap;
}
/* 「無料」はメリットとして際立たせる。
   色はサイト既存の #bb325b（CTAボタンの影色）を流用した落ち着いた赤。
   マーカーはFVヘッダー画像と同じ純黄色 */
.fv-info-free {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #bb325b;
  background: linear-gradient(transparent 62%, #ffff00 62%);
  padding: 0 4px 1px;
}

/* ========================
   日程選択ボタン
   ======================== */
.date-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.5;
}
.date-sub-heading {
  text-align: center;
  font-size: 14px;
  margin: 0 0 15px;
  color: #555;
}
/* PCは3カラム（＝現在の日程数3件）／SPは1列縦積み。
   日程数を変更する場合はこのカラム数も合わせること */
.input-date {
  display: grid;
  /* 列数は日程数に応じてPHPが --date-cols を出力する（最大3列）。
     未設定時は3列にフォールバックする */
  grid-template-columns: repeat(var(--date-cols, 3), 1fr);
  gap: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.button-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px;
  background-color: rgba(254, 68, 124, 0.1);
  border: 1px solid #fe447c;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 150ms ease-out;
}
.button-date-text {
  font-family: Montserrat, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #333;
  text-align: center;
}
.button-date-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 8px 16px;
  background-color: #fe447c;
  border-radius: 4px;
  box-shadow: 0px 4px 0px 0px #bb325b;
  font-family: Montserrat, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  transition: background-color 150ms ease-out, box-shadow 150ms ease-out;
}
.button-date-action svg {
  flex-shrink: 0;
  width: 7px;
  height: 12px;
}
.button-date:hover {
  background-color: rgba(254, 68, 124, 0.2);
}
.button-date:hover .button-date-action {
  background-color: #ffb9ce;
}
.button-date.selected {
  background-color: rgba(254, 68, 124, 0.3);
  border-color: #ff6d9a;
}
.button-date.selected .button-date-action {
  background-color: #ff6d9a;
  box-shadow: none;
}
.button-date.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.button-date.disabled .button-date-action {
  background-color: #999;
  box-shadow: none;
}
.button-date.disabled .button-date-action span {
  display: none;
}
.button-date.disabled .button-date-action svg {
  display: none;
}
.button-date.disabled .button-date-action::after {
  content: '受付終了';
}
.date-notes {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}
.date-notes p {
  margin: 2px 0;
}
.selected-date-display {
  width: 100%;
  padding: 8px 12px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  box-sizing: border-box;
}
#sstringdef2o {
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  margin-top: 5px;
  box-sizing: border-box;
  cursor: pointer;
  appearance: auto;
}

/* CTA・日程ボタン SP */
@media (max-width: 700px) {
  .bg-sblue-heading {
    font-size: 20px;
    padding: 30px 15px 0;
  }
  .button-cta {
    width: 100%;
    max-width: 90%;
  }
  .button-inner {
    padding: 24px 32px;
  }
  .fv-entry {
    padding: 30px 2% 35px;
  }
  .fv-seminar-title {
    margin-bottom: 14px;
    font-size: 19px;
  }
  /* SPは縦積み（PCは横並びのまま） */
  .fv-info {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 20px;
  }
  /* 縦積み時はラベル幅を揃えて、値の開始位置を合わせる */
  .fv-info li {
    justify-content: flex-start;
    padding: 10px 16px;
  }
  .fv-info-label {
    font-size: 12px;
    min-width: 76px;
    text-align: center;
  }
  .fv-info-value {
    font-size: 17px;
  }
  .fv-info-free {
    font-size: 19px;
  }
  .button-text {
    font-size: 18px;
  }
  /* SPは1列の縦積み（3日程でも各ボタンの幅を確保してタップしやすくする） */
  .input-date {
    grid-template-columns: 1fr;
  }
  .button-date {
    padding: 14px 8px;
  }
  .button-date-text {
    font-size: 18px;
  }
  .button-date-action {
    gap: 16px;
    font-size: 13px;
  }
}