@charset "UTF-8";
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */ :root {
  --font-main: '游ゴシック体", "Yu Gothic", YuGothic, sans-serif';
  /* FONT SITE */
  --txt: #000;
  /* COLOR TEXT */
  --mcolor: #003b7d;
  /* MAIN COLOR  */
  --scolor: #999999;
  /* SUB COLOR */
  /* CUSTOM COLOR */
  --blue: blue;
  --gray: #e9e9e9;
  --red: red;
  --f-nts: 'Noto Sans JP', sans-serif;
  --f-nsr: 'Noto Serif JP', serif;
  --f-yumin: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  --f-yugo: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}
select {
  visibility: visible !important;
}
[href^="tel:"] {
  word-break: keep-all;
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
*, ::before, ::after {
  box-sizing: border-box;
  outline: none;
}
/* RESET CHECK EMPTY */
/* img:not([alt]),
img[alt=''] {outline: 0 0 5px red;}
a[href=""],
a[href="#"],
a[href^="javascript:"],
a:not([href]) {background: red;} */
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff;
}
body {
  color: #222;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}
footer, header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
table {
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
p, dd, dt, li, th, td, address {
  line-height: 2em;
  letter-spacing: 0;
}
p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
/*==========================================================
                      C U S T O M 
==========================================================*/
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_between {
  display: flex;
  justify-content: space-between;
}
.flex_align {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.flex_col_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixed {
  position: fixed;
}
.posr {
  position: relative;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.red {
  color: var(--red);
}
.txt_line {
  text-decoration: underline;
}
.m0a {
  display: block;
  margin: 0 auto;
}
.f_big {
  font-size: 150%;
}
.f_sm {
  font-size: 80%;
}
/*==========================================================
                       H E A D E R
==========================================================*/
.siteHeader__prihead {
	width: 100%;
	margin: 0 auto;
	padding: 10px 10% 16px;
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	min-height: 61px;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* sec01 */
.sec01 {
	margin: 60px 0 0;
}
.sec01-wrapper {
	background: #fff;
	border: 6px solid #00352b;
	padding: 30px 40px;
	box-shadow: 10px 10px 10px rgba(24, 57, 12, .12)
}
.sec01-list {
	background: #e6e6e6;
	display: flex;
	position: relative;
	margin: 23px 0 0;
	padding: 23px 26px 26px;
}
.sec01-list:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 70px solid #b80000;
	border-left: 70px solid transparent;
}
.sec01-item.right {
	text-align: left;
	margin-left: 25px;
}
.sec01-item ul li h3 {
	margin: 0 0 30px;
}
.sec01-item ul li p {
	line-height: 2em;
	font-size: 22px;
}
/* sec02 */
.sec02 {
	margin: 60px 0 0;
}
.sec02 .group-img {
	margin-top: 54px;
}
.sec02 p.img {
	margin-bottom: 50px;
}
.sec02 p.img:last-child {
	margin-bottom: 0;
}
.sec02 .content p {
	font-weight: 400;
	padding: 25px 0 40px;
    font-size: 20px;
    line-height: 1.6em;
}
.sec02 .content p:last-child {
	padding: 0;
}
.line-color {
	background: -webkit-linear-gradient(transparent 65%, #fffc00 50%, #fffc00 90%, transparent 90%);
    background: -o-linear-gradient(transparent 65%, #fffc00 50%, #fffc00 90%, transparent 90%);
    background: linear-gradient(transparent 65%, #fffc00 50%, #fffc00 90%, transparent 90%);
}
/* sec03 */
.sec03 {
	padding: 47px 0 0;
}
.sec03-wrapper {
	background: url(../images/pc_sec03_img01.png) no-repeat right;
	background-size: contain;
	position: relative;
	padding: 0 40px;
}
.sec03 .full-content {
	max-width: 520px;
	padding: 58px 0;
}
.sec03 .full-content p {
	font-weight: 400;
	padding: 0 0 30px;
    font-size: 20px;
    line-height: 1.6em;
	color: #000;
}
.sec03 .full-content p:last-child {
	padding: 0;
}
.sec03-list ul {
	display: flex;
	justify-content: space-between;
	margin-top: 47px;
}
.sec03-list ul li {
	text-align: center;
}
.sec03-list ul li h3 {
	margin-bottom: 14px;
}
.sec03-list ul li p img {
	box-shadow: 10px 10px 10px rgba(24, 57, 12, .22);
}
.sec03 .box-cap {
	position: absolute;
	right: 0;
	bottom: 38px;
	background-color: rgba(255,255,255,0.6);
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	max-width: 260px;
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* sec04 */
.sec04 {
	background: url(../images/bg_sec04.png) no-repeat center;
	background-size: cover;
	margin: 49px 0 0;
	padding: 0 0 49px;
	position: relative;
}
.sec04 .full-content {
	max-width: 525px;
	width: 100%;
	padding: 33px 0 61px;
}
.sec04 .full-content p {
	font-weight: 400;
	padding: 0 0 33px;
    font-size: 22px;
    line-height: 1.6em;
	color: #000;
}
.sec04 .full-content p:last-child {
	padding: 0;
}
.sec04 .ttl-group p {
	margin: 0 0 48px;
}
.sec04 .ttl-group p:last-child {
	margin: 0;
}
.sec04 .img-item {
	position: absolute;
	right: -10px;
	top: 40px;
	z-index: 1;
}
/* sec05 */
.sec05 {
	background: #f4edec;
}
.sec05-wrapper {
	background: #f4edec url(../images/pc_sec05_img01.png) no-repeat left;
	background-size: contain;
	position: relative;
	height: 700px;
}
.content-top {
	position: absolute;
    top: 50%;
    right: 40px;
    padding: 30px;
    max-width: 630px;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
	transform: translateY(-50%);
}
.content-top p, .content-bot p {
	font-weight: 400;
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 1.6em;
    color: #000;
}
.content-top p:last-child, .content-bot p:last-child {
	padding: 0;
}
.content-bot {
	padding: 40px 0 46px;
}
/* sec06*/
.sec06 {
	background: url(../images/bg_sec06.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding: 50px 0px 1px;
	margin: 120px 0 0;
}
.taglist {
	margin: 46px 0;
    position: relative;
    background-color: rgba(93, 149, 84, 0.9);
    padding: 46px 78px;
}
.taglist li {
	background: url(../images/pc_sec06_img01.png) no-repeat left;
	background-size: contain;
}
.taglist li p {
	padding-left: 65px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.4em;
    margin: 0px 0 38px;
	text-shadow: 1px 1px 19px #616161;
	position: relative;
	width: max-content;
}
.taglist li p:before {
	content: '';
	position: absolute;
	border-bottom: 2px dotted #fff;
	width: 90%;
	bottom: -5px;
	left: 65px;
}
.taglist li:last-child p {
	margin: 0;
}
/* sec07 */
.sec07 {
	background: url(../images/bg_sec07.png) no-repeat center;
	background-size: cover;
	padding: 0 0 63px;
}
.sec07-list {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 56px 0 0;
}
.sec07-item {
	width: 100%;
	max-width: 290px;
	position: relative;
	z-index: 11;
}
.sec07-item.main {
	max-width: max-content;
    position: absolute;
    left: 58%;
    transform: translateX(-50%);
    top: 0;
	pointer-events: none;
	z-index: 10;
}
.sec07-item .sec07-inner:last-child {
	margin-bottom: 0;
}
.sec07-inner {
	background: url(../images/bg_sec07_01.png) no-repeat center;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
	padding: 28px 25px 31px 24px; 
}
.sec07-inner p.img {
	margin: 15px 0 16px;
	position: relative;
    z-index: 11;
}
.sec07-inner .desc {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.sec07-inner .desc.cus {
	margin: 15px 0 23px;
}
.sec07-inner .group-img {
	display: flex;
}
.sec07-inner .group-img p {
	margin: 0 19px 0 0;
	display: block;
	line-height: 1;
	width: 100%;
}
.sec07-inner .group-img p:last-child {
	margin: 0;
}
.sec07-inner .group-img p img {
	margin-bottom: 9px;
}
.sec07-inner .group-img span {
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
}
/* sec08 */
.sec08 {
	background: url(../images/bg_sec08_01.png) no-repeat center;
	background-size: cover;
	padding: 0 0 50px;
}
.sec08-list {
	padding: 22px 0 0;
}
.sec08-list h3 {
	padding: 0 0 11px;
}
.sec08-item {
	background: url(../images/bg_sec08.png) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	padding: 25px 31px 22px 17px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}
.sec08-item h4 {
	display: flex;
	align-items: center;
}
.sec08-inner {
	padding: 10px 0 0;
	max-width: 483px;
	width: 100%;
}
.sec08-item .desc {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	line-height: 1.6em;
	padding: 15px 0 0;
	letter-spacing: -.007rem;
}
.sec08-item p.img {
	margin-left: 5px;
    margin-right: 29px;
}
.sec08 .caption {
	font-weight: bold;
    font-size: 22px;
    letter-spacing: -.001rem;
    line-height: 1.6em;
    padding: 20px 0 0;
}
/* sec09 */
.sec09 {
	margin: 0 0 60px;
}
.sec09-item.top {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0;
}
.sec09-item .content {
	max-width: 520px;
}
.sec09-item .content p {
	font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0 0 30px;
}
.sec09-item .content p:last-child {
	padding: 0;
}
.sec09-item.bot {
	background: url(../images/bg_sec09.png) no-repeat center;
	background-size: cover;
	margin: 53px 0 0;
}
.sec09-item.bot ul {
	display: flex;
	justify-content: center;
	padding: 38px 0 40px;
}
.sec09-item.bot ul li {
	color: #fff;
    text-align: center;
    max-width: 635px;
    width: 100%;
}
.sec09-item.bot ul li .img {
	margin: 21px 0 23px;
}
.sec09-item.bot ul li .cap {
	font-size: 30px;
	font-weight: bold;
}
/* sec10 */
.sec10 {
	background: url(../images/bg_sec10.png) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}
.box-fullcontent {
	margin: 58px 0 17px;
	padding: 30px 40px;
	border: 5px solid #993131;
	background-color: rgba(255,255,255,0.8);
}
.box-fullcontent p {
	color: #000000;
	font-size: 22px;
	line-height: 1.6em;
	padding: 0 0 30px;
	font-weight: bold;
}
.box-fullcontent p:last-child {
	padding: 0;
}
.box-fullcontent p span {
	color: #b80000;
	font-size: 36px;
	font-weight: bold;
}
.new_img01 {
	padding: 60px 0 0;
}
.hover {
	text-decoration: underline;
}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #062703
}

#footer__inner {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 50px;
    font-size: 13px;
}

#footer__inner_logo {
    width: 225px;
    float: left;
    padding: 8px 0 0;
    text-align: center;
}

#footer__inner_right {
    width: 700px;
    float: right;
}

#footer__inner li {
    float: left;
    list-style-type: none;
    color: #FFF;
	font-size: 13px;
}

#footer__inner a {
    color: #ffbe60;
}

#footer__inner p {
    text-align: left;
    clear: both;
    padding-top: 5px;
    color: #FFF;
	font-size: 13px;
}
/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 11;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 20px;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
}
.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
/* FIX EDGE ONLY  */
@supports (-ms-ime-align: auto) {}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}