@charset "utf-8";
/* CSS Document */
/* 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  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;
}
/*ベース*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: "Century Gothic", Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
  color: #3B4043;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.serif{/*明朝テスト用*/
font-family: 'Noto Serif JP', serif;
}
body:not(.home) > .wrapper {
  min-height: calc(100vh - 130px);
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}
a {
  color: #3B4043;
}
a:hover {
  color: #1AA7D2;
}
a:hover img {
  opacity: .8;
}
p {
  margin-bottom: 1.6em;
}
/*ここから*/
/*
カラー一括変換
メインカラー　#90bc2a
サブカラー   #FFFF00
薄い背景カラー #EAF1F5

*/
/*見出し*/
h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 5%;
}
h2 {
font-size: 3.2rem;
	
}
.h2_wrap {
	position: relative;
    left:20%;
}
.home h2 {
    font-size: 3rem;
    text-align: center;
    margin: 0 auto 1em;
    line-height: 1.3;
    font-weight: bold;
    background: #1AA7D2;
    color: #fff;
	position: relative;
	height: 65px;
	    display: table;
    padding: 12px 100px 10px 50px;
    /* margin-left: 80px; */
    box-sizing: border-box;
}
.home h2 span {
    padding-left:30px;
}
.home h2:after{
	content: "";
	background: #1AA7D2;
	width:2000px;
	height: 65px;
	left:200px;
	top:0;
	position: absolute;
	z-index: -1;
}
h2.top_h2 :before{
	    content: "";
    background: url(../img/h2.png) no-repeat center / auto 100%;
    width: 97px;
    height: 65px;
    position: absolute;
    left: -110px;
    top: 0;
}
h2.top_h2 :after{
	        content: "";
    height: 65px;
    width: 60px;
    clip-path: polygon(62% 0, 100% 100%, 0 100%);
    position: absolute;
    left: -38px;
    top: 0;
    background: #1AA7D2;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.8rem;
  margin: 5% 0 1.5em;
  font-weight: 600;
}
h6 {
  font-size: 1.6rem;
}
p {
  line-height: 1.8;
  margin-bottom: 1.6em;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
p.p-title {
  font-size: 2rem;
  font-weight: 500;
}
h3 {
font-size: 2.4rem;
    text-align: left;
    
    margin: 0 auto 1em;
    line-height: 1.3;
    font-weight: 600;
    background-size: 36px;
}
h4 {
  text-align: left;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid #B8CCE4;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
}
h4:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #B8CCE4;
  position: absolute;
  top: 0.3em;
  left: 0;
}
h5 {
  text-align: center;
  background: #B8CCE4;
  color: #000;
  padding: 10px 2em;
  display: table;
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.7rem;
  }
}
/*ボックス*/
.box-bg {
  background: #EAF1F5;
  padding: 3% 3% 0.6%;
  box-sizing: border-box;
  margin-bottom: 2.6rem;
}
.section_bg .box-bg {
  background: #fff;
}
.box-border {
  padding: 3% 3% 0.6%;
  box-sizing: border-box;
  margin-bottom: 2.6rem;
  border: 2px solid #90bc2a;
}
/*flex*/
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tel-link-none {
  pointer-events: none;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex > flex-heaf {
    width: 50%;
    gap: 10px;
  }
  .flex > * {
    flex: 1;
  }
  .flex > .flex-2 {
    flex: 0 1 48%;
  }
  .flex > .flex-2:nth-child(odd) {
    margin-right: 4%;
  }
  .flex.flex-reverse > .flex-2:nth-child(odd) {
    margin-right: 0;
    margin-left: 4%;
  }
  .flex > .flex-3 {
    flex: 0 1 32%;
  }
  .flex > .flex-3:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .flex > .flex-4 {
    flex: 0 1 23.5%;
  }
  .flex > .flex-4:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .sp-flex {
    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;
  }
  .sp-flex > * {
    flex: 0 1 48%;
  }
  .sp-flex > *:nth-of-type(odd) {
    margin-right: 4%;
  }
}
/*全体リンク*/
.link_wrap a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: .5s;
  z-index: 1;
}
.link_wrap a:hover {
  background: rgba(255, 255, 255, .3);
}
/*リスト*/
.ul01, .ul02, .ul03, .ul04, .ul_check {
  list-style: none;
  margin: 1.6em 0 1.6em 1em;
}
.ul01 li, .ul02 li, .ul03 li, .ul04 li, .ul_check li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 10px;
}
.ul01 li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #B8CCE4;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 1px;
}
.ul02 li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #FFFF00;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.ul03 li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #B8CCE4;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 1px;
}
.ul04 li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
  border-width: 10px;
  border: 5px solid transparent;
  border-left: 10px solid #B8CCE4;
  box-sizing: border-box;
  left: 1px;
  top:10px;
}
.ul_check > li::before, .ul_check > li::after {
  position: absolute;
  top: 15px;
  height: 10px;
  content: "";
}
.ul_check > li::before {
  left: 0px;
  transform: translateY(-50%);
  width: 10px;
  border: 2px solid #B8CCE4;
  background: #B8CCE4;
  border-radius: 3px;
}
.ul_check > li::after {
  height: 8px;
  left: 3px;
  transform: translateY(-75%) rotate(45deg);
  width: 4px;
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  top: 16px;
}
.list-float li {
  display: inline-block;
  margin-right: 1.5em;
}
.ol01 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.ol01 >li {
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 4px;
  position: relative;
}
.ol01 >li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #B8CCE4;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.ol02 {
  margin-left: 2em; /* サイトに合せて調整 */
  margin-bottom: 5%;
}
.ol02 li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.ol02 li:before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.dl01 {
  margin: 1.6em 0;
}
.dl01 dt {
  display: inline-block;
  padding: 10px 15px;
  background: #EAF1F5;
}
.dl01 dd {
  display: inline-block;
  padding: 8px 15px;
}
.dl02 {
  margin: 1.6em 0;
}
.dl02 dt {
  display: inline-block;
  padding: 8px 15px;
  background: #EAF1F5;
  margin-bottom: 10px;
}
.dl02 dd {
  display: block;
  padding: 8px 15px;
}
/*テーブル*/
table {
  margin: 1em auto 1.6em;
  width: 100%;
}
.table-border {
}
.table-border th, .table-border td {
  border-bottom: 1px solid #707070;
  padding: 1.2em 5px;
  text-align: left;
}
.table-border th{
	width:30%;
}
.table-bg {
  background: #fff;
}
.table-bg th, .table-bg td {
padding: 1em 1em;
    border: 1px solid #707070;
    vertical-align: middle;
    text-align: left;
}
.table-bg .photo td {
  padding: 0;
}
.table-bg thead th {
  background: #B8CCE4;
  color: #fff;
  font-weight: 600;
	text-align: center;
}
.table-bg thead tr:first-child td {
  font-weight: 600;
}
.table-bg thead td {
  background: #EAF1F5;
}
.table-bg tbody th {
    background: #d9e7f7;
  font-weight: 600;
}
.table-fee th, .table-fee td {
  padding: 1em 5px;
  border: 1px solid #ccc;
}
.table-fee thead th {
  background: #FFFF00;
  color: #fff;
}
.table-fee tbody th {
  background: #EAF1F5;
}
.table-fee tbody td {
  text-align: right;
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
/*お問い合わせフォーム*/
#formWrap {
  width: 700px;
  margin: 5% auto 0;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
dl.contact-form dt {
display: inline-block;
    float: left;
    width: 230px;
    clear: left;
    background: #E0E0E0;
    /* color: #fff; */
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
}
dl.contact-form dd {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  padding-left: 20px;
  width: calc(100% - 230px);
  box-sizing: border-box;
}
dl.contact-form dd input, dl.contact-form dd textarea {
  padding: 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
.required {
  display: inline-block;
  color: red;
	margin-right: 10px;
}
.contact-form .required{
	margin-left:3px;
	margin-right: 0;
}
input[type="submit"] {
  border: none;
  padding: 10px 20px;
  background: #90bc2a;
  color: #fff;
  border-radius: 30px;
  margin: 20px;
  min-width: 140px;
	cursor: pointer;
}
input[type="button"], input[type="submit"]:hover, input[type="reset"]:hover {
  opacity: .8;
}
input[type="button"]:hover{
	opacity: .5;
}
input[type="button"], input[type="reset"] {
  border: none;
  padding: 10px 20px;
  background: #B8CCE4;
  color: #fff;
  border-radius: 30px;
  margin: 20px;
  min-width: 140px;
  cursor: pointer;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  background: #90bc2a;
  color: #fff;
}
p.error_messe {
  margin: 5px 0;
  color: red;
}
@media screen and (max-width:767px) {
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: inline-block;
    width: 100%;
    height: 40px;
  }
  #formWrap {
    width: 95%;
    margin: 5rem auto 0;
  }
  dl.contact-form dt, dl.contact-form dd {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
	dl.contact-form dd input, dl.contact-form dd textarea {
    padding: 10px 10px;
	}
	dl.contact-form dt {
    padding: 5px 15px;
	}
  dl.contact-form dd {
    padding-left: 0;
    margin-bottom: 20px;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    max-width: 44%;
    min-width: inherit;
    margin: 20px 5px;
    min-width: 110px;
  }
}
/*文字*/
.fs-small {
  font-size: 85%;
}
.fs-big {
  font-size: 120%;
}
.bold {
  font-weight: 500;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tdn{
	text-decoration: none;
}
/*共通パーツ*/
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #C4C971;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 0;
  letter-spacing: 0.1em;
  transition: .5s;
  font-weight: 500;
}
.btn_pdf a {
    background-image: url(../img/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: right 13px center;
    padding: 1rem 5rem 1rem 2.5rem;
    background-size: 32px 32px;
}
.btn a:hover {
  background-color: #9A9E5C;
}
.container {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
.container2 {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
}
.page-under main {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
    padding: 50px 0;
}
.mb5p {
  margin-bottom: 5%;
}
.mt5p {
  margin-top: 5%;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.pt0{
	padding-top:0!important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.dpib {
  display: inline-block;
}
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .pc-tar {
    text-align: right;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}
/*TOPへ戻る*/
#page-top a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  line-height: 70px;
  background: #1AA7D2;
  border-radius: 0;
  display: block;
  text-align: center;
  vertical-align: bottom;
  position: relative;
  transition: .5s;
}
#page-top a:after {
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-bottom: 4px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}
#page-top a:hover {
  background:#187794;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*ふわっとアニメ*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
  transition-delay: 0.5s;
  transform: translateY(30px);
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*アニメ遅延*/
.delay1 {
  transition-delay: 1s;
}
.delay2 {
  transition-delay: 1.5s;
}
.delay3 {
  transition-delay: 2s;
}
.delay4 {
  transition-delay: 2.5s;
}
.delay5 {
  transition-delay: 3s;
}
.delay6 {
  transition-delay: 3.5s;
}
/*＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊ヘッダー＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊*/
/*========= ヘッダーPC ===============*/
header {
  position: fixed;
  top: 0;
	left:0;
width:100%;
  z-index: 10;
  background: rgba(255,255,255,.5);
  box-shadow: 0 10px 10px rgb(100 100 100 / 15%);
}
/*header.m_fixed{
	position: fixed;
	left:0;
	right: 0;
}*/
.header_wrap {
    max-width: 100%;
    margin: 0 auto;
	    padding: 10px 90px;
	box-sizing: border-box;
}

/*header.m_fixed .header_wrap h1{
	position: relative;
	left: inherit;
}*/
.header_wrap h1 {
}
.header_wrap h1 a {
  color: #3B4043 !important;
	text-decoration: none;
}
.header_wrap h1 {
    padding: 2px 0;
}
.header_wrap h1 img {
    max-width: 240px;
}
.header_wrap h1 span.logo-text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 12px 0 0 15px;
    display: inline-block;
}
/*#global-nav {
  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;
  flex: 0 1 900px;
}*/
.global-nav-list {

	margin: 0 auto;
  max-width: 400px;
}
header.m_fixed .global-nav-list{
  margin: 0 0 0 auto;	
}
@media screen and (min-width:768px) {}
@media screen and (min-width:768px) and (max-width:1060px) {
  #global-nav {
    font-size: 1.4rem;
    flex: 0 1 auto;
  }
  nav ul li.contact-btn {
    padding: 0 10px !important;
  }
 .header_wrap {
    padding: 10px 20px;
}
  .global-nav-list {
    flex: 0 1 auto;
    margin: 0 0 0 20px;
  }
  nav .global-nav-list > ul > li {
    flex: auto;
    padding: 0 10px;
  }
  nav .global-nav-list > ul > li:first-child {
    padding: 0 5px;
  }
  nav .global-nav-list > ul > li.has-child {
    padding: 0 15px 0 10px;
    min-width: 5em;
  }
  nav .global-nav-list > ul > li > a {
  }
/*  nav .global-nav-list > ul > li:nth-of-type(2) {
    width: 105px;
    letter-spacing: -0.1em;
  }*/
  nav ul li.has-child .nav_arrow::before {
    left: calc(100% + 5px) !important;
  }
  nav li.has-child ul {
    left: -45% !important;
  }
}
/*========= ナビゲーションPC ===============*/
/*==ナビゲーション全体の設定*/
nav {
  text-align: center;
}
/*ナビゲーションを横並びに*/
nav ul {
  list-style: none;
  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;
}
nav .global-nav-list > ul > li {
  flex: auto;
  height: 30px;
  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;
	position: relative;
}
/*nav .global-nav-list > ul > li + li:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
  position: relative;
}
/*ナビゲーションのリンク設定*/
nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 1rem 1rem;
  cursor: pointer;
  line-height: 1.3;
  box-sizing: border-box;
  transition: all .5s;
	font-weight: bold;
}
nav ul li.contact-btn {
  padding: 0 2rem;
  flex: 0 1 70px;
  box-sizing: border-box;
}
nav ul li.contact-btn a {
  background: #90bc2a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  position: relative;
}
nav ul li.contact-btn a span {
  text-indent: -9999px;
  display: block;
}
nav ul li.contact-btn a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_mail.svg) no-repeat center /100% auto;
  width: 29px;
  height: 20px;
}
nav ul li.contact-btn a:hover {
  background: #01578b;
  color: #fff;
}
nav ul li li a {
  padding: 10px 5px;
}
nav ul li:hover > a, nav ul li a:hover {
  color: #1AA7D2;
}
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child .nav_arrow {
  display: inline-block;
  position: relative;
}
nav ul li.has-child .nav_arrow::before {
  content: '';
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}
/*3階層目を持つliの矢印の設定*/
nav ul ul li.has-child::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - .3em);
  z-index: 4;
  /*形状を指定*/
  background: #90bc2a;
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .5s;
  left: -15%;
}
/*hoverしたら表示*/
nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
nav li.has-child ul li:last-child a {
  border-bottom: none;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #B8CCE4;
}
/*==3階層目*/
/*3階層目の位置*/
nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #66ADF5;
}
nav li.has-child ul ul li a:hover, nav li.has-child ul ul li a:active {
  background: #448ED3;
}
/*==PCの形状*/
@media screen and (min-width:768px) {
	nav {
    text-align: center;
    position: absolute;
    right: 5%;
        top: 20px;
}
	nav .global-nav-list > ul > li{
	padding: 0 10px;
}
  nav .global-nav-list > ul > li:first-child a, nav .global-nav-list > ul > li:not(.has-child) a {
    display: inline-block;
  }
  nav .global-nav-list > ul > li:first-child a::after, nav .global-nav-list > ul > li:not(.has-child) a::after {
    position: absolute;
    bottom: .3em;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #1AA7D2;
    opacity: 0;
    transition: .3s;
  }
  nav .global-nav-list > ul > li:first-child a:hover::after, nav .global-nav-list > ul > li:not(.has-child) a:hover::after {
    bottom: 0;
    opacity: 1;
  }
  nav .global-nav-list > ul > li.contact-btn a::after {
    display: none;
  }
}
/*==767px以下の形状*/
@media screen and (max-width:767px) {

	header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
	.header_wrap h1 img {
    max-width: 116px;
        margin-top: 5px;
}
	nav .global-nav-list > ul > li + li:before{
		display: none;
	}
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav li.has-child ul, nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li a {
    border-bottom: 1px solid #999;
  }
  nav ul li.ec-btn a {
    border-bottom: none;
  }
  /*矢印の位置と向き*/
  nav ul li.has-child::before {
    left: 20px;
  }
  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px){
nav ul li a {
  padding: 1rem 0;
	}
	.header_wrap h1 img {
    max-width: 140px;
    margin-top: 8px;
}
}
/*========= ナビゲーションSP ===============*/
@media screen and (max-width:767px) {
  #global-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -150%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #69bad2;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #global-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #global-nav.panelactive .global-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #global-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  #global-nav ul .has-child ul {
    position: relative;
    top: 100%;
    bottom: auto;
    transform: none;
    left: auto;
    right: auto;
  }
  /*リストのレイアウト設定*/
  #global-nav li {
    list-style: none;
    text-align: center;
    display: block;
	  outline: none;
  }
  #global-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    cursor: pointer;
	  outline: none;
  }
  /*========= ハンバーガー ===============*/
  .openbtn {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 49px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 17px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 14px;
  }
  .openbtn span:nth-of-type(2) {
    top: 24px;
  }
  .openbtn span:nth-of-type(3) {
    top: 34px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/*bottom*/
.ec-bnr {
  width: 728px;
  height: auto;
  max-height: 160px;
  max-width: 100%;
  margin: 10% auto;
}
/*フッター*/
footer {
background: #fff;
    padding: 0 4rem;
    box-sizing: border-box;
    text-align: center;
    /* color: #fff; */
    overflow: hidden;
    clear: both;
}
.page-404 footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
footer figure {
width: 120px;
    float: left;
    display: block;
    margin-right: 30px;
}
.footer_nav {
  font-size: 0;
  padding-top: 20px;
	display: inline-block;
    float: right;
	    margin-right: 47px;
}
.footer_nav li {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 2rem;
  margin-bottom: 0;
}
.footer_nav li a {
  color: #fff;
  text-decoration: none;
}
.footer_nav li a:hover {
  text-decoration: underline;
  opacity: .8;
}
footer .copyright {
    text-align: center;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 1.2rem;
    margin-left: 4em;
}
/*パンくずリスト*/
.bread {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  background: #EDEDED;
}
.bread ul li {
  display: inline-block;
  position: relative;
}
.bread ul li + li {
  margin-left: 2rem;
}
.bread ul li + li:before {
  content: "＞";
  display: inline-block;
  margin: 0 1rem 0 -1rem;
}
/*アンカーリンク*/
.ankr {
  padding: 10px 0;
  margin-bottom: 2%;
}
.ankr ul {
  text-align: center;
}
.ankr ul li {
  display: inline-block;
  position: relative;
}
.ankr ul li + li {
  margin-left: 3rem;
}
.ankr ul li a {
  position: relative;
  padding-left: 1em;
  text-decoration: none;
}
.ankr ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 6px solid transparent;
  border-left: 10px solid #90bc2a;
  transition: .5s;
}
.ankr ul li a:hover:before {
  transform: rotate(90deg) translate(4px, 4px);
}
.ankr_link {
  margin-top: -90px;
  padding-top: 90px;
}
.page-under section {
  padding: 0 0 8% 0;
}
.section_bg {
  background: #EAF1F5;
}
.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1rem;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.youtube_wrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.youtube_wrap video {
    width: 100%;
    height: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
h3.contact_h3 {
    text-align: center;
    background: none;
    display: table;
    margin-bottom: 2em;
    padding: 0 10px 10px;
}
sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}
@media screen and (max-width:767px) {
body.page-under {
    padding-top: 49px!important;
}
  .ankr ul li {
    font-size: 1.4rem;
  }
  #page-top a {
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
  .ankr_link {
    margin-top: -60px;
    padding-top: 60px;
	  padding-bottom: 10px;
  }
  .bread {
    font-size: 1.2rem;
  }
  .header_wrap h1 {
    max-width: calc(100% - 60px);
    padding: 0 10px;
  }
.header_wrap {
            padding: 10px 0 5px;
	}
  .header_wrap h1 span.logo-text {
        font-size: 1.2rem;
        margin: 0 0 0 10px;
        max-width: 160px;
  }
  .ec-btn.ec-btn-header {
    flex: 0 1 50px;
    margin-right: 60px;
  }
  .ec-btn.ec-btn-header a {
    height: 60px;
    padding: 0;
    width: 60px;
  }
  .ec-btn.ec-btn-header a > span:after {
    display: none;
  }
  .ec-btn.ec-btn-header a > span:before {
    right: 0;
  }
  .ec-btn:not(.ec-btn-header) a {
    height: auto;
    padding: 1em 10px !important;
  }
  .ec-btn:not(.ec-btn-header) a > span {
    padding: 0 32px 0 34px;
  }
  #global-nav li {
    list-style: none;
    text-align: center;
    display: block;
    height: auto;
  }
  nav .global-nav-list > ul > li {
    margin: 10px auto;
  }
  nav li.has-child ul {
    background: none;
  }
	footer {
    padding: 1rem 0rem;
    text-align: center;
	}
  footer .copyright {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    float: none;
  }
		.footer_nav{
		margin-right: 0;
		margin-bottom: 30px;
		float: none;
	}
	footer figure{
		float: none;
		margin:0 auto 20px;
	}
  h3.h3 {
    font-size: 2.4rem;
  }
}

/* ぼかしから出現 */
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}
figcaption {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
	    font-size: 90%;
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
img.icon_pdf {
    width: 20px;
    margin-left: 5px;
    margin-top: 5px;
}
p.tac.polcy {
    margin-top: 20px;
    margin-bottom: 0;
}