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

html{
  font-size: 62.5%;
  font-family: 'Noto Sans', sans-serif;
}
body{
	margin-top: 0px;
	background-color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-size: 1.6rem;
}

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

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

h1,h2,h3,h4,h5,.sub_title {
	font-weight: bold;
}

/*p {
  font-size: 0.857rem;
  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;
	text-decoration: none;
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
}
a:link {
	color: #062372;
}
a:hover {
	color: #eee;
}
a:visited {
	color: #999;
}

.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;
}
.indentback1 {
	text-indent: -1em;
	padding-left: 1em;
}
.indentback2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indentback3 {
	text-indent: -3em;
	padding-left: 3em;
}

main {
	width: 100%;
}
strong {
	font-weight: bold;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  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: 10px;
	color: #fff;
	width: 100%;
	max-width: 300px;
}

a.btn-gradient {
  font-weight: normal;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #408DCB),
    to(#062372)
  );
  background-image: -webkit-linear-gradient(left, #062372 40%, #062372 100%);
  background-image: linear-gradient(90deg, #062372 40%, #062372 100%);
	border-radius: 10px;
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#062372),
    color-stop(#DF0836),
    to(#408DCB)
  );

  background-image: -webkit-linear-gradient(left, #062372, #408DCB);

  background-image: linear-gradient(90deg, #062372, #408DCB);
	border-radius: 10px;
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
	font-weight: bold;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #F96A08;
}

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

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #408DCB;
}
.btn--darkblue,
a.btn--darkblue {
  color: #fff;
  background-color: #062372;
}

.btn--darkblue:hover,
a.btn--darkblue:hover {
  color: #fff;
  background: #408DCB;
}
h2 {
	font-size: 4rem;
	margin: 20px auto 30px;
	line-height: 1.4;
}
h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #062372;
}
p {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 30px;
}
.title h2{
	font-size: 2.2rem;
	color: #E92827;
	margin-bottom: 50px;
}
.title .sub {
	font-family: 'Poppins', sans-serif;
	font-size: 4.6rem;
	font-weight: bold;
	color: #062372;
	line-height: 1.3;
}
.title .sub span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	color: #999999;
}
.float {
	width: 100%;
	background-color: #fff;
	padding: 10px 0px;
	box-shadow: 0 5px 3px -3px rgba(0,0,0,0.1) inset;
	position: fixed;
	bottom: 0px;
	z-index: 10;
}
.float .container {
	display: grid;
    grid-gap: 10px;
	grid-template-columns: 1fr;
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.float_btn {
	background-color: #FF9D37;
	box-shadow: 0 -5px 3px -2px rgba(0,0,0,0.1);
	padding: 10px 0px 20px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 75px;
	z-index: 9;
	color: #fff;
	font-size: 1.4rem;
}



.line {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 50px;
	position: relative;
	padding: 0 60px;
	display: inline-block;
	color: #062372;
}

.line:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #062372;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
	left:0;
}
.line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #062372;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
	right: 0;
}

@media (max-width: 767px) {
	html{
		font-size: calc(100vw / 32);/*iPhoneの最小サイズ320pxに10px*/
	}
	h1 {
		font-size:2.0rem !important;/*320pxの時30pxに*/
	}
	p {
		font-size: 1.3rem !important;/*320pxの時14pxに*/
	}
	h2 {
		font-size: 1.8rem !important;
	}
	h3 {
		font-size: 1.4rem !important;
	}
	.container {
	padding: 20px;
	}
	.pc {
	display: none;
	}
	.mob {
	display: block;
	}
	.btn,
a.btn,
button.btn {
  font-size: 1rem;
	width: auto;
	letter-spacing: 0em;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto !important;
}
	.float {
		padding: 0px 0px !important;
	}
	.float .container .btn,
	.float .container a.btn,
	.float .container button.btn {
		padding: 10px 0px;
		margin: 0px auto !important;
	}
	.float_btn {
	font-size: 1rem;
}
.title .sub {
	font-size: 2.4rem;
}
.title .sub span {
	font-size: 1.4rem;
}
}

@media (max-width: 480px) {
	
}
/* header
-----------------------------------------------*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
	padding-top: 50px;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  font-size: 36px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}

@media (max-width: 767px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
  #head_wrap .logo img {
  width: 50%;
}
	#head_wrap {
	padding-top: 0px;
}
}

#global-nav ul li {
  padding: 20px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
	background: rgba(255, 255, 255, 0.7);
	padding-top: 20px;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #062372;
}

#head_wrap.fixed #global-nav ul li a {
  color: #062372;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 767px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
#head_wrap.fixed {
	background: rgba(255, 255, 255, 0);
	padding-top: 0px;
}
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #062372;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #062372;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

#menu1, #menu2, #menu3, #menu4 {
  margin-top: 500px;
  padding-top: 130px;
}

#menu4 {
  padding-bottom: 100vh;
}


/* mainvisual
---------------------------------------------*/
#mainvisual {
	position: absolute;
	background-image:url("images/mainvisual/map.png");
	background-repeat:no-repeat;
	background-size:contain;
	width: 100%;
	z-index: 10;
	top: 0;
	
}
#mainvisual .title {
	width: 100%;
	display: grid;
	place-items: center;
	min-height: 600px;
}

.photo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	margin-top: 25vw;
}
.photo img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px){
	#mainvisual .title {
	min-height: 400px;
}
	#mainvisual .title img {
		width: 90%;
}
	.photo {
		margin-top: 60vw;
}
}
@media (max-width: 480px){
		.photo {
		margin-top: 75vw;
}
}

/* attention
---------------------------------------------*/
section.attention {
}
section.attention .container {
	padding: 50px 0px;
	max-width: 1100px;
	margin: auto;
	width: 100%;
}
section.attention .title {
	text-align: center;
}
section.attention h3 {
	text-align: center;
	margin-top: 50px;
}
section.attention .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0px;
}
section.attention .grid img {
	width: 100%;
	height: auto;
}
section.attention .grid article {
	background-color: #F7F7F7;
	color: #062372;
}
section.attention .grid article img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
section.attention .grid article .day {
	font-weight: bold;
	padding: 20px 20px 10px;
	color: #000;
}
section.attention .grid article .seminar_title {
	padding: 0 20px 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}
section.attention .grid article p {
	padding: 0 20px 0px;
	font-size: 1.4rem;
	line-height: 1.5;
}
section.attention .grid article.box_link a {
	border: none;
}
@media (max-width: 767px) {
section.attention .container {
		width: 90%;
		padding: 50px 5% 50px;
		margin: 0px auto;
	}
section.attention .grid {
	grid-template-columns: 1fr;
	grid-gap: 30px;
	margin: 50px auto 0px;
}
	section.attention .grid article img {
	height: 250px;
}
	section.attention .grid article .seminar_title {
	font-size: 1.3rem;
}
	section.attention .grid article p {
	font-size: 1.1rem;
}
}


/* story
---------------------------------------------*/
section.story {
}
section.story .container {
	padding: 80px 0px;
	max-width: 1100px;
	margin: auto;
	width: 100%;
}
article.story {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
}
article.story .voice-detail {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}
article.story .voice-detail .location {
    color: #EE2D39;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;;
    font-weight: bold;
    line-height: 125%;
    margin: 10px 0 10px;
    text-align: center;
    height: auto
}

article.story .voice-cover {
	max-width: 200px;
	margin: 0 auto 30px;;
	
}
article.story .voice-detail .flag {
    margin: 10px 0 5px;
    height: 29px;
    width: 42px
}
article.story .voice-detail .name {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 5px 0 10px
}
article.story h3 {
	color: #062372;
}
article.story p {
	color: #062372;
}
article.story .profile {
	color: #062372;
	margin-top: 60px;
}
article.story .profile img {
	width: 100%;
	height: auto;
}
article.story .profile .name {
	margin: 20px auto 10px;
	font-weight: bold;
	font-size: 2.6rem;
}
article.story .profile .name span {
	font-size: 1.6rem;
}
article.story .profile .roman {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
article.story .profile .background {
	font-size: 1.4rem;
	line-height: 1.5; 
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	section.story .container {
		width: 90%;
		padding: 30px 5%;
		margin: 0px auto;
	}
article.story {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}
article.story .profile .name {
	font-size: 1.8rem;
}
article.story .profile .name span {
	font-size: 1.3rem;
}
article.story .profile .roman {
	font-size: 1.4rem;
}
article.story .profile .background {
	font-size: 1.3rem;
}
}

/* why
---------------------------------------------*/
section.why {
	background-color: #F7F7F7;
}
section.why .container {
	padding: 80px 0px;
	max-width: 800px;
	margin: auto;
	width: 100%;
}
section.why .title {
	text-align: center;
}
section.why h3 {
	text-align: center;
	margin-top: 50px;
}
section.why .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
section.why .grid img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
section.why .container {
		width: 90%;
		padding: 30px 5% 50px;
		margin: 0px auto;
	}
section.why .grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
	section.why .btn {
		margin-bottom: 50px;
	}
}


/* paragraph
---------------------------------------------*/
#paragraph {
}
#paragraph .container {
	padding: 50px 0px 80px;
	max-width: 500px;
	margin: auto;
}
#paragraph h2 {
	margin-bottom: 60px;
	font-size: 3rem;
	text-align: center;
	margin: 50px auto 0px;
	color: #062372;
}
#paragraph .container ul {
	margin-left: 1.5em;
	margin-bottom: 30px;
}
#paragraph .container ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
@media (max-width: 767px) {
#paragraph .container {
		width: 90%;
		padding: 30px 5% 50px;
	}
#paragraph .container ul li {
	font-size: 1.3rem;
}
}

/* appeal
---------------------------------------------*/
#appeal {
	background-color: #062372;
}
#appeal .container {
	padding: 50px 0px 80px;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}
#appeal .container h2 {
	color: #fff;
	margin-bottom: 60px;
	font-size: 3rem;
}
#appeal .container ul.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
	text-align: left;
}
#appeal .container ul li {
	padding: 20px;
	background-color: #fff;
	color: #062372;
	font-weight: bold;
	line-height: 150%;
	text-indent: -1.5em;
	padding-left: 2em;
}


@media (max-width: 767px) {
	#appeal .container {
		width: 90%;
		padding: 30px 5% 50px;
		margin-top: -30px;
	}
	#appeal .container ul.grid {
	grid-template-columns: 1fr;
}
}



/* 2nd
---------------------------------------------*/
#second {
	background-color: #fff !important;
	padding-bottom: 200px;
}
#second h2 {
	color: #062372;
	font-size: 3rem;
}
#second .back {
    width: 100%;
    margin: auto auto 100px;
	background-color: #ffffff !important;
}

#second .grid01 {
	float: right;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 100px auto;
	width: 100%;
	max-width: 1200px;

}
#second .grid01 .contents {
	margin: 10px 30px 0 20px;
	text-align: left;
}
#second .grid01 .image {
	
}
#second .grid01 .image img {
	width: 100%;
	max-width: 800px !important;
}
#second .grid02 {
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1200px;
}
#second .grid02 .contents {
	margin: 0 30px 0 80px;
}
#second .grid02 .image {
}
#second .grid02 .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#second .grid02 .grid ul {
	margin-left: 1.5em;
}
#second .grid02 .grid ul li {
	list-style: disc;
	line-height: 1.5;
	margin-bottom: 10px;
}
#second .grid03 {
	float: right;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: -180px;
	width: 100%;
	max-width: 1200px;
}
#second .grid03 .contents {
	margin: 10px 30px -500px 20px;
	text-align: left;
}
#second .grid03 .image {
	
}
#second .grid03 .image img {
	width: 100%;
	max-width: 800px !important;
}
@media (max-width: 767px) {
	#second {
	float: none;
}
	#second .back {
    margin: auto auto 0px;
}
	#second .grid01 {
	grid-template-columns: 1fr;
		margin-bottom: 50px;
}
#second .grid01 .image img {
	margin-top: 50px;
	
}
	#second .contents {
	margin: 0 20px 0px;
}
	#second .grid02 {
	grid-template-columns: 1fr;
		margin-bottom: 70px;
}
	#second .grid02 .contents {
	order: 1;
		margin: 0 20px 50px;
}
	#second .grid02 .image {
	order: 2;
		margin-top: 10px;
	
}
	#second .grid03 .contents {
	order: 1;
		margin: 0 20px 0px;
}
	#second .grid03 .image {
	order: 2;
		margin-top: 0px;
	
}
	#second .grid02 .grid {
	grid-template-columns: 1fr;
}
		#second .grid03 {
	grid-template-columns: 1fr;
}
#second .grid03 .image img {
	margin-top: 30px;
	
}
}

/* 5th
----------------------------------------------*/
#fifth {
   background-color: #ECF2F5;
}
#fifth .container {
	max-width: 800px;
	margin: auto;
	padding: 50px 0px 80px;
	text-align: center;
}
#fifth .container h2 {
	font-size: 3rem;
}
#fifth .container .waku {
	margin-bottom: 30px;
}
#fifth .container .waku h3 {
	font-size: 2rem;
	color: #062372;
	text-indent: -2em;
	padding-left: 2em;
	margin: 0px;
}
#fifth .container .waku p {
	font-size: 1.6rem;
	margin: 10px auto 0px;
	color: #000;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

.waku {
	background-color: #fff;
	padding: 30px;
	border: solid 3px #062372;
	border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari、Google Chrome */
    -moz-border-radius: 10px;
	font-weight: bold;
	line-height: 1.3;
	max-width: 600px;
	margin: auto;
	text-align: left;
}
#fifth .container img {
	margin: 80px auto 30px;
}


@media (max-width: 767px) {
	#fifth .container {
	padding: 100px 20px;
}
#fifth .container .waku h3 {
	font-size: 1.6rem;
}
#fifth .container .waku p {
	font-size: 1rem;
}
}


/* step
----------------------------------------------*/
#step {
	background-color: #EDF2F5;
}
#step .container {
	max-width: 1000px;
	padding: 50px 0px 80px;
	margin: 0px auto;
	text-align: center;
}
#step .container h2.standard {
	color: #062372;
	font-size: 3rem;
}
#step .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 10px;
}
#step .container article {
	background-color: #fff;
	padding: 30px 50px;
	text-align: left;
}
#step .container article img {
	float: right;
	margin: 0 0 0 20px;
}
#step .container .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	margin: 0 auto 30px;
}
#step .container article .step {
	background-color: #062372;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	padding: 15px 10px 5px;
	width: 60px;
	height: 60px;
	line-height: 1.1;
	float: left;
}
#step .container article .step span {
	font-size: 4rem;
}
#step .container article .content {
	margin-left: 140px;
}
#step .container article .content .term {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#step .container article .content h3 {
	font-size: 2rem;
	color: #062372;
	margin: 5px auto 15px;
}
/*#ninth .container article:last-child .content {
	padding: 0px 0px;
	text-align: center;
	margin: auto;
}*/
@media (max-width: 767px) {
	#step .container {
	padding: 30px 20px 50px;
}
	#step .container article {
	padding: 20px;
}
	#step .container article .step {
		font-size: .9rem;
	padding: 15px 10px 5px;
	line-height: 1;
}
	#step .container article .step span {
	font-size: 2.2rem;
}
	#step .container article .content {
	margin-left: 100px;
}
	#step .container article .content .term {
	font-size: 1.6rem;
}
	#step .container article .content h3 {
	font-size: 1.4rem !important;
	line-height: 1.4;
}

}


/* 10th
----------------------------------------------*/

#tenth {
	
}
#tenth .container {
	max-width: 1000px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
}
#tenth .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	#tenth .container {
	padding: 50px 20px;
}

}


/* seminar
-----------------------------------------------*/
#seminar {
	clear: both;
}
#seminar h2 {
	font-size: 3rem;
	color: #062372;
	text-align: center;
}
#seminar .container {
	max-width: 1000px;
	margin: 100px auto;
}
#content-frame {
	height: 700px;
}
@media (max-width: 767px) {
	#seminar .container {
	margin: 80px auto;
		padding: 0px 30px;
}
#content-frame {
	height: 1000px !important;
}
}


/* counseling
----------------------------------------------*/
#counseling {
	background-color: #062372;
	text-align: center;
	background-size: cover;
	color: #fff;
}
#counseling .container {
	max-width: 800px;
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}
#counseling .container h2 {
	color: #fff;
	font-size: 3rem;
}
#counseling .container p {
	font-size: 1.4em;
	line-height: 1.8;
	margin-top: 40px;
}
#counseling .container .grid {
	display: grid;
	grid-gap: 20px;
}
#counseling .container .mail {
    grid-row: 1/2;
	padding-left: 110px;
}
#counseling .container .counseling {
	grid-row: 1/2;
	padding-left: 120px;
}
#counseling .container .tel {
	grid-row: 2/3;
	grid-column:1 / 3;
	padding: 18px;
}
#counseling .container .tel .grid2 {
	display: grid;
	grid-template-columns: 4fr 1fr;
}
#counseling .container .tel .time {
	text-align: left;
	line-height: 1.2;
	margin-top: 5px;
}
#counseling .container .bbtn {
	background-color: #fff;
	color: #062372;
	padding: 30px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 50px;
    -webkit-border-radius: 50px; /* Safari、Google Chrome */
    -moz-border-radius: 50px;
	border: none;
}
#counseling .container .bbtn span {
	font-size: 5rem;
	vertical-align: middle;
}
#counseling .container .bbtn.box_link a {
	border-radius: 50px;
    -webkit-border-radius: 50px; /* Safari、Google Chrome */
    -moz-border-radius: 50px;
	margin-top: -5px;
}
#counseling .container .box_link a:hover{
    background-color:#062372;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#counseling .container p a {
	color: #fff;
}
#counseling .container p a:hover {
	color: #FCE849;
}
@media (max-width: 767px) {
	#counseling .container {
	padding: 50px 10px;
}

	#counseling .container p {
	font-size: 1rem;
	margin-top: 30px;
}
	#counseling .container .grid {
	grid-template-columns: 1fr;
}
	#counseling .container .mail {
	grid-row: 1/2;
	grid-column:1 / 3;
		text-align: center;
		background-position: 60px center;
}
#counseling .container .counseling {
	grid-row: 2/3;
	grid-column:1 / 3;
	text-align: center;
	background-position: 60px center;
}
#counseling .container .tel {
	grid-row: 3/4;
	grid-column:1 / 3;
	line-height: 1.2;
}
	#counseling .container .bbtn {
	font-size: 1.2rem;
}
	#counseling .container .bbtn span {
	font-size: 2rem;
}
	#counseling .container .tel .grid2 {
	grid-template-columns: 2fr 1fr;
}
	#counseling .container .tel .time {
	margin-top: 8px;
		font-size: 1.2rem;
}
}






/* form
-----------------------------------------------*/
#form {
	width: 100%;
	margin: 0px auto;
}
#form .container {
	padding: 50px 0px 100px;
	max-width: 800px;
	margin: auto;
}
#form h2 {
	font-size: 3.2rem;
	color: #062372;
}

@media (max-width: 767px) {
	#form {
	margin: 0px auto;
}
	#form .container {
	padding: 30px 20px 50px;
}
}

/* icc
-----------------------------------------------*/
#icc {
	width: 100%;
}
#icc .container {
	max-width: 800px;
	margin: 50px auto 80px;
	background-color: #fff;
}
#icc .container h2 {
	color: #062372;
}
#icc .container .company {
	margin: 80px auto;
}
#icc .container .company h2 {
	font-size: 3.2rem;
	color: #000;
}

@media (max-width: 767px) {
	#icc .container {
		margin: 30px 10px 50px;
}
}


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

footer {
	clear: both;
	text-align: center;
	padding-bottom: 150px;
	line-height: 1.5;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}

