@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Animation
	 3. General
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Animation
-------------------------------------------------- */

@keyframes fade-in3 {
	0% {
	  opacity: 0;
	  transform: translate3d(0, 20px, 0);
	}
	100% {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
}

@keyframes fade-in4 {
	0% {
	  opacity: 1;
	  transform: translate3d(0, 20px, 0);
	}
	100% {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
}

/* --------------------------------------------------
	 3. General
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.65rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.is-fixed {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	opacity: 0;
}

.is-fixeds {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	opacity: 0!important;
}

.js_fadein {
  opacity: 0;
}

.is_show {
    animation-name: fade-in3;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.pc {
	display: block!important;
}

.sp {
	display: none!important;
}

header {
	background: url(../img/header_bg.jpg) no-repeat center top;
    background-size: cover;
	height: 800px;
	position: relative;
}

header h1 {
	left: 20px;
	top: 20px;
	position: absolute;
	width: 100px;
	z-index: 10;
}

header h1 img {
	width: 100%;
}

header h2 {
    position: absolute;
    top: 50%;
    right: 5%;
	margin-top: -17%;
    max-width: 774px;
    max-height: 394px;
    z-index: 2;
	width: 60%;
}

header h2 img {
	width: 100%;
}

header p.entry {
	right: 20px;
	bottom: -30px;
	position: absolute;
	width: 181px;
	z-index: 10;
}

header p.entry img {
	width: 100%;
}

header p.entry img {
 	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

header p.entry:hover img {
	opacity: 0.7;
}

header .slider {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 1;
}

.subNav {
	overflow: hidden;
	text-align: center;
}

.navToggle {
	background-color: #000;
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 9999;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 1px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 24px;
}

.navToggle span:nth-child(1) {
    top: 28px;
}
 
.navToggle span:nth-child(2) {
    top: 38px;
}
 
.navToggle span:nth-child(3) {
    top: 48px;
}

.navToggle.active span:nth-child(1) {
    top: 38px;
    left: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 38px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#section01 {
	background: url(../img/section01_bg.gif) center top;
    text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}

#section01 img.pc {
	margin: 0 auto;
}

#section01 .slider {
	width: 50%;
    position: absolute;
    top: 46.2%;
    left: 50%;
    margin-left: -25%;
}

#section02 {
    text-align: center;
}

#section02 img {
	display: block;
    width: 100%;
}

#section03 {
    background-color: #FFFBE8;
}

#section03 .inner {
    margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 90px;
    width: 1000px;
}

#section03 .inner h3 {
	margin-bottom: 40px;
}

#section03 .inner h3 img {
    width: 100%;
}

#section03 .inner dl {
	overflow: hidden;
	margin-bottom: 90px;
}

#section03 .inner dl:last-child {
	margin-bottom: 0px;
}

#section03 .inner dl dt {
	float: left;
    width: 45%;
}

#section03 .inner dl dt img {
    width: 100%;
}

#section03 .inner dl dd {
	float: right;
    width: 50%;
}

#section03 .inner dl dd ul {
	overflow: hidden;
	margin-top: 5%;
}

#section03 .inner dl dd ul li {
	float: left;
	margin-bottom: 2%;
	width: 48.5%;
}

#section03 .inner dl dd ul li:nth-child(odd) {
	margin-right: 3%;
}

#section03 .inner dl dd ul li a {
	display: block;
}

#section03 .inner dl dd ul li img {
	width: 100%;
}

#section03 .inner dl dd span {
	display: block;
	margin-bottom: 10px;
}

#section03 .inner dl dd h4 {
	color: #66CCCC;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-size: 165%;;
	font-weight: 700;
	margin-bottom: 15px;
}

#section03 .inner dl dd a {
    display: inline-block;
}

#section03 .inner dl dd a img {
 	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

#section03 .inner dl dd a:hover img {
	opacity: .55;
}

#section04 {
    text-align: center;
}

#section04 img {
	display: block;
    width: 100%;
}

#section05 {
	background: url(../img/section05_bg.gif) center top;
    text-align: center;
}

#section05 .inner {
    margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 90px;
    width: 1000px;
}

#section05 .inner a img {
 	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

#section05 .inner a:hover img {
	opacity: .55;
}

#section06 {
    text-align: center;
}

#section06 img {
	display: block;
    width: 100%;
}

#section07 {
	background: url(../img/section07_bg.gif) center top;
	padding-bottom: 90px;
    text-align: center;
}

#section07 .inner {
    margin: 0 auto;
    width: 1000px;
}

#section07 .inner a img {
 	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

#section07 .inner a:hover img {
	opacity: .55;
}

#section08 {
    background-color: #FFE1E1;
    text-align: center;
}

#section08 .inner {
    margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 90px;
    width: 1000px;
}












footer {
	background: url(../img/footer_bg.gif) center top;
	padding-top: 90px;
}

footer .inner {
    margin: 0 auto 50px;
    width: 1000px;
}

footer .inner ul {
	background-color: #EFEFEF;
	padding: 40px 90px;
    margin: 0 auto 90px;
    width: 90%;
}

footer .inner ul li {
	list-style: disc;
	font-size: 80%;
	margin-left: 20px;
}

footer .inner #pagetop {
    text-align: center;
}

footer .inner dl {
	margin-top: 30px;
	text-align: center;
}

footer .inner dl dt img {
	width: 270px;
}

footer .inner dl dd a {
	color: #B52D75;
	font-size: 10px;
	text-decoration: underline;
}

footer .inner .sns {
	border-top: solid 0.5px #BCBDB8;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
}

footer .inner .sns span {
	display: inline-block;
	padding: 0 5px;
}

footer .inner .sns span a img {
 	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

footer .inner .sns span a:hover img {
	opacity: .55;
}

footer p.copy {
    background-color: #000000;
    color: #FFF;
    font-size: 10px;
    padding: 5px 0;
    text-align: center;
}




@media screen and (min-width:1370px) {
header h2 {
    top: 55%;
}
}


@media screen and (max-width:1370px) {
#section01 img {
    width: 100%;
}

#section01 .slider img {
	text-align: center;
}

}


@media screen and (min-width:1024px) {
	#section03 .inner dl dd h4 {
		pointer-events: none;
	}
}

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

header {
	height: 600px;
}

header p.entry {
	right: 20px;
	bottom: -30px;
	width: 20%;
}

#section01 {
	padding-top: 10%;
}

footer {
	padding-top: 10%;
}

footer .inner {
	margin: 0 auto 10%;
    width: 90%;
}

footer .inner ul {
    margin: 0 auto 10%;
	padding: 5%;
    width: 100%;
}


.pc {
	display: none!important;
}

.sp {
	display: block!important;
}

header {
	background: url(../img/header_bg_sp.jpg) no-repeat center top;
	background-size: cover;
	height: 600px;
}

header h2 {
    top: auto;
    right: 2.5%;
    bottom: 2.5%;
    margin-top: 0;
    width: 95%;
	max-height: 80%;
}

#section01 .slider {
    width: 65%;
    top: 27.5%;
    margin-left: -32.5%;
}

header p.entry {
    bottom: -50px;
}

#section01 {
	padding-top: 10%;
	padding-bottom: 5%;
}

#section01 img.icon {
    position: absolute;
    right: 13%;
    top: 28%;
    width: 5%;
}

#section03 .inner {
	padding-top: 5%;
	padding-bottom: 5%;
    width: 90%;
}

#section03 .inner dl {
    margin-bottom: 3%;
}

#section03 .inner dl dt {
	display: none;
}

#section03 .inner dl dd {
    float: none;
    width: 100%;
}

#section03 .inner dl dd h4 {
	font-size: 100%;
	margin-bottom: 2%;
	cursor: pointer;
	float: right;
	padding-top: 1.1%;
	position: relative;
    width: 83%;
}

#section03 .inner dl dd h4::after {
    content: '';
    width: 15px;
    height: 8px;
    display: block;
    background: url(../img/arrow.png);
    background-size: cover;
    position: absolute;
    right: 0%;
    top: 50%;
    margin-top: 0px;
}

#section03 .inner dl dd span {
	float: left;
    margin-bottom: 0px;
	width: 15%;
}

#section03 .inner dl dd span img {
	width: 100%;
}

#section03 .inner dl dd a {
    width: 100%;
}

#section03 .inner dl dd a img {
    width: 100%;
}

#section03 .inner dl dd a.mt_2 {
	margin-top: 1rem !important;
}

#section03 .inner .images {
	margin-top: 7%;
    width: 100%;
}

#section03 .inner .images img {
    width: 100%;
}

#section03 .inner .stepqaaccordion {
	display: none;
	clear: both;
}

#section04 {
	padding-top: 5%;
	padding-bottom: 5%;
}

#section04 .qaaccordion .question {
	cursor: pointer;
	margin-bottom: 5%;
}

#section04 .qaaccordion .answer {
	display: none;
}

#section05 .inner {
	padding-top: 5%;
	padding-bottom: 5%;
    width: 90%;
}

#section05 .inner a img {
    width: 100%;
}

#section07 {
	padding-bottom: 5%;
}

#section07 .inner {
    width: 90%;
}

#section07 .inner img {
    width: 100%;
}

#section08 .inner {
	padding-top: 5%;
	padding-bottom: 5%;
    width: 90%;
}

#section08 .inner iframe {
    width: 100%;
}

footer {
    padding-top: 5%;
}

footer .inner .sns {
    margin-top: 5%;
    padding-top: 5%;
}

footer .inner ul {
    margin: 0 auto 5%;
}

footer .inner dl {
    margin-top: 5%;
}



}

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

#section01 .slider {
    top: 27.5%;
}

}

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


}