@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: #F5F5F5;
	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{
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;
}
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #09C856;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #08F467;
}
h2 {
	font-size: 4rem;
	margin: 20px auto 30px;
	line-height: 1.4;
}
h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
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: rgba(255, 255, 255, 0.7);
	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 1fr 1fr;
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.float .btn {
	padding: 2rem 0rem;
}


.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;
}

.c-headline-h2 {
  color: #4B2E83;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	margin: 0 auto 50px!important;
}

.c-headline-h2_line {
  display: block;
  line-height: 1.4;
}
.c-headline-h2_line::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #4B2E83;
  margin: 15px 0;
}

.c-headline-h2_en {
  font-size: 24px;
  line-height: 1;
  display: block;
}


.c-headline-h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center
}

.c-headline-h3::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #333;
  margin: 5px auto 0;
}
p+.c-headline-h3 {
  margin-top: 100px;
}
.bg-white+.c-headline-h3 {
  margin-top: 100px;
}
.c-headline-h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center
}
.c-headline-h3.-red,
.c-headline-h4.-red,
.c-headline-h5.-red {
  color: #4B2E83;
}


.center {
	text-align: center;
	margin: auto;
}

.box-h {
	padding: 10px;
	margin: 100px auto 20px;
	background-color: #4B2E83;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
}
.inner_900 {
	max-width: 900px;
	margin: auto;
}
.inner_800 {
	max-width: 800px;
	margin: auto;
}

.inner_600 {
	max-width: 600px;
	margin: auto;
}
 .bg-white {
    background-color: #fff;
		max-width: 700px;
	margin: auto;
  }

 .bg-gray {
    background-color: #eee;
		max-width: 700px;
	margin: auto;
  }

  .bg-white.space {
    padding: 30px  45px
  }
.c-list li { 
	margin-top: 10px;
	font-size: 1.6rem;
	text-indent: -1.25em;
	padding-left: 1.25em;
	line-height: 1.4;
}

  .c-list li:before {
    display: inline-block
		
  }
.c-list li span{
	color: #4B2E83;
}

  .c-list li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #4B2E83;
    border-radius: 8px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 5px
  }
.c-info__ttl {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

.c-btn.h-adjust { height: 100%; }
.c-btn a {
  color: #333;
  display: block;
  border: 1px solid #282828;
  border-radius: 5px;
  padding: 12px;
  text-align: center;
	margin: 50px auto;
}

.c-btn a:hover {
  text-decoration: none;
  opacity: .8
}

.c-btn a.light:hover {
  opacity: 1;
  position: relative;
  top: -2px
}

.c-btn.-center {
  margin: 0 auto
}

.c-btn.-left {
  margin-left: 0;
  margin-right: auto
}

.c-btn.-right {
  margin-left: auto;
  margin-right: 0
}

.c-btn.-size-100 {
  width: 100px
}

.c-btn.-size-150 {
  width: 150px
}

.c-btn.-size-200 {
  width: 200px
}

.c-btn.-size-250 {
  width: 250px
}

.c-btn.-size-300 {
  width: 300px
}

.c-btn.-size-335 {
  width: 335px
}

.c-btn.-size-350 {
  width: 350px
}

.c-btn.-size-400 {
  width: 400px
}

.c-btn.-size-450 {
  width: 450px
}

.c-btn.-size-500 {
  width: 500px
}

.c-btn.-gray a {
  background-color: #2F2E2D;
}

.c-btn.-agree a,
.c-btn.-gray a,
.c-btn.-apply a {
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  padding: 24px 12px;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn.-agree a {
  background-color: #4B2E83;
}

.c-btn.-apply a {
  background: rgb(51,187,180);
  background: linear-gradient(90deg, rgba(51,187,180,1) 0%, rgba(245,180,0,1) 100%);
}

.c-btn.-arrow-r {
  position: relative
}

.c-btn.-arrow-r:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-btn.-multiple-line a {
  min-height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}



@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;
}
	
	
.c-headline-h2 {
    font-size: 1.8rem;
    padding: 0 20px;
  }

  .c-headline-h2_line {
    line-height: 1.4;
  }
  .c-headline-h2_line::after {
    margin: 10px 0;
  }
  .c-headline-h2_en {
    font-size: 20px;
    line-height: 1.2
  }
.c-headline-h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 20px
  }

  .c-headline-h3::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #333;
    margin: 5px auto 0;
  }

  p+.c-headline-h3 {
    margin-top: 50px;
  }
.bg-white+.c-headline-h3 {
  margin-top: 50px;
}
  .c-headline-h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 20px
  }
.box-h {
	font-size: 1.3rem;
	margin-top: 50px;
}
.bg-white.space {
    padding: 15px;
  }
.c-list li { 
	margin-top: 10px;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
}

  .c-list li:before {
    display: inline-block
  }

  .c-list li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #4B2E83;
    border-radius: 8px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 5px
  }
.c-info__ttl {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
	
.c-btn {
    width: 100% !important
  }

  .c-btn.-text-adjust a {
    font-size: 1.4rem;
    letter-spacing: -1px
  }
}

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

#head_wrap a {
  text-decoration: none;
}

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

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

#head_wrap .logo {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 250px;
	margin-top: 10px;
}

#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 {
	  position: absolute;
top: -10px;
  width: 70%;
	  margin-top: 0;
}
	#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: 50px;
  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;
	width: 100%;
	z-index: 10;
	top: 0;
}
#mainvisual img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px){

}
@media (max-width: 480px){
}

/* campain
---------------------------------------------*/
section.campain {
}
section.campain img.main {
	width: 100%;
	height: auto;
}
section.campain .container {
	padding: 50px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

section.campain .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
	max-width: 1100px;
	margin: 50px auto 0px;
}
section.campain .grid img {
	width: 100%;
	height: auto;
}

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


/* about
---------------------------------------------*/
section.about {
}
section.about .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

section.about .container .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin: 50px auto 0px;
}
section.about .container .waku {
	border: 2px solid #4B2E83;
	padding: 15px;
	line-height: 1.4;
	border-radius: 10px;
	text-align: center;
	font-size: 1.6rem;
	background-color: #fff;
}

@media (max-width: 767px) {
section.about .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
		section.about .container .grid {
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
section.about .container .waku {
	font-size: 1.2rem;
}
}




/* griffith
---------------------------------------------*/
section.griffith {
}
section.griffith .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
section.griffith .container .bg-white.space.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
section.griffith .container .bg-white.space.grid .waku {
	border: 2px solid #4B2E83;
	padding: 15px;
	line-height: 1.4;
	border-radius: 10px;
	text-align: center;
	font-size: 1.6rem;
}


section.griffith .container .feature {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 20px auto 80px;
}
section.griffith .container .feature .contents {
	background-color: #fff;
	padding: 20px 20px 0px;
	
}
section.griffith .container .feature .contents h3 {
	color: #4B2E83;
	font-size: 1.7rem;
}
section.griffith .container .feature .contents .icon {
	background-color: #4B2E83;
	border-radius: 50%;
	width: 100%;
	max-width: 70px;
	padding: 20px;
	height: auto;
	margin: 0px auto 20px;
}

section.griffith .container .voice {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin: 20px auto 80px;
}
section.griffith .container .voice .contents {
	text-align: center;
	background-color: #fff;
	padding: 5px;
	border: solid 3px #4B2E83;
}
section.griffith .container .voice .contents .inside {
	border: solid 1px #4B2E83;
	padding: 20px;
	height: 92.5%;
}
section.griffith .container .voice .contents .inside .icon {
	margin: 0px auto 20px;
	width: 150px;
	height: 150px;
	border-radius: 50%;  /* 円形にする */
	position: relative;  /* 基準値とする */
	overflow: hidden; 
}
section.griffith .container .voice .contents .inside .icon img {
	object-fit: cover;
}
section.griffith .container .voice .contents .inside h3 {
	color: #4B2E83;
	font-size: 1.7rem;
}
section.griffith .container .voice .contents .inside .name {
	font-size: 0.8em;
	margin-bottom: 20px;
}
section.griffith .container .voice .contents .inside p {
	text-align: left;
}
section.griffith .container .voice .contents .inside p span {
	color: #4B2E83;
	font-weight: bold;
}


@media (max-width: 767px) {
section.griffith .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
	section.griffith .container .bg-white.space.grid {
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
section.griffith .container .bg-white.space.grid .waku {
	font-size: 1.2rem;
}
	section.griffith .container .feature {
	grid-template-columns: 1fr;
}
	section.griffith .container .voice {
	grid-template-columns: 1fr;
}
}


/* banner
---------------------------------------------*/
section.banner {
}
section.banner .container {
	padding: 0px 0px 50px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

@media (max-width: 767px) {
section.banner .container {
	padding: 0px 0px 30px;
	width: 90%;
		margin: 0px auto;
}
}


/* message
---------------------------------------------*/
section.message {
}
section.message .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
section.message .inner_900 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
section.message .inner_900 .photo {
	background-color: #eee;
	background-image: url("../images/message/back.jpg");
	background-size: cover;
}
section.message .inner_900 .content {
	background-color: #fff;
	padding: 30px 40px;;
}

@media (max-width: 767px) {
section.message .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
section.message .inner_900 {
	display: grid;
	grid-template-columns: 1fr;
}
	section.message .inner_900 .photo {
		height: 300px;
		background-position: center;
}
}


/* seminar
---------------------------------------------*/
section.seminar {
	background-color: #E4EAE9;
}
section.seminar .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
#content-frame {
	height: 800px;
}
@media (max-width: 767px) {
section.seminar .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
#content-frame {
	height: 1700px !important;
}
}


/* support
---------------------------------------------*/
section.support {
	background-color: #fff;
}
section.support .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

@media (max-width: 767px) {
section.support .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
}


/* faq
---------------------------------------------*/
section.faq {
}
section.faq .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

@media (max-width: 767px) {
section.faq .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
}


/* sns
---------------------------------------------*/
section.sns {
	background-color: #fff;
}
section.sns a {
	border: none;
}
section.sns .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
section.sns .container .grid {
	margin: auto;
	width: 100%;
	max-width: 300px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

@media (max-width: 767px) {
section.sns .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
}



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

footer {
	padding: 50px 0px 150px;
	background-color: #4E4E4E;
	color: #fff;
	clear: both;
	text-align: center;
}
footer .container {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
footer .container .copy {
	line-height: 1.5;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	footer .container {
		font-size: .5em;
		width: 90%;
	}
}

@media (max-width: 480px) {

}

