@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #000000;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* Layout */

.l-body {
	position: relative;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.l-footer {
	background: #f2f2f2;
}

.l-footer__inner {
	width: calc(100% - 40px);
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper {
	width: calc(100% - 40px);
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.header-logo {
	padding: 20px 0 0 20px;
}

.header-logo img {
	display: block;
	width: 100px;
}

.firstview {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_fv_sp.jpg) no-repeat center/cover;
}

.firstview__inner {
	width: calc(100% - 40px);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.firstview__catch {
	height: 30%;
	display: none;
	position: absolute;
	bottom: 30px;
	left: 10px;
}

.firstview__catch img {
	height: 100%;
}

.firstview__text {
	position: absolute;
	left: 10px;
	bottom: 42%;
	display: block;
	height: 180px;
	font-weight: bold;
	display: none;
	font-size: 1.0rem;
}

.firstview__text.is-visible {
	display: block;
}

.firstview__text__line {
	background: #FFFFFF;
	margin-bottom: 5px;
	padding: 5px 0 5px;
	display: inline-block;
}

.firstview__text__line--mb {
	margin-bottom: 35px;
}

.firstview__text__line span:first-child {
	padding-left: 5px;
}

.firstview__text__line span:last-child {
	padding-right: 5px;
}

.type-anime {
	display: none;
}

.type-anime.is-visible {
	display: inline-block;
}

.label {
	display: inline-block;
	margin-bottom: 20px;
	padding: 11px 10px 12px;
	background: #00643d;
	color: #FFFFFF;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: .05em;
}

.sec01 {
	padding: 60px 0 16px;
}

.sec01__heading {
	text-align: center;
	padding-bottom: 30px;
}

.sec01__main {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.86667;
	padding: 25px 0 0;
	text-align: justify;
}

.sec01__main:before {
	content: "";
	width: 100vw;
	height: 1px;
	background: #000000;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec01__main p {
	margin-bottom: 1.86em;
}

.sec02 {
	background: #f6f6f6;
	padding: 50px 0 30px;
}

.sec02__heading {
	margin-bottom: 18px;
	text-align: center;
}

.sec02__text {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.74;
	margin-bottom: 24px;
}

.sec02__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec02__navi__item {
	width: calc(50% - 5px);
	margin-bottom: 12px;
	font-size: 1.218rem;
	font-weight: bold;
	letter-spacing: .05em;
}

.sec02__navi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	width: 100%;
	height: 100%;
	background: #00643d;
	color: #FFFFFF;
}

.sec03 {
	padding: 59px 0;
}

.sec03--gray {
	background: #f6f6f6;
}

.sec03--pbsm {
	padding-bottom: 35px;
}

.sec03__heading {
	margin-bottom: 32px;
}

.sec03__heading--2 {
	max-width: 262px;
}

.sec03__heading--3 {
	max-width: 268px;
}

.sec03__text {
	margin-bottom: 34px;
	text-align: justify;
}

.sec03__text p {
	font-size: 1.5rem;
	line-height: 1.86667;
}

.sec03__image {
	width: calc(100% + 20px);
}

.sec03__image--wide {
	width: 100vw;
	margin-left: -20px;
}

.select-figure {
	background: #f6f6f6;
	padding: 20px 20px 30px;
}

.select-figure__heading {
	background: #008756;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	width: 100%;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 17px;
}

.select-figure__main {
	padding-right: 15px;
}

.select-figure__main img {
	display: block;
	width: 395px;
	max-width: 100%;
	margin: 0 auto;
}

.sec04 {
	padding: 0 0 58px;
}

.sec04__text-1 {
	font-size: 1.5rem;
	line-height: 1.74;
	margin-bottom: 35px;
	text-align: justify;
}

.sec04__text-1__1 {
	display: block;
	text-align: center;
	margin-bottom: 8px;
}

.sec04__text-1__2 {
	text-align: left;
	font-weight: 700;
}

.sec04__text-1__2 span {
	color: #00643d;
}

.sec04__dots {
	display: none;
}

.sec04__text-2 {
	text-align: center;
}

.sec04__text-2 + .sec04__text-2 {
	margin-top: 35px;
	padding-top: 40px;
	position: relative;
}

.sec04__text-2 + .sec04__text-2:before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #cccccc;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec04__text-3 {
	text-align: center;
	margin-top: 41px;
}

.sec05 {
	padding: 60px 0 38px;
	background: #f6f6f6;
}

.sec05__intro {
	margin-bottom: 50px;
}

.sec05__heading-1 {
	margin-bottom: 33px;
}

.sec05__text {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
}

.sec05__note {
	font-size: 1.1rem;
	line-height: 1.45455;
	text-indent: -1.4em;
	padding-left: 1.4em;
	text-align: justify;
}

.sec05__note::before {
	content: '※';
	margin-right: 4px;
}

.sec05__note--mt {
	margin-top: 13px;
}

.sec05__content + .sec05__content {
	margin-top: 49px;
}

.sec05__heading-2 {
	margin-bottom: 13px;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 700;
	letter-spacing: .03em;
}

.sec05__heading-2::before {
	content: '';
	border-top: 11px solid #00643d;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	display: inline-block;
}

.table-1 {
	overflow: auto;
}

.table-1__table {
	width: 900px;
}

.table-1__thead__th {
	padding: 9px;
	background: #005b34;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.5;
	border: 1px solid #cccccc;
}

.table-1__thead__th--w143 {
	width: 143px;
}

.table-1__thead__th--w81 {
	width: 81px;
}

.table-1__tr {
	background: #ffffff;
}

.table-1__tr--bg-beige {
	background: #e6e6c0;
	background: #f5f5e6;
}

.table-1__td {
	padding: 16px 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	vertical-align: middle;
	border: 1px solid #cccccc;
}

.table-1__td--center {
	text-align: center;
}

.table-1__td span {
	font-weight: 700;
	color: #005b34;
}

.table-1__td--bg-half {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f5f5e6), to(#f5f5e6));
	background: -webkit-linear-gradient(#ffffff 0%, #ffffff 50%, #f5f5e6 50%, #f5f5e6 100%);
	background: -o-linear-gradient(#ffffff 0%, #ffffff 50%, #f5f5e6 50%, #f5f5e6 100%);
	background: linear-gradient(#ffffff 0%, #ffffff 50%, #f5f5e6 50%, #f5f5e6 100%);
}

.sec06 {
	padding: 40px 0 80px;
}

.button-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 10px;
	background: #c89300;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.625;
	text-align: center;
	letter-spacing: .05em;
}

.bg-green {
	background: #00643d;
}

.sec07 {
	padding: 62px 0 30px;
}

.sec07__head {
	margin-bottom: 23px;
}

.sec07__head img {
	display: block;
	width: 290px;
	margin: 0 auto;
}

.sec07__text {
	text-align: justify;
}

.sec07__text p {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.86667;
	letter-spacing: .05em;
}

.sec08 {
	padding: 29px 0 30px;
}

.sec08__fig {
	margin-top: 30px;
	margin-bottom: 14px;
}

.sec08__fig img {
	display: block;
	max-width: 335px;
	width: 100%;
	margin: 0 auto;
}

.sec08__note {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.45455;
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.sec08__note::before {
	content: '※';
	margin-right: 4px;
}

.heading-1 {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.heading-1--bb-none {
	border-bottom: none;
	padding-bottom: 0;
}

.heading-1__sub {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.42857;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 3px;
}

.heading-1__main {
	display: block;
	font-size: 2.4rem;
	line-height: 1.25;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
}

.heading-1__main strong {
	color: #fcee21;
}

.heading-1__note {
	display: inline-block;
	font-size: 1rem;
	position: relative;
	top: -5px;
}

.heading-1__text {
	display: block;
	margin-top: 4px;
	font-size: 1.1rem;
	line-height: 1.45455;
	text-align: center;
	color: #ffffff;
}

.sec09 {
	padding: 44px 0;
}

.sec09__content {
	margin-top: 24px;
	padding: 28px 20px 17px;
	background: #ffffff;
}

.sec09__heading {
	font-size: 1.6rem;
	font-weight: 700;
	color: #00643d;
	margin-left: -11px;
	margin-bottom: 10px;
}

.sec09__item {
	font-size: 1.5rem;
	line-height: 1.5;
}

.sec09__item::before {
	content: '■';
	display: inline-block;
	margin-right: 3px;
	color: #00643d;
}

.sec09__item + .sec09__item {
	margin-top: 5px;
}

.sec09__note {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.45455;
	margin-top: 14px;
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.sec09__note::before {
	content: '※';
	margin-right: 4px;
}

.sec10 {
	padding: 29px 0 40px;
}

.sec10__text {
	margin-bottom: 35px;
	margin-top: 23px;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.86667;
	letter-spacing: .05em;
	text-align: justify;
}

.sec10__heading {
	margin-bottom: 38px;
	padding: 14px 5px;
	border-radius: 36px;
	text-align: center;
	color: #ffffff;
	background: #014427;
	font-size: 1.5rem;
	line-height: 1.66667;
	position: relative;
	font-weight: 700;
}

.sec10__heading strong {
	font-size: 1.7rem;
	line-height: 1.35294;
}

.sec10__heading::before {
	content: '';
	border-top: 19px solid #014427;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec10__content {
	margin-bottom: 37px;
}

.sec10__fig {
	margin-bottom: 26px;
}

.sec10__fig img {
	display: block;
	max-width: 335px;
	width: 100%;
	margin: 0 auto;
}

.sec10__note {
	text-align: justify;
}

.sec10__note p {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.45455;
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.sec10__note p::before {
	content: '※';
	margin-right: 4px;
}

.sec10__note p + p {
	margin-top: 5px;
}

.sec11 {
	padding: 35px 0;
}

.sec11__text {
	margin-bottom: 34px;
	margin-top: 23px;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.86667;
	letter-spacing: .05em;
	text-align: justify;
}

.sec11__images {
	margin-bottom: 14px;
}

.sec11__images__item + .sec11__images__item {
	margin-top: 20px;
}

.sec11__images__item img {
	display: block;
}

.sec11__note {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.45455;
	text-indent: -1.4em;
	padding-left: 1.4em;
	text-align: justify;
}

.sec11__note::before {
	content: '※';
	margin-right: 4px;
}

.sec12 {
	padding: 38px 0;
}

.sec12__balloon {
	margin-top: 18px;
	margin-bottom: 30px;
	padding: 17px 5px;
	border-radius: 36px;
	text-align: center;
	color: #00643d;
	font-weight: 700;
	background: #fcee21;
	font-size: 1.5rem;
	line-height: 1.46667;
	position: relative;
}

.sec12__balloon strong {
	font-size: 1.7rem;
	line-height: 1.35294;
}

.sec12__balloon::before {
	content: '';
	border-bottom: 13px solid #fcee21;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	top: -13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec12__content {
	background: #ffffff;
	padding: 26px 20px;
}

.sec12__section + .sec12__section {
	margin-top: 31px;
}

.sec12__heading {
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #00643d;
	font-weight: 700;
	border-bottom: 1px solid #b2b2b2;
}

.sec12__list__item {
	text-align: justify;
	font-size: 1.5rem;
	line-height: 1.6;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.sec12__list__item + .sec12__list__item {
	margin-top: 5px;
}

.sec12__list__item::before {
	content: '■';
	margin-right: 3px;
	color: #00643d;
}

.sec13 {
	padding: 37px 0 49px;
}

.sec13__text {
	margin-bottom: 34px;
	margin-top: 23px;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.86667;
	text-align: justify;
	letter-spacing: .05em;
}

.sec13__images {
	margin-bottom: 60px;
}

.sec13__images__item + .sec13__images__item {
	margin-top: 20px;
}

.sec13__images__item img {
	display: block;
}

.navi {
	font-size: 1.3rem;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: -110px;
	border-bottom: 1px solid #CCCCCC;
}

.navi__item {
	width: 50%;
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
}

.navi__item:nth-child(odd) {
	border-right: 1px solid #CCCCCC;
}

.navi__item:last-child {
	border-bottom: none;
}

.navi__item:nth-last-child(2) {
	border-bottom: none;
}

.navi__item a {
	background: #00643d;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	transition: .3s;
}

.footer {
	padding: 30px 0;
}

.footer__bnr {
	margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__bnr__item {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.footer__bnr__item:nth-of-type(2n) {
	margin-left: 10px;
}

.footer__bnr__item a {
	display: block;
}

.footer__logo {
	text-align: center;
}

.footer__logo a {
	display: block;
	margin: 0 auto;
	width: 135px;
}

.footer__logo a img {
	display: block;
	width: 100%;
}

.animation {
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	opacity: 0;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.animation.is-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media screen and (min-width: 768px) {

.l-body { /* pc */
	min-width: 960px;
}

.l-footer__inner { /* pc */
	width: 830px;
}

.l-wrapper { /* pc */
	width: 900px;
}

.header-logo { /* pc */
	padding: 32px 0 0 40px;
}

.header-logo img { /* pc */
	width: 200px;
}

.firstview { /* pc */
	background-image: url(../img/bg_fv_pc.jpg);
}

.firstview__inner { /* pc */
	width: 915px;
}

.firstview__catch { /* pc */
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-127px, -143px);
	-ms-transform: translate(-127px, -143px);
	transform: translate(-127px, -143px);
	left: 50%;
	height: auto;
}

.firstview__catch img { /* pc */
	height: auto;
}

.firstview__text { /* pc */
	height: auto;
	left: 0;
	top: 50%;
	bottom: auto;
	margin-top: -138px;
	font-size: 1.4rem;
}

.firstview__text__line { /* pc */
	padding: 8px 0 8px;
	margin-bottom: 9px;
}

.firstview__text__line--mb { /* pc */
	margin-bottom: 45px;
}

.firstview__text__line span:first-child { /* pc */
	padding-left: 8px;
}

.firstview__text__line span:last-child { /* pc */
	padding-right: 8px;
}

.label { /* pc */
	padding: 8px 11px 9px;
	font-size: 1.3rem;
	line-height: 1.84615;
}

.sec01 { /* pc */
	padding: 138px 0 67px;
	overflow: hidden;
}

.sec01__heading { /* pc */
	padding-bottom: 38px;
}

.sec01__main { /* pc */
	text-align: center;
	padding: 45px 0 0;
	letter-spacing: .05em;
	line-height: 2;
}

.sec01__main:before { /* pc */
	min-width: 960px;
}

.sec02 { /* pc */
	padding: 60px 0 50px;
}

.sec02__heading { /* pc */
	margin-bottom: 24px;
}

.sec02__text { /* pc */
	margin-bottom: 35px;
	letter-spacing: .05em;
}

.sec02__navi__item { /* pc */
	width: 210px;
	height: 70px;
	font-size: 1.6rem;
}

.sec02__navi__item a { /* pc */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sec02__navi__item a:hover {
	background: #277b5a;
}

.sec03 { /* pc */
	padding: 120px 0 115px;
	overflow: hidden;
}

.sec03--pbsm { /* pc */
	padding-bottom: 72px;
}

.sec03__body { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.sec03__main { /* pc */
	width: 460px;
}

.sec03__heading { /* pc */
	margin-bottom: 31px;
}

.sec03__heading { /* pc */
	max-width: inherit;
}

.sec03__text { /* pc */
	margin-bottom: 0;
}

.sec03__text p { /* pc */
	line-height: 2;
	letter-spacing: .03em;
}

.sec03__text p + p { /* pc */
	margin-top: 30px;
}

.sec03__image { /* pc */
	width: 380px;
	position: relative;
}

.sec03__image__inner { /* pc */
	max-width: 700px;
	width: calc(100% + 50vw - 450px);
	min-width: 410px;
	overflow: hidden;
}

.sec03__image--image-right { /* pc */
}

.sec03__image--wide { /* pc */
	width: 380px;
	margin-left: 0;
}

.select-figure { /* pc */
	padding: 0;
	max-width: inherit;
}

.select-figure__heading { /* pc */
	padding: 25px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.select-figure__main { /* pc */
	padding: 40px 11% 50px 4%;
}

.select-figure__main img { /* pc */
}

.sec04 { /* pc */
	padding: 33px 0 120px;
}

.sec04__text-1 { /* pc */
	margin-bottom: 27px;
	text-align: center;
}

.sec04__text-1__1 { /* pc */
	margin-bottom: 13px;
}

.sec04__text-1__2 { /* pc */
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.76;
}

.sec04__dots { /* pc */
	display: block;
	text-align: center;
	margin-bottom: 24px;
}

.sec04__text-2 { /* pc */
}

.sec04__text-2 + .sec04__text-2 { /* pc */
	padding-top: 0;
	margin-top: 25px;
}

.sec04__text-2 + .sec04__text-2:before { /* pc */
	content: none;
}

.sec04__text-3 { /* pc */
	margin-top: 38px;
}

.sec05 { /* pc */
	padding: 120px 0 137px;
}

.sec05__intro { /* pc */
	margin-bottom: 72px;
}

.sec05__heading-1 { /* pc */
	margin-bottom: 32px;
}

.sec05__text { /* pc */
	letter-spacing: 0.03em;
}

.sec05__note--mt { /* pc */
	margin-top: 8px;
}

.sec05__content + .sec05__content { /* pc */
	margin-top: 72px;
}

.sec05__heading-2 { /* pc */
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.sec05__heading-2::before { /* pc */
	border: none;
	content: '■';
	color: #00643d;
}

.table-1__table { /* pc */
	width: 900px;
}

.table-1__thead__th--w216 { /* pc */
	width: 216px;
}

.sec06 { /* pc */
	padding: 100px 0;
}

.button-1 { /* pc */
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 1.8rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button-1:hover {
	background: #8e6500;
}

.sec07 { /* pc */
	padding: 113px 0 80px;
}

.sec07__head { /* pc */
	margin-bottom: 42px;
}

.sec07__head img { /* pc */
}

.sec07__text p { /* pc */
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}

.sec08 { /* pc */
	padding: 68px 0 90px;
}

.sec08__fig { /* pc */
	margin-top: 40px;
	margin-bottom: 27px;
}

.sec08__fig img { /* pc */
	max-width: 100%;
}

.heading-1 { /* pc */
	padding-bottom: 17px;
}

.heading-1__sub { /* pc */
	margin-bottom: 3px;
	font-size: 2rem;
	line-height: 1.5;
}

.heading-1__main { /* pc */
	font-size: 3.4rem;
}

.heading-1__note { /* pc */
	top: -7px;
	font-size: 1.5rem;
}

.heading-1__text { /* pc */
	margin-top: 6px;
}

.sec09 { /* pc */
	padding: 83px 0;
}

.sec09__content { /* pc */
	text-align: justify;
	margin-top: 18px;
	padding: 60px 59px 54px;
}

.sec09__heading { /* pc */
	font-size: 1.8rem;
	margin-bottom: 12px;
	margin-left: -8px;
}

.sec09__item { /* pc */
	display: inline;
	line-height: 2;
}

.sec09__item::before { /* pc */
	margin-right: 1px;
}

.sec09__item + .sec09__item { /* pc */
	margin-top: 0;
}

.sec09__note { /* pc */
	margin-top: 18px;
}

.sec10 { /* pc */
	padding: 88px 0;
}

.sec10__text { /* pc */
	margin-top: 21px;
	margin-bottom: 53px;
	text-align: center;
	line-height: 2;
}

.sec10__heading { /* pc */
	padding: 10px 5px;
	font-size: 1.7rem;
	line-height: 2.23529;
}

.sec10__content { /* pc */
	margin-bottom: 77px;
}

.sec10__fig { /* pc */
	margin-bottom: 37px;
}

.sec10__fig img { /* pc */
	max-width: 100%;
}

.sec10__note p + p { /* pc */
	margin-top: 2px;
}

.sec11 { /* pc */
	padding: 87px 0;
}

.sec11__text { /* pc */
	margin-top: 21px;
	margin-bottom: 52px;
	text-align: center;
	line-height: 2;
}

.sec11__images { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 28px;
}

.sec11__images__item { /* pc */
	width: calc(50% - 17px);
}

.sec11__images__item + .sec11__images__item { /* pc */
	margin-top: 0;
}

.sec12 { /* pc */
	padding: 83px 0;
}

.sec12__balloon { /* pc */
	width: 700px;
	margin: 10px auto 53px;
	padding: 10px 5px;
	letter-spacing: 0.03em;
	font-size: 1.7rem;
	line-height: 2.23529;
}

.sec12__content { /* pc */
	padding: 55px 60px;
}

.sec12__section + .sec12__section { /* pc */
	margin-top: 51px;
}

.sec12__heading { /* pc */
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 2rem;
}

.sec12__list__item + .sec12__list__item { /* pc */
	margin-top: 6px;
}

.sec12__list__item::before { /* pc */
	margin-right: 3px;
}

.sec13 { /* pc */
	padding: 91px 0 120px;
}

.sec13__text { /* pc */
	margin-top: 23px;
	margin-bottom: 52px;
	text-align: center;
	line-height: 2;
}

.sec13__images { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 120px;
}

.sec13__images__item { /* pc */
	width: calc(50% - 7px);
}

.sec13__images__item + .sec13__images__item { /* pc */
	margin-top: 0;
}

.navi { /* pc */
	font-size: 1.5rem;
}

.navi__item { /* pc */
	width: 25%;
	height: 60px;
	border-bottom: none;
	border-right: 1px solid #CCCCCC;
}

.navi__item:last-child {
	border-right: none;
}

.navi__item a:hover {
	border-right: none;
	background: #277b5a;
}

.footer { /* pc */
	padding: 40px 0 50px;
}

.footer__bnr { /* pc */
	margin-bottom: 34px;
}

.footer__bnr__item:nth-of-type(2n) { /* pc */
	margin-left: 0;
}

.footer__bnr__item { /* pc */
	width: calc(100% / 3 - 7px);
	margin-right: 10px;
	margin-bottom: 7px;
}

.footer__bnr__item:nth-of-type(3n) {
	margin-right: 0;
}

.footer__bnr__item a { /* pc */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer__bnr__item a:hover {
	opacity: .8;
}

.footer__logo a { /* pc */
	width: 158px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer__logo a:hover {
	opacity: .8;
}

}

@media screen and (max-width: 767px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

}

