@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'iconfont';
  src: url("/assets/font/iconfont.eot");
  src: url("/assets/font/iconfont.eot#iefix") format("embedded-opentype"), url("/assets/font/iconfont.ttf") format("truetype"), url("/assets/font/iconfont.woff") format("woff"), url("/assets/font/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* アイコンフォントのclass「.c-ico-XXX」共通の設定 */
[class^="c-ico-"], [class*=" c-ico-"] {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 768px) {
  header {
    height: 90px;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  header .inner {
    margin: 0 auto;
    padding: 0 30px;
  }
}
header .inner h1 {
  display: flex;
  align-items: center;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  header .inner h1 {
    width: auto;
    margin-right: 0;
  }
}
header .inner h1 .logo {
  width: 44vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  header .inner h1 .logo {
    width: auto;
    height: 58px;
    max-height: none;
  }
}
header .inner .phonenum-wrap {
  text-align: right;
  width: 47%;
  /*.btn{
  	display: block;
  	color: #fff;
  	background-color: #00549e;
  	text-decoration: none;
  	font-size: 10px;
  	width: 100%;
  	height: 25px;
  	border-radius: 4px;
  	position: relative;
  	text-align: left;
  	padding: 2px 14px 2px 4px;
  	@include mins($breakpoint-tab) {
  		display: inline-block;
  		width: auto;
  		height: auto;
  		font-size: 10px;
  		padding: 1px 14px 1px 6px;
  	}
  	&::after{
  		content: "";
  		display: block;
  		position: absolute;
  		top: 50%;
  		right: 6px;
  		transform: translate(0,-50%);
  		background: url(../img/arrow_wh.svg) center center no-repeat;
  		background-size: cover;
  		width: 6px;
  		height: 6px;
  		@include mins($breakpoint-tab) {
  			top: 50%;
  			right: 6px;
  		}
  	}
  }*/
}
@media screen and (min-width: 768px) {
  header .inner .phonenum-wrap {
    width: auto;
    text-align: center;
    margin-right: -40px;
  }
}
header .inner .phonenum-wrap p {
  font-size: 10px;
  color: #e4007f;
  text-align: right;
}
@media screen and (min-width: 768px) {
  header .inner .phonenum-wrap p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  header .inner .phonenum-wrap p .tel {
    pointer-events: none;
  }
}
header .inner .phonenum-wrap p .phonenumber {
  width: auto;
  max-height: 16px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  header .inner .phonenum-wrap p .phonenumber {
    width: auto;
    height: 35px;
    max-height: none;
    margin-bottom: 8px;
  }
}
header .inner .phonenum-wrap .btn img {
  width: 148px;
  height: 17px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  header .inner .phonenum-wrap .btn img {
    width: auto;
    height: auto;
  }
}
header .inner .btn-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  header .inner .btn-wrap {
    display: flex;
    align-items: flex-start;
  }
  header .inner .btn-wrap a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 16px 0;
    border-radius: 60px;
    width: 160px;
  }
  header .inner .btn-wrap a.btn-blue {
    background-color: #41bfd6;
    color: #fff;
    margin-right: 10px;
  }
  header .inner .btn-wrap a.btn-yellow {
    background-color: #f6d130;
    color: #000;
  }
}

.gnav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}
.gnav::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(26, 26, 26, 0.98);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}

.open .gnav {
  top: 0;
  pointer-events: auto;
}
.open .gnav::before {
  animation: menu-animation 0.4s ease-out forwards;
}

@keyframes menu-animation {
  0% {
    transform: scale(0);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.gnav ul {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  perspective: 1000;
  color: white;
}
.gnav ul li {
  opacity: 0;
  text-align: center;
  transform: translate3d(0, 36px, 0);
  margin-bottom: 5vh;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .gnav ul li {
    margin-bottom: 4vh;
  }
}
.gnav ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gnav ul li a {
    font-size: 20px;
  }
}
.gnav ul li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: #faec00;
  padding: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.2s ease-out;
  pointer-events: none;
  z-index: 0;
}
.gnav ul li svg {
  position: relative;
  z-index: 10;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .gnav ul li svg {
    height: 28px;
  }
}
.gnav ul li .cls-1 {
  fill: #fff;
  fill-rule: evenodd;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 900px) {
  .gnav ul li:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }
  .gnav ul li:hover .cls-1 {
    fill: #000;
  }
}
.open .gnav ul li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.open .gnav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.open .gnav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.open .gnav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.open .gnav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.open .gnav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.open .gnav ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.bnr_wrap {
  background-color: #dadada;
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .bnr_wrap .inner {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
  }
}
.bnr_wrap .box {
  width: 90%;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .bnr_wrap .box {
    width: 308px;
    height: 310px;
    border-radius: 0px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .bnr_wrap .box.box1 {
    padding: 30px 5%;
  }
}
.bnr_wrap .box.box1 p {
  font-size: 18px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  margin-top: 15px;
  line-height: 139%;
  text-align: center;
}
.bnr_wrap .box.box1 .iframe-wrap {
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .bnr_wrap .box.box1 .iframe-wrap {
    width: 280px;
    margin: 40px auto 0;
  }
}
.bnr_wrap .box.box1 .iframe-wrap iframe {
  width: 100%;
  margin: 0 auto;
}
.bnr_wrap .box.box2 p {
  font-size: 18px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  color: #00549f;
  text-align: left;
  width: 80%;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .bnr_wrap .box.box2 p {
    width: 240px;
    margin: 20px auto 0;
  }
}
.bnr_wrap .box.box2 .sns-icon {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .bnr_wrap .box.box2 .sns-icon {
    flex-wrap: wrap;
    /*width: 158px;*/
  }
}
.bnr_wrap .box.box2 .sns-icon .sns-icon__item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bnr_wrap .box.box2 .sns-icon .icon__line img {
    width: auto;
    height: 38px;
  }
  .bnr_wrap .box.box2 .sns-icon .icon__facebook img {
    width: auto;
    height: 38px;
  }
  .bnr_wrap .box.box2 .sns-icon .icon__twitter img {
    width: auto;
    height: 38px;
  }
  .bnr_wrap .box.box2 .sns-icon .icon__instagram img {
    width: auto;
    height: 38px;
  }
  .bnr_wrap .box.box2 .sns-icon .icon__youtube img {
    width: auto;
    height: 38px;
  }
}
/*
@media screen and (min-width: 768px) {
  .bnr_wrap .box.box2 .sns-icon .icon__facebook {
    padding-right: 20px;
  }
  .bnr_wrap .box.box2 .sns-icon .icon__twitter {
    padding-left: 20px;
  }
  .bnr_wrap .box.box2 .sns-icon .icon__instagram {
    padding-right: 20px;
    padding-top: 30px;
  }
  .bnr_wrap .box.box2 .sns-icon .icon__youtube {
    padding-left: 20px;
    padding-top: 30px;
  }
}*/
.bnr_wrap .box.box3 p {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bnr_wrap .box.box3 p {
    margin: 20px auto 0;
  }
}
.bnr_wrap .box.box3 p.tit {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  color: #00549f;
  font-size: 18px;
}
.bnr_wrap .box.box3 p.sns-link {
  color: #00549f;
  margin: 20px auto 0;
}
.bnr_wrap .box.box3 .btn {
  width: 90%;
  font-size: 16px;
  margin: 20px auto 0;
}
.bnr_wrap .box.box3 .btn::after {
  margin: 0;
}
.bnr_wrap .box.box3 .sns-mail__body {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.bnr_wrap .box.box3 .sns-mail__body img {
  position: absolute;
  top: 0;
  right: 20px;
}
.bnr_wrap .box.box3 .placeholder {
  width: 90%;
  height: 46px;
  margin: 0 auto;
  padding: 0 75px 0 5px;
  border-radius: 3px 8px 8px 3px;
  border: 1px solid #838383;
}
@media screen and (min-width: 768px) {
  .bnr_wrap .box.box3 .placeholder {
    width: 260px;
  }
}

.f-infoList .ttl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 5px;
  display: inline-block;
}

.link-list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -14px;
  display: inline-block;
}

.f-infoLink li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  margin-right: 5px;
}

.f-infoList ul li a {
  color: #fff;
  font-size: 88%;
  line-height: 172%;
}

.f-infoLink li a {
  color: #fff;
  font-size: 88%;
  line-height: 100%;
  text-decoration: none;
}

@font-face {
  font-family: "AdihausDIN-Bold";
  src: url("../fonts/AdihausDIN-Bold.eot");
  src: url("../fonts/AdihausDIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdihausDIN-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------------------------
 base
---------------------------------------------------------- */
html {
  /* 1rem = 10px */
}

body {
  font-family: a-otf-gothic-bbb-pr6n, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-family: YakuHanJP, "Noto Sans Japanese", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
}
body.on_menu {
  overflow: hidden;
}

main {
  background-color: #00549f;
}

* {
  box-sizing: border-box;
}

section .inner {
  margin: 0 0 0 5%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section .inner {
    width: 1140px;
    margin: 0 auto;
  }
}

h2 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

small {
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  small {
    font-size: 12px;
  }
}

sup {
  vertical-align: super;
  font-size: 11px;
  padding-left: 5px;
}

.pink {
  color: #e4007f;
}

.center {
  text-align: center;
}

.tit {
  text-align: center;
}
.tit img {
  height: 10vw;
}
@media screen and (min-width: 768px) {
  .tit img {
    height: 60px;
  }
}

img {
  line-height: 0;
  vertical-align: bottom;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  color: #ff7d05;
}

.asterisk {
  color: #ff7d05;
}

.kome {
  color: #ff007f;
}

.change-border01 {
  display: inline-block;
  color: #3498db;
  text-decoration: none;
  overflow: hidden;
}

.change-border01 {
  position: relative;
}

a {
  transition: opacity .2s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

/* Effect1
 *************************************** */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.change-border01::after {
  height: 10px;
  left: 0;
  top: 0;
  width: 0px;
}

.change-border01::before {
  bottom: 0;
  height: 10px;
  right: 0;
  width: 0px;
}

.change-border01__inner::after {
  bottom: 0;
  height: 0px;
  left: 0;
  width: 10px;
}

.change-border01__inner::before {
  height: 0px;
  right: 0;
  top: 0;
  width: 10px;
}

/* hover */
/*
@include mins($breakpoint-tab) {
	.change-border01:hover::after,
	.change-border01:hover::before {
	    width: 100%;
	    width: 100%;
	}
	
	.change-border01:hover .change-border01__inner::after,
	.change-border01:hover .change-border01__inner::before {
	    height: 100%;
	    height: 100%;
	}
}
*/
.fancybox-slide--iframe .fancybox-content {
  height: 62%;
}

.fancybox-slide > * {
  padding: 3%;
  margin: 0;
}

.fancybox-slide {
  overflow: auto;
}

.modal_code .fancybox-close-small {
  position: absolute;
  top: inherit;
  bottom: 60px;
  right: 50%;
  transform: translate(50%, 0);
  width: 80px;
  height: 23px;
  background-image: url("../img/modal_code/close_btn.png");
}
@media screen and (min-width: 768px) {
  .modal_code .fancybox-close-small {
    bottom: 100px;
    width: 80px;
    height: 23px;
  }
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  position: fixed;
  background-color: transparent;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1000;
  cursor: pointer;
  background: none;
  background-color: #fff;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
    width: 60px;
    height: 60px;
  }
}
.fancybox-slide--image .fancybox-close-small::before, .fancybox-slide--iframe .fancybox-close-small::before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 10px;
  width: 20px;
  border-top: 2px solid #e4007f;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .fancybox-slide--image .fancybox-close-small::before, .fancybox-slide--iframe .fancybox-close-small::before {
    top: 28px;
    left: 15px;
    width: 30px;
  }
}
.fancybox-slide--image .fancybox-close-small::after, .fancybox-slide--iframe .fancybox-close-small::after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 10px;
  width: 20px;
  border-top: 2px solid #e4007f;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .fancybox-slide--image .fancybox-close-small::after, .fancybox-slide--iframe .fancybox-close-small::after {
    top: 28px;
    left: 15px;
    width: 30px;
  }
}

.fancybox-navigation button.fancybox-arrow--left {
  position: fixed;
  top: 50%;
  left: 20px;
  background: none;
  width: 20px;
  height: 20px;
  z-index: 100;
  opacity: 1;
  transition: opacity .2s;
  border-top: 3px solid #00549f;
  border-right: 3px solid #00549f;
  transform: rotate(-135deg);
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fancybox-navigation button.fancybox-arrow--left {
    position: absolute;
    left: 5px;
    width: 22px;
    height: 22px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .fancybox-navigation button.fancybox-arrow--left:hover {
    opacity: 0.7;
  }
}
.fancybox-navigation button.fancybox-arrow--right {
  position: fixed;
  top: 50%;
  right: 20px;
  background: none;
  width: 20px;
  height: 20px;
  z-index: 100;
  opacity: 1;
  transition: opacity .2s;
  border-top: 3px solid #00549f;
  border-right: 3px solid #00549f;
  transform: rotate(45deg);
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fancybox-navigation button.fancybox-arrow--right {
    position: absolute;
    right: 5px;
    width: 22px;
    height: 22px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .fancybox-navigation button.fancybox-arrow--right:hover {
    opacity: 0.7;
  }
}

.fancybox-button--fullscreen {
  display: none;
}

.fancybox-button--share {
  display: none;
}

.fancybox-button {
  background-color: #fff;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #00549f;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .fancybox-button:hover, .fancybox-button:visited:hover, .fancybox-button:link:hover {
    color: #00549f;
    opacity: 0.7;
  }
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 100%;
  height: 56vw;
  max-width: 100%;
  max-height: calc(100% - 88px);
  overflow: visible;
  /* background: #fff; */
}
@media screen and (min-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 80vw;
    height: 45vw;
  }
}


.upper {
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s
 }
 .upper.active {
  visibility: visible;
  opacity: 1
 }
 .upper p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 0 4%
 }
 .upper .btn-wrap {
  margin: 10px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  box-shadow: inherit;
 }
 .upper .btn-wrap a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 60px;
  width: 48%;
  height: 10vw;
  text-align: center;
 }
 .upper .btn-wrap a.btn-blue {
  background-color: #41bfd6;
  color: #fff;
  margin-right: 10px
 }
 .upper .btn-wrap a.btn-yellow {
  box-shadow: none;
  font-size: 4vw;
  background-color: #f6d130;
  color: #000;
  border-width: 2px;
  padding-top: 3vw;
 }
 .upper .btn-wrap a.btn-line {
  background-color: #02b902;
  color: #fff;
  border-width: 2px;
  font-size: 3.1vw;
  line-height: 1.3;
  padding-top: 1vw;
 }
 .upper .btn-wrap a.req-info {
  font-size: 4vw;
  padding-top: 3vw;
  margin-right: 0;
 }
 @media screen and (min-width:768px) {
  .upper p {
   width: auto;
   font-size: 14px
  }
  .upper .btn-wrap a.btn-yellow,
  .upper .btn-wrap a.req-info {
   padding-top: 18px;
   font-size: 26px;
  }
  .upper .btn-wrap a.btn-line {
   font-size: 20px;
   line-height: 1.3;
   padding-top: 7px;
  }
  .upper .btn-wrap {
   width: 670px;
   height: inherit;
  }
  .upper .btn-wrap a {
   border: 2px solid #fff;
   height: 70px;
   width: 320px;
   font-size: 20px;
   border-radius: 8px;
   margin-top: 0;
  }
 }

.btn_menu {
  position: fixed;
  bottom: 5%;
  left: 0;
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 112px;
}
@media screen and (min-width: 768px) {
  .btn_menu {
    top: 15%;
    bottom: inherit;
    width: 50px;
    height: 140px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #00549f;
  visibility: hidden;
  transition: all .3s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .menu {
    left: -800px;
    width: 800px;
  }
  .menu.win_l {
    overflow: hidden;
  }
}
.menu.active {
  visibility: visible;
  top: 0;
  left: 0;
}
.menu .btn_back {
  position: absolute;
  bottom: 5%;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 112px;
}
@media screen and (min-width: 768px) {
  .menu .btn_back {
    top: 10%;
    bottom: inherit;
    width: 50px;
    height: 140px;
  }
}
.menu .menu_inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .menu .menu_inner {
    padding: 60px 0;
    margin-left: 50%;
    transform: translate(-50%, 0);
    width: 600px;
  }
}
.menu .menu_inner .btn_donation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6d130;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .menu .menu_inner .btn_donation {
    width: 600px;
    height: 60px;
  }
}
.menu .menu_inner .btn_donation::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: #000 solid 3px;
  border-right: #000 solid 3px;
  transform: rotate(45deg);
  margin-left: 10px;
}
.menu .menu_inner .menutit {
  display: flex;
  justify-content: space-between;
}
.menu .menu_inner p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1;
}
.menu .menu_inner .btn_pagetop {
  display: inline-block;
  background-color: #80aacf;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .menu .menu_inner .flexwrap {
    display: flex;
    justify-content: space-between;
  }
}
.menu .menu_inner .flexwrap ul li {
  margin-top: 30px;
}
.menu .menu_inner .flexwrap ul li a span {
  background-color: #fff;
  padding: 6px 10px;
  color: #00549f;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 4px;
}

h1 {
  float: none;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-weight: normal;
  text-align: left;
  overflow: visible;
}

h2 {
  width: auto;
  margin: 0;
  color: #00549f;
  font-weight: normal;
  /* font-size: 225%; */
  font-size: inherit;
  line-height: inherit;
}

#cover .flexwrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #cover .flexwrap {
    flex-direction: row;
    margin: 0 auto;
    width: 1140px;
    height: 740px;
  }
}
#cover .flexwrap .kv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #cover .flexwrap .kv {
    width: 640px;
  }
}
#cover .flexwrap .kv .copy2 {
  position: absolute;
  width: 230px;
  height: 298px;
  right: 140px;
  bottom: 42px;
  padding: 40px;
  background-color: #00549f;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  line-height: 2;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (max-width: 768px) {
  #cover .flexwrap .kv .copy2 {
    width: auto;
    height: auto;
    padding: 5%;
    right: 20px;
    bottom: -60px;
    width: 46%;
  }
}
#cover .flexwrap .kv .copy2 img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #cover .flexwrap .kv .copy2 img {
    width: 100%;
  }
}
#cover .flexwrap .kv .kv-slider {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #cover .flexwrap .kv .kv-slider {
    margin-top: 0;
    width: 640px;
    height: 640px;
    overflow: hidden;
  }
}
#cover .flexwrap .kv .kv-slider img {
  width: 100%;
  transform: scale(1);
}
#cover .flexwrap .kv .kv-slider .slick-active img {
  transform: scale(1.1);
  transition: all 10s linear;
}
#cover .flexwrap .kv .kv-slider .slick-continue img {
  transform: scale(1.1);
  transition: all 10s linear;
}
@media screen and (min-width: 768px) {
  #cover .flexwrap .logo_box {
    padding: 0;
    width: 500px;
  }
}
#cover .flexwrap .logo_box .logo {
  text-align: center;
  /* 40th logo width: 55%;*/
  margin: 40px auto 0;
}

#cover .flexwrap .logo_box .logo img {
  width:60vw
}
#cover .flexwrap .logo_box .logo.new img {
  width: 36vw;
}

@media screen and (min-width: 768px) {
  #cover .flexwrap .logo_box .logo {
    text-align: center;
    margin: 190px auto 0;
  }
    #cover .flexwrap .logo_box .logo img {
    width:360px
  }
  #cover .flexwrap .logo_box .logo.new img {
    width: 240px;
  }
}
#cover .flexwrap .logo_box .copy1 {
  text-align: center;
  line-height: 1.8;
  font-size: 6vw;
  font-weight: bold;
  color: #e4007f;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (min-width: 768px) {
  #cover .flexwrap .logo_box .copy1 {
    font-size: 32px;
    margin-top: 40px;
  }
}
#cover .flexwrap .logo_box .copy1 img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #cover .flexwrap .logo_box .copy1 img {
    width: 387px;
  }
}
#cover .flexwrap .logo_box p {
  margin-top: 40px;
  color: #e4007f;
}
@media screen and (min-width: 768px) {
  #cover .flexwrap .logo_box p {
    font-size: 1.4vw;
  }
}
#cover .box {
  color: #fff;
  background-color: #e4007f;
  text-align: center;
  font-size: 18px;
  margin: 40px 4% 0;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #cover .box {
    width: 740px;
    margin: 40px auto 0;
    font-size: 24px;
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .section0 {
    margin-top: 20px;
  }
}
.section0 .inner {
  padding: 100px 0 60px;
}
@media screen and (min-width: 768px) {
  .section0 .inner {
    padding: 70px;
  }
}
@media screen and (min-width: 768px) {
  .section0 h2 {
    text-align: center;
  }
}
.section0 h2 span {
  display: inline-block;
  background-color: #e4007f;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  padding: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section0 h2 span {
    font-size: 24px;
    width: auto;
    margin: 0 auto;
    padding: 8px 14px;
    margin-top: 10px;
  }
}
.section0 p {
  color: #00549f;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  .section0 p {
    width: 664px;
    margin: 40px 0 0 200px;
    font-size: 20px;
  }
}

.section1 .inner {
  background-color: #edebeb;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section1 .inner {
    display: flex;
    padding-bottom: 80px;
  }
}
.section1 .inner .left {
  float: none !important;
}
@media screen and (min-width: 768px) {
  .section1 .inner .left {
    width: 520px;
  }
}
.section1 .inner .left h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section1 .inner .left h2 span {
    padding: 8px 14px;
  }
}
.section1 .inner .left h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section1 .inner .left h2 span:first-child {
    font-size: 18px;
  }
}
.section1 .inner .left h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section1 .inner .left h2 span:last-child {
    font-size: 24px;
  }
}
.section1 .inner .left img {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .section1 .inner .left img {
    padding-left: 5%;
    margin-top: 30px;
  }
}
.section1 .inner .right {
  float: none !important;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section1 .inner .right {
    width: 420px;
    margin-left: 60px;
    margin-top: 110px;
    padding: 0;
  }
}
.section1 .inner .right h3 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 18px;
  color: #00549f;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section1 .inner .right h3 {
    margin-top: 20px;
    font-size: 24px;
  }
}
.section1 .inner .right p {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .section1 .inner .right p {
    margin-top: 20px;
    font-size: 18px;
  }
}
.section1 .inner .right hr {
  border: none;
  border-bottom: 1px solid #00549f;
  margin-top: 20px;
}

.section2 .inner {
  background-color: #e1f2f6;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section2 .inner {
    padding: 0 0 60px;
  }
}
.section2 .inner .flexwrap {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .section2 .inner .flexwrap {
    flex-direction: row;
  }
}
.section2 .inner .left {
  float: none !important;
}
@media screen and (min-width: 768px) {
  .section2 .inner .left {
    width: 542px;
  }
}
.section2 .inner .left h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section2 .inner .left h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section2 .inner .left h2 span {
    padding: 8px 14px;
  }
}
.section2 .inner .left p {
  margin-top: 20px;
  padding: 0 5%;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .section2 .inner .left p {
    padding: 0;
    width: 400px;
    margin-top: 60px;
    margin-left: 80px;
    font-size: 18px;
  }
}
.section2 .inner .right {
  float: none !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section2 .inner .right {
    width: 480px;
  }
}
.section2 .inner .right h2 {
  position: absolute;
}
.section2 .inner .right h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section2 .inner .right h2 span {
    padding: 8px 14px;
  }
}
.section2 .inner .right h2 span:first-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section2 .inner .right h2 span:first-child {
    font-size: 18px;
  }
}
.section2 .inner .right h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section2 .inner .right h2 span:last-child {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .section2 .inner .banner {
    display: flex;
    justify-content: space-between;
    width: 920px;
    margin: 0 auto;
  }
}
.section2 .inner .banner a {
  display: block;
  background-color: #e4007f;
  width: 292px;
  height: 180px;
  margin: 40px auto 0;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2 .inner .banner a {
    display: flex;
    align-items: center;
    width: 90%;
    height: auto;
    margin: 20px auto 0;
  }
}
.section2 .inner .banner a.blue {
  background-color: #00549f;
}
@media screen and (max-width: 768px) {
  .section2 .inner .banner a picture {
    width: 30%;
    height: 100%;
  }
}
.section2 .inner .banner a p {
  padding: 6px 15px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section2 .inner .banner a p {
    font-size: 14px;
  }
}
.section2 .inner .banner a p span {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section2 .inner .banner a p span {
    font-size: 12px;
  }
}
.section2 .inner .banner a::after {
  content: "";
  display: block;
  border-top: 9px solid transparent;
  border-right: 9px solid #fff;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  position: absolute;
  right: 1px;
  bottom: 1px;
}

.section3 {
  background-color: #00549f;
}
.section3 .inner {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .section3 .inner {
    padding: 0 0 60px;
  }
}
.section3 .inner h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section3 .inner h2 span {
    padding: 8px 14px;
  }
}
.section3 .inner h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section3 .inner h2 span:first-child {
    font-size: 18px;
  }
}
.section3 .inner h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section3 .inner h2 span:last-child {
    font-size: 24px;
  }
}
.section3 .inner > p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section3 .inner > p {
    font-size: 18px;
    width: 680px;
    margin: 60px auto 0;
  }
}
.section3 .inner .box-wrap {
  padding-left: 5%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 920px;
    margin: 40px auto 0;
    padding-left: 0;
  }
}
.section3 .inner .box-wrap .box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 20px;
  border-bottom: 1px solid #00549f;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap .box {
    width: 440px;
    margin-top: 20px;
  }
}
.section3 .inner .box-wrap .box .txt {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap .box .txt {
    width: 258px;
  }
}
.section3 .inner .box-wrap .box .txt h3 {
  color: #e4007f;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap .box .txt h3 {
    font-size: 24px;
  }
}
.section3 .inner .box-wrap .box .txt p {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap .box .txt p {
    font-size: 18px;
  }
}
.section3 .inner .box-wrap .box .pic {
  width: 36%;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap .box .pic {
    width: 160px;
  }
}
.section3 .inner .box-wrap .box .pic img {
  width: 100%;
}
.section3 .inner .box-wrap .box .img-tit {
  display: flex;
  align-items: flex-start;
}
.section3 .inner .box-wrap .box .img-tit .pic {
  width: 50%;
}
.section3 .inner .box-wrap .box .img-tit .tit {
  width: auto;
  max-height: 20vw;
  margin: 4%;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap .box .img-tit .tit {
    max-width: none;
    max-height: 112px;
    margin: 20px;
  }
}
.section3 .inner .box-wrap .box .img-tit .tit.tit1 {
  height: 12vw;
}
@media screen and (min-width: 768px) {
  .section3 .inner .box-wrap .box .img-tit .tit.tit1 {
    height: 70px;
  }
}
.section3 .inner .flexwrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section3 .inner .flexwrap {
    display: flex;
    justify-content: space-between;
    width: 920px;
  }
}
.section3 .inner .flexwrap picture img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section3 .inner .flexwrap picture img {
    margin-top: 0;
    width: 440px;
  }
}
.section3 .inner .flexwrap p {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section3 .inner .flexwrap p {
    margin-top: 80px;
    width: 440px;
  }
}

.section4 .inner {
  background-color: #edebeb;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section4 .inner {
    display: flex;
    padding-bottom: 80px;
  }
}
.section4 .inner .left {
  float: none !important;
}
@media screen and (min-width: 768px) {
  .section4 .inner .left {
    width: 560px;
  }
}
.section4 .inner .left h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section4 .inner .left h2 span {
    padding: 8px 14px;
  }
}
.section4 .inner .left h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section4 .inner .left h2 span:first-child {
    font-size: 18px;
  }
}
.section4 .inner .left h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section4 .inner .left h2 span:last-child {
    font-size: 24px;
  }
}
.section4 .inner .left img {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .section4 .inner .left img {
    padding-left: 5%;
    margin-top: 20px;
  }
}
.section4 .inner .left p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section4 .inner .left p {
    margin-top: 20px;
    font-size: 18px;
  }
}
.section4 .inner .right {
  float: none !important;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section4 .inner .right {
    width: 420px;
    margin-left: 60px;
    margin-top: 80px;
    padding: 0;
  }
}
.section4 .inner .right h3 {
  font-size: 18px;
  color: #00549f;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section4 .inner .right h3 {
    margin-top: 20px;
    font-size: 24px;
  }
}
.section4 .inner .right p {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .section4 .inner .right p {
    margin-top: 20px;
    font-size: 18px;
  }
}
.section4 .inner .right hr {
  border: none;
  border-bottom: 1px solid #00549f;
  margin-top: 20px;
}

a.btn {
  display: block;
  background-color: #00549f;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 20px 0;
  margin: 40px auto 0;
  width: 100%;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (min-width: 768px) {
  a.btn {
    font-size: 20px;
    margin: 60px 0 0 0;
    width: 380px;
  }
}
a.btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 20px;
}

.section5 {
  background-color: #00549f;
}
.section5 .inner {
  padding: 0 0 100px;
  background-color: #fef3d6;
}
@media screen and (max-width: 768px) {
  .section5 .inner {
    padding: 0 0 60px;
  }
}
.section5 .inner h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section5 .inner h2 span {
    padding: 8px 14px;
  }
}
.section5 .inner h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section5 .inner h2 span:first-child {
    font-size: 18px;
  }
}
.section5 .inner h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section5 .inner h2 span:last-child {
    font-size: 24px;
  }
}
.section5 .inner > p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section5 .inner > p {
    font-size: 18px;
    width: 680px;
    margin: 60px auto 0;
    padding: 0;
  }
}
.section5 .inner .box-wrap {
  padding-left: 5%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section5 .inner .box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 920px;
    margin: 40px auto 0;
    padding-left: 0;
  }
}
.section5 .inner .box-wrap .box {
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section5 .inner .box-wrap .box {
    width: 300px;
    margin-top: 20px;
  }
}
.section5 .inner h3 {
  font-size: 14px;
  color: #00549f;
  text-align: center;
  margin: 40px 0 0;
}
.section5 .inner small {
  padding: 0 5%;
  font-size: 14px;
  margin-top: 20px;
  display: block;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section5 .inner small {
    padding: 0;
    text-align: center;
  }
}

.section6 {
  background-color: #00549f;
}
.section6 .inner {
  padding: 0 0 100px;
  background-color: #edebeb;
}
@media screen and (max-width: 768px) {
  .section6 .inner {
    padding: 0 0 60px;
  }
}
.section6 .inner h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section6 .inner h2 span {
    padding: 8px 14px;
  }
}
.section6 .inner h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section6 .inner h2 span:first-child {
    font-size: 18px;
  }
}
.section6 .inner h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section6 .inner h2 span:last-child {
    font-size: 24px;
  }
}
.section6 .inner > p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section6 .inner > p {
    font-size: 18px;
    width: 680px;
    margin: 60px auto 0;
    padding: 0;
  }
}
.section6 .inner .pic {
  margin-top: 40px;
  text-align: center;
}
.section6 .inner small {
  padding: 0 5%;
  font-size: 14px;
  margin-top: 40px;
  display: block;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section6 .inner small {
    padding: 0;
    text-align: center;
  }
}

.section7 .inner {
  background-color: #fdf4cb;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section7 .inner {
    display: flex;
    padding-bottom: 80px;
  }
}
.section7 .inner .left {
  float: none !important;
}
.section7 .inner .left h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section7 .inner .left h2 span {
    padding: 8px 14px;
  }
}
.section7 .inner .left h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section7 .inner .left h2 span:first-child {
    font-size: 18px;
  }
}
.section7 .inner .left h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section7 .inner .left h2 span:last-child {
    font-size: 24px;
  }
}
.section7 .inner .left img {
  margin-top: 30px;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .section7 .inner .left img {
    margin-top: 44px;
    padding-left: 5%;
  }
}
.section7 .inner .right {
  float: none !important;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section7 .inner .right {
    width: 420px;
    margin-left: 60px;
    margin-top: 80px;
    padding: 0;
  }
}
.section7 .inner .right h3 {
  font-size: 18px;
  color: #00549f;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section7 .inner .right h3 {
    margin-top: 20px;
    font-size: 24px;
  }
}
.section7 .inner .right p {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .section7 .inner .right p {
    margin-top: 20px;
    font-size: 18px;
  }
}
.section7 .inner .right hr {
  border: none;
  border-bottom: 1px solid #00549f;
  margin-top: 20px;
}

.section8 .inner {
  background-color: #fff;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section8 .inner {
    padding-bottom: 80px;
  }
}
.section8 .inner h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section8 .inner h2 span {
    padding: 8px 14px;
  }
}
.section8 .inner h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section8 .inner h2 span:first-child {
    font-size: 18px;
  }
}
.section8 .inner h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section8 .inner h2 span:last-child {
    font-size: 24px;
  }
}
.section8 .inner > p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section8 .inner > p {
    font-size: 18px;
    width: 680px;
    margin: 60px auto 0;
    padding: 0;
  }
}
.section8 .inner dl {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .section8 .inner dl {
    width: 720px;
  }
}
.section8 .inner dl dt {
  color: #e4007f;
  font-size: 14px;
  width: 20%;
  border-right: 1px solid #00549f;
  padding-bottom: 30px;
  line-height: 1.8;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (min-width: 768px) {
  .section8 .inner dl dt {
    width: 80px;
    font-size: 18px;
  }
}
.section8 .inner dl dt:last-child {
  padding-bottom: 0;
}
.section8 .inner dl dd {
  font-size: 14px;
  width: 80%;
  padding-bottom: 30px;
  padding-left: 20px;
  line-height: 1.8;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (min-width: 768px) {
  .section8 .inner dl dd {
    width: 640px;
    font-size: 18px;
  }
}
.section8 .inner dl dd:last-child {
  padding-bottom: 0;
}

.section9 {
  background-color: #00549f;
}
.section9 .inner {
  padding: 0 0 100px;
  background-color: #e1f2f6;
}
@media screen and (max-width: 768px) {
  .section9 .inner {
    padding: 0 0 60px;
  }
}
.section9 .inner h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .section9 .inner h2 span {
    padding: 8px 14px;
  }
}
.section9 .inner h2 span:first-child {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .section9 .inner h2 span:first-child {
    font-size: 18px;
  }
}
.section9 .inner h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section9 .inner h2 span:last-child {
    font-size: 24px;
  }
}
.section9 .inner > p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section9 .inner > p {
    font-size: 18px;
    width: 680px;
    margin: 60px auto 0;
    padding: 0;
  }
}
.section9 .inner .pic {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section9 .inner .pic {
    width: 90%;
    margin: 40px auto 0;
  }
}
.section9 .inner .btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .section9 .inner .btn {
    width: 90%;
  }
}

.section10 {
  background-color: #00549f;
}
.section10 .inner {
  padding: 0 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section10 .inner {
    padding: 0 0 60px;
  }
}
.section10 .inner h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
  font-size: 26px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section10 .inner h2 span {
    padding: 8px 14px;
  }
}
.section10 .inner h2 span:first-child {
  font-size: 36px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section10 .inner h2 span:first-child {
    font-size: 24px;
  }
}
.section10 .inner h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section10 .inner h2 span:last-child {
    font-size: 24px;
  }
}
.section10 .inner > p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section10 .inner > p {
    font-size: 18px;
    margin: 60px auto 0;
    padding: 0;
  }
}
.section10 .inner > h3 {
  color: #00549f;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
.section10 .inner .pic {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section10 .inner .pic {
    margin: 40px auto 0;
    width: 90%;
  }
}
.section10 .inner .btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .section10 .inner .btn {
    width: 90%;
  }
}
.section10 .inner .slider_wrap {
  padding: 60px 0;
}
.section10 .inner .slider_wrap h2 {
  text-align: center;
  color: #00549f;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .section10 .inner .slider_wrap h2 {
    font-size: 24px;
  }
}
.section10 .inner .slider_wrap .slider {
  margin-top: 40px;
}
.section10 .inner .slider_wrap .voice {
  background-color: #edebeb;
  border-radius: 20px;
  padding: 6%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .section10 .inner .slider_wrap .voice {
    padding: 40px;
  }
}
.section10 .inner .slider_wrap .voice h3 {
  font-size: 4.5vw;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .section10 .inner .slider_wrap .voice h3 {
    justify-content: flex-start;
    font-size: 18px;
    margin-right: 30px;
  }
}
.section10 .inner .slider_wrap .voice h3 img {
  width: 14%;
}
@media screen and (min-width: 768px) {
  .section10 .inner .slider_wrap .voice h3 img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.section10 .inner .slider_wrap .voice h3 span {
  width: 100%;
  margin-left: 10px;
  font-weight: bold;
}
.section10 .inner .slider_wrap .voice p {
  margin-top: 20px;
  font-size: 3.4vw;
}
@media screen and (min-width: 768px) {
  .section10 .inner .slider_wrap .voice p {
    margin-top: 0;
    font-size: 16px;
  }
}
.section10 .inner .slider_wrap .voice p strong {
  font-weight: bold;
}
.section10 .inner .slider_wrap .voice.woman h3 {
  color: #e4007f;
}
.section10 .inner .slider_wrap .voice.man h3 {
  color: #00a0e9;
}

.section11 {
  background-color: #00549f;
}
.section11 .inner {
  padding: 0 0 100px;
  background-color: #edebeb;
}
@media screen and (max-width: 768px) {
  .section11 .inner {
    padding: 0 0 60px;
  }
}
.section11 .inner h2 span {
  display: inline-block;
  background-color: #e4007f;
  color: #fff;
  padding: 8px;
  font-size: 26px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section11 .inner h2 span {
    padding: 8px 14px;
  }
}
.section11 .inner h2 span:first-child {
  font-size: 36px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section11 .inner h2 span:first-child {
    font-size: 24px;
  }
}
.section11 .inner h2 span:last-child {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .section11 .inner h2 span:last-child {
    font-size: 24px;
  }
}
.section11 .inner > .btn.l {
  margin: 40px auto 0;
  line-height: 1.6;
  font-size: 16px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .section11 .inner > .btn.l {
    width: 380px;
  }
}
.section11 .inner > p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .section11 .inner > p {
    font-size: 18px;
    width: 680px;
    margin: 60px auto 0;
    padding: 0;
  }
}
.section11 .inner .flexwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 5%;
}
@media screen and (min-width: 768px) {
  .section11 .inner .flexwrap {
    width: 680px;
    margin: 0 auto;
  }
}
.section11 .inner .flexwrap .boxs {
  width: calc(50% - 5px);
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section11 .inner .flexwrap .boxs {
    margin-top: 40px;
    width: 335px;
  }
}
.section11 .inner .flexwrap .boxl {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section11 .inner .flexwrap .boxl {
    margin-top: 40px;
    padding: 40px;
  }
}
.section11 .inner .flexwrap .boxl h3 {
  color: #00549f;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section11 .inner .flexwrap .boxl h3 {
    font-size: 24px;
  }
}
.section11 .inner .flexwrap .boxl p {
  text-align: center;
  font-size: 14px;
  color: #00549f;
  margin-top: 40px;
}
.section11 .inner .flexwrap .boxl .sec11_pic1 {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .section11 .inner .flexwrap .boxl .sec11_pic1 {
    width: 252px;
  }
}
.section11 .inner .btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .section11 .inner .btn {
    margin: 20px auto 0;
    width: 90%;
  }
}
.section11 .q {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .section11 .q {
    padding: 40px 0;
  }
}
.section11 .q p {
  text-align: center;
  margin: 0 auto;
}

.section12 {
  text-align: center;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .section12 {
    padding: 10% 5%;
  }
}
.section12 p {
  color: #fff;
  font-size: 18px;
}
.section12 .btn_donation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6d130;
  width: 100%;
  padding: 20px 0;
  margin: 20px auto 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .section12 .btn_donation {
    font-size: 24px;
    width: 600px;
    height: 80px;
  }
}
.section12 .btn_donation::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: #000 solid 3px;
  border-right: #000 solid 3px;
  transform: rotate(45deg);
  margin-left: 10px;
}

.videowrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background-color: transparent;
  transform: scale(1);
  transition: 0.4s ease-in-out;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .videowrap {
    height: auto;
  }
}
.videowrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .videowrap video {
    width: 100%;
    position: static;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.kv-slider .slick-slide {
  margin: 0px;
  outline: none;
}
@media screen and (min-width: 768px) {
  .kv-slider .slick-slide {
    margin: 0px;
  }
}

.section5slider .slick-slide {
  margin: 0px 2vw;
  width: 82vw;
  height: 105vw;
  outline: none;
}
@media screen and (min-width: 768px) {
  .section5slider .slick-slide {
    margin: 0px 40px;
    width: 680px;
    height: 330px;
  }
}

.slick-slide img {
  width: 100%;
  opacity: 1;
}

.slick-prev, .slick-next {
  width: 20px;
  height: 20px;
  z-index: 100;
  opacity: 1;
  transition: opacity .2s;
  border-top: 5px solid #00549f;
  border-right: 5px solid #00549f;
}
@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev:hover, .slick-next:hover {
    opacity: 0.7;
  }
}

.slick-prev {
  left: 20px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: 180px;
  }
}

.slick-next {
  right: 20px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: 180px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 22px;
  }
}

.slick-dots {
  bottom: -10vw;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  margin: 0 1vw;
  opacity: 1;
  transition: opacity .2s;
  border-radius: 50%;
  border: 2px solid #00549f;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 10px;
  }
}
.slick-dots li.slick-active {
  background-color: #00549f;
}
.slick-dots li.slick-active:hover {
  opacity: 1;
}

.dot {
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .dot {
    margin-top: 30px;
  }
}
.dot .slick-slide {
  margin: 0px 5px;
  width: 70vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .dot .slick-slide {
    width: 424px;
    height: 664px;
  }
}
.dot .slick-dots {
  bottom: -10vw;
}
@media screen and (min-width: 768px) {
  .dot .slick-dots {
    bottom: -60px;
  }
}
.dot .slick-dots li {
  width: 3vw;
  height: 3vw;
  margin: 0 2vw;
  background-color: #ccc;
  border-radius: 1.5vw;
}
@media screen and (min-width: 768px) {
  .dot .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
  }
}
.dot .slick-dots li.slick-active {
  background-color: #000;
}

#footer .line{
  width: 90%;
  margin: auto;
  display: block;
}
#footer .line img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .line{
    width: 600px;
    margin: auto;
    display: block;
  }
  #footer .line img{
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

/* 企業数 */
.section11 h4 {
 padding: 2.4vw 0 1.2vw;
 color: #00549f;
 line-height: 1;
 font-family: "Poppins","Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.section11 h4 .txt-num, .section11 h4 small {
 display: inline-block;

}
.section11 h4 .txt-num {
 font-size: 30px;
 font-family: din-condensed, sans-serif;
 font-weight: 900;
}
.section11 h4 small {
 font-size: 20px;
 font-weight: 700;
}

@media screen and (min-width:768px) {
 .section11 h4 {
  padding: 20px 0
 }
 .section11 h4 .txt-num {
  font-size: 60px
 }
 .section11 h4 small {
  font-size: 34px
 }
}
