/*-------------------------
	@media
 -------------------------*/

/*-------------------------
	letter-spacing
 -------------------------*/

/*-------------------------
	color
 -------------------------*/

.js-header-logo2 {
	display: none;
}

.js-header._js-active {
	background-color: #fff;
}

.js-header._js-active * {
	color: #2E2E2E;
}

.js-header._js-active .js-header-logo1 {
	display: none;
}

.js-header._js-active .js-header-logo2 {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #F4F2E9;
	color: #000;
	font-family: rooney-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.33;
}

img {
	width: 100%;
}

a:hover {
	opacity: 0.5;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html { /* 1 */
	-webkit-text-size-adjust: 100%;
	line-height: 1.15; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] { /* 2 */
	-webkit-text-decoration: underline dotted;
	border-bottom: none; /* 1 */
	text-decoration: underline;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*---------------------------
my reset
----------------------------*/

ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

figure {
	margin: 0;
}

img {
	display: block;
}

.bnr {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 70px;
	justify-content: center;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

.bnr-icon {
	margin-left: 10px;
	width: 148px;
}

.bnr-icon img {
	width: 100%;
}

.bnr-link {
	border-left: 1px solid #999596;
	color: #000;
	font-weight: bold;
	margin-left: 11.5px;
	padding-left: 9.5px;
	position: relative;
}

.bnr-link i {
	color: #10993B;
	margin-left: 2em;
}

.box1 {
	background-color: #fff;
	border-radius: 10px;
	margin-top: 31px;
	width: 100%;
}

.box1:first-of-type {
	margin-top: 0;
}

.box1-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 38px;
}

.box1-inner._bg1 {
	background: url(../img/box1_bg1.svg) no-repeat;
	background-position: calc(100% + 134.5px) 12px;
}

.box1-inner._bg2 {
	background: url(../img/box1_bg1.svg) no-repeat;
	background-position: -163px 47px;
}

.box1-img {
	width: 135px;
}

.box1-def {
	margin-left: 57px;
	max-width: 75%;
	width: 660px;
}

.box1-dtit {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}

.box1-dsubtit {
	font-size: 14px;
	margin-left: 10px;
}

.box1-dtag {
	background-color: #c6c6c6;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-top: 14px;
	padding: 8px 16px;
}

.box1-dtxt {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 17px;
}

.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cards-card {
	display: block;
}

.cards-card img {
	height: 100%;
	width: 100%;
}

.cards-card a {
	color: #000;
}

.cards-img img {
	width: 100%;
}

.cards-tit {
	font-size: 20px;
}

.cards-txt._sm {
	font-size: 11px;
}

.cards._col3 {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.cards._col3 .cards-card {
	width: calc((100%/3) - (0 - 0/3));
}

.cards._col3 .cards-card:nth-of-type(3n) {
	margin-right: 0;
}

.cards._col3 .cards-card:nth-last-of-type(-n + 3) {
	margin-bottom: 0;
}

.category-list {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.category-item a {
	color: #000;
	display: inline-block;
	font-size: 20px;
	padding: 12px 50px 12px 12px;
	position: relative;
}

.category-item a::after {
	-webkit-transform: translateY(-50%);
	background-image: url(../img/icon_arr3-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 9px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.category-item._active a {
	background: rgba(119, 174, 206, 0.8);
	color: #fff;
}

.category-item._active a::after {
	background-image: url(../img/icon_arr3-2.png);
	content: "";
}

.cp {
	padding-top: 130px;
}

.cp-inner {
	margin: 0 auto;
	width: 1080px;
}

.cp-txt {
	font-size: 18px;
	text-align: center;
}

.cp-imgs {
	margin-top: 76px;
}

.footer {
	background-color: #fff;
	padding: 43px 0 48px;
}

.footer-menu {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.footer-logos {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-logos span {
	font-size: 13px;
	margin: 0 13px 0 10px;
}

.footer-logo {
	width: 163px;
}

.footer-logo._arc {
	width: 72px;
}

.footer-list {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-right: 25px;
}

.footer-item {
	margin: 0 25px;
}

.footer-item a {
	color: #000;
	font-weight: bold;
}

.footer-txt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 22px;
}

.footer-txt a {
	color: #000;
}

.footer-txt i {
	margin-left: 10px;
}

.fv {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 90vh;
	padding-top: 80px;
}

.fv-inner {
	margin: 0 auto;
	max-width: 95%;
	position: relative;
	width: 1080px;
	z-index: 1;
}

.fv-fuki {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background: #10993B;
	border-radius: 50px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
	margin-bottom: 16px;
	position: relative;
	width: 115px;
}

.fv-fuki::after {
	-webkit-transform: rotate(-15deg);
	border-color: transparent #10993B transparent transparent;
	border-style: solid;
	border-width: 0 20px 25px 0;
	bottom: -15px;
	content: "";
	display: inline-block;
	height: 0;
	left: 25px;
	position: absolute;
	transform: rotate(-15deg);
	width: 0;
}

.fv-tit {
	font-size: 32px;
	line-height: 1.34375;
	margin-top: 12px;
}

.fv-txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 32px;
}

.fv-btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #FF7B00;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	justify-content: center;
	margin-top: 40px;
	position: relative;
	width: 260px;
}

.fv-bg {
	-webkit-transform: translateY(-50%);
	max-width: 700px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.fv-bg img {
	width: 100%;
}

.header {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	align-items: center;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	justify-content: space-between;
	padding: 0 0 0 30px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.header-logos {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-logos span {
	font-size: 13px;
	margin: 0 13px 0 10px;
}

.header-logo {
	width: 163px;
}

.header-logo._arc {
	width: 72px;
}

.header-wrap {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-item {
	margin-left: 42px;
}

.header-item a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.header-btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #10993B;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	margin-left: 50px;
	position: relative;
	width: 190px;
}

.inner {
	margin: 0 auto;
	width: 900px;
}

.main {
	background: url(../img/body_bg.png);
}

.sec-tit {
	color: #10993B;
	font-size: 60px;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin: 0;
	text-align: center;
}

.sec-tit-sm {
	color: #000;
	display: block;
	font-size: 24px;
}

.sec-tit._ensm {
	font-size: 24px;
}

.sec-tit._ensm .sec-tit-sm {
	font-size: 40px;
}

.sec-subtit {
	font-size: 28px;
	margin: 0 0 55px;
	text-align: center;
}

.sec-txt {
	font-size: 18px;
	text-align: center;
}

.sec._bg2 .sec-tit {
	color: #fff;
}

.sec._bg2 .sec-tit::after {
	background-color: #fff;
}

.spmenu {
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
}

.spmenu-list {
	padding-bottom: 94px;
	position: relative;
	text-align: center;
}

.spmenu-list::after {
	-webkit-transform: translateX(-50%);
	background-color: #c4c4c4;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 57px;
}

.spmenu-item {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	justify-content: center;
	margin-top: 16px;
	width: 230px;
}

.spmenu-item:first-of-type {
	margin-top: 0;
}

.spmenu-item a {
	color: #000;
	font-size: 21px;
	font-weight: bold;
}

.spmenu-logo {
	margin-top: 81px;
	width: 120px;
}

.spmenu-txt {
	color: #1c1c1c;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 30px;
	opacity: 0.5;
}

.spmenu-copy {
	color: #1c1c1c;
	font-size: 12px;
	margin-top: 71px;
	opacity: 0.5;
}

.table1 {
	border-collapse: collapse;
	margin: 50px auto;
	text-align: left;
}

.table1 a {
	color: #000;
	text-decoration: underline;
}

.table1 tr {
	background-color: rgba(255, 255, 255, 0.7);
	height: 100px;
	margin-top: 15px;
}

.table1 tr:nth-of-type(odd) {
	background-color: rgba(208, 230, 207, 0.7);
}

.table1 th,
.table1 td {
	padding: 15px 30px;
}

.table1 th {
	width: 20%;
}

.table1 td {
	width: 80%;
}

.totop {
	bottom: 185px;
	position: fixed;
	right: 30px;
	z-index: 100;
}

.totop img {
	width: 54px;
}

.content {
	margin-top: 30px;
}

.content p {
	margin: 1em 0;
}

.page-sec {
	padding: 100px 0;
}

.page-tit {
	font-size: 58px;
	text-align: center;
}

.sec1 {
	background: #D0E6CF;
	margin-top: -35px;
	padding-top: 90px;
	position: relative;
}

.sec1::after {
	-webkit-transform: translateX(-50%);
	border-color: #D0E6CF transparent transparent transparent;
	border-style: solid;
	border-width: 56px 52.5px 0 52.5px;
	bottom: -55.8px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.sec1-inner {
	min-height: 656px;
	position: relative;
}

.sec1-content {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sec1-bg {
	max-width: 35%;
	width: 284px;
}

.sec1-box .sec1-txt {
	margin-top: 25px;
}

.sec1-box._box1 {
	max-width: 35%;
	width: 300px;
}

.sec1-box._box1 .sec1-txt {
	padding-left: 40px;
}

.sec1-box._box2 {
	max-width: 30%;
	width: 270px;
}

.sec1-txt {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 140px;
	justify-content: center;
}

.sec1-txt._txt1 {
	background-image: url(../img/sec1_pic1.png);
}

.sec1-txt._txt2 {
	background-image: url(../img/sec1_pic2.png);
}

.sec1-txt._txt3 {
	background-image: url(../img/sec1_pic3.png);
}

.sec1-txt._txt4 {
	background-image: url(../img/sec1_pic4.png);
}

.sec1-txt._txt5 {
	background-image: url(../img/sec1_pic5.png);
}

.sec2 {
	padding: 72px 0 100px;
}

.sec2-tlogo {
	display: inline-block;
	margin: 0 30px;
	vertical-align: bottom;
	width: 278px;
}

.sec2-img1 {
	display: block;
	margin: 56px auto 0;
	max-width: 100%;
	width: 607px;
}

.sec2-box {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 33px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	margin-top: 60px;
	padding: 30px 45px 15px;
	text-align: center;
}

.sec2-box-wrap {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.sec2-box-emp {
	font-size: 20px;
	margin-left: 10px;
}

.sec2-box-img1 {
	max-width: 45%;
	width: 337px;
}

.sec2-box-img2 {
	max-width: 45%;
	width: 375px;
}

.sec2-box i {
	color: #10993B;
	font-size: 56px;
}

.sec3 {
	background-color: #D0E6CF;
	padding: 40px 0 70px;
}

.sec3-cards {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

.sec3-card {
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	align-items: center;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 62px;
	padding: 15px;
	position: relative;
	width: calc((100%/3) - (33px - 33px/3));
}

.sec3-no {
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	align-items: center;
	background: #10993B;
	border-radius: 50%;
	color: #ffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-weight: bold;
	height: 61px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	top: -30px;
	width: 61px;
}

.sec3-no span {
	font-size: 40px;
}

.sec3-img {
	height: 170px;
	position: relative;
	width: 100%;
}

.sec3-img img {
	-webkit-transform: translateX(-50%);
	bottom: 0;
	height: 100%;
	left: 50%;
	max-width: 100%;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
}

.sec3-subtit {
	font-size: 16px;
	font-weight: bold;
	margin: 13px 0 0;
}

.sec3-txt {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 25px;
}

.sec4 {
	background-color: #fff;
	padding: 60px 0 0;
}

.sec4-boxes {
	margin-top: 40px;
}

.sec4-box {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	position: relative;
}

.sec4-box::after {
	-webkit-transform: translateY(-50%);
	background-color: rgba(208, 230, 207, 0.7);
	content: "";
	display: block;
	height: 330px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	width: 50vw;
}

.sec4-box:first-of-type {
	margin-top: 0;
}

.sec4-box:nth-of-type(odd) {
	-ms-flex-direction: row-reverse;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	flex-direction: row-reverse;
}

.sec4-box:nth-of-type(odd)::after {
	content: "";
	left: 50%;
	right: auto;
}

.sec4-box:nth-of-type(odd) .sec4-box-sentense {
	left: 0;
	right: auto;
}

.sec4-box-img {
	min-width: 50%;
	width: 450px;
	z-index: 1;
}

.sec4-box-sentense {
	-webkit-transform: translateY(-50%);
	background-color: rgba(208, 230, 207, 0.7);
	min-height: 330px;
	min-width: 50%;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 450px;
	z-index: 2;
}

.sec4-box-no {
	color: #10993B;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.sec4-box-tit {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 15px 0 0;
}

.sec4-box-txt {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.35714;
	margin-top: 25px;
}

.sec5 {
	background-color: #fff;
	padding: 60px 0 65px;
}

.sec5-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}

.sec5-box-img {
	max-width: 50%;
	width: 450px;
}

.sec5-box-sentense {
	margin-left: 35px;
	max-width: 50%;
	padding-top: 15px;
	width: 450px;
}

.sec5-box-tit {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0;
	text-align: center;
}

.sec5-box-txt {
	letter-spacing: 0.05em;
	line-height: 1.3125;
	margin-top: 25px;
}

.sec6 {
	background-color: #10993B;
	padding: 53px 0 68px;
}

.sec6-box {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sec6-box-img {
	max-width: 50%;
	width: 450px;
}

.sec6-box-sentense {
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 30px;
}

.sec6-box-tit {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.34375;
	margin: 0;
	text-align: center;
}

.sec6-btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #ff7b00;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	justify-content: center;
	margin: 40px auto 0;
	position: relative;
	width: 260px;
}

.mw_wp_form input,
.mw_wp_form textarea {
	width: 100%;
}

.mw_wp_form input {
	height: 50px;
}

.mw_wp_form textarea {
	height: 300px;
}

.contactform p {
	margin: 0;
}

.contactform-tit {
	margin-top: 1em !important;
}

.contactform-mark {
	color: red;
}

.contactform input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #ff7b00;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 30px auto 0;
	max-width: 100%;
	outline: none;
	width: 300px;
}

.js-slider_fade {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.slider .slick-list {
	margin-right: -20px; /* ガター分ネガティブマージン */
}

.slider .slick-slide {
	margin-right: 20px; /* ガター */
}

.slider .slick-slide img {
	width: 100%;
}

.js-spmenu {
	-webkit-transform: translateY(-100%);
	-webkit-transition: all 0.6s;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	z-index: 1002; /* このクラスを、jQueryで付与・削除する */
}

.js-spmenu._js-active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.js-toggle {
	cursor: pointer;
	display: block;
	height: 51px;
	position: fixed; /* bodyに対しての絶対位置指定 */
	right: 13px;
	text-align: center;
	top: 20px;
	width: 42px;
	z-index: 1003; /* 最初のspanをマイナス45度に */
}

.js-toggle span {
	-webkit-transition: top,left,-webkit-transform 0.35s ease-in-out;
	border-bottom: solid 3px #000;
	display: block;
	left: 6px;
	position: absolute;
	transition: top,left,-webkit-transform 0.35s ease-in-out;
	transition: top,left,transform 0.35s ease-in-out;
	transition: top,left,transform 0.35s ease-in-out,-webkit-transform 0.35s ease-in-out; /* .js-toggleに対して */
	width: 30px;
}

.js-toggle span:nth-child(1) {
	top: 9px;
}

.js-toggle span:nth-child(2) {
	top: 18px;
}

.js-toggle span:nth-child(3) {
	top: 27px;
}

.js-toggle span:nth-child(4) {
	border: none;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}

.js-toggle._js-active span {
	border-bottom: solid 3px #2e2e2e; /* 2番目と3番目のspanを45度に */
}

.js-toggle._js-active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	left: 6px;
	top: 18px;
	transform: rotate(-45deg);
}

.js-toggle._js-active span:nth-child(2),
.js-toggle._js-active span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	top: 18px;
	transform: rotate(45deg);
}

.js-toggle._js-active2 span {
	border-bottom: solid 3px #2e2e2e;
}

@media screen and (min-width: 561px) {

._spOnly {
	display: none !important;
}

.sec1-box .sec1-txt:first-of-type {
	margin-top: 0;
}

.sec3-card:nth-of-type(-n+3) {
	margin-top: 0px;
}

}

@media screen and (min-width: 1000px) {

._pcNone {
	display: none !important;
}

}

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

._pcOnly {
	display: none !important;
}

.bnr {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 80%;
}

.bnr-icon {
	margin: 15px 0 0 0;
}

.bnr-link {
	border-left: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.cp-inner {
	width: calc(100% - 30px);
}

.fv {
	min-height: auto;
	padding-bottom: 50px;
}

.fv-inner {
	width: calc(100% - 30px);
}

.fv-bg {
	max-width: 600px;
	opacity: 0.5;
}

.inner {
	width: calc(100% - 30px);
}

.sec4-box::after {
	display: none;
}

}

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

body {
	font-size: 1.4rem;
}

._spNone {
	display: none !important;
}

.box1 {
	margin-top: 20px;
}

.box1-inner {
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: center;
	flex-direction: column;
	padding: 56px 22px 40px;
}

.box1-inner._bg1 {
	background-position: calc(100% + 160.5px) -120px;
}

.box1-inner._bg2 {
	background: url(../img/box1_bg1_sp.svg) no-repeat;
	background-position: left 170px;
}

.box1-def {
	margin-left: 0;
	max-width: 100%;
	width: auto;
}

.box1-dtit {
	margin-top: 13px;
	text-align: center;
}

.box1-dsubtit {
	color: #aaaaaa;
	display: block;
	font-size: 12px;
	margin-left: 0;
	margin-top: 13px;
}

.box1-dtag {
	display: block;
	margin: 13px auto 0;
	width: 92px;
}

.box1-dtxt {
	margin-top: 23px;
}

.box1._livestar .box1-inner {
	padding-top: 34px;
}

.cards-card {
	margin-right: 0;
}

.cards._col3 .cards-card {
	width: 50%;
}

.cards._col3 .cards-card:nth-last-of-type(-n + 3) {
	margin-bottom: 0;
}

.category-list {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.category-item {
	width: 100%;
}

.category-item a {
	padding: 12px;
	text-align: center;
	width: 100%;
}

.cp {
	padding-top: 55px;
}

.cp-txt {
	font-size: 14px;
}

.cp-imgs {
	margin-top: 24px;
}

.footer-menu {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.footer-logo {
	width: 125.38462px;
}

.footer-logo._arc {
	width: 55.38462px;
}

.footer-list {
	margin: 20px 0 0 0;
}

.footer-item {
	margin: 0 15px;
}

.footer-txt {
	font-size: 12px;
	margin-top: 50px;
	text-align: center;
}

.fv-inner {
	width: 350px;
}

.fv-tit {
	font-size: 22px;
	margin-top: 20px;
}

.fv-txt {
	font-size: 13px;
	margin-top: 16px;
}

.fv-btn {
	width: 100%;
}

.fv-bg {
	opacity: .3;
}

.header {
	padding-left: 15px;
}

.header-logo {
	width: 125.38462px;
}

.header-logo._arc {
	width: 55.38462px;
}

.header-item {
	margin-left: 20px;
}

.header-btn {
	display: none;
	font-size: 14px;
	margin-right: 70px;
	width: 100px;
}

.sec-tit {
	font-size: 40px;
}

.sec-tit-sm {
	font-size: 20px;
}

.sec-tit._ensm {
	font-size: 20px;
}

.sec-tit._ensm .sec-tit-sm {
	font-size: 30px;
}

.sec-subtit {
	font-size: 20px;
}

.table1 {
	font-size: 12px;
	margin-top: 30px;
}

.table1 th {
	text-align: center;
	width: 30%;
}

.totop {
	bottom: 30px;
	right: 20px;
}

.sec1 {
	margin-top: -100px;
	padding: 140px 0 50px;
}

.sec1-content {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.sec1-bg {
	max-width: 100%;
	width: 200px;
}

.sec1-box._box1 {
	max-width: 100%;
	width: 300px;
}

.sec1-box._box2 {
	max-width: 100%;
	width: 300px;
}

.sec1-box._box2 .sec1-txt {
	padding-left: 40px;
}

.sec2 {
	padding-bottom: 50px;
}

.sec2-tlogo {
	margin: 0 0 20px 0;
}

.sec2-box {
	margin-top: 30px;
	padding: 30px 15px;
}

.sec2-box-wrap {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.sec2-box-emp {
	font-size: 15px;
	margin-left: 0;
}

.sec2-box-img1 {
	max-width: 100%;
	width: 400px;
}

.sec2-box-img2 {
	margin-top: 20px;
	max-width: 100%;
	width: 400px;
}

.sec2-box i {
	margin-top: 20px;
}

.sec3 {
	padding: 40px 0 50px;
}

.sec3-cards {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.sec3-card {
	margin: 50px auto 0;
	max-width: 100%;
	width: 400px;
}

.sec3-card:first-of-type {
	margin-top: 0;
}

.sec3-subtit {
	font-size: 14px;
}

.sec4-box {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.sec4-box:nth-of-type(odd) {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.sec4-box-img {
	width: 100%;
}

.sec4-box-sentense {
	-webkit-transform: none;
	min-height: 0;
	padding: 15px 15px 30px;
	position: static;
	transform: none;
	width: 100%;
}

.sec4-box-no {
	font-size: 50px;
}

.sec4-box-tit {
	font-size: 20px;
	margin-top: 10px;
}

.sec4-box-txt {
	font-size: 12px;
	margin-top: 15px;
}

.sec5 {
	padding: 50px 0;
}

.sec5-box {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.sec5-box-img {
	margin: 0 auto;
	max-width: 100%;
	width: 80%;
}

.sec5-box-sentense {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.sec5-box-tit {
	font-size: 20px;
}

.sec5-box-txt {
	margin-top: 15px;
}

.sec6 {
	padding: 50px 0;
}

.sec6-box {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.sec6-box-img {
	margin: 0 auto;
	max-width: 100%;
	width: 80%;
}

.sec6-box-sentense {
	margin-left: 0;
	width: 100%;
}

.sec6-box-tit {
	font-size: 22px;
	margin-top: 20px;
}

.sec6-btn {
	width: 100%;
}

}

