* {
	box-sizing: border-box;
}

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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

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

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 62.5%;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.header a {
	display: inline-block;
}

.main {
	display: block;
}

.sub_pageTitle {
	font-weight: bold;
	color: #30b0ec;
	letter-spacing: 0.05em;
	text-align: center;
}

.sub_pageTitle span {
	display: inline-block;
	position: relative;
}

.sub_pageTitle span::before,
.sub_pageTitle span::after {
	content: '';
	display: block;
	background-color: #30b0ec;
	position: absolute;
}

.sub_pageTitle span::before {
	left: -10px;
	transform: rotate(65deg);
}

.sub_pageTitle span::after {
	right: -5px;
	transform: rotate(-65deg);
}

h1 {
	font-weight: bold;
	text-align: center;
	color: #174db3;
}

h1 span {
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-color: #174db3;
}

.linkBtn {
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

.linkBtn span {
	position: relative;
	z-index: 20;
}

.linkBtn::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: url("../img/arrow_r_w.svg") #2b63ce no-repeat 94% center;
}

.linkBtn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #174db3;
}

.linkBtn:hover {
	text-decoration: none;
}

.content_container .lead {
	color: #434343;
	text-align: center;
}

.content_container .content_inner {
	position: relative;
}

.content_container .check_ttl {
	color: #174db3;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}

.content_container .check_ttl span {
	font-weight: normal;
	display: block;
}

.content_container figure {
	position: relative;
}

.content_container figure img {
	display: block;
}

.content_container figcaption {
	position: absolute;
}

.content_container figcaption img {
	width: 100%;
	height: auto;
}

.sec_1 .content_wrap:first-child {
	position: relative;
	text-align: center;
}

.sec_1 .mainImg {
	position: relative;
	z-index: 20;
}

.sec_1 .hukidashi_left {
	letter-spacing: 0.05em;
	position: absolute;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	color: #30b0ec;
}

.sec_1 .hukidashi_left span {
	font-weight: bold;
}

.sec_1 .hukidashi_right {
	letter-spacing: 0.05em;
	position: absolute;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	color: #30b0ec;
}

.sec_1 .hukidashi_right p:not(.recommend_img) {
	position: relative;
}

.sec_1 .hukidashi_right p.recommend_img {
	position: absolute;
}

.sec_1 .hukidashi_right span {
	font-weight: bold;
}

.sec_1 h2 {
	font-weight: normal;
	color: #174db3;
	letter-spacing: 0.05em;
	text-align: center;
}

.sec_1 h2 span {
	display: inline-block;
	position: relative;
}

.sec_1 h2 span::before,
.sec_1 h2 span::after {
	content: '';
	display: block;
	background-color: #174db3;
	position: absolute;
}

.sec_1 h2 span::before {
	left: -10px;
	transform: rotate(65deg);
}

.sec_1 h2 span::after {
	right: -5px;
	transform: rotate(-65deg);
}

.sec_1 .content_movie {
	text-align: center;
}

.sec_1 .annotation {
	color: #434343;
	letter-spacing: 0.05em;
	display: inline-block;
	position: relative;
}

.sec_1 .annotation::before {
	content: '';
	display: block;
	background: url("../img/speaker.svg") no-repeat left center;
	position: absolute;
	top: 0;
	left: 0;
}

.sec_1 .anchor_container li {
	background: url("../img/arrow_b_b.svg") no-repeat;
}

.sec_1 .anchor_container li a {
	width: 100%;
	display: block;
}

.sec_1 .anchor_container li h3 {
	font-weight: bold;
	color: #30b0ec;
	text-align: center;
	letter-spacing: 0.05em;
}

.sec_1 .anchor_container li p {
	font-weight: bold;
	color: #174db3;
	text-align: center;
	letter-spacing: 0.05em;
}

.sec_2 .content_wrap {
	position: relative;
	text-align: center;
}

.sec_2 .img_1 {
	z-index: 10;
}

.sec_2 .img_2 {
	z-index: 20;
}

.sec_2 .img_2::after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
}

.sec_2 .img_3 {
	z-index: 20;
}

.sec_2 .img_3 figure {
	display: flex;
}

.sec_2 .img_3 figcaption {
	position: static;
}

.sec_3 .content_wrap {
	position: relative;
	text-align: center;
}

.sec_3 .content_wrap:last-child {
	margin-bottom: 0;
}

.sec_3 .img_2 {
	z-index: 20;
}

.sec_3 .img_2 figure {
	display: flex;
}

.sec_3 .img_2 figcaption {
	position: static;
	order: -1;
}

.sec_4 .content_wrap {
	position: relative;
	text-align: center;
}

.sec_4 .img_1 {
	z-index: 10;
}

.sec_4 .img_2 {
	z-index: 20;
}

.sec_4 .img_2::after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
}

.sec_4 .img_3 {
	z-index: 20;
}

.sec_4 .img_3 figure {
	display: flex;
}

.sec_4 .img_3 figcaption {
	position: static;
}

.floating_menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ecf8ff;
	position: fixed;
	left: 0;
	bottom: -50%;
	z-index: 100;
	transition: all 0.5s;
}

.floating_menu.show {
	bottom: 0;
}

.floating_menu .linkBtn {
	margin: 0;
}

.floating_menu .linkBtn::after {
	display: none;
}

.floating_menu .linkBtn:hover span,
.floating_menu .linkBtn:hover::before {
	top: 0;
}

.footer {
	border-top: 1px solid #d2d2d2;
}

.footer p {
	display: table;
}

.footer img {
	display: table-cell;
	vertical-align: bottom;
}

.footer .copyright {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 3px;
}

@media print, screen and (min-width: 769px) {

.main br.forPC,
.main img.forPC {
	display: inline;
}

.main br.forTAB,
.main img.forTAB,
.main br.forSP,
.main img.forSP,
.main br.forSP_small,
.main img.forSP_small {
	display: none;
}

.header {
	max-width: 1000px;
	padding: 35px 20px 0;
	margin: 0 auto;
}

.header a {
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.header a:hover {
	opacity: 0.7;
}

.header p.forSP {
	display: none;
}

.main {
	padding: 40px 20px 0;
}

.sub_pageTitle {
	font-size: 2.4em;
	margin-bottom: 30px;
}

.sub_pageTitle span {
	padding: 0 40px;
}

.sub_pageTitle span::before,
.sub_pageTitle span::after {
	width: 38px;
	height: 3px;
	top: 10px;
}

h1 {
	font-size: 3.6em;
}

h1 span {
	font-size: 1.1em;
	border-bottom-width: 2px;
	padding-bottom: 5px;
}

.linkBtn {
	font-size: 2.4em;
	letter-spacing: 0.1em;
	width: 480px;
	height: 85px;
	border-radius: 42px;
}

.linkBtn.forSP {
	display: none;
}

.linkBtn::before {
	border-radius: 42px;
	background-size: 14px 21px;
}

.linkBtn::after {
	border-radius: 42px;
	bottom: -13px;
}

.linkBtn:hover span {
	top: 13px;
}

.linkBtn:hover::before {
	top: 13px;
}

.content_container .lead {
	font-size: 1.8em;
	line-height: 1.67;
	letter-spacing: 0.05em;
}

.content_container .check_ttl {
	font-size: 2.8em;
	padding: 4%;
	margin-bottom: 60px;
	background-size: contain;
	background-image: url("../img/title_bg_pc.jpg");
}

.content_container .check_ttl span {
	font-size: 0.57em;
	margin-bottom: 2.1%;
}

.sec_1 {
	padding: 0 20px 80px;
}

.sec_1 .content_wrap:first-child {
	max-width: 700px;
	margin: 0 auto 30px;
	padding-top: 80px;
}

.sec_1 .content_wrap:last-child {
	max-width: 960px;
	margin: 13px auto 0;
	padding-top: 60px;
}

.sec_1 .hukidashi_left {
	font-size: 1.8em;
	line-height: 1.6;
	width: 289px;
	height: 173px;
	top: 25px;
	left: 0;
	background-image: url("../img/hukidashi_1_pc.png");
}

.sec_1 .hukidashi_left span {
	font-size: 1.2em;
}

.sec_1 .hukidashi_right {
	font-size: 1.8em;
	line-height: 1.6;
	width: 290px;
	height: 173px;
	top: 25px;
	right: 0;
	background-image: url("../img/hukidashi_2_pc.png");
}

.sec_1 .hukidashi_right p.recommend_img {
	top: 12px;
	left: -85px;
}

.sec_1 .hukidashi_right span {
	font-size: 1.2em;
}

.sec_1 .lead {
	margin-bottom: 30px;
}

.sec_1 h2 {
	font-size: 2em;
	margin-bottom: 30px;
}

.sec_1 h2 span {
	padding: 0 35px;
}

.sec_1 h2 span::before,
.sec_1 h2 span::after {
	width: 28px;
	height: 3px;
	top: 10px;
}

.sec_1 .content_movie {
	max-width: 580px;
	margin: 0 auto 90px;
}

.sec_1 .annotation {
	font-size: 1.6em;
	line-height: 26px;
	margin-top: 30px;
	padding-left: 50px;
}

.sec_1 .annotation::before {
	width: 29px;
	height: 26px;
	background-size: 29px 26px;
}

.sec_1 .anchor_container {
	display: flex;
}

.sec_1 .anchor_container li {
	display: flex;
	justify-content: center;
	border-right: 2px solid #a2b8e1;
	background-size: 21px 14px;
	background-position: center 100%;
}

.sec_1 .anchor_container li:hover {
	animation: arrow-move 1s ease-in forwards;
}

.sec_1 .anchor_container li:first-child {
	width: 31%;
	border-left: 2px solid #a2b8e1;
}

.sec_1 .anchor_container li:nth-child(2) {
	width: 38%;
}

.sec_1 .anchor_container li:last-child {
	width: 31%;
}

.sec_1 .anchor_container li a {
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sec_1 .anchor_container li a:hover {
	opacity: 0.7;
}

.sec_1 .anchor_container li h3 {
	font-size: 1.6em;
	margin-bottom: 30px;
}

.sec_1 .anchor_container li p {
	font-size: 2em;
	line-height: 1.75;
	padding-bottom: 40px;
}

.sec_2 {
	padding: 0 20px 150px;
}

.sec_2 section {
	max-width: 960px;
	margin: 0 auto;
}

.sec_2 .content_wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 36px;
}

.sec_2 .content_wrap:nth-child(2) {
	margin-bottom: 30px;
}

.sec_2 .content_wrap:nth-child(3) {
	margin-bottom: 60px;
}

.sec_2 .img_1 figure {
	width: 82.7%;
}

.sec_2 .img_1 figcaption {
	top: 32%;
	right: -26%;
	width: 32%;
}

.sec_2 .img_2 {
	margin-top: -4.5%;
}

.sec_2 .img_2::after {
	width: 62px;
	height: 74px;
	top: -35px;
	right: 25%;
	background-image: url("../img/arrow_right_pc.png");
}

.sec_2 .img_2 figure {
	width: 82.7%;
	margin-left: auto;
}

.sec_2 .img_2 figcaption {
	top: 15%;
	left: -25%;
	width: 34%;
}

.sec_2 .img_3 {
	margin-top: -29%;
	right: -36px;
}

.sec_2 .img_3 figure {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.sec_2 .img_3 .pos_option {
	width: 100%;
	padding-right: 15px;
}

.sec_2 .img_3 .pos_option img {
	width: 16.6%;
	margin-left: auto;
}

.sec_2 .img_3 figcaption {
	order: -1;
	width: 28%;
}

.sec_2 .img_3 figcaption img {
	margin-left: auto;
}

.sec_3 {
	padding: 0 20px 130px;
}

.sec_3 section {
	max-width: 960px;
	margin: 0 auto;
}

.sec_3 .content_wrap {
	max-width: 960px;
	margin: 0 auto 30px;
	padding: 0 36px;
}

.sec_3 .img_2 {
	margin: -26.5% 0 10px;
	right: -36px;
}

.sec_3 .img_2 figure {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.sec_3 .img_2 .pos_option {
	width: 100%;
	padding-right: 15px;
}

.sec_3 .img_2 .pos_option img {
	width: 17.8%;
	margin-left: auto;
}

.sec_3 .img_2 figcaption {
	width: 25.8%;
	margin-bottom: 6px;
}

.sec_3 .img_2 figcaption img {
	margin-left: auto;
}

.sec_4 {
	padding: 0 20px 150px;
}

.sec_4 section {
	max-width: 960px;
	margin: 0 auto;
}

.sec_4 .content_wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 36px;
}

.sec_4 .content_wrap:nth-child(2) {
	margin-bottom: 30px;
}

.sec_4 .content_wrap:nth-child(3) {
	margin-bottom: 60px;
}

.sec_4 .img_1 figure {
	width: 82.7%;
}

.sec_4 .img_1 figcaption {
	top: -5%;
	right: -25%;
	width: 33%;
}

.sec_4 .img_2 {
	margin-top: -2.3%;
}

.sec_4 .img_2::after {
	width: 65px;
	height: 74px;
	top: -35px;
	left: 50%;
	background-image: url("../img/arrow_left_pc.png");
}

.sec_4 .img_2 figure {
	width: 82.7%;
	margin-left: auto;
}

.sec_4 .img_3 {
	margin-top: -38%;
	right: -36px;
}

.sec_4 .img_3 figure {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.sec_4 .img_3 .pos_option {
	width: 100%;
}

.sec_4 .img_3 .pos_option img {
	width: 17.5%;
	margin-left: auto;
}

.sec_4 .img_3 figcaption {
	order: -1;
	width: 30.9%;
}

.sec_4 .img_3 figcaption img {
	margin-left: auto;
}

.floating_menu {
	padding: 20px;
}

.floating_menu .linkBtn {
	width: 400px;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.floating_menu .linkBtn:hover {
	opacity: 0.7;
}

.footer {
	max-width: 960px;
	padding: 35px 0 30px;
	margin: 0 auto;
}

.footer img {
	margin-right: 10px;
}

.footer .copyright {
	font-size: 1.4em;
}

}

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

.main br.forTAB,
.main img.forTAB {
	display: inline;
}

.content_container .check_ttl {
	font-size: 2.4em;
}

.sec_4 .img_2::after {
	left: 47%;
}

}

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

.main br.forPC,
.main img.forPC {
	display: none;
}

.main br.forSP,
.main img.forSP {
	display: inline;
}

.header {
	padding: 3.13vw 3.13vw 0;
}

.header p.forPC {
	display: none;
}

.header img {
	width: 27.5vw;
	height: auto;
}

.main {
	padding: 4.69vw 4.69vw 0;
}

.sub_pageTitle {
	font-size: 4.06vw;
	margin-bottom: 3.13vw;
}

.sub_pageTitle span {
	padding: 0 4.69vw;
}

.sub_pageTitle span::before,
.sub_pageTitle span::after {
	width: 4.69vw;
	height: 0.31vw;
	top: 1.56vw;
}

h1 {
	font-size: 5.31vw;
}

h1 span {
	font-size: 6.25vw;
	border-bottom-width: 0.47vw;
	padding-bottom: 1.09vw;
	margin-bottom: 2.34vw;
}

.linkBtn {
	font-size: 4.06vw;
	letter-spacing: 0.08em;
	width: 79.69vw;
	height: 15.47vw;
	border-radius: 7.66vw;
}

.linkBtn.forPC {
	display: none;
}

.linkBtn::before {
	border-radius: 7.66vw;
	background-size: 2.81vw 4.38vw;
}

.linkBtn::after {
	border-radius: 7.66vw;
	bottom: -2.19vw;
}

.linkBtn:hover span {
	top: 2.19vw;
}

.linkBtn:hover::before {
	top: 2.19vw;
}

.content_container .lead {
	font-size: 3.44vw;
	line-height: 1.8;
	letter-spacing: 0.01em;
}

.content_container .check_ttl {
	font-size: 5vw;
	line-height: 1.4;
	padding: 9.38vw 0;
	margin-bottom: 7.81vw;
	width: calc(100% + 9.38vw);
	margin-left: -4.69vw;
	background-size: cover;
	background-image: url("../img/title_bg_sp.jpg");
}

.content_container .check_ttl span {
	font-size: 3.44vw;
	margin-bottom: 2.34vw;
}

.content_container figure .checkImg {
	width: 100%;
}

.sec_1 {
	padding-bottom: 9.38vw;
}

.sec_1 .content_wrap:first-child {
	margin-bottom: 4.69vw;
	padding-top: 10.94vw;
}

.sec_1 .content_wrap:last-child {
	margin-top: 2.19vw;
	padding-top: 9.38vw;
}

.sec_1 .mainImg {
	width: 23.91vw;
	height: 18.59vw;
}

.sec_1 .hukidashi_left {
	font-size: 3.13vw;
	line-height: 1.3;
	width: 40.31vw;
	height: 26.41vw;
	top: 4.69vw;
	left: -2.34vw;
	background-image: url("../img/hukidashi_1_sp.png");
}

.sec_1 .hukidashi_left span {
	font-size: 3.44vw;
}

.sec_1 .hukidashi_right {
	font-size: 3.13vw;
	line-height: 1.3;
	width: 40vw;
	height: 26.25vw;
	top: 4.69vw;
	right: -2.34vw;
	background-image: url("../img/hukidashi_2_sp.png");
}

.sec_1 .hukidashi_right p:not(.recommend_img) {
	margin: -1.56vw -3.12vw 0 0;
}

.sec_1 .hukidashi_right p.recommend_img {
	top: 0.63vw;
	left: -8.59vw;
}

.sec_1 .hukidashi_right p.recommend_img img {
	width: 17.19vw;
	height: auto;
}

.sec_1 .hukidashi_right span {
	font-size: 3.44vw;
}

.sec_1 .lead {
	margin-bottom: 6.25vw;
}

.sec_1 h2 {
	font-size: 3.75vw;
	margin-bottom: 3.13vw;
}

.sec_1 h2 span {
	padding: 0 4.69vw;
}

.sec_1 h2 span::before,
.sec_1 h2 span::after {
	width: 4.69vw;
	height: 0.31vw;
	top: 1.56vw;
}

.sec_1 .content_movie {
	padding: 0 2.34vw;
	margin-bottom: 9.38vw;
}

.sec_1 .annotation {
	font-size: 3.44vw;
	line-height: 6.25vw;
	margin-top: 2.34vw;
	padding-left: 10.16vw;
}

.sec_1 .annotation::before {
	width: 6.25vw;
	height: 5.63vw;
	background-size: 6.25vw 5.63vw;
}

.sec_1 .anchor_container {
	padding: 0 6.25vw;
}

.sec_1 .anchor_container li {
	background-size: 3.28vw 2.19vw;
	background-position: center 85%;
	border-bottom: 0.31vw solid #a2b8e1;
}

.sec_1 .anchor_container li:first-child {
	border-top: 0.31vw solid #a2b8e1;
}

.sec_1 .anchor_container li a {
	padding: 4.69vw 0 9.38vw;
}

.sec_1 .anchor_container li h3 {
	font-size: 3.13vw;
	margin-bottom: 2.34vw;
}

.sec_1 .anchor_container li p {
	font-size: 4.69vw;
	line-height: 1.3;
}

.sec_2 {
	padding-bottom: 23.44vw;
}

.sec_2 .content_wrap:nth-child(2) {
	margin-bottom: 7.81vw;
}

.sec_2 .content_wrap:nth-child(3) {
	margin-bottom: 9.38vw;
}

.sec_2 .lead {
	text-align: left;
}

.sec_2 .img_1 {
	margin-bottom: 4.69vw;
}

.sec_2 .img_1 figure {
	padding: 0 6.25vw;
}

.sec_2 .img_1 figcaption {
	bottom: 12.5vw;
	right: 0;
	width: 51.72vw;
}

.sec_2 .img_2 {
	margin-bottom: 2.34vw;
}

.sec_2 .img_2::after {
	width: 6.88vw;
	height: 15.16vw;
	top: -9.37vw;
	right: 37.5vw;
	background-image: url("../img/arrow_right_sp.png");
}

.sec_2 .img_2 figure {
	padding: 0 6.25vw;
}

.sec_2 .img_2 figcaption {
	top: 15.63vw;
	left: 0;
	width: 52.97vw;
}

.sec_2 .img_3 figure {
	justify-content: center;
	align-items: center;
}

.sec_2 .img_3 .pos_option {
	margin-right: 1.56vw;
}

.sec_2 .img_3 .pos_option img {
	width: 21.88vw;
}

.sec_2 .img_3 figcaption {
	width: 59.69vw;
}

.sec_3 {
	padding-bottom: 17.19vw;
}

.sec_3 .content_wrap {
	margin-bottom: 7.81vw;
}

.sec_3 .lead {
	text-align: left;
}

.sec_3 .img_1 {
	margin-bottom: 2.34vw;
}

.sec_3 .img_1 figure {
	padding: 0 6.25vw;
}

.sec_3 .img_2 {
	margin-bottom: 6.25vw;
}

.sec_3 .img_2 figure {
	justify-content: center;
	align-items: center;
}

.sec_3 .img_2 .pos_option img {
	width: 22.34vw;
}

.sec_3 .img_2 figcaption {
	width: 67.81vw;
}

.sec_4 {
	padding-bottom: 23.44vw;
}

.sec_4 .content_wrap:nth-child(2) {
	margin-bottom: 7.81vw;
}

.sec_4 .content_wrap:nth-child(3) {
	margin-bottom: 9.38vw;
}

.sec_4 .lead {
	text-align: left;
}

.sec_4 .img_1 {
	margin-bottom: 4.69vw;
}

.sec_4 .img_1 figure {
	z-index: 10;
	padding: 0 6.25vw;
}

.sec_4 .img_1 figcaption {
	bottom: 35.16vw;
	right: 0;
	width: 53.75vw;
}

.sec_4 .img_2::after {
	width: 9.38vw;
	height: 14.69vw;
	top: -7.81vw;
	right: 25vw;
	left: auto;
	z-index: 5;
	background-image: url("../img/arrow_left_sp.png");
}

.sec_4 .img_2 figure {
	width: calc(100% + 0.4vw);
	margin-left: -0.2vw;
}

.sec_4 .img_3 {
	margin-top: 3.91vw;
}

.sec_4 .img_3 figure {
	align-items: flex-end;
}

.sec_4 .img_3 .pos_option {
	margin-bottom: 3.13vw;
}

.sec_4 .img_3 .pos_option img {
	width: 20.94vw;
}

.sec_4 .img_3 figcaption {
	width: 69.06vw;
}

.floating_menu {
	padding: 3.13vw;
}

.footer {
	width: 100%;
	padding: 4.69vw 4.69vw 9.38vw;
}

.footer img {
	margin-right: 1.56vw;
}

.footer .copyright {
	font-size: 3.44vw;
}

}

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

.main br.forSP_small,
.main img.forSP_small {
	display: inline;
}

}

@-moz-keyframes arrow-move {

0% {
	background-position: center 100%;
}

25% {
	background-position: center 95%;
}

50% {
	background-position: center 100%;
}

750% {
	background-position: center 95%;
}

100% {
	background-position: center 100%;
}

}

@-webkit-keyframes arrow-move {

0% {
	background-position: center 100%;
}

25% {
	background-position: center 95%;
}

50% {
	background-position: center 100%;
}

750% {
	background-position: center 95%;
}

100% {
	background-position: center 100%;
}

}

@-o-keyframes arrow-move {

0% {
	background-position: center 100%;
}

25% {
	background-position: center 95%;
}

50% {
	background-position: center 100%;
}

750% {
	background-position: center 95%;
}

100% {
	background-position: center 100%;
}

}

@keyframes arrow-move {

0% {
	background-position: center 100%;
}

25% {
	background-position: center 95%;
}

50% {
	background-position: center 100%;
}

750% {
	background-position: center 95%;
}

100% {
	background-position: center 100%;
}

}

