@charset "UTF-8";
/* CSS Document */
body {
  max-width: 2000px;
  margin: 0 auto;
}

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 90px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {background-color: #173617;}
.bg_cl2 {background-color: #ebf1f1;}
.bg_cl3 {background-color: #ecfaf9;}
.cl_base {color: #ff00cc;}
.cl_main {color: #ef3300;}
.cl_accent {color: #4265a1;}
.cl_other1 {color: #4265a1;}
.cl_white {color: #fff;}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(#f9f14d 60%, #f9f14d 50%);
  background: -o-linear-gradient(#f9f14d 60%, #f9f14d 50%);
  background: linear-gradient(#f9f14d 60%, #f9f14d 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/*==========================================================================*/
/*                             floating banner                              */
/*==========================================================================*/
.float_btn{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin: auto;
  z-index: 998;
  padding: 15px;
}
.l_bnr{
	width: 40%;	
	padding-right: 15px;
}
.r_bnr{
	width: 40%;
	padding-left: 15px;
}

/*header----------------------------------------------------------- */
#header {
  top: -65px;
  background: #ecfaf9;
}

#header .btn_search,
#header .hamburger {
  display: none;
}

#header .inner_header {
  padding: 0 48px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: -80px;
}

#header.fixed {
  width: 100%;
  left: 0;
  top: 0px;
  padding: 0;
  position: fixed;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

#header.fixed .inner_header {
  max-width: 1296px;
  margin: 0 auto;
}

#header .logo_h {
  max-width: 236px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
  height: 100%;
  line-height: 0;
}

#header.fixed .logo_h {
  max-width: 189px;
}

#header.fixed .logo_h a:hover,
#header.fixed .logo_h a:hover img{
  opacity: 1;
}

#search_modal{
  display: none;
}

.c-gnav {
  display: flex;
  height: 100%;
  text-align: center
}

.c-gnav a {
  text-decoration: none
}

.c-gnav .ttl {
  color: inherit;
  line-height: 1;
  position: relative;
  z-index: 1
}

.c-gnav>.menu-item {
  height: 100%;
  position: relative
}

.c-gnav>.menu-item:hover>.sub-menu {
  opacity: 1;
  visibility: visible
}

.c-gnav>.menu-item>a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-gnav>.menu-item>a:hover{
  opacity: 1;
}

.c-gnav>.menu-item>a .ttl_ja {
  display: block;
  font-size: 14px
}

.c-gnav>.menu-item>a:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: width .25s, height .25s, -webkit-transform .25s;
  transition: transform .25s, width .25s, height .25s;
  transition: transform .25s, width .25s, height .25s, -webkit-transform .25s
}

.c-gnav a::after {
  background: #000;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
}

.c-gnav>.menu-item>a>.ttl_en {
  color: inherit;
  font-size: 10px;
  line-height: 1;
  display: block;
  position: relative;
  top: 0px;
}

#header.fixed .c-gnav>.menu-item>a>.ttl_en {
  opacity: .6;
}

.c-gnav > li:hover > a::after,
.c-gnav > .-current > a::after {
  transform: scaleX(1);
}

#sp_menu {
  display: none;
}


/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .wic1 {
/*    margin-left: calc(50% - 600px);*/
	  margin: 0;
  }
  .wic1 img {
/*
    width: 1200px;
    max-width: 1200px;
*/
    width: 100%;
    max-width: 100%;
  }
  .mv .container{
		padding: 0;
		margin: 0;
		width: 100%;
	}
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #1c913a;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/* 共通 */
.h2_arrow {
  position: relative;
}
.h2_arrow:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -45px;
  border-top: 45px solid #173617;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
  padding-top: 60px;
  background: url(../img/pc_cta_bg.png) no-repeat center bottom/cover;
}
.cta_2col {
  display: flex;
}
.cta_l {
  width: 31%;
}
.cta_r {
  width: 69%;
}

/*sec01----------------------------------------------------------- */
.sec01 {
  background: linear-gradient(-180deg, #ebf1f1 0%, #ebf1f1 94%, #ecfaf9 94%, #ecfaf9 100%);
}
.sec01 .white_box {
  border-radius: 15px;
}

/*sec02----------------------------------------------------------- */
.sec02 {
  background: #ecfaf9;
}

/*sec03----------------------------------------------------------- */


/*sec04----------------------------------------------------------- */
.sec04_arrow {
  margin-top: -120px;
}

/*sec05----------------------------------------------------------- */
.sec05_arrow {
  margin-top: -120px;
}
.sec05_white_box {
  border-radius: 15px;
}
.sec05 .white_box h3 {
  margin-top: -75px;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background: #edf0e5;
}
.sec06 h2 {
  background: url(../img/pc_sec06_bg.png) no-repeat top center/cover;
}
.sec06 .white_box {
  border-radius: 15px;
}
.sec06 .white_box_inner {
  border-radius: 15px;
  background: #ecfaf9;
  display: flex;
  gap: 15px;
  padding: 30px 15px;
}
.sec06 .white_box_inner:not(:last-of-type),
.sec06 .white_box_inner2:not(:last-of-type){
  margin-bottom: 30px;
}
.sec06 .white_box_inner > p {
  margin-left: -30px;
  display: block;
  width: 117px;
}
.sec06 .white_box_inner > div {
  width: calc(100% - 117px);
}
.sec06 .white_box_inner2 {
  border-radius: 15px;
  background: #ecfaf9;
  padding: 30px;
}
.sec06 .container > .white_box:first-of-type h3 {
  margin-top: -75px;
}
.sec06 .white_box_inner2 span {
	color: #1c913a;
}

/*sec07----------------------------------------------------------- */
.sec07 {
  background: #ecfaf9;
}
.sec07 .white_box {
  border-radius: 15px;
}
.sec07 .fx-row .white_box > p:first-child {
  margin-top: -70px;
}
.sec07 .fx-row {
  margin-top: -45px;
}
.sec07 [class*="fx-col"] {
  margin-top: 45px;
}

/*sec08----------------------------------------------------------- */
.sec08 h3 {
  font-size: 30px;
  font-weight: bold;
}
.sec08 h3 span {
  color: #1c913a;
  font-weight: bold;
  padding-right: 10px;
}
.sec08 .white_box_s {
  border-radius: 15px;
  background: #ecfaf9;
}

/*sec09----------------------------------------------------------- */
.sec09 .white_box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
.sec09 .sec09_q,
.sec09 .sec09_a {
  display: flex;
  gap: 30px;
}
.sec09 .sec09_q {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #173617;
}
.sec09 .sec09_q > p:first-child,
.sec09 .sec09_a > p:first-child {
  display: block;
  width: 30px;
}
.sec09 .sec09_q > p:last-child,
.sec09 .sec09_a > p:last-child {
  display: block;
  width: calc(100% - 30px);
}

/*sec10----------------------------------------------------------- */
.sec10 tr {
  border-top: 1px solid #173617;
}
.sec10 tr:last-child {
  border-bottom: 1px solid #173617;
}
.sec10 table {
  width: 100%;
}
.sec10 th {
  width: 250px;
  background: #ecfaf9;
  font-weight: bold;
  vertical-align: middle;
}
.sec10 td {
  width: calc(100% - 250px);
}
.sec10 th,
.sec10 td {
  text-align: left;
  padding: 15px;
}

/*sec11----------------------------------------------------------- */
.sec11 {
  background: #1c913a;
  background-image: url(../img/pc_sec11_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-weight: bold;
}
.sec11 .white_box {
  border-radius: 15px;
	padding-bottom: 0;	
}
.sec11 li {
  padding: 10px 0;
}
.sec11 .input_1col input,
.sec11  textarea {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #d3d3d3;
}
.sec11 .form_head {
  text-align: right;
}
.sec11 .form_head span:first-child {
  padding-right:10px;
}
.sec11 .haveto,
.sec11 .any {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 3px 10px 2px;
  border-radius: 5px;
}
.sec11 .haveto {
  background: #fb3842;
}
.sec11 .any {
  background: #999999;
}
.sec11 button {
  border: 0;
  background: none;
  width: 100%;
}

/*Footer----------------------------------------------------------- */
footer {
  width: 100%;
  background: #0e1a33;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 10px 0 15px 0;
}

footer .inner_footer {
  padding-bottom: 1em;
  padding-top: 1em;
  max-width: 1305px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0 48px;
}

footer .flex_foo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .flex_foo .item {
  width: calc((100% - 0px)/3);
}

footer .item_logo {
  padding: 1em;
}

footer .item_logo .logo_foo {
  margin-bottom: 2em;
}

footer .item_logo .textwidget p {
  margin-bottom: 1em;
  font-size: 16px;
}

footer .item_logo .textwidget p:last-child {
  margin-bottom:;
}

footer .item_blog,
footer .item_navi {
  padding: 1em;
}

footer .ttl_footer {
  position: relative;
  padding: .5em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
}

footer .ttl_footer:before {
  box-sizing: inherit;
  display: block;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40%;
  z-index: 1;
  background-color: currentcolor !important;
}

footer .ttl_footer::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: hsla(0, 0%, 78%, .5);
  box-sizing: inherit;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
}

footer .item_navi .navi_foo li a {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

footer .item_navi .navi_foo li:not(:last-child) a {
  margin-bottom: 1em;
  display: block;
}

footer .item_navi .navi_foo li a:hover {
  text-decoration: none;
  opacity: 1;
}

footer .list_blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 .5em;
}

footer .list_blog .item_bl {
  width: calc((100% - 1em)/2);
  margin-bottom: 2em;
}

footer .list_blog .item_bl:nth-child(4),
footer .list_blog .item_bl:nth-child(3) {
  margin-bottom: 1.2em;
}

footer .list_blog .item_bl p.txt_blog {
  font-size: 14px;
  font-weight: 700;
  padding-top: 1em;
}

footer .list_blog .item_bl {
  position: relative
}

footer .list_blog .item_bl:before {
  background-color: #3c3c3c;
  color: #fff;
  display: block;
  font-family: arial, helvetica, sans-serif;
  pointer-events: none;
  position: absolute;
  text-align: center;
  z-index: 2
}

footer .list_blog .item_bl:nth-child(1):before {
  content: '1';
}

footer .list_blog .item_bl:nth-child(2):before {
  content: '2';
}

footer .list_blog .item_bl:nth-child(3):before {
  content: '3';
}

footer .list_blog .item_bl:nth-child(4):before {
  content: '4';
}

footer .list_blog .item_bl:first-child:before {
  background-color: #f7d305;
  background-image: linear-gradient(to top left, #f7bf05, #fcea7f, #fcd700, #f7d305, #eaca12, #ac9303, #f7d305, #fcea7f, #f7e705, #eaca12, #f7bf05)
}

footer .list_blog .item_bl:nth-child(2):before {
  background-color: #a5a5a5;
  background-image: linear-gradient(to top left, #a5a5a5, #e5e5e5, #ae9c9c, #a5a5a5, #a5a5a5, #7f7f7f, #a5a5a5, #e5e5e5, #a5a5a5, #a5a5a5, #a5a5a5)
}

footer .list_blog .item_bl:nth-child(3):before {
  background-color: #c47222;
  background-image: linear-gradient(to top left, #c46522, #e8b27d, #d07217, #c47222, #b9722e, #834c17, #c47222, #e8b27d, #c48022, #b9722e, #c46522)
}

footer .list_blog .item_bl:nth-child(4):before {
  background-image: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1) 6px, transparent 0, transparent 12px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

footer .list_blog .item_bl:before {
  font-size: 3.2vw;
  left: 8px;
  line-height: 2.5;
  top: -6px;
  width: 2em;
  font-size: 14px;
}

footer .list_blog a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

footer .list_blog .thumb_blog {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

footer .list_blog .item_bl .thumb_blog img {
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

footer .list_blog .item_bl:hover .thumb_blog img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  opacity: .85;
}

footer .menu_footer {
  display: flex;
  justify-content: center;
  padding: .5em 0 .7em;
}

footer .menu_footer li a {
  font-size: 13px;
  border-right: 1px solid;
  padding: 2px .75em;
  color: #fff;
}

footer .menu_footer li:first-child a {
  border-left: 1px solid;
}

footer .menu_footer li a:hover {
  opacity: 1;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
}