@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #333;
  border: 0;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}

.container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 5% 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.container main {
  width: calc(100% - 480px);
}
.container aside {
  width: 430px;
}


section {
  width: 100%;
  padding-top: 1%;
  padding-bottom: 3%;
  padding-left: 2%;
  padding-right: 2%;
}


section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

figure {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
figure img {
  max-width: 100%;
}

h1 {
  margin-bottom: 5rem;
  text-align: center;
}

h2 {
  margin-bottom: 2rem;
  text-align: center;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 0em;
  position: relative;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

p {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
p.atn {
  padding-left: 1em;
}
p.atn span {
  margin-left: -1em;
}

.t_c {
  text-align: center !important;
}

header {
  width: 100%;
  padding: 0.5% 2% 0;
  background: linear-gradient(#08A0DD, #08A0DD);/*(#22B9F8, #22B9F8);(#03989e, #03989e)*/
  background: -moz-linear-gradient(#08A0DD, #08A0DD);
  background: -webkit-linear-gradient(#08A0DD, #08A0DD);
  height: 85px;
  position: fixed;
  z-index: 99;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
header .inner .logo {
  width: auto;
  max-width: 400px;
  margin-top: 0.5em;
}
header .inner .logo img {
  max-width: 100%;
}
header .inner .h_r {
  display: flex;
}
header .inner .h_r .h_nav ul {
  display: flex;
  margin-top: 0.5em;
}
header .inner .h_r .h_nav ul li {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 1em;
}
/*@media screen and (max-width: 1410px) and (min-width: 1310px) {
	header .inner .h_r .h_nav ul li {
		margin: 0 0.5em;
	}
}
@media screen and (max-width: 1310px) and (min-width: 1220px) {
	header .inner .h_r .h_nav ul li {
		margin: 0 0.5em;
		font-size: 0.9em;
	}
}
@media screen and (max-width: 1220px) and (min-width: 1200px) {
	header .inner .h_r .h_nav ul li {
		margin: 0 0.4em;
		font-size: 0.9em;
	}
	header .inner .h_r .h_tel .mr{
		margin-right:0.5em;
	}
}*/
header .inner .h_r .h_nav ul li:first-of-type {
  display: none;
}
header .inner .h_r .h_nav ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
header .inner .h_r .h_nav ul li a:hover {
  text-decoration: none;
}
header .inner .h_r .h_nav ul li a:hover::after {
  bottom: -18px;
}
header .inner .h_r .h_nav ul li a::after {
  content: '';
  position: absolute;
  background: url("../image/common/hmenu_ar.png") no-repeat;
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
header .inner .h_r .h_tel {
  display: flex;
}
header .inner .h_r .h_tel figure {
  width: auto;
  margin: 0 1em;
}

@media screen and (max-width: 1199px) {
  header .inner .logo {
    padding-top: 0.1em;
  }
  header .inner .h_r {
    flex-direction: row-reverse;
  }
  header .inner .h_r .h_nav ul {
    flex-direction: column;
    padding-top: 50px;
  }
  header .inner .h_r .h_nav ul li {
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 0.5em 0 2em;
  }
  header .inner .h_r .h_nav ul li:first-of-type {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 72px;
  }
  header .inner {
    align-items: center;
  }
  header .inner .h_r .h_tel {
    display: none;
  }
}
/*ハンバーガーメニュー*/
@media screen and (max-width: 1199px) {
  nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(#03989e, #03989e);
    background: -moz-linear-gradient(#03989e, #03989e);
    background: -webkit-linear-gradient(#03989e, #03989e);
    left: 0;
  }
  nav > ul {
    display: block;
    width: 90%;
    height: 500px;
    margin: auto;
  }
  nav > ul li {
    margin: 0 auto;
    text-align: left;
    font-size: 2.4rem;
    font-size: 24px;
    line-height: 2;
  }
  nav > ul li ul {
    margin-left: 1.5em;
  }
  nav > ul li a {
    display: block;
    color: #fff;
  }
  nav .nav_sns {
    display: none;
  }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 12px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #nav_toggle {
    width: 30px;
    top: 0;
  }
}
@media screen and (max-width: 1199px) {
  /*開閉ボタンopen時*/
  .open #nav_toggle span {
    background: #fff;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
footer {
  background: #08A0DD;/*#22B9F8;#03989e*/
  color: #fff;
  padding: 1em 0;
}
footer a {
  color: #fff;
}
footer section {
  padding: 0 2%;
}
footer .f_address {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.3;
}
footer .f_address figure {
width: 40%;
text-align: center;
padding: 0 3%;
}
footer .f_address figure img {
max-width:340px;
	height:auto;
}


footer .f_address p {
  width: calc(100% - 0%);
}
footer .copy {
  text-align: center;
  margin-bottom: 0;
}



@media screen and (max-width: 1024px) {
  footer .f_address {
    flex-direction: column;
  }
  footer .f_address figure, footer .f_address p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 5%;
  }
footer .f_address figure img {
max-width:300px;
	height:auto;
}	
	
}
article {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  article {
    margin-top: 72px;
  }
}
.home section.sec_1 {
  background: #22B9F8;/*#03989e*/
}
.home section.sec_1 .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.home section.sec_1 .inner h2 {
  color: #fff;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: bold;
  text-align: center;
}
.home section.sec_1 .inner h2 span {
  position: relative;
}
.home section.sec_1 .inner h2 span::after {
  content: '・';
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  margin: 0 auto auto;
}
.home section.sec_1 .inner .item_wrapper {
  display: flex;
  align-items: center;
}
.home section.sec_1 .inner .item_wrapper .items h3 {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home section.sec_1 .inner .item_wrapper .items h3 span {
  background: #0073B9;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  padding: 0.5em;
  margin-top: 0.2em;
  position: relative;
}
.home section.sec_1 .inner .item_wrapper .items h3 span::after {
  content: '';
  position: absolute;
  background: url("../image/common/sec1_ar_1.png") no-repeat;
  background-size: 27px 22px;
  width: 27px;
  height: 22px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
.home section.sec_1 .inner .item_wrapper .items:nth-of-type(2) {
  margin: 0 -1%;
}
.home section.sec_1 .inner .item_wrapper .items:nth-of-type(3) h3 span {
  color: #0073B9;
  background: #fff;
}
.home section.sec_1 .inner .item_wrapper .items:nth-of-type(3) h3 span::after {
  background: url("../image/common/sec1_ar_2.png") no-repeat;
}
.home section.sec_1 .inner .item_wrapper .items:nth-of-type(4) {
  padding-left: 30px;
}
.home section.sec_1 .inner .item_wrapper .items:nth-of-type(4) p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.home section.sec_2 {
  padding: 2% 2%;
  background: #026d71;
}
.home section.sec_2 .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.home section.sec_2 .inner h3 {
  color: #fff;
  background: #026d71;
  margin-bottom: 1em;
  z-index: 1;
  position: relative;
}
.home section.sec_2 .inner h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.home section.sec_2 .inner h3 span {
  background: #026d71;
  padding: 0 0.5em;
  z-index: 2;
  line-height: 1.4;
}
.home section.sec_2 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.home section.sec_2 .inner .item_wrapper .items:last-of-type p {
  font-size: 14px;
  font-size: 1.4rem;
}
.home section.sec_2 .inner .item_wrapper .items p {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.home section.sec_2 .inner .item_wrapper .items p br {
  display: none;
}
.home section.sec_2 .inner .item_wrapper .items figure img {
  height: 49px;
}

.home section.sec_3 {
    width: 100%;
    padding: 3% 2%;
}



.home section.sec_3 .inner {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home section.sec_3 .inner h3 {
  color: #fff;
  background: #1F327C;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
.home section.sec_3 .inner h4 {
  color: #1F327C;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.home section.sec_3 .inner p {
  color: #1F327C;
  font-size: 12px;
  font-size: 1.2rem;
}
.home section.sec_4 {
  padding: 2%;
  background: #E1E1E1;
}
.home section.sec_4 .inner {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home section.sec_4 .inner h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  text-align: left;
}
.home section.sec_4 .inner ul {
  border-top: 1px solid #333;
}
.home section.sec_4 .inner ul li {
  border-bottom: 1px solid #333;
  padding: 1em;
  display: flex;
}
.home section.sec_4 .inner ul li span.date {
  width: 20%;
}

.home section.sec_5{
    width: 100%;
    padding: 0% 2%;
}

.home section.sec_5 .inner h2 {
  max-width: 1200px;
  width: 100%;
  background: url("../image/common/sec5a_bg.png") no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 auto 1em;
  font-size: 38px;
  font-size: 5.1rem;
  color: #000000;
  font-weight: bold;
}

.home section.sec_5 .inner h2 span{
  background: -moz-linear-gradient(transparent 70%, #EEE93A 70%);
background: -webkit-linear-gradient(transparent 70%, #EEE93A 70%);
background: -ms-linear-gradient(transparent 70%, #EEE93A 70%);
}


.home section.sec_5 .inner .item_wrapper_1 {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
.home section.sec_5 .inner .item_wrapper_1 > div h3 {
  font-size: 51px;
  font-size: 5.1rem;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
}


.home section.sec_5 .inner .item_wrapper_1 > div h3 br {
  display: block;
}
.home section.sec_5 .inner .item_wrapper_1 > div p {
  font-size: 21px;
  font-size: 2.1rem;
}
.home section.sec_5 .inner .item_wrapper_1 > div figure {
  display: none;
}
.home section.sec_5 .inner .item_wrapper_1 figure {
  width: auto;
  margin-left: 3em;
}
.home section.sec_5 .inner .item_wrapper_2 h3 {
  width: 100%;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.home section.sec_5 .inner .item_wrapper_2 .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
}
.home section.sec_5 .inner .item_wrapper_2 .items:nth-of-type(even) {
  flex-direction: row-reverse;
}
.home section.sec_5 .inner .item_wrapper_2 .items > div {
  width: 40%;
}
.home section.sec_5 .inner .item_wrapper_2 .items > div > figure {
  width: auto;
  text-align: left;
  margin-bottom: 0.5em;
}
.home section.sec_5 .inner .item_wrapper_2 .items > div .box {
  background: #03989e;
  color: #fff;
  padding: 4%;
}
.home section.sec_5 .inner .item_wrapper_2 .items > div .box h4 {
  text-align: left;
  font-size: 30px;
  font-size: 3.0rem;
}
.home section.sec_5 .inner .item_wrapper_2 .items > div .box p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.home section.sec_5 .inner .item_wrapper_2 .items > div .box figure {
  display: none;
}
.home section.sec_5 .inner .item_wrapper_2 .items figure {
  width: calc(100% - 40%);
  text-align: center;
}
.home section.sec_5 .inner .apl {
  text-align: center;
  font-weight: bold;
  color: #03989e;
  font-size: 39px;
  font-size: 3.9rem;
}
.home section.sec_5 .inner .apl span {
  font-size: 57px;
  font-size: 5.7rem;
}




.home section.sec_5 .inner {
  margin: 0 auto;
}
.home section.sec_5 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #333;
}
.home section.sec_5 .inner .item_wrapper_3 {
  display: flex;
  justify-content: space-around;
}
.home section.sec_5 .inner .item_wrapper_3 .items {
  width: 46%;
}


.home section.sec_55{
    width: 100%;
    padding: 1% 2%;
}
/*---------
.home section.sec_55 .inner h2 {
  max-width: 1200px;
  width: 100%;
  font-size: 51px;
  font-size: 5.1rem;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.home section.sec_55 .inner h2 span{
background: -moz-linear-gradient(transparent 70%, #EEE93A 70%);
background: -webkit-linear-gradient(transparent 70%, #EEE93A 70%);
background: -ms-linear-gradient(transparent 70%, #EEE93A 70%);
}
--------*/

.home section.sec_55 .inner .item_wrapper_1 {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
.home section.sec_55 .inner .item_wrapper_1 > div h2 {
  font-size: 51px;
  font-size: 5.1rem;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.home section.sec_55 .inner .item_wrapper_1 > div h2 br {
  display: block;
}
.home section.sec_55 .inner .item_wrapper_1 > div p {
  font-size: 21px;
  font-size: 2.1rem;
}
.home section.sec_55 .inner .item_wrapper_1 > div figure {
  display: none;
}
.home section.sec_55 .inner .item_wrapper_1 figure {
  width: auto;
  margin-left: 3em;
}
.home section.sec_55 .inner .item_wrapper_2 h2 {
  width: 100%;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.home section.sec_55 .inner .item_wrapper_2 .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
}
.home section.sec_55 .inner .item_wrapper_2 .items:nth-of-type(even) {
  flex-direction: row-reverse;
}
.home section.sec_55 .inner .item_wrapper_2 .items > div {
  width: 40%;
}
.home section.sec_55 .inner .item_wrapper_2 .items > div > figure {
  width: auto;
  text-align: left;
  margin-bottom: 0.5em;
}
.home section.sec_55 .inner .item_wrapper_2 .items > div .box {
  background: #03989e;
  color: #fff;
  padding: 4%;
}
.home section.sec_55 .inner .item_wrapper_2 .items > div .box h4 {
  text-align: left;
  font-size: 30px;
  font-size: 3.0rem;
}
.home section.sec_55 .inner .item_wrapper_2 .items > div .box p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.home section.sec_55 .inner .item_wrapper_2 .items > div .box figure {
  display: none;
}
.home section.sec_55 .inner .item_wrapper_2 .items figure {
  width: calc(100% - 40%);
  text-align: center;
}
.home section.sec_55 .inner .apl {
  text-align: center;
  font-weight: bold;
  color: #03989e;
  font-size: 39px;
  font-size: 3.9rem;
}
.home section.sec_55 .inner .apl span {
  font-size: 57px;
  font-size: 5.7rem;
}




.home section.sec_55 .inner {
  margin: 0 auto;
}
.home section.sec_55 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #333;
}
.home section.sec_55 .inner .item_wrapper_3 {
  display: flex;
  justify-content: space-around;
}
.home section.sec_55 .inner .item_wrapper_3 .items {
  width: 46%;
}


.home section.sec_5a{
    width: 100%;
    padding: 1% 2%;
}

.home section.sec_5a .inner h2 {
  max-width: 1200px;
  width: 100%;
  background: url("../image/common/sec5a_bg.png") no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 auto 0.5em;
  font-size: 3rem;
  color: #03989e;
  font-weight: bold;
  line-height: 1.5;
  padding: 3% 0;
	text-align: left;
}

.home section.sec_5a .inner h2 span{
  background: -moz-linear-gradient(transparent 70%, #EEE93A 70%);
background: -webkit-linear-gradient(transparent 70%, #EEE93A 70%);
background: -ms-linear-gradient(transparent 70%, #EEE93A 70%);
}


.home section.sec_5a .inner .item_wrapper_1 {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
.home section.sec_5a .inner .item_wrapper_1 > div h3 {
  font-size: 51px;
  font-size: 5.1rem;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
}


.home section.sec_5a .inner .item_wrapper_1 > div h3 br {
  display: block;
}
.home section.sec_5a .inner .item_wrapper_1 > div p {
  font-size: 21px;
  font-size: 2.1rem;
}
.home section.sec_5a .inner .item_wrapper_1 > div figure {
  display: none;
}
.home section.sec_5a .inner .item_wrapper_1 figure {
  width: auto;
  margin-left: 3em;
}
.home section.sec_5a .inner .item_wrapper_2 h3 {
  width: 100%;
  font-size: 50px;
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
	color:#08939e;
}
.home section.sec_5a .inner .item_wrapper_2 .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
}
.home section.sec_5a .inner .item_wrapper_2 .items:nth-of-type(even) {
  flex-direction: row-reverse;
}
.home section.sec_5a .inner .item_wrapper_2 .items > div {
  width: 100%;
}
.home section.sec_5a .inner .item_wrapper_2 .items > div > figure {
  width: auto;
  text-align: left;
  margin-bottom: 0.5em;
}
.home section.sec_5a .inner .item_wrapper_2 .items > div .box {
  color: #000;
  padding: 2%;
margin-bottom: 40px;
}

.home section.sec_5a .inner .item_wrapper_2 .items > div .box2 {

  color: #000;
  padding: 2%;
  border: thin solid #03989e;
  margin-bottom: 40px;
}

.home section.sec_5a .inner .item_wrapper_2 .items > div .box3 {
  color: #000;
  padding: 2%;
  margin-bottom: 40px;
  width: 50%;
	margin-left: auto;
	margin-right: auto;
}



.home section.sec_5a .inner .item_wrapper_2 .items > div .box h4 {
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
	color:#fff;
	background-color: #01b1f0
	
}

.home section.sec_5a .inner .item_wrapper_2 .items > div .box2 h4 {
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
	color:#fff;
	background-color: #03989e;
}

.home section.sec_5a .inner .item_wrapper_2 .items > div .box3 h4 {
  font-weight: bold;
  font-size: 3.0rem;
color:#000;
}



.home section.sec_5a .inner .item_wrapper_2 .items > div .box p {
  font-size: 2rem;
  margin-bottom: 0;
}

.home section.sec_5a .inner .item_wrapper_2 .items > div .box2 p {
  font-size: 2rem;
  margin-bottom: 0;
}

.home section.sec_5a .inner .item_wrapper_2 .items > div .box3 p {
  font-size: 2rem;
  margin-bottom: 0;
}


.home section.sec_5a .inner .item_wrapper_2 .items > div .box figure {
  display: none;
}
.home section.sec_5a .inner .item_wrapper_2 .items figure {
  width: calc(100% - 50%);
  text-align: left;
}
.home section.sec_5a .inner .apl {
  text-align: center;
  font-weight: bold;
  color: #03989e;
  font-size: 39px;
  font-size: 3.9rem;
}
.home section.sec_5a .inner .apl span {
  font-size: 57px;
  font-size: 5.7rem;
}




.home section.sec_5a .inner {
  margin: 0 auto;
}
.home section.sec_5a .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #333;
}
.home section.sec_5a .inner .item_wrapper_3 {
  display: flex;
  justify-content: space-around;
}
.home section.sec_5a .inner .item_wrapper_3 .items {
  width: 46%;
}










.home section.sec_6 {
  padding: 2%;
  background: url("../image/common/sec6_bg.png") no-repeat center;
  margin-bottom: 3em;
  background-size:cover;
}
.home section.sec_6 .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.home section.sec_6 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.home section.sec_7 {
  background: #ffffff;
}
.home section.sec_7 .inner {
  margin: 0 auto;
}
.home section.sec_7 .inner h3 {
  font-size: 5.1rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #000;
	text-align: center;
	
}
.home section.sec_7 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
}
.home section.sec_7 .inner .item_wrapper .items {
  width: 28%;
}
.home section.sec_7 .inner .item_wrapper .items p {
  font-size: 2.1rem;
  color: #000;
}

.home section.sec_77 {
  background: #f2f1d6;
}
.home section.sec_77 .inner {
  margin: 0 auto;
}

.home section.sec_77 .inner h2 {
  max-width: 1200px;
  width: 100%;
  background: url("../image/common/sec5a_bg.png") no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 auto;
  font-size: 38px;
  font-size: 5.1rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding: 3% 0 6%;
}


.home section.sec_77 .inner h2 span{
  background: -moz-linear-gradient(transparent 70%, #EEE93A 70%);
background: -webkit-linear-gradient(transparent 70%, #EEE93A 70%);
background: -ms-linear-gradient(transparent 70%, #EEE93A 70%);
}


.home section.sec_77 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #000;
	
}
.home section.sec_77 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
}
.home section.sec_77 .inner .item_wrapper .items {
  width: 28%;
}
.home section.sec_77 .inner .item_wrapper .items p {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #000;
}

.home section.sec_777 {
  background: #ffffff;
}
.home section.sec_777 .inner {
  margin: 0 auto;
}

.home section.sec_777 .inner h2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding: 0;
}


.home section.sec_777 .inner h2 span{
  background: -moz-linear-gradient(transparent 70%, #EEE93A 70%);
background: -webkit-linear-gradient(transparent 70%, #EEE93A 70%);
background: -ms-linear-gradient(transparent 70%, #EEE93A 70%);
}


.home section.sec_777 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #000;
	
}
.home section.sec_777 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
}
.home section.sec_777 .inner .item_wrapper .items {
  width: 28%;
}
.home section.sec_777 .inner .item_wrapper .items p {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #000;
}

.home section.sec_7a {
}
.home section.sec_7a .inner {
  margin: 0 auto;
}
.home section.sec_7a .inner h3 {
  font-size: 5.1rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #000;
	text-align: center;
	
}
.home section.sec_7a .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
}
.home section.sec_7a .inner .item_wrapper .items {
  width: 28%;
}
.home section.sec_7a .inner .item_wrapper .items p {
  font-size: 2.1rem;
  color: #000;
}


.home section.sec_8{
  width: 100%;
  padding: 5% 5% 2%;
}

.home section.sec_8 .inner {
  margin: 0 auto;
}
.home section.sec_8 .inner h2 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.home section.sec_8 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2em;
}
.home section.sec_8 .inner .item_wrapper > div {
  width: 60%;
}
.home section.sec_8 .inner .item_wrapper > div h3 {
  color: #03989e;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: left;
}
.home section.sec_8 .inner .item_wrapper figure {
  width: 40%;
}





.home section.sec_9 {
  background: #03989e;
  position: relative;
}
.home section.sec_9::after {
  content: '';
  position: absolute;
  background: url("../image/common/sec9_af.png") no-repeat;
  background-size: 40px 82px;
  width: 40px;
  height: 82px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
.home section.sec_9 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
}
.home section.sec_9 .inner .item_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home section.sec_9 .inner .item_wrapper .items {
  width: 33.3333%;
  padding: 2%;
}
.home section.sec_9 .inner .item_wrapper .items h4 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.home section.sec_9 .inner .item_wrapper .items p {
  margin-bottom: 0;
  color: #fff;
}
.home section.sec_9 .inner .item_wrapper .items img {
  height: 70px;
}
.home section.sec_9 .inner .apl {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  background: #fff;
  color: #03989e;
  padding: 1em 0;
  text-align: center;
}

.home section.sec_10 {
  padding-top: 0px;
    margin-top: -120px;
    z-index: 0;
    margin-top: 40px;
}



.home section.sec_10 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.home section.sec_10 .inner .h3_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.home section.sec_10 .inner .h3_wrapper h3 {
  font-size: 43px;
  font-size: 4.3rem;
  color: #03989e;
  font-weight: bold;
  text-align: left;
  width: 40%;
  line-height: 1.2;
}
.home section.sec_10 .inner .h3_wrapper figure {
  width: 50%;
}
.home section.sec_10 .inner .item_wrapper_1 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2em;
}
.home section.sec_10 .inner .item_wrapper_1 .items {
  width: 33.3333%;
  padding: 2%;
  border-right: 1px solid #333;
  margin-bottom: 2em;
}
.home section.sec_10 .inner .item_wrapper_1 .items:first-of-type {
  border-left: 1px solid #333;
}
.home section.sec_10 .inner .item_wrapper_1 .items h4 {
  text-align: center;
  color: #03989e;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 1em;
}
.home section.sec_10 .inner .box {
  border: 2px solid #000;
  padding: 4%;
}
.home section.sec_10 .inner .box h4 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  color: #000;
  margin-bottom: 1em;
}
.home section.sec_10 .inner .box .item_wrapper_2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.home section.sec_10 .inner .box .item_wrapper_2 figure {
  width: 20%;
  margin-bottom: 1em;
}
.home section.sec_11 {
  background: #ECF5FB;
  margin-bottom: 3em;
}
.home section.sec_11 .inner .item_wrapper {
  width: 100% !important;
}
.home section.sec_11 .inner .item_wrapper .items {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
.home section.sec_11 .inner .item_wrapper .items figure {
  width: 80%;
  margin: 0 auto 3em;
  position: relative;
}
.home section.sec_11 .inner .item_wrapper .items figure p {
  position: absolute;
  font-size: 14px;
  text-align: right;
  right: 0;
  bottom: -2em !important;
  margin: auto 0 0 auto;
}
.home section.sec_11 .inner .item_wrapper .items figure p::before {
  content: '';
  position: absolute;
  background: url("../image/common/sec11_ar_3.png") no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  right: 7.45em;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}
.home section.sec_11 .inner .item_wrapper .items figure img {
  margin: 0 auto;
}
.home section.sec_11 .inner .item_wrapper .items figure a :hover {
  opacity: 0.6;
}
.home section.sec_11 .inner .item_wrapper .items h3 {
  width: 30%;
  margin-right: 2em;
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #231815;
}
.home section.sec_11 .inner .item_wrapper .items h3 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 25px !important;
  font-size: 2.5rem !important;
  color: #0090DA !important;
}
.home section.sec_11 .inner .item_wrapper .items p {
  width: 60%;
}
.home section.sec_12 {
  background: #22B9F8;/*#03989e*/
  padding: 2%;
}
.home section.sec_12 .inner {
  margin: 0 auto;
}
.home section.sec_12 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  line-height: 1.4;
  margin-top: 0.5em;
	text-align: center;
}
.home section.sec_12 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
}
.home section.sec_12 .inner .item_wrapper .items {
  width: 30%;
}
.home section.sec_12 .inner .item_wrapper .items h4 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.home section.sec_12 .inner .item_wrapper .items p {
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
}
.home section.sec_13 {
  background:  #22B9F8;/*#68c1c5*/
  padding: 8% 2% 4% 2%;
}
.home section.sec_13 .inner {
  margin: 0 auto;
}
.home section.sec_13 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #4D4D4D;
  line-height: 1.4;
	text-align: center;
}
.home section.sec_13 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.home section.sec_13 .inner .item_wrapper .items {
  width: 18%;
}
.home section.sec_13 .inner .item_wrapper .items h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  height: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home section.sec_13 .inner .item_wrapper .items p {
  font-size: 14px;
  font-size: 1.4rem;
}
.home section.sec_14 .inner {
  margin: 0 auto;
}
.home section.sec_14 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
      color: #03989e;
	text-align: center;
}
.home section.sec_14 .inner table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #A2A2A2;
  border-left: 1px solid #A2A2A2;
}
.home section.sec_14 .inner table thead th {
  background: #03989e;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-right: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
  font-size: 20px;
  font-size: 2.0rem;
  width: 25%;
      vertical-align: middle;
    padding-top: 14px;
}



.home section.sec_14 .inner table thead th span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}

.home section.sec_14 .inner tbody td span {
  font-size: 12px;
  padding-top: 1px;
  display: block;
  line-height: 1.5;
  letter-spacing: -0.025em;
}


.home section.sec_14 .inner table tbody td span.kigou {
   font-size: 40px;
    color: #03989e;
    font-weight: bold;
}


.home section.sec_14 .inner table tbody td.bg-color {
      background: #def5ff;
}


.home section.sec_14 .inner table tbody td a {
   table-layout: fixed;
   border-collapse: separate;
   border-spacing: 10px;
}

.home section.sec_14 .inner table tbody td a:hover{
  color: #888;

}

.home section.sec_14 .inner tbody td span.bold {
  font-size: 1.9rem;
  font-weight: bold;
  display: inline-block;
}

.home section.sec_14 .inner table thead th .number-area{
  vertical-align: middle;
    padding-left: 5px;
}


.home section.sec_14 .inner table tbody th, .home section.sec_14 .inner table tbody td {
  padding: 0.5em;
  border-right: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
  background: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  vertical-align: middle;
  
}

.home section.sec_14 .inner table tbody th.ari, .home section.sec_14 .inner table tbody td.ari{
  background: rgba(187, 187, 187, 0.21);
}


.home section.sec_14 .inner table tbody th {
  text-align: left;
}
.home section.sec_14 .inner table tbody th br {
  display: none;
}
.home section.sec_14 .inner table tbody td {
  text-align: center;
}
.home section.sec_15 {
  background: #22B9F8;/*#03989e*/
  padding: 2% 2% 0;
}
.home section.sec_15 .inner {
  background: url("../image/common/sec15_bg.webp") no-repeat right bottom;/*sec15_bg.png*/
  background-size: 100% auto;
}
.home section.sec_15 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  text-align: center;
}
.home section.sec_15 .inner p {
  color: #fff;
  text-align: center;
}
.home section.sec_15 .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
}
.home section.sec_15 .inner .item_wrapper p {
  width: 48%;
}
.home section.sec_16 .inner h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
margin-bottom:0.5em;
	text-align: center;
}
.home section.sec_16 .inner table {
  width: 100%;
}
.home section.sec_16 .inner table tbody tr th, .home section.sec_16 .inner table tbody tr td {
  padding: 0.3em;
}
.home section.sec_16 .inner table tbody tr th {
  width: 35%;
  font-size: 1.8rem;
  vertical-align: middle;
}
.home section.sec_16 .inner table tbody tr th span {
  display: block;
  position: relative;
}
.home section.sec_16 .inner table tbody tr th span::after {
  content: '*';
  position: absolute;
  font-size: 9px;
  font-size: 2rem;
  color: #CE2125;
  right: 0;
  top: 0;
  margin: 0 0 auto auto;
}
.home section.sec_16 .inner table tbody tr th:last-of-type {
  vertical-align: middle;
}
.home section.sec_16 .inner table tbody tr td {
  width: 65%;
 font-size: 15px;
  font-size: 1.4em;
}
.home section.sec_16 .inner table tbody tr td input,.home section.sec_16 .inner table tbody tr td select {
  border: 1px solid #ccc;
  height:40px
}
.home section.sec_16 .inner table tbody tr td select,.home section.sec_16 .inner table tbody tr td input[type="date"], .home section.sec_16 .inner table tbody tr td input[type="number"], .home section.sec_16 .inner table tbody tr td input[type="text"], .home section.sec_16 .inner table tbody tr td input[type="email"] {
  width: 100%;
	  font-size: 16px;
  font-size: 1.6rem;
}

.home section.sec_16 .inner table tbody tr td select{

	  font-size: 16px;
  font-size: 1.6rem;
}

.home section.sec_16 .inner table tbody tr td textarea {
  width: 100%;
	  font-size: 16px;
  font-size: 1.6rem;
}
.home section.sec_16 .inner table tbody tr td.tel input[type="text"] {
  width: 27%;
}
.home section.sec_17 {
  background: url("../image/common/sec17_bg.webp") no-repeat center top;
  height: 477px;
  padding: 0 2%;
  margin-bottom: 3em;
}
.home section.sec_17 .inner p {
  padding-top: 329px;
  text-align: center;
  line-height: 3.7;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}

@media screen and (min-width: 568px) {
.home section.sec_14 .inner table tbody td.sp {
    display: none;
}
}


@media screen and (max-width: 567px) {
  .home section.sec_14 .inner table tbody td.pc {
    display: none;
}
.home section.sec_14 .inner table tbody td.sp {
    /*display: block;*/
    padding: 0.5em;
    border-right: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
    /*background: #fff;*/
    font-size: 17px;
    font-size: 1.7rem;
    vertical-align: middle;
}
.home section.sec_14 .inner tbody td span.bold {
    font-size: 1.9rem;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -0.1em;
    color: #333;
}

.home section.sec_14 .inner tbody td span.bold02 {
    font-size: 1.7rem;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -0.1em;
    color: #333;
}

.home section.sec_14 .inner tbody td span {
    font-size: 14px;
    padding-top: 1px;
    display: block;
    line-height: 1.5;
    letter-spacing: -0.135em;
    color: #03989e;
}
.home section.sec_14 .inner table thead th .number-area {
    vertical-align: middle;
    padding-left: 5px;
    padding-top: 9px;
}

}


@media screen and (max-width: 767px) {
  .home section.sec_17 {
    background-size: 200vw auto;
    height: auto;
  }
  .home section.sec_17 .inner p {
    padding-top: 33vw;
    font-size: 4.2vw;
    line-height: 8vw;
    padding-bottom: 6vw;
  }
}

@media screen and (max-width: 1199px) {
  .home section.sec_1 .inner h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .home section.sec_1 .inner .item_wrapper .items:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_1 .inner h3 {
    font-size: 2.0vw !important;
  }
  .home section.sec_1 .inner h3 span {
    font-size: 3.2vw !important;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_2 .inner h3 {
    font-size: 3.23vw;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .home section.sec_2 .inner h3::after {
    content: none;
  }
  .home section.sec_2 .inner .item_wrapper {
    flex-wrap: wrap;
  }
  .home section.sec_2 .inner .item_wrapper .items {
    width: 33.3333%;
    margin-bottom: 1em;
  }
  .home section.sec_2 .inner .item_wrapper .items:last-of-type {
    display: none;
  }
  .home section.sec_2 .inner .item_wrapper .items p br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_3 .inner h3 {
    font-size: 4.85vw;
  }
  .home section.sec_3 .inner h4 {
    font-size: 3.5vw;
  }
}


@media screen and (max-width: 1199px) {
  .home section.sec_8 .inner h2 {
    padding-bottom: 8%;
  }
  .home section.sec_8 .inner .item_wrapper_1 > div h3 {
    font-size: 8vw;
  }
  .home section.sec_8 .inner .item_wrapper_1 > div p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 921px) {
  .home section.sec_8 .inner h2 {
    font-size: 8vw;
  }
  .home section.sec_8 .inner .item_wrapper_1 > div h3 {
    font-size: 2vw;
  }
	
  .home section.sec_8 .inner .item_wrapper_2 .items > div .box h4 {
    font-size: 3vw;
  }
  .home section.sec_8 .inner .apl {
    font-size: 4.3vw;
  }
  .home section.sec_8 .inner .apl span {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_8 .inner h2 {
    font-size: 8vw;
  }
  .home section.sec_8 .inner .item_wrapper_1 > div h3 {
    font-size: 2vw;
  }
}







@media screen and (max-width: 1199px) {
  .home section.sec_5 .inner h2 {
    padding-bottom: 8%;
  }
  .home section.sec_5 .inner .item_wrapper_1 > div h3 {
    font-size: 4.1vw;
  }
	
	
  .home section.sec_5 .inner .item_wrapper_1 > div p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 921px) {
  .home section.sec_5 .inner h2 {
    font-size: 4.4vw;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items > div .box h4 {
    font-size: 3vw;
  }
  .home section.sec_5 .inner .apl {
    font-size: 4.3vw;
  }
  .home section.sec_5 .inner .apl span {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_5 .inner h2 {
    font-size: 4.4vw;
  }
  .home section.sec_5 .inner .item_wrapper_1 > div h3 {
    font-size: 5vw;
  }
	
  .home section.sec_5 .inner .item_wrapper_1 > div h3 br {
    display: none;
  }
  .home section.sec_5 .inner .item_wrapper_1 > div p {
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.055em;
  }
  .home section.sec_5 .inner .item_wrapper_1 > div figure {
    display: block;
  }
  .home section.sec_5 .inner .item_wrapper_1 figure {
    display: none;
  }
  .home section.sec_5 .inner .item_wrapper_2 h3 {
    font-size: 6vw;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items {
    display: block;
    margin-bottom: 2em;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items > div {
    width: 100%;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items > div figure {
    width: 50px;
    margin-bottom: -0.3em;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items > div .box {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items > div .box h4 {
    width: 100%;
    font-size: 22px;
    background: #03989e;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items > div .box p {
    color: #333;
    font-size: 20px;
  }

  .home section.sec_5 .inner .item_wrapper_2 .items > div .box .padding-nashi {
    width: 100%!important;
    margin: 0 auto;
  }



  .home section.sec_5 .inner .item_wrapper_2 .items > div .box figure {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items > figure {
    display: none;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items:nth-of-type(1) > div .box, .home section.sec_5 .inner .item_wrapper_2 .items :nth-of-type(4) > div .box {
    flex-direction: row;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items:nth-of-type(1) > div .box p, .home section.sec_5 .inner .item_wrapper_2 .items:nth-of-type(1) > div .box figure {
    width: 70%;
    margin: 0 auto;
    margin-top: 1em;
  }
  .home section.sec_5 .inner .item_wrapper_2 .items :nth-of-type(4) > div .box p, .home section.sec_5 .inner .item_wrapper_2 .items :nth-of-type(4) > div .box figure {
    width: 50%;
  }
}


@media screen and (max-width: 565px){
.home section.sec_5 .inner .item_wrapper_2 .items > div .box h4 {
    width: 100%;
    font-size: 6.3vw;
    background: #03989e;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
}
}



@media screen and (max-width: 1199px) {
  .home section.sec_5a .inner h2 {
    padding-bottom: 8%;
  }
  .home section.sec_5a .inner .item_wrapper_1 > div h3 {
    font-size: 4.1vw;
  }
	
	
  .home section.sec_5a .inner .item_wrapper_1 > div p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 921px) {
  .home section.sec_5a .inner h2 {
    font-size: 4.4vw;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box h4 {
    font-size: 3vw;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box2 h4 {
    font-size: 3vw;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box3 h4 {
    font-size: 3vw;
  }

	
  .home section.sec_5a .inner .apl {
    font-size: 4.3vw;
  }
  .home section.sec_5a .inner .apl span {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_5a .inner h2 {
    font-size: 4.4vw;
  }
  .home section.sec_5a .inner .item_wrapper_1 > div h3 {
    font-size: 5vw;
  }
	
  .home section.sec_5a .inner .item_wrapper_1 > div h3 br {
    display: none;
  }
  .home section.sec_5a .inner .item_wrapper_1 > div p {
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.055em;
  }
  .home section.sec_5a .inner .item_wrapper_1 > div figure {
    display: block;
  }
  .home section.sec_5a .inner .item_wrapper_1 figure {
    display: none;
  }
  .home section.sec_5a .inner .item_wrapper_2 h3 {
    font-size: 5vw;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items {
    display: block;
    margin-bottom: 2em;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div {
    width: 100%;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div figure {
    width: 50px;
    margin-bottom: -0.3em;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box2 {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box3 {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	width: 100%;
  }
	
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box h4 {
    width: 100%;
    font-size: 22px;
    background: #01b1f0;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
	  color:#fff;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box2 h4 {
    width: 100%;
    font-size: 22px;
    background: #03989e;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
	  color:#fff;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box3 h4 {
    width: 100%;
    font-size: 22px;
    padding: 1em 0;
    font-weight: bold;
	  color:#000;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > div .box p {
    color: #333;
    font-size: 20px;
  }

  .home section.sec_5a .inner .item_wrapper_2 .items > div .box .padding-nashi {
    width: 100%!important;
    margin: 0 auto;
  }



  .home section.sec_5a .inner .item_wrapper_2 .items > div .box figure {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items > figure {
    display: none;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items:nth-of-type(1) > div .box, .home section.sec_5 .inner .item_wrapper_2 .items :nth-of-type(4) > div .box {
    flex-direction: row;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items:nth-of-type(1) > div .box p, .home section.sec_5 .inner .item_wrapper_2 .items:nth-of-type(1) > div .box figure {
    width: 70%;
    margin: 0 auto;
    margin-top: 1em;
  }
  .home section.sec_5a .inner .item_wrapper_2 .items :nth-of-type(4) > div .box p, .home section.sec_5 .inner .item_wrapper_2 .items :nth-of-type(4) > div .box figure {
    width: 50%;
  }
}


@media screen and (max-width: 565px){
.home section.sec_5a .inner .item_wrapper_2 .items > div .box h4 {
    width: 100%;
    font-size: 6.3vw;
    background: #01b1f0;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
	color:#fff;
}
	
.home section.sec_5a .inner .item_wrapper_2 .items > div .box2 h4 {
    width: 100%;
    font-size: 6.3vw;
    background: #03989e;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
	color:#fff;
}
	
	
}



@media screen and (max-width: 767px) {
  .home section.sec_6 {
    padding: 4% 2% 1%;
  }
  .home section.sec_6 .inner h3 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_7 .inner h3 {
    font-size: 6vw;
  }
  .home section.sec_7 .inner .item_wrapper .items p {
    font-size: 5vw;
  }
  .home section.sec_77 .inner h2 {
    font-size: 4.4vw;
  }
	
  .home section.sec_77 .inner h3 {
    font-size: 6vw;
  }
  .home section.sec_77 .inner .item_wrapper .items p {
    font-size: 3vw;
  }
	
}
@media screen and (max-width: 1199px) {
  .home section.sec_8 .inner .item_wrapper > div h4 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_77 .inner h2 {
    font-size: 4.4vw;	
	}
  .home section.sec_8 .inner h3 {
    font-size: 6vw;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #333;
  }
  .home section.sec_8 .inner .item_wrapper {
    display: block;
  }
  .home section.sec_8 .inner .item_wrapper > div {
    width: 100%;
  }
  .home section.sec_8 .inner .item_wrapper > div h4 {
    font-size: 4vw;
    text-align: center;
  }
  .home section.sec_8 .inner .item_wrapper > div figure {
    width: 40%;
    float: right;
    margin-left: 1em;
  }
}
@media screen and (max-width: 1099px) {
  .home section.sec_9 .inner .item_wrapper .items h4 {
    font-size: 2vw;
  }
  .home section.sec_9 .inner .apl {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_9::after {
    background-size: 20px 41px;
    width: 20px;
    height: 41px;
    bottom: -20px;
  }
  .home section.sec_9 .inner h3 {
    font-size: 6vw;
  }
  .home section.sec_9 .inner .item_wrapper {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .home section.sec_9 .inner .item_wrapper .items {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .home section.sec_9 .inner .item_wrapper .items h4 {
    font-size: 4vw;
    display: flex;
    height: 8vw;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.135em;
  }
  .home section.sec_9 .inner .item_wrapper .items p {
    font-size: 3vw;
  }
  .home section.sec_9 .inner .item_wrapper .items img {
    height: 45px;
  }
  .home section.sec_9 .inner .apl {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 565px) {
.home section.sec_9 .inner .item_wrapper .items h4 {
    font-size: 4vw;
    display: flex;
    height: 8vw;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.135em;
  }
}

@media screen and (max-width: 800px) {
  .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(1),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(2), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(3), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(4), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(5), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(6), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(7),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(8), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(9),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(10),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(11),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(12),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(13),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(14),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(15),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(16),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(17),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(18),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(19),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(20),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(21){
  	width: 50% !important;
  }
}

@media screen and (max-width: 450px) {
  .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(1),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(2), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(3), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(4), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(5), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(6), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(7),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(8), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(9),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(10),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(11),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(12),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(13),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(14),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(15),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(16),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(17),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(18),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(19),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(20),.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(21) {
  	width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .home section.sec_10 .inner .h3_wrapper h3 {
    font-size: 4vw;
  }
  .home section.sec_10 .inner .item_wrapper_1 h4 {
    font-size: 3vw !important;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_10 .inner h3 {
    font-size: 6vw;
  }
  .home section.sec_10 .inner .h3_wrapper {
    margin-top: 1em;
    flex-direction: column;
  }
  .home section.sec_10 .inner .h3_wrapper h3, .home section.sec_10 .inner .h3_wrapper figure {
    width: 100%;
  }
  .home section.sec_10 .inner .h3_wrapper h3 {
    text-align: center;
    font-size: 6vw;
  }
  .home section.sec_10 .inner .item_wrapper_1 {
    flex-direction: column;
  }
  .home section.sec_10 .inner .item_wrapper_1 .items {
    width: 100%;
    border-bottom: 1px solid #333;
    border-right: none;
    margin-bottom: 1em;
  }
  .home section.sec_10 .inner .item_wrapper_1 .items:first-of-type {
    border-top: 1px solid #333;
    border-left: none;
  }
  .home section.sec_10 .inner .item_wrapper_1 .items h4 {
   /* font-size: 22px !important;*/
        font-size: 6vw!important;
    margin-bottom: 0.5em;
  }
  .home section.sec_10 .inner .item_wrapper_1 .items h4 br {
    display: none;
  }
  .home section.sec_10 .inner .box h4 {
    font-size: 3vw;
  }
  .home section.sec_10 .inner .box .item_wrapper_2 {
    justify-content: center;
  }
  .home section.sec_10 .inner .box .item_wrapper_2 figure {
    width: 33.3333%;
    padding: 1%;
  }
  /*.home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(1), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(2), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(3), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(4), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(5), .home section.sec_10 .inner .box .item_wrapper_2 figure:nth-of-type(6) {
  	width: 25% !important;
  }*/
}

@media screen and (max-width: 565px){
.home section.sec_9 .inner .item_wrapper .items .size-small {
      font-size: 3.5vw;
}
}


@media screen and (max-width: 1024px) {
  .home section.sec_11 .inner .item_wrapper .items h3 {
    font-size: 3vw;
  }
  .home section.sec_11 .inner .item_wrapper .items h3 span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_11 .inner .item_wrapper .items {
    display: block;
  }
  .home section.sec_11 .inner .item_wrapper .items figure {
    width: 100%;
  }
  .home section.sec_11 .inner .item_wrapper .items figure p {
    display: block;
  }
  .home section.sec_11 .inner .item_wrapper .items h3 {
    font-size: 5.5vw !important;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .home section.sec_11 .inner .item_wrapper .items h3 span {
    font-size: 4vw !important;
  }
  .home section.sec_11 .inner .item_wrapper .items p {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .home section.sec_12 .inner .item_wrapper .items h4 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_12 .inner h3 {
    font-size: 6vw;
  }
  .home section.sec_12 .inner .item_wrapper .items h4 {
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home section.sec_12 .inner .item_wrapper .items p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .home section.sec_13 .inner .item_wrapper .items h4 {
    font-size: 1.5vw;
  }
}



@media screen and (min-width: 768px) {

  .home section.sec_13 .inner .item_wrapper .items-sp {
    width: 50%;
    margin-bottom: 2em;
    display: none;
  }
  .home section.sec_13 .inner .item_wrapper .items-sp h4 {
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .home section.sec_13 .inner .item_wrapper .items-sp p {
    font-size: 3vw;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home section.sec_13 .inner h3 {
    font-size: 6vw;
  }
  .home section.sec_13 .inner .item_wrapper .items {
    width: 50%;
    margin-bottom: 2em;
  }
  .home section.sec_13 .inner .item_wrapper .items h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
        padding-top: 7%;
  }
  .home section.sec_13 .inner .item_wrapper .items p {
    font-size: 3vw;
  }

  .home section.sec_13 .inner .item_wrapper .items-sp {
    width: 50%;
    margin-bottom: 2em;
    display: block;
  }
  .home section.sec_13 .inner .item_wrapper .items-sp h4 {
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
  }
  .home section.sec_13 .inner .item_wrapper .items-sp p {
    font-size: 3vw;
    display: block;
  }
}






@media screen and (max-width: 1024px) {
  .home section.sec_14 .inner table thead th {
    font-size: 2vw;
  }
  .home section.sec_14 .inner table thead th span {
    font-size: 1vw;
  }
  .home section.sec_14 .inner table tbody th, .home section.sec_14 .inner table tbody td {
    font-size: 1.7vw;
  }
  .home section.sec_14 .inner table tbody th br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_14 .inner h3 {
    font-size: 6vw;
  }
  .home section.sec_14 .inner .item_wrapper .items h4 {
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home section.sec_14 .inner .item_wrapper .items p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 575px) {
.home section.sec_14 .inner table thead th {
    font-size: 2.7vw;
}
.home section.sec_14 .inner table tbody th, .home section.sec_14 .inner table tbody td {
    font-size: 3.2vw;
}
}

@media screen and (max-width: 1024px) {
  .home section.sec_15 .inner {
    padding-top: 4%;
    background-size: 130% auto;
    background-position: right -14vw bottom;
  }
  .home section.sec_15 .inner h3 {
    font-size: 5vw;
  }
  .home section.sec_15 .inner p, .home section.sec_15 .inner figure {
    padding-right: 35vw;
  }
  .home section.sec_15 .inner .item_wrapper p {
    padding-right: 0;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .home section.sec_15 .inner {
    padding-top: 4%;
	   background-size: 160% auto;
/*    background-size: 280% auto;
    background-position: right -35vw bottom;*/
  }
  .home section.sec_15 .inner h3 {
    font-size: 5vw;
    line-height: 1.4;
  }
  .home section.sec_15 .inner p{
    padding-right: 35vw;
  }

  .home section.sec_15 .inner figure {
    padding-right: 0vw;
        width: 30%;
    margin: 12px auto;
  }

  .home section.sec_15 .inner .item_wrapper p {
    padding-right: 0;
    font-size: 3vw;
    text-align: center;
  }
  .home section.sec_15 .inner p {
    color: #fff;
    text-align: left;
}
}
@media screen and (max-width: 767px) {
  .home section.sec_16 .inner h3 {
    font-size: 6vw;
    line-height: 1.4;
  }
  .home section.sec_16 .inner table tbody tr th, .home section.sec_16 .inner table tbody tr td {
    width: 100% !important;
    display: block !important;
    padding: 0;
  }
  .home section.sec_16 .inner table tbody tr th {
    margin-top: 1em;
    padding-bottom: 0.5em;
  }
  .home section.sec_16 .inner table tbody tr th span {
    display: inline;
  }
}

@media screen and (max-width: 565px) {
.home section.sec_15 .inner {
    padding-top: 4%;
    background-size: 238% auto;
    background-position: right -29vw bottom;
}
}




/*フォーム*/
.form113-button {
  padding: 1em 0;
  width: 30% !important;
  color: #fff;
  border: none;
  text-align: center;
  background: #FF821E !important;
  position: relative;
}
.form113-button .form113-submit {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.form113-submit {
  padding: 1em 0;
  width: 30% !important;
  color: #fff;
  border: none;
  text-align: center;
  background: #FF821E !important;
  position: relative;
}

.form113-button::after, .form113-submit::after {
  content: '';
  position: absolute;
  background: url("../image/common/contact_ar_1.png") no-repeat !important;
  background-size: 14px 24px !important;
  width: 14px !important;
  height: 24px !important;
  right: 0.5em !important;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}

.form113-button:hover, .form113-submit:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .form113-button, .form113-submit {
    width: 50% !important;
  }
}
.subvisual224 {
  background: none !important;
  height: 0 !important;
}
.subvisual224 h2 {
  display: none !important;
}

/*確認ページ*/
.body-class-page-contact section .inner,
.body-class-page-confirm section .inner {
  max-width: 960px !important;
  width: 100% !important;
  margin: 0 auto;
}
.body-class-page-contact section .inner p,
.body-class-page-confirm section .inner p {
  text-align: center;
}
.body-class-page-contact section .inner p span.form113-required,
.body-class-page-confirm section .inner p span.form113-required {
  color: #CE2125 !important;
}
.body-class-page-contact section .inner table,
.body-class-page-confirm section .inner table {
  width: 100%;
}
.body-class-page-contact section .inner table tbody tr th, .body-class-page-contact section .inner table tbody tr td,
.body-class-page-confirm section .inner table tbody tr th,
.body-class-page-confirm section .inner table tbody tr td {
  padding: 0.5em;
}
.body-class-page-contact section .inner table tbody tr th,
.body-class-page-confirm section .inner table tbody tr th {
  width: 35%;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.body-class-page-contact section .inner table tbody tr th span,
.body-class-page-confirm section .inner table tbody tr th span {
  display: block;
  position: relative;
}
.body-class-page-contact section .inner table tbody tr th span::after,
.body-class-page-confirm section .inner table tbody tr th span::after {
  content: '*';
  position: absolute;
  font-size: 9px;
  font-size: 0.9rem;
  color: #CE2125;
  right: 0;
  top: 0;
  margin: 0 0 auto auto;
}
.body-class-page-contact section .inner table tbody tr th:last-of-type,
.body-class-page-confirm section .inner table tbody tr th:last-of-type {
  vertical-align: top;
}
.body-class-page-contact section .inner table tbody tr td,
.body-class-page-confirm section .inner table tbody tr td {
  width: 65%;
  font-size: 15px;
  font-size: 1.5em;
}

.mw_wp_form .error {
    font-size: 14px !important;

}
@media screen and (max-width: 767px) {
  .body-class-page-contact section table tbody tr th, .body-class-page-contact section table tbody tr td,
  .body-class-page-confirm section table tbody tr th,
  .body-class-page-confirm section table tbody tr td {
    width: 100% !important;
    display: block !important;
    padding: 0;
  }
  .body-class-page-contact section table tbody tr th,
  .body-class-page-confirm section table tbody tr th {
    margin-top: 1em;
    padding-bottom: 0.5em;
  }
  .body-class-page-contact section table tbody tr th span,
  .body-class-page-confirm section table tbody tr th span {
    display: inline;
  }
}

/*サンクスページ*/
.body-class-page-thanks article .container {
  display: block !important;
}

/*single-news*/
.container-fluid, .single-news {
  margin: auto !important;
}

/*左右の矢印の色を変える*/
.slick-prev:before {
  color: #03989e !important;
  font-size: 25px !important;
  z-index: 100;
}

.slick-next {
  top: 30% !important;
  right: 30px !important;
  z-index: 98;
}
.slick-next:before {
  color: #03989e !important;
  font-size: 25px !important;
  z-index: 100;
}

/*左右の矢印の位置を変える*/
@media screen and (max-width: 767px) {
  .slick-next {
    right: 0.5em;
  }
}
.slick-prev {
  top: 30% !important;
  left: 30px !important;
  z-index: 98;
}

/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}

.pankuzu .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 1em;
}

.cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .cta {
    display: block;
    position: fixed;
    bottom: 0;
    padding: 3% 0;
    background: #fff;
  }
  .cta .inner .item_wrapper {
    display: flex;
    justify-content: space-around;
  }
  .cta .inner .item_wrapper figure {
    width: 48%;
    margin-bottom: 0;
  }
}
.cnt_cta .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.cnt_cta .inner figure a:hover {
  opacity: 0.6 !important;
}
.cnt_cta .inner figure a img:hover {
  opacity: 0.6;
}

.t_link_1 {
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-size: 2.7rem;
}
.t_link_1 a {
  color: #fff;
  display: block;
  max-width: 630px;
  width: 100%;
  padding: 1em;
  background: #FF821E;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.t_link_1 a::after {
  content: '';
  position: absolute;
  background: url("../image/common/ar_1.png") no-repeat;
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}
.t_link_1 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .t_link_1 {
    font-size: 3.0vw;
  }
  .t_link_1 a::after {
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
  }
}
.t_link_2 {
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-size: 2.7rem;
}
.t_link_2 a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 1em;
  background: #FF821E;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.t_link_2 a::after {
  content: '';
  position: absolute;
  background: url("../image/common/ar_1.png") no-repeat;
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}
.t_link_2 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .t_link_2 {
    font-size: 4.5vw;
  }
  .t_link_2 a::after {
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
  }
}
/*モーダルウィンドウ*/
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 1000;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  padding: 10px 4%;
  background-color: #fff;
  overflow: auto !important;
  height: 90vh;
}

@media screen and (max-width: 767px) {
  .modalWrapper {
    height: 90vh;
  }
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 40px;
  font-size: 4.0rem;
}

/* 以下ボタンスタイル */
button {
  cursor: pointer;
  border: none !important;
  padding: 0 !important;
}
button:hover {
  opacity: 0.6;
}

/* 以下モーダルエリアスタイル */
.modalWrapper .modalContents .modal_header {
  background: #ECF5FB;
  padding: 0 4%;
  margin-bottom: 2em;
}
.modalWrapper .modalContents .modal_header h3 {
  text-align: center !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 37px;
  font-size: 3.7rem;
  padding-bottom: 1em;
}
.modalWrapper .modalContents .modal_header h3 span {
  display: block;
  color: #0090DA;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.modalWrapper .modalContents p.t_area {
  color: #fff;
  background: #03989e;
  width: 100% !important;
  padding: 2% 7%;
}
.modalWrapper .modalContents p:last-child {
  margin-bottom: 0;
}
.modalWrapper .modalContents h4 {
  padding-left: 1em;
}
.modalWrapper .modalContents dl dt {
  color: #fff;
  padding: 0.5em;
  width: 15%;
  text-align: center;
  margin-bottom: 1em;
}
.modalWrapper .modalContents dl dt:first-of-type {
  background: #03989e;
}
.modalWrapper .modalContents dl dt:nth-of-type(2) {
  background: #E84F96;
}
.modalWrapper .modalContents dl dt:nth-of-type(3) {
  background: #EA9F3B;
}
.modalWrapper .modalContents dl dd {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .modalWrapper .modalContents .modal_header h3 {
    font-size: 6vw;
  }
  .modalWrapper .modalContents .modal_header h3 span {
    font-size: 4vw;
  }
  .modalWrapper .modalContents dl dt {
    width: auto;
    display: inline-block;
  }
}
/*アコーディオンメニュー*/
.title {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .title {
    pointer-events: all;
  }

  .toggle {
    display: none;
  }
}
#anc01, #anc02, #anc03, /*#anc04,*/ #anc05, #contact {
  padding-top: 120px;
  margin-top: -85px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }
 .pc_only03 {
    display: block !important;
  }

}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
   .pc_only03 {
    display: none !important;
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .container main, .container aside {
    width: 100%;
  }
}


 @media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
 

@media screen and (min-width: 768px) {
  .sp_only02 {
    display: none !important;
  }

  .pc_only02 {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_only02 {
    display: block !important;
  }

  .pc_only02 {
    display: none !important;
  }
} 


 
/* gallery134 */
/*--------------------------------------------------*/
.gallery134 {
  /* empty */
}
.gallery134-list a {
  position: relative;
  display: block;
}
.gallery134-list a::before {
  position: absolute;
  z-index: 1; /* for Safari */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  -webkit-transition: opacity 500ms cubic-bezier(.25, .46, .45, .94);
          transition: opacity 500ms cubic-bezier(.25, .46, .45, .94);
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
}
.gallery134-list a::after {
  font-family: 'fontello';
  font-size: 30px;
  line-height: 1;
  position: absolute;
  z-index: 2; /* for Safari */
  top: 0;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  content: '\e896';
  -webkit-transition: 500ms cubic-bezier(.25, .46, .45, .94);
          transition: 500ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
  opacity: 0;
  color: white;
}
.ua-nontouch .gallery134-list a:hover::before {
  opacity: 1;
}
.ua-nontouch .gallery134-list a:hover::after {
  bottom: 0;
  opacity: 1;
}
.gallery134-list img {
  max-width: 100.01%;
}

/*------------------------------------
onda 追加
-------------------------------------*/
.surupas {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
	text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.surupas01 {
    float: left;
    height: auto;
    width: 100%;
	text-align: center;
}

.home section.sec_13a {
  padding: 2%;
  background: url("../image/common/sec6_bg.png") no-repeat center;
  margin-bottom: 3em;
  background-size:cover;
}
.home section.sec_13a .inner {
  margin: 0 auto;
}
.home section.sec_13a .inner h3 {
 font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.home section.sec_13a .inner .item_wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.home section.sec_13a .inner .item_wrapper .items {
  width: 15%;
}
.home section.sec_13a .inner .item_wrapper .items h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  height: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home section.sec_13a .inner .item_wrapper .items p {
  font-size: 14px;
  font-size: 1.4rem;
}


@media (min-width: 992px) {

.surupas {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.surupas01 {
    float: left;
    height: auto;
	width: 49%;
	text-align: center;
    margin-right: 1%;
}	
	
}

