@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
  height:100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
body {
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
  color:#3e261e;
	font-family: "游ゴシック",DIN, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  background: #fffdf6;
}
a {
  -webkit-transition: all ease-in-out .1s;
          transition: all ease-in-out .1s;
}
a:focus, a:active, a:hover {
  outline: 0;
}
* {
  box-sizing: border-box;
}
b{
	font-weight:bold;
}

.mt10{
	margin-top:6px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.pt30{
	padding-top:30px !important;
}
.pb20 {
  padding-bottom: 20px;
}
.brnd {
  mix-blend-mode: multiply;
}
.tac {
	text-align:center !important;
}
.pc {
  display: block!important;
}
.sp{
  display: none!important;
}


@media screen and (max-width: 640px) {
.sp{
  display: block!important;
}
.pc{
  display: none!important;
}

}




/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html:not(.touch) a {
  transition: opacity 0.1s linear; }
  html:not(.touch) a:hover {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }

.vpc{display:block; margin:auto;}
.vsp{display:none; margin:auto;}

@media screen and (max-width: 640px) {
.vsp{display:block; margin:auto;}
.vpc{display:none; margin:auto;}
}


/* ++++++++++++++++++++ header ++++++++++++++++++++ */
.header{
  width:100%;
  height:73px;
  background-color: #fff;
  text-align: center;
  box-shadow:2px 2px 3px rgba(0,0,0,0.3);
  font-size: 0;
  z-index:10;
  position: relative;
}
.header .inner{
	width:96%;
  margin: auto;
  padding:17px 0 16px 0;
  overflow: auto;
}
.header_logo{
  float:left;
}
.header_sns{
  float:right;
}

/* SNS */
.index__aside__block__sns__fb, .index__aside__block__sns__tw, .index__aside__block__sns__yt, .index__aside__block__sns__wc, .index__aside__block__sns__wb, .index__aside__block__sns__ig{
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  width: 37px;
  height: 37px;
  background-size: 37px 37px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px;
}
.index__aside__block__sns__wc {
  background-image: url(../images/sns_wechat.png);
}
.index__aside__block__sns__fb {
  background-image: url(../images/sns_fb.png);
}
.index__aside__block__sns__wb {
  background-image: url(../images/sns_weibo.png);
}
.index__aside__block__sns__ig {
	background-image: url(../images/sns_instagram.png);
}


@media screen and (max-width: 640px) {
p {
  font-size: 13px !important;
}
img{
	max-width:100%;
}
.header{
  width:100%;
  height:63px;
  background-color: #fff;
  box-shadow:2px 2px 3px rgba(0,0,0,0.3);
  font-size: 0;
  z-index:10;
  position: relative;
}
.header .inner{
  width:100%;
  margin: auto;
  padding:12px 0 16px 0;
  overflow: auto;
}
.header_logo{
	width:40%;
	padding:7px 0px 10px 10px;
}
.header_sns{
	float:right;
	min-width:40%;
}
body{
  font-size: 14px!important;
}

}



/* ++++++++++++++++++++ mainimage ++++++++++++++++++++ */
.mainimage{
	overflow: hidden;
	z-index:1;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
.mainimage img{
  width: 100%;
}

@media screen and (max-width: 640px) {
.mainimage{
  min-width:100%;
}

}

/* ++++++++++++++++++++ content ++++++++++++++++++++ */
.main{
  width: 100%;
}
.main_size{
  width: 90%;
  margin: 0 auto;
  max-width: 1000px
}
.content_top{
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
.content_top img{
  width: 100%;
}
.content_cell{
  padding: 60px 0 100px;
}
.content_ttl {
  text-align: center;
}
.content_ttl img {
  width: 100%;
}

@media screen and (max-width: 640px) {
.content_top{
  padding: 20px 0;
  width: 100%;
}
.content_cell{
  padding: 20px 0 45px;
}

}


/* ++++++++++++++++++++ 回答 ++++++++++++++++++++ */
.answer ul {
  background: #fff;
  border-radius: 10px;
  padding: 40px 90px;
  box-shadow: 0 0 30px #eee;
  display: flex;
  justify-content:space-between;
  margin: 50px auto;
}
.answer ul li {
  width: 43%;
}
.answer ul li span {
  vertical-align: top;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3e261e;
  text-align:center;
  line-height: 30px;
  color: #fff;
  font-family: 'DIN', sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.answer ul li p {
  display: inline-block;
  width: 90%;
}
.answer ul li img {
  margin: 30px auto 60px;
  display: block;
}
.comment {
  font-size: 10px !important;
  float: right;
}
.answer_btm img {
  vertical-align: middle;
  float: left;
}
.answer_btm_txt {
  margin-left: 30px;
  padding-top: 70px;
}

@media screen and (max-width: 640px) {
.answer_btm img {
  width: 85%;
  float: none;
}
.answer_btm_txt {
  margin-left: 0;
  margin: 10px auto 0;
  padding-top: 0;
}
.answer ul {
  padding: 20px;
  display: block;
  margin: 30px auto;
}
.answer ul li {
  width: 100%;
}
.answer ul li p {
  width: 89%;
  padding-left: 5px;
}
.answer ul li img {
  width: 70%;
  margin: 20px auto 50px;
}
.answer ul li span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.comment {
  float: none;
  text-align: left;
  width: 100% !important;
  padding-left: 0 !important;
}

}



/* ++++++++++++++++++++ パワー ++++++++++++++++++++ */
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.power {
  background-image: url(../images/power_bg.jpg);
  text-align: center;
}
.power_ttl {
  padding-top: 150px;
}
.power_box {
  background: #3e261e;
  border-radius: 10px;
  padding: 45px 40px;
  margin-bottom: 80px;
  position: relative;
  z-index: 100;
}
.power_box p {
  color: #fff;
  margin-top: 20px;
  line-height: 1.8;
}
.power_circle {
  margin: 60px 0;
}
.power_arrow_01 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.power_ninjin_01 {
  position: absolute;
  top: 100px;
  right: 0;
}
.power_ninjin_02 {
  position: absolute;
  top: 50px;
  left: 0;
}
.power_arrow_02 {
  width: 100%;
}


@media screen and (max-width: 640px) {
.power_box p {
  text-align: left;
  margin-top: 10px;
}
.power_circle {
  margin: 30px 0;
}
.power_box {
  padding: 30px 20px;
  margin-bottom: 40px;
}
.power_ttl {
  padding-top: 70px;
}
.power_arrow_02 {
  bottom: -25px;
}
.power_btm {
  padding-bottom: 30px;
}

}


/* ++++++++++++++++++++ 紹介 ++++++++++++++++++++ */
.intro {
  padding-top: 150px;
}
.intro_main img {
  width: 100%;
}
.intro_02 {
  padding-top: 100px;
}


@media screen and (max-width: 640px) {
.intro {
  padding-top: 60px;
}



}


/* ++++++++++++++++++++ 3つの理由 ++++++++++++++++++++ */
.reason {
  background-image: url(../images/reason_bg.jpg);
}
.reason_ttl {
  margin: 0 auto;
  display: block;
  padding: 70px 0 50px;
}
.reason_box {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 60px 110px;
  position: relative;
  margin-bottom: 100px;
  display: inline-block;
}
.reason_box_ttl {
  text-align: center;
  margin: 0 auto 50px;
  display: block;
}
.reason ul li {
  margin-bottom: 100px;
}
.reason ul li:last-child {
  margin-bottom: 0;
}
.reason_list_ttl {
  margin: 0 auto;
  display: block;
}
.reason_list_img {
  display: flex;
  justify-content:space-between;
  margin: 40px 0;
  position: relative;
  z-index: 100;
}
.reason_list_figure {
  margin: 40px auto;
  display: block;
}
.reason_bg_01 {
  position: absolute;
  left: 0;
  top: 200px;
}
.reason_bg_02 {
  position: absolute;
  right: 0;
  top: 800px;
}
.reason_bg_03 {
  position: absolute;
  left: 0;
  bottom: 365px;
}


@media screen and (max-width: 640px) {
.reason_box {
  padding: 30px 20px;
  margin-bottom: 60px;
}
.reason_list_img {
  display: block;
  margin: 20px 0 0 0;
}
.reason_list_img img {
  padding: 5px 0;
}
.reason_list_figure {
  margin: 20px 0;
}
.reason ul li {
  margin-bottom: 60px;
}
.reason_ttl {
  padding: 30px 0 20px;
}
.reason_bg_01 {
  width: 50%;
  top: 110px;
}
.reason_bg_02 {
  width: 28%;
  top: 740px;
}
.reason_bg_03 {
  width: 42%;
  bottom: 555px;
}
.reason ul li:nth-child(2) .reason_list_ttl {
  width: 93%;
}
.reason ul li:last-child .reason_list_ttl {
  width: 87%;
}
.reason_box_ttl {
  margin: 0 auto 30px;
}

}



/* ++++++++++++++++++++ 応援 ++++++++++++++++++++ */
.cheering {
  width: 100%;
  margin: 0 auto;
}
.cheering img {
  width: 100%;
}

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



}


/* ++++++++++++++++++++ footer ++++++++++++++++++++ */
.footer{
  background: #3e261e;
  color: #fff;
  padding: 30px 30px 30px 0;
  font-size: 13px;
  display: flow-root;
}
.footer p {
  float: right;
}

@media screen and (max-width: 640px){
.footer {
  font-size: 11px !important;
  padding: 15px 0;
}
.footer p {
  float: none;
  text-align: center;
  font-size: 11px !important;

}

}
