@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.14.0/css/solid.css");
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 游ゴシック,"MS Pゴシック","sans-serif";
}
.wrap {
  overflow: hidden;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
.slide-navigation{
  width: 100%!important;
}

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

input[type="text"] {
  appearance: none;
}

input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
  outline-offset: -2px;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

img {
  text-align: center;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.header {
  width: 100%;
}
.header.header_a {
  background-color: #FFFFFF;
}
.header.header_a .header__inner {
  display: flex;
  padding: 15px 40px;
}
@media only screen and (max-width: 767px) {
  .header.header_a .header__inner {
    padding: 10px 20px;
  }
}
.header.header_a .header__right {
  display: flex;
  margin-left: auto;
}
.header.header_a .g-navi a {
  transition: .25s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header.header_a .g-navi {
    display: none;
  }
}


.header.header_a .g-navi.g-navi_a {
  width: 100%;
}
.header.header_a .g-navi.g-navi_a a {
  color: inherit;
}
.header.header_a .g-navi.g-navi_a a:hover {
  color: #63513B;
}
.header.header_a .g-navi.g-navi_a .g-navi__inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header.header_a .g-navi.g-navi_a .g-navi__inner > * {
  padding: 20px;
}
.header.header_a .g-navi.g-navi_a .g-navi__inner > *:last-child {
  padding-right: 0;
}
.header.header_d {
  background-color: #fff;
}
.header.header_d .header__inner {
  display: flex;
  padding: 0;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header.header_d .header__inner {
    padding: 10px 20px;
  }
}
.header.header_d .header__left {
  padding: 15px 0 15px 40px;
}
@media only screen and (max-width: 767px) {
  .header.header_d .header__left {
    padding: 0;
  }
}
.header.header_d .header__right {
  display: flex;
  margin-left: auto;
}
.header.header_d .header-btn {
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  background-color: #888888;
  padding: 10px;
	border-left: 2px solid #001c3a;
	padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .header.header_d .header-btn {
    display: none;
  }
}
.header.header_d .g-navi {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .header.header_d .g-navi {
    width: 100%;
    padding-right: 0px;
  }
}
.header.header_d .g-navi a {
  transition: .25s ease-in-out;
}
.header.header_d .g-navi a {
  color: #fff;
}
.header.header_d .g-navi a:hover {
  color: #fff;
}
.header.header_d .g-navi .g-navi__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
	height: 100%;
}
.header.header_d .g-navi .g-navi__inner > * {
  padding: 20px 20px 20px;
}
.header.header_h {
  background-color: #FFFFFF;
}
.header.header_h .header__inner {
  display: flex;
  padding: 15px 40px;
}
@media only screen and (max-width: 767px) {
  .header.header_h .header__inner {
    padding: 10px 20px;
  }
  .header.header_d .g-navi .g-navi__inner > * {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header.header_h .header__left {
    padding: 0;
  }
}
.header.header_h .header__right {
  display: flex;
  margin-left: auto;
}
.header.header_h .header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  background-color: #888888;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .header.header_h .header-btn {
    display: none;
  }
}
.header.header_h .g-navi {
  width: 100%;
  padding-right: 20px;
}
.header.header_h .g-navi a {
  transition: .25s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header.header_h .g-navi {
    display: none;
  }
}
.header.header_h .g-navi a {
  color: inherit;
}
.header.header_h .g-navi a:hover {
  color: #63513B;
}
.header.header_h .g-navi .g-navi__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.header.header_h .g-navi .g-navi__inner > * {
  padding: 0 20px;
}
.header.header_k .header__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 40px;
}
@media only screen and (max-width: 1199px) {
  .header.header_k .header__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .header.header_k .header__inner {
    padding: 10px;
  }
}

.header.header_k .header__logo {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .header.header_k .header__logo {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header.header_k .header__logo * {
  color: inherit;
}
.header.header_k .header__right {
  margin-left: auto;
}
.header.header_k .header__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header.header_k .header__list {
    display: none;
  }
}
.header.header_k .header__list > * {
  margin-right: 10px;
}
.header.header_k .header__list > *:first-child {
  margin-right: 40px;
}
.header.header_k .header__list > *:last-child {
  margin-right: 0;
}
.header.header_k .header__list .btn_a {
  border: 1px solid #63513B;
}
.header.header_k .header__list .btn_a:hover {
  border: 1px solid rgba(99, 81, 59, 0.7);
}
.header.header_k .header__tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .header.header_k .header__tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header.header_k .header__tel:before {
  margin-right: .25em;
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
}
.header.header_k .g-navi {
  background-color: #63513B;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .header.header_k .g-navi {
    display: none;
  }
}
.header.header_k .g-navi a {
  color: #FFFFFF;
}
.header.header_k .g-navi .g-navi__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
.header.header_k .g-navi .g-navi__inner > * {
  width: calc(100% / 6);
}
.header.header_k .g-navi .g-navi__inner > * > * {
  display: block;
  text-align: center;
  padding: 20px;
  transition: .25s ease-in-out;
}
.header.header_k .g-navi .g-navi__inner > * > *:hover {
  background-color: #0B5892;
}

.g-navi_sp {
  display: none;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .g-navi_sp {
    display: block;
    position: relative;
  }
  .g-navi_sp.open .g-navi__inner {
    position: absolute;
    right: 0;
    background-color: #000;
    cursor: pointer;
  }
}
.g-navi_sp .g-navi__inner {
  position: absolute;
  transition: all .5s 0s ease;
  right: -100%;
  width: 90%;
}
.g-navi_sp .g-navi__inner > * > * {
  position: relative;
  display: block;
  color: #FFFFFF;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #FFFFFF;
}
.g-navi_sp .g-navi__inner > * > *:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 10px;
}

.footer.footer_a {
  background-color: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a {
    background-color: #FFFFFF;
  }
}
.footer.footer_a .footer__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_a .footer__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer.footer_a .footer__top {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__top {
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__top-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer.footer_a .footer__sns-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__sns-list {
    width: 100%;
    justify-content: center;
  }
}
.footer.footer_a .footer__sns-list > * {
  padding: 10px;
}
.footer.footer_a .footer__sns-list > *:last-child {
  padding-right: 0;
}
.footer.footer_a .footer__top-right {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__top-right {
    width: 100%;
    margin-left: 0;
  }
}
.footer.footer_a .footer__navi {
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__navi {
    display: none;
  }
}
.footer.footer_a .footer__navi a {
  color: inherit;
  transition: .25s ease-in-out;
}
.footer.footer_a .footer__navi a:hover {
  color: #63513B;
}
.footer.footer_a .footer__navi-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.footer.footer_a .footer__navi-inner > * {
  width: calc(100% / 7);
}
.footer.footer_a .footer__navi-inner > * > * {
  display: block;
  margin-bottom: 10px;
}
.footer.footer_a .footer__navi-inner > * > *:last-child {
  margin-bottom: 0;
}
.footer.footer_a .footer__navi-child {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__navi-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer.footer_a .footer__navi-child > * {
  margin-bottom: 5px;
}
.footer.footer_a .footer__navi-child > *:last-child {
  margin-bottom: 0;
}
.footer.footer_a .footer__bottom {
  padding: 10px 0;
  background-color: #333333;
}
.footer.footer_a .footer__bottom * {
  color: #FFFFFF;
}
.footer.footer_a .footer__bottom-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__bottom-left {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__bottom-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footer.footer_a .footer__sub-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer.footer_a .footer__sub-navi > * {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #FFFFFF;
}
.footer.footer_a .footer__sub-navi > *:last-child {
  border: none;
  margin-right: 0;
}
.footer.footer_a .footer__bottom-right {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .footer.footer_a .footer__bottom-right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.footer.footer_b {
  background-color: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .footer.footer_b {
    background-color: #FFFFFF;
  }
}
.footer.footer_b .footer__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_b .footer__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer.footer_b .footer__logo {
  margin-bottom: 10px;
}
.footer.footer_b .footer__top {
  padding: 60px 0 40px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_b .footer__top {
    padding: 20px 0 40px;
  }
}
.footer.footer_b .footer__top-left {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer.footer_b .footer__address > * {
  margin-bottom: 5px;
}
.footer.footer_b .footer__address > *:last-child {
  margin-bottom: 0;
}
.footer.footer_b .footer__sns-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer.footer_b .footer__sns-list {
    width: 100%;
    justify-content: center;
  }
}
.footer.footer_b .footer__sns-list > * {
  padding: 10px;
}
.footer.footer_b .footer__sns-list > *:last-child {
  padding-right: 0;
}
.footer.footer_b .footer__top-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.footer.footer_b .footer__navi {
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_b .footer__navi {
    display: none;
  }
}
.footer.footer_b .footer__navi a {
  color: inherit;
  transition: .25s ease-in-out;
}
.footer.footer_b .footer__navi a:hover {
  color: #63513B;
}
.footer.footer_b .footer__navi-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.footer.footer_b .footer__navi-inner > * {
  width: calc(100% / 7);
}
.footer.footer_b .footer__navi-inner > * > * {
  display: block;
  margin-bottom: 10px;
}
.footer.footer_b .footer__navi-inner > * > *:last-child {
  margin-bottom: 0;
}
.footer.footer_b .footer__navi-child {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer_b .footer__navi-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer.footer_b .footer__navi-child > * {
  margin-bottom: 5px;
}
.footer.footer_b .footer__navi-child > *:last-child {
  margin-bottom: 0;
}
.footer.footer_b .footer__bottom {
  padding: 10px 0;
  background-color: #333333;
}
.footer.footer_b .footer__bottom * {
  color: #FFFFFF;
}
.footer.footer_b .footer__bottom-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer.footer_b .footer__bottom-left {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer.footer_b .footer__bottom-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footer.footer_b .footer__sub-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer.footer_b .footer__sub-navi > * {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #FFFFFF;
}
.footer.footer_b .footer__sub-navi > *:last-child {
  border: none;
  margin-right: 0;
}
.footer.footer_b .footer__bottom-right {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .footer.footer_b .footer__bottom-right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.footer.footer_c {
  background-color: #001c3a;
}

.footer.footer_c *{
	color: #fff;
}

.footer.footer_c .footer__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_c .footer__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .footer.footer_c .footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer.footer_c .footer__logo {
  margin-bottom: 10px;
}
.footer.footer_c .footer__top .footer__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__top .footer__inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.footer.footer_c .footer__top-left {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__top-left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    order: 2;
  }
}
.footer.footer_c .footer__address {
  margin-bottom: 20px;
}
.footer.footer_c .footer__address > * {
  margin-bottom: 5px;
}
.footer.footer_c .footer__address > *:last-child {
  margin-bottom: 0;
}
.footer.footer_c .footer__sns-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__sns-list {
    justify-content: center;
  }
}
.footer.footer_c .footer__sns-list > * {
  padding: 10px;
}
.footer.footer_c .footer__sns-list > *:first-child {
  padding-left: 0;
}
.footer.footer_c .footer__sns-list > *:last-child {
  padding-right: 0;
}
.footer.footer_c .footer__top-right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__top-right {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }
}
.footer.footer_c .footer__navi {
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__navi {
    display: none;
  }
}
.footer.footer_c .footer__navi a {
  color: inherit;
  transition: .25s ease-in-out;
}
.footer.footer_c .footer__navi a:hover {
  color: #63513B;
}
.footer.footer_c .footer__map {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
}
.footer.footer_c .footer__map iframe, .footer.footer_c .footer__map object, .footer.footer_c .footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer.footer_c .footer__navi-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_c .footer__navi-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer.footer_c .footer__navi-inner > * {
  width: calc(100% / 7);
}
.footer.footer_c .footer__navi-inner > * > * {
  display: block;
  margin-bottom: 10px;
}
.footer.footer_c .footer__navi-inner > * > *:last-child {
  margin-bottom: 0;
}
.footer.footer_c .footer__navi-child {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__navi-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer.footer_c .footer__navi-child > * {
  margin-bottom: 5px;
}
.footer.footer_c .footer__navi-child > *:last-child {
  margin-bottom: 0;
}
.footer.footer_c .footer__bottom {
  padding: 10px 0;
  background-color: #001c3a;
}

.footer.footer_c .footer__bottom .footer__inner{
	border-top: 1px solid #fff;
	padding-top: 10px
}
.footer.footer_c .footer__bottom * {
  color: #FFFFFF;
}
.footer.footer_c .footer__bottom-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__bottom-left {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__bottom-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footer.footer_c .footer__sub-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer.footer_c .footer__sub-navi > * {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #FFFFFF;
}
.footer.footer_c .footer__sub-navi > *:last-child {
  border: none;
  margin-right: 0;
}
.footer.footer_c .footer__bottom-right {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .footer.footer_c .footer__bottom-right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.footer.footer_d {
  background-color: #001c3a;
}

.footer.footer_d *{
	color: #fff !important;
}

.footer.footer_d .footer__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_d .footer__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .footer.footer_d .footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer.footer_d .footer__logo {
  margin-bottom: 10px;
}
.footer.footer_d .footer__top .footer__inner {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_d .footer__top .footer__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .footer.footer_d .footer__top .footer__inner {
    padding-bottom: 30px;
  }
}

.footer.footer_d .footer__top-left {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: auto;
  order: 2;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_d .footer__top-left {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer.footer_d .footer__address {
  margin-bottom: 20px;
}
.footer.footer_d .footer__address > * {
  margin-bottom: 5px;
}
.footer.footer_d .footer__address > *:last-child {
  margin-bottom: 0;
}
.footer.footer_d .footer__sns-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer.footer_d .footer__sns-list > * {
  padding: 10px;
}
.footer.footer_d .footer__sns-list > *:first-child {
  padding-left: 0;
}
.footer.footer_d .footer__sns-list > *:last-child {
  padding-right: 0;
}
.footer.footer_d .footer__top-right {
  width: 100%;
  order: 1;
  margin-bottom: 50px;
}
.footer.footer_d .footer__navi {
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .footer.footer_d .footer__navi {
    display: none;
  }
}
.footer.footer_d .footer__navi a {
  color: inherit;
  transition: .25s ease-in-out;
}
.footer.footer_d .footer__navi a:hover {
  color: #63513B;
}
.footer.footer_d .footer__map {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 20%;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer.footer_d .footer__map {
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
}
.footer.footer_d .footer__map iframe, .footer.footer_d .footer__map object, .footer.footer_d .footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer.footer_d .footer__navi-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1199px) {
  .footer.footer_d .footer__navi-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer.footer_d .footer__navi-inner > * {
  width: calc(100% / 7);
}
.footer.footer_d .footer__navi-inner > * > * {
  display: block;
  margin-bottom: 10px;
}
.footer.footer_d .footer__navi-inner > * > *:last-child {
  margin-bottom: 0;
}
.footer.footer_d .footer__navi-child {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer.footer_d .footer__navi-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer.footer_d .footer__navi-child > * {
  margin-bottom: 5px;
}
.footer.footer_d .footer__navi-child > *:last-child {
  margin-bottom: 0;
}
.footer.footer_d .footer__bottom {
  padding: 10px 0;
  background-color: #333333;
}
.footer.footer_d .footer__bottom * {
  color: #FFFFFF;
}
.footer.footer_d .footer__bottom-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer.footer_d .footer__bottom-left {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer.footer_d .footer__bottom-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footer.footer_d .footer__sub-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer.footer_d .footer__sub-navi > * {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #FFFFFF;
}
.footer.footer_d .footer__sub-navi > *:last-child {
  border: none;
  margin-right: 0;
}
.footer.footer_d .footer__bottom-right {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .footer.footer_d .footer__bottom-right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.header__left p{
  text-align: center;
  line-height: 0px;
  margin-bottom: 20px;
}
.btn.btn_e {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 10px;
  background-color: #333333;
  padding: 20px 40px 20px 20px;
  transition: .25s ease-in-out;
}
.btn.btn_e:hover {
  background-color: rgba(51, 51, 51, 0.7);
}
.btn.btn_e:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}
.btn.btn_f {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 100px;
  background-color: #333333;
  padding: 20px 40px 20px 20px;
  transition: .25s ease-in-out;
}
.btn.btn_f:hover {
  background-color: rgba(51, 51, 51, 0.7);
}
.btn.btn_f:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}
.btn.btn_g {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 20px;
  border: 1px solid #FFFFFF;
  transition: .25s ease-in-out;
	background: none;
}
.btn.btn_g:hover {
  color: #FFFFFF;
  background-color: none;
	border: 1px solid #FFFFFF5;
}
.btn.btn_h {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #333333;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_h:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_i {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #333333;
  border-radius: 100px;
  padding: 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_i:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_j {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #333333;
  padding: 20px 40px 20px 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_j:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_j:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}
.btn.btn_k {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #333333;
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_k:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_k:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}
.btn.btn_l {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #333333;
  border-radius: 100px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_l:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_l:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}
.btn.btn_m {
  position: relative;
  display: block;
  background-color: white;
  text-align: center;
  font-weight: 700;
  color: #333333;
  padding: 20px 40px 20px 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_m:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_m:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}
.btn.btn_n {
  position: relative;
  display: block;
  background-color: white;
  text-align: center;
  font-weight: 700;
  color: #333333;
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_n:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_n:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}
.btn.btn_o {
  position: relative;
  display: block;
  background-color: white;
  text-align: center;
  font-weight: 700;
  color: #333333;
  border-radius: 100px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #333333;
  transition: .25s ease-in-out;
}
.btn.btn_o:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.btn.btn_o:after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
}

.h2_headline {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .h2_headline {
    font-size: 30px;
    font-size: 3rem;
  }
  .header__left p{
    text-align: left;
    line-height: 0px;
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .h2_headline {
    margin-bottom: 10px;
  }
}
.h2_headline > * {
  color: inherit;
}
.h2_headline.h2_b {
  border-bottom: 2px solid #63513B;
}
.h2_headline.h2_c {
  border-bottom: 2px solid #63513B;
  text-align: center;
}
.h2_headline.h2_d > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h2_headline.h2_d > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h2_headline.h2_e {
  text-align: center;
}
.h2_headline.h2_e > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h2_headline.h2_e > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h2_headline.h2_f {
  padding-left: .5em;
  border-left: 4px solid #63513B;
}
.h2_headline.h2_g {
  position: relative;
  padding-left: 30px;
}
.h2_headline.h2_g:before {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background-color: #63513B;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.h2_headline.h2_h {
  padding: 10px;
  color: #FFFFFF;
  background-color: #63513B;
}
.h2_headline.h2_i {
  text-align: center;
  padding: 5px 0;
  border-top: 2px solid #63513B;
  border-bottom: 2px solid #63513B;
}
.h2_headline.h2_j {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.h2_headline.h2_j:before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: #63513B;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 1px);
}
.h2_headline.h2_k {
  text-align: center;
}
.h2_headline.h2_k .sub {
  display: block;
  margin-top: 5px;
  color: #63513B;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .h2_headline.h2_k .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.h2_headline.h2_l {
  text-align: center;
}
.h2_headline.h2_l > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h2_headline.h2_l > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h2_headline.h2_l .sub {
  color: #63513B;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .h2_headline.h2_l .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.h2_headline.h2_l .sub:before {
  display: none;
}
.h2_headline.h2_m {
  text-align: center;
}
.h2_headline.h2_m > * {
  display: inline-block;
  max-width: 100%;
  padding: 10px 30px;
  color: #FFFFFF;
  background-color: #63513B;
}
.h2_headline.h2_n > * {
  line-height: 1.2;
  display: inline-block;
  max-width: 100%;
  background: linear-gradient(transparent 70%, #63513B 30%);
}
.h2_headline.h2_o {
  text-align: center;
}
.h2_headline.h2_o > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h2_headline.h2_o > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h2_headline.h2_p {
  color: #63513B;
}
.h2_headline.h2_q {
  position: relative;
}
.h2_headline.h2_q:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F8F8F8;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h2_headline.h2_q > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h2_headline.h2_q > *:before {
  content: '';
  display: block;
  width: 2em;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h2_headline.h2_r {
  text-align: center;
}
.h2_headline.h2_r > * {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 10px 80px;
  background-color: #FFFFFF;
}
.h2_headline.h2_r > *:before, .h2_headline.h2_r > *:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  top: calc(50% - 1px);
}
.h2_headline.h2_r > *:before {
  left: 0;
}
.h2_headline.h2_r > *:after {
  right: 0;
}
.h2_headline.h2_s {
  padding: 10px 20px;
  border-left: 4px solid #63513B;
  background-color: #F8F8F8;
}
.h2_headline.h2_t {
  padding: 10px 20px;
  border-left: 4px solid #63513B;
  border-bottom: 2px solid #63513B;
}

.h3_headline {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .h3_headline {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .h3_headline {
    margin-bottom: 10px;
  }
}
.h3_headline > * {
  color: inherit;
}
.h3_headline.h3_b {
  border-bottom: 2px solid #63513B;
}
.h3_headline.h3_c {
  border-bottom: 2px solid #63513B;
  text-align: center;
}
.h3_headline.h3_d > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h3_headline.h3_d > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h3_headline.h3_e {
  text-align: center;
}
.h3_headline.h3_e > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h3_headline.h3_e > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h3_headline.h3_f {
  padding-left: .5em;
  border-left: 4px solid #63513B;
}
.h3_headline.h3_g {
  position: relative;
  padding-left: 30px;
}
.h3_headline.h3_g:before {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background-color: #63513B;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.h3_headline.h3_h {
  padding: 10px;
  color: #FFFFFF;
  background-color: #63513B;
}
.h3_headline.h3_i {
  text-align: center;
  padding: 5px 0;
  border-top: 2px solid #63513B;
  border-bottom: 2px solid #63513B;
}
.h3_headline.h3_j {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.h3_headline.h3_j:before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: #63513B;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 1px);
}
.h3_headline.h3_k {
  text-align: center;
}
.h3_headline.h3_k .sub {
  display: block;
  margin-top: 5px;
  color: #63513B;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .h3_headline.h3_k .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.h3_headline.h3_l {
  text-align: center;
}
.h3_headline.h3_l > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h3_headline.h3_l > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h3_headline.h3_l .sub {
  color: #63513B;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .h3_headline.h3_l .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.h3_headline.h3_l .sub:before {
  display: none;
}
.h3_headline.h3_m {
  text-align: center;
}
.h3_headline.h3_m > * {
  display: inline-block;
  max-width: 100%;
  padding: 10px 30px;
  color: #FFFFFF;
  background-color: #63513B;
}
.h3_headline.h3_n > * {
  line-height: 1.2;
  display: inline-block;
  max-width: 100%;
  background: linear-gradient(transparent 70%, #63513B 30%);
}
.h3_headline.h3_o {
  text-align: center;
}
.h3_headline.h3_o > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h3_headline.h3_o > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h3_headline.h3_p {
  color: #63513B;
}
.h3_headline.h3_q {
  position: relative;
}
.h3_headline.h3_q:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F8F8F8;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h3_headline.h3_q > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h3_headline.h3_q > *:before {
  content: '';
  display: block;
  width: 2em;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h3_headline.h3_r {
  text-align: center;
}
.h3_headline.h3_r > * {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 10px 80px;
  background-color: #FFFFFF;
}
.h3_headline.h3_r > *:before, .h3_headline.h3_r > *:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  top: calc(50% - 1px);
}
.h3_headline.h3_r > *:before {
  left: 0;
}
.h3_headline.h3_r > *:after {
  right: 0;
}
.h3_headline.h3_s {
  padding: 10px 20px;
  border-left: 4px solid #63513B;
  background-color: #F8F8F8;
}
.h3_headline.h3_t {
  padding: 10px 20px;
  border-left: 4px solid #63513B;
  border-bottom: 2px solid #63513B;
}

.h4_headline {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .h4_headline {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .h4_headline {
    margin-bottom: 10px;
  }
}
.h4_headline > * {
  color: inherit;
}
.h4_headline.h4_b {
  border-bottom: 2px solid #63513B;
}
.h4_headline.h4_c {
  border-bottom: 2px solid #63513B;
  text-align: center;
}
.h4_headline.h4_d > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h4_headline.h4_d > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h4_headline.h4_e {
  text-align: center;
}
.h4_headline.h4_e > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h4_headline.h4_e > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h4_headline.h4_f {
  padding-left: .5em;
  border-left: 4px solid #63513B;
}
.h4_headline.h4_g {
  position: relative;
  padding-left: 30px;
}
.h4_headline.h4_g:before {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background-color: #63513B;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.h4_headline.h4_h {
  padding: 10px;
  color: #FFFFFF;
  background-color: #63513B;
}
.h4_headline.h4_i {
  text-align: center;
  padding: 5px 0;
  border-top: 2px solid #63513B;
  border-bottom: 2px solid #63513B;
}
.h4_headline.h4_j {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.h4_headline.h4_j:before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: #63513B;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 1px);
}
.h4_headline.h4_k {
  text-align: center;
}
.h4_headline.h4_k .sub {
  display: block;
  margin-top: 5px;
  color: #63513B;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .h4_headline.h4_k .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.h4_headline.h4_l {
  text-align: center;
}
.h4_headline.h4_l > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h4_headline.h4_l > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h4_headline.h4_l .sub {
  color: #63513B;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .h4_headline.h4_l .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.h4_headline.h4_l .sub:before {
  display: none;
}
.h4_headline.h4_m {
  text-align: center;
}
.h4_headline.h4_m > * {
  display: inline-block;
  max-width: 100%;
  padding: 10px 30px;
  color: #FFFFFF;
  background-color: #63513B;
}
.h4_headline.h4_n > * {
  line-height: 1.2;
  display: inline-block;
  max-width: 100%;
  background: linear-gradient(transparent 70%, #63513B 30%);
}
.h4_headline.h4_o {
  text-align: center;
}
.h4_headline.h4_o > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h4_headline.h4_o > *:before {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25%);
}
.h4_headline.h4_p {
  color: #63513B;
}
.h4_headline.h4_q {
  position: relative;
}
.h4_headline.h4_q:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F8F8F8;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h4_headline.h4_q > * {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-bottom: 5px;
}
.h4_headline.h4_q > *:before {
  content: '';
  display: block;
  width: 2em;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h4_headline.h4_r {
  text-align: center;
}
.h4_headline.h4_r > * {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 10px 80px;
  background-color: #FFFFFF;
}
.h4_headline.h4_r > *:before, .h4_headline.h4_r > *:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #63513B;
  position: absolute;
  top: calc(50% - 1px);
}
.h4_headline.h4_r > *:before {
  left: 0;
}
.h4_headline.h4_r > *:after {
  right: 0;
}
.h4_headline.h4_s {
  padding: 10px 20px;
  border-left: 4px solid #63513B;
  background-color: #F8F8F8;
}
.h4_headline.h4_t {
  padding: 10px 20px;
  border-left: 4px solid #63513B;
  border-bottom: 2px solid #63513B;
}

.content-wrap {
  width: 100%;
	padding: 0;
}
.content-wrap > .content_a {
  margin-bottom: 40px;
}
.content-wrap > .content_a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-wrap > .content_b {
    margin-bottom: 40px;
  }
  .content-wrap > .content_b:last-child {
    margin-bottom: 0;
  }
}
.content-wrap > .content_c {
  margin-bottom: 40px;
}
.content-wrap > .content_c:last-child {
  margin-bottom: 0;
}
.content-wrap > .content_d {
  margin-bottom: 40px;
}
.content-wrap > .content_d:last-child {
  margin-bottom: 0;
}
.content-wrap > .content_e {
  margin-bottom: 40px;
}
.content-wrap > .content_e:last-child {
  margin-bottom: 0;
}
.content-wrap > .content_f {
  margin-bottom: 40px;
}
.content-wrap > .content_f:last-child {
  margin-bottom: 0;
}
.content-wrap > .content_g {
  margin-bottom: 40px;
}
.content-wrap > .content_g:last-child {
  margin-bottom: 0;
}
.content-wrap > .content_h {
  margin-bottom: 40px;
}
.content-wrap > .content_h:last-child {
  margin-bottom: 0;
}
.content-wrap > .content_i {
  margin-bottom: 40px;
}
.content-wrap > .content_i:last-child {
  margin-bottom: 0;
}

.content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.content.content_a.reverse .content_left {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_a.reverse .content_left {
    order: 1;
  }
}
.content.content_a.reverse .content_right {
  order: 1;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .content.content_a.reverse .content_right {
    order: 2;
    padding-right: 0;
  }
}
.content.content_a .content_left {
  width: 50%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_a .content_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content.content_a .content_right {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 50%;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_a .content_right {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.content.content_a .content_img {
  text-align: center;
}
.content.content_a .content_text > * {
  margin-bottom: 10px;
}
.content.content_a .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_b.reverse .content_left {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_b.reverse .content_left {
    order: 1;
  }
}
.content.content_b.reverse .content_right {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_b.reverse .content_right {
    order: 2;
  }
}
.content.content_b .content_left {
  width: 50%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_b .content_left {
    width: 100%;
  }
}
.content.content_b .content_right {
  display: flex;
  align-items: center;
  padding: 10px 40px;
  width: 50%;
  order: 2;
  background-color: #EEEEEE;
}
@media only screen and (max-width: 767px) {
  .content.content_b .content_right {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.content.content_b .content_img {
  text-align: center;
}
.content.content_b .content_img img {
  width: 100%;
}
.content.content_b .content_text > * {
  margin-bottom: 10px;
}
.content.content_b .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_c.reverse .content_left {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_c.reverse .content_left {
    order: 1;
  }
}
.content.content_c.reverse .content_right {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_c.reverse .content_right {
    order: 2;
  }
}
.content.content_c .content_left {
  width: 65%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_c .content_left {
    width: 100%;
  }
}
.content.content_c .content_right {
  display: flex;
  align-items: center;
  padding: 10px 40px;
  width: 35%;
  order: 2;
  background-color: #EEEEEE;
}
@media only screen and (max-width: 767px) {
  .content.content_c .content_right {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.content.content_c .content_img {
  text-align: center;
}
.content.content_c .content_img img {
  width: 100%;
}
.content.content_c .content_text > * {
  margin-bottom: 10px;
}
.content.content_c .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_d.reverse .content_left {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_d.reverse .content_left {
    order: 1;
  }
}
.content.content_d.reverse .content_right {
  order: 1;
  margin-left: 0;
  margin-right: -15%;
}
@media only screen and (max-width: 767px) {
  .content.content_d.reverse .content_right {
    order: 2;
    margin-right: 0;
  }
}
.content.content_d .content_left {
  width: 65%;
  order: 1;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_d .content_left {
    width: 100%;
  }
}
.content.content_d .content_right {
  display: flex;
  align-items: center;
  width: 50%;
  margin-left: -15%;
  order: 2;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_d .content_right {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.content.content_d .content_img {
  text-align: center;
}
.content.content_d .content_img img {
  width: 100%;
}
.content.content_d .content_box {
  padding: 60px 40px;
  background-color: #07264d;
	color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .content.content_d .content_box {
    padding: 20px;
  }
}
.content.content_d .content_text > * {
  margin-bottom: 10px;
}
.content.content_d .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_e.center .content_right {
  margin-left: auto;
  margin-right: auto;
}
.content.content_e.reverse .content_right {
  margin-left: auto;
}
.content.content_e .content_left {
  width: 100%;
  order: 1;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_e .content_left {
    width: 100%;
  }
}
.content.content_e .content_right {
  display: flex;
  align-items: center;
  margin-top: -5%;
  width: 80%;
  order: 2;
  z-index: 2;
  padding: 60px;
  background-color: #EEEEEE;
}
@media only screen and (max-width: 767px) {
  .content.content_e .content_right {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.content.content_e .content_img {
  text-align: center;
}
.content.content_e .content_img img {
  width: 100%;
}
.content.content_e .content_text > * {
  margin-bottom: 10px;
}
.content.content_e .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_f.reverse .content_left {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_f.reverse .content_left {
    order: 1;
  }
}
.content.content_f.reverse .content_right {
  order: 1;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .content.content_f.reverse .content_right {
    order: 2;
    padding-right: 0;
  }
}
.content.content_f .content_left {
  width: 32.5%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_f .content_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content.content_f .content_right {
  display: flex;
  padding-left: 20px;
  width: 67.5%;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_f .content_right {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.content.content_f .content_img img {
  width: 100%;
}
.content.content_f .content_text > * {
  margin-bottom: 10px;
}
.content.content_f .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_g.reverse .content_left {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_g.reverse .content_left {
    order: 1;
  }
}
.content.content_g.reverse .content_right {
  order: 1;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .content.content_g.reverse .content_right {
    order: 2;
    padding-right: 0;
  }
}
.content.content_g .content_left {
  width: 25%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .content.content_g .content_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content.content_g .content_right {
  display: flex;
  padding-left: 20px;
  width: 75%;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_g .content_right {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.content.content_g .content_img img {
  width: 100%;
}
.content.content_g .content_text > * {
  margin-bottom: 10px;
}
.content.content_g .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_h {
  background-color: #EEEEEE;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .content.content_h {
    padding: 20px;
  }
}
.content.content_h.reverse .content_left {
  padding-right: 0;
  padding-left: 5px;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_h.reverse .content_left {
    order: 1;
    padding: 0;
  }
}
.content.content_h.reverse .content_right {
  order: 1;
  padding-left: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .content.content_h.reverse .content_right {
    order: 2;
    padding-right: 0;
  }
}
.content.content_h .content_left {
  width: 50%;
  order: 1;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .content.content_h .content_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.content.content_h .content_right {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 50%;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_h .content_right {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.content.content_h .content_img img {
  width: 100%;
}
.content.content_h .content_text > * {
  margin-bottom: 10px;
}
.content.content_h .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_i {
  background-color: #EEEEEE;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .content.content_i {
    padding: 20px;
  }
}
.content.content_i.reverse .content_left {
  padding-right: 0;
  padding-left: 5px;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_i.reverse .content_left {
    order: 1;
    padding: 0;
  }
}
.content.content_i.reverse .content_right {
  order: 1;
  padding-left: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .content.content_i.reverse .content_right {
    order: 2;
    padding-right: 0;
  }
}
.content.content_i .content_left {
  width: 30%;
  order: 1;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .content.content_i .content_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.content.content_i .content_right {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 70%;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content.content_i .content_right {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.content.content_i .content_img img {
  width: 100%;
}
.content.content_i .content_text > * {
  margin-bottom: 10px;
}
.content.content_i .content_text > *:last-child {
  margin-bottom: 0;
}
.content.content_j {
  margin: 0 -15px;
}
@media only screen and (max-width: 1199px) {
  .content.content_j {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .content.content_j {
    margin: 0;
  }
}

.content.content_j > * {
  width: 50%;
  padding: 0 15px 30px 15px;
}
@media only screen and (max-width: 1199px) {
  .content.content_j > * {
    padding: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .content.content_j > * {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .content.content_j > *:last-child {
    margin-bottom: 0;
  }
}

.content.content_j .content_img {
  margin-bottom: 10px;
}
.content.content_j .content_img img {
  width: 100%;
}
.content.content_k {
  margin: 0 -15px;
}
@media only screen and (max-width: 1199px) {
  .content.content_k {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .content.content_k {
    margin: 0;
  }
}

.content.content_k > * {
  width: 33.333%;
  padding: 15px;
}
@media only screen and (max-width: 1199px) {
  .content.content_k > * {
    padding: 10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .content.content_k > * {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .content.content_k > *:last-child {
    margin-bottom: 0;
  }
}

.content.content_k .content_img {
  margin-bottom: 10px;
}
.content.content_k .content_img img {
  width: 100%;
}
.content.content_l {
  margin: 0 -15px;
}
@media only screen and (max-width: 1199px) {
  .content.content_l {
    margin: 0 -10px;
  }
}
.content.content_l > * {
  width: 25%;
  padding: 15px;
}
@media only screen and (max-width: 1199px) {
  .content.content_l > * {
    padding: 10px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .content.content_l > * {
    width: 50%;
  }
}

.content.content_l .content_img {
  margin-bottom: 10px;
}
.content.content_l .content_img img {
  width: 100%;
}
.feed_a{
	max-width: 900px;
margin: auto;
	padding: 0;
}

.feed.feed_a > * {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.feed.feed_a > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
	
}
.feed.feed_a > * > * {
  margin-right: 10px;
}
.feed.feed_a > * > *:last-child {
  margin-right: 0;
  padding-left: 20px;
	font-size: 1.4rem;
	margin: 0;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .feed.feed_a > * > *:last-child {
    margin-top: 10px;
    padding-left: 0;
  }
}

.feed.feed_a span{
	color: #004c9d;
}
.feed.feed_a .cat {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 500;
  padding: .25em 1em;
  background-color: #004c9d;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .feed.feed_a .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
 font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  zoom: 1.0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  font-weight: 500;
	margin: 0;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer{
    padding-bottom: 100px;
  }
}

.mv-area img {
  width: 100%;
}
.mv-area.lower .h2_headline {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 80px;
  font-size: 8rem;
  text-align: center;
  margin-top: -.7em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mv-area.lower .h2_headline {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .mv-area.lower .h2_headline {
    margin-bottom: 30px;
  }
}
.mv-area.lower .h2_headline .sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv-area.lower .h2_headline .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mv-area.lower .mv-area__inner {
  padding-bottom: 40px;
}
.mv-area.lower .mv-area__text-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .mv-area.lower .mv-area__text-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.mv-area.lower .mv-area__text {
  text-align: center;
}

.g-navi a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .g-navi a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-navi a .sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .g-navi a .sub {
    font-size: 10px;
    font-size: 1rem;
  }
}

.header.header_d .header-btn {
  width: 180px;
  font-weight: 600;
  background-color: #DFD3C4;
  color: #3661a5;
}
.header.header_d .header-btn.contact {
  background-color: #fff;
  color: #001c3a;
}
.header.header_d .header-btn.cart:before {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: "inherit";
  margin-right: .25em;
}

.header__logo{
	margin: 10px 0 0;
}

main{
	background: #fff;
}

.sec .h2_headline {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
	color: #000;
}
@media only screen and (max-width: 767px) {
  .sec .h2_headline {
    font-size: 30px;
    font-size: 3rem;
  }
}
.sec .btn {
  max-width: 300px;
  padding: 10px;
	margin: 0 auto;
}

.sec-01 {
  padding: 60px 0 40px;
	background: #eef6ff;
}
.sec-01__inner {
  text-align: center;
}
.sec-01__text {
  margin-bottom: 40px;
}
.sec-01__text-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-01__text-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sec-01 .btn {
  margin: auto;
}

.sec-02 {
  padding: 40px 0;
}


.sec-02 .content_text-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-02 .content_text-title {
    font-size: 20px;
    font-size: 2rem;
  }
	.sec-02 .content .content_right{
		padding-left: 0;
	}
}
.sec-02 .content_text {
  margin-bottom: 40px;
}

.sec-03 {
  padding: 40px 0 80px;
}
.sec-03 .layout {
  margin-bottom: 40px;
}
.sec-03 .layout a {
  transition: .25s ease-in-out;
}
.sec-03 .layout a:hover {
  opacity: .8;
}
.sec-03 .btn {
  margin: auto;
}

.sec-04 {
  padding: 80px 0;
}
.sec-04 .h2_headline {
  text-align: center;
}
.sec-04 .btn {
  background-color: #FFFFFF;
  margin: auto;
}
.sec-04 .content {
  margin-bottom: 60px;
}
.sec-04 .content_date {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 5px;
  padding: .25em .5em;
  background-color: #333333;
}



.feed_a{
	max-width: 900px;
margin: auto;
}

@media only screen and (max-width: 767px) {
  .sec-04 .content_date {
    font-size: 10px;
    font-size: 1rem;
  }
	.feed_a{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.sec-04 .h3_headline {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
	color: #799ed8;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-04 .h3_headline {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-news {
  padding: 30px 0 50px;
}

.sec-news .wrapper{
	background: #f8f8f8;
	padding: 60px 0;
}

.sec-news .h2_headline{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.sec-news .btn.btn_g{
	border-color: #000;
	color: #000;
}

.sec-news .content .content_box {
  width: 100%;
}
.sec-news .content .content_text {
  margin-bottom: 40px;
}
.sec-news .content .content_text .accent {
  display: block;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
}
.sec-news .content .content_text > * {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-news .wrapper{
		background: #f8f8f8;
		padding: 30px 15px;
	}
	.sec-news .h2_headline{
		text-align: center;
	}
}


.sec-06 .wrapper {
  padding: 60px 0 60px;
	background: url(../img/top_bg01.png_img01.png) center top no-repeat;
	background-size: cover;
}

.sec-06 .ttl{
	font-size: 2.6rem;
font-weight: 700;
margin-bottom: 20px;
	color: #fff;
}

.sec-06 p{
	color: #fff;
}

.sec-06 .btn{
	text-align: center;
}
.sec-06 .btn a{
	display: inline-block;
	width: 300px;
	background: #fff;
	color: #07264d;
	padding: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-06 .wrapper {
		padding: 30px 15px 30px;
	}

	.sec-06 .ttl{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
		color: #fff;
	}

	.sec-06 p{
		color: #fff;
	}

	.sec-06 .btn{
		text-align: center;
	}
	.sec-06 .btn a{
		display: block;
		width: 100%;
		background: #fff;
		color: #07264d;
		padding: 15px;
	}
}

.sec-06 h2{
	color: #fff !important;
}

.sec-07{
	border-bottom: 240px solid #001c3a;
	padding-top: 60px;
}

.sec-07 .wrapper{
	max-width: 1600px;
	margin-bottom: -180px;
}

.sec-07 .wrapper .content_text p{
	color: #fff;
}

.sec-07 .wrapper .content_text p a{
	color: #0c90ff;
}


@media only screen and (max-width: 767px) {
	.sec-07{
			border-bottom: 100px solid #001c3a;
			padding-top: 30px;
			padding-bottom: 30px;
		}

		.sec-07 .wrapper{
			max-width: 1600px;
			margin-bottom: 0;
		}

		.sec-07 .wrapper .content_text p{
			color: #000;
		}

		.sec-07 .wrapper .content_text p a{
			color: #0c90ff;
		}

}

.sec-contact {
  padding: 60px 0;
	background: url(../img/bg_contact.png) center top;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
  .sec-contact{
    padding: 30px 0;
  }
}

.sec-contact .wrapper{
	background: #fafcfe;
	padding: 60px 120px;
}
.sec-contact.h2_headline {
  color: #FFFFFF;
}
.sec-contact .sec-contact__text {
  color: #000;
  margin-bottom: 30px;
}

.sec-contact .sec-contact__list{
	margin: 0;
	padding: 0;
}

.sec-contact .sec-contact__list > * {
  display: block;
  flex-wrap: wrap;
  padding: 0 15px;
}

.sec-contact .sec-contact__list .btn{
	background: #191919;
	color: #0c90ff;
	border: 2px solid #191919;
	padding: 25px 0;
	margin: 0;
	max-width: 100%;
	font-size: 1.6rem;
}

.sec-contact .sec-contact__list .btn.sec-contac__list-tel{
	background: #ffffff;
	color: #000;
	border: 2px solid #000;
}
.sec-contact .sec-contact__list .btn.sec-contac__list-tel:before {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: inherit;
    font-size: 26px;
    font-size: 1.6rem;
    margin-right: .25em;
}

.sec-contact .sec-contact__list .btn.mail-btn:before {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: inherit;
    font-size: 26px;
    font-size: 1.6rem;
    margin-right: .25em;
}

@media only screen and (max-width: 767px) {
	.sec-contact{
		padding-left: 15px;
		padding-right: 15px;
	}
  .sec-contact .wrapper{
		background: #fafcfe;
		padding: 30px 20px;
	}
	.sec-contact.h2_headline {
		color: #FFFFFF;
	}
	.sec-contact .sec-contact__text {
		color: #000;
		margin-bottom: 15px;
	}

	.sec-contact .sec-contact__list{
		margin: 0;
		padding: 0;
	}

	.sec-contact .sec-contact__list > * {
		display: block;
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.sec-contact .sec-contact__list .btn{
		background: #191919;
		color: #0c90ff;
		border: 2px solid #191919;
		padding: 10px 0;
		margin: 0 0 10px;
		max-width: 100%;
		font-size: 1.6rem;
	}

	.sec-contact .sec-contact__list .btn.sec-contac__list-tel{
		background: #ffffff;
		color: #000;
		border: 2px solid #000;
	}
	.sec-contact .sec-contact__list .btn.sec-contac__list-tel:before {
			font-display: swap;
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: "";
			color: inherit;
			font-size: 26px;
			font-size: 1.6rem;
			margin-right: .25em;
	}

	.sec-contact .sec-contact__list .btn.mail-btn:before {
			font-display: swap;
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: "";
			color: inherit;
			font-size: 26px;
			font-size: 1.6rem;
			margin-right: .25em;
	}
}
.sec-06 .sec-06__list-box {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-06 .sec-06__list-box {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.sec-06 .sec-06__list-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-06 .sec-06__list-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sec-06 .sec-06__list-tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-size: 3.6rem;
  color: inherit;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-06 .sec-06__list-tel {
    font-size: 30px;
    font-size: 3rem;
  }
}
.sec-06 .sec-06__list-tel:before {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: inherit;
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: .25em;
}
@media only screen and (max-width: 767px) {
  .sec-06 .sec-06__list-tel:before {
    font-size: 20px;
    font-size: 2rem;
  }
}




.contact-area {
  background: linear-gradient(90deg, #BFA78A 0%, #BFA78A 50%, #3661a5 50%, #3661a5 100%);
}
.contact-area__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.contact-area__inner > * {
  width: 50%;
}
.contact-area__left > * {
  display: block;
  text-align: center;
  color: #3661a5;
  color: #3661a5;
  padding: 60px 10px;
}
.contact-area__right > * {
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding: 60px 10px;
}
.contact-area__title {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .contact-area__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.contact-area__title .sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact-area__title .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.footer .footer__copy {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
}
.footer.footer_d .footer__top .footer__inner {
  padding-top: 60px;
}
.footer.footer_d .footer__logo {
  margin-bottom: 30px;
}
.footer.footer_d .footer__bottom {
  background-color: #333333;
}
.footer .layout {
  margin-bottom: 40px;
}
.footer .footer__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #63513B;
  background-color: #F3EDE5;
  text-align: center;
  height: 100%;
  line-height: 1;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  padding: 50px 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer__btn {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.footer .footer__btn .sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer .footer__btn .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer .footer__btn.tel:before {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: "inherit";
  margin-right: .25em;
}
.footer .footer__btn.mail:before {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: "inherit";
  margin-right: .25em;
}

.concept-01 {
  padding: 40px 0 100px;
}
.concept-01 .content.content_f .content_left {
  width: 40%;
}
.concept-01 .content.content_f .content_right {
  width: 60%;
  align-items: center;
}
.concept-01 .h3_headline.h3_h {
  color: #333333;
  background-color: #F3EDE5;
  padding: 20px;
}
.concept-01 .h3_headline.h3_h .num {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  color: #63513B;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .concept-01 .h3_headline.h3_h .num {
    font-size: 30px;
    font-size: 3rem;
  }
}

.company-sec01{
	padding: 70px 0;
}
.concept-01 .content-wrap {
  margin-bottom: 80px;
}
.concept-01 .layout a {
  transition: .25s ease-in-out;
}
.concept-01 .layout a:hover {
  opacity: .8;
}

.company-sec01 .btn{
	border-color: #001c3a !important;
	color: #001c3a !important;
	margin-right: auto !important;
	margin-left: inherit !important;
}

@media only screen and (max-width: 767px) {
	.company-sec01{
		padding: 30px 0;
	}
	.concept-01 .content-wrap {
		margin-bottom: 40px;
	}
	.concept-01 .layout a {
		transition: .25s ease-in-out;
	}
	.concept-01 .layout a:hover {
		opacity: .8;
	}

	.company-sec01 .btn{
		border-color: #001c3a !important;
		color: #001c3a !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

.company-sec02{
	background: #eef6ff;
	padding: 60px 0;
}

.company-sec02 .table{
	border-top: 2px solid #001c3a;
	border-bottom: 2px solid #001c3a;
	background: #fff;
} 

.company-sec02 .table th,.company-sec02 .table td{
	border-top: 1px solid #001c3a;
}

.company-sec02 .table th{
	padding: 25px 0 25px 63px;
	width: 360px;
	font-weight: bold;
}

.company-sec02 .table td{
	padding: 25px 63px 25px 0;
}

@media only screen and (max-width: 767px) {
	.company-sec02{
		background: #eef6ff;
		padding: 30px 0;
	}

	.company-sec02 .table{
		border-top: 2px solid #001c3a;
		border-bottom: 2px solid #001c3a;
		background: #fff;
	} 

	.company-sec02 .table th,.company-sec02 .table td{
		border-top: 1px solid #001c3a;
	}

	.company-sec02 .table th{
		padding: 15px 15px 15px 15px;
		width: 100px;
		font-weight: bold;
	}

	.company-sec02 .table td{
		padding: 15px 15px 15px 0;
	}
}

.company-sec03{
	padding: 60px 0;
}

.company-sec03 h4{
	background: #07264d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	padding: 20px;
	margin: 0 0 20px;
}

.company-sec03 strong{
	font-weight: bold;
}

.company-sec03 img{
	width: 100%;
}

.company-sec03 iframe{
	margin: 20px 0 30px;
}

@media only screen and (max-width: 767px) {
	.company-sec03{
		padding: 30px 0;
	}

	.company-sec03 h4{
		background: #07264d;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		padding: 10px;
		margin: 0 0 10px;
	}

	.company-sec03 strong{
		font-weight: bold;
	}

	.company-sec03 img{
		width: 100%;
	}

	.company-sec03 iframe{
		margin: 10px 0 15px;
	}
}

.privacy-sec01{
	padding: 60px 0;
}

.privacy-sec01 dl{
	margin: 50px 0 0;
}

.privacy-sec01 dt{
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #07264d;
}

.privacy-sec01 dd{
	margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
	.privacy-sec01{
		padding: 30px 0;
	}

	.privacy-sec01 dl{
		margin: 25px 0 0;
	}

	.privacy-sec01 dt{
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 2px solid #07264d;
	}

	.privacy-sec01 dd{
		margin: 0 0 20px;
	}
}

.schedule-sec01{
	padding: 60px 0 ;
}

@media only screen and (max-width: 767px) {
	.schedule-sec01{
		padding: 30px 0 ;
	}
}

.newspage-sec01{
	padding: 60px 0;
}

.newspage-sec01 .news-anker-list{
	background: #eef6ff;
	padding: 30px 0;
}

.newspage-sec01 .news-anker-list ul{
	text-align: center;
}

.newspage-sec01 .news-anker-list ul li{
	display: inline-block;
	margin: 0 25px;
}

.newspage-sec01 .news-anker-list ul li a{
	font-weight: bold;
	color: #07264d;
}

.newspage-sec01 .news-anker-list ul li.active a{
	text-decoration: underline;
}

.newspage-sec02{
	padding: 0 0 60px;
}

.newspage-sec02.sec-news .wrapper{
	padding: 0;
	background: none;
	
}

.newspage-sec02.sec-news .wrapper .feed_a{
	margin: 0;
	max-width: 100%;
}

.newspage-sec02.sec-news .wrapper .feed.feed_a > *{
	border-bottom: 1px solid #ccc;
	padding: 15px 0 25px;
}

.newspage-sec02.sec-news .wrapper .feed.feed_a > :last-child{
	padding-bottom: 25px;
}


.pagination{
	
	margin: 40px 0 0;
text-align: center;

	
}

.pagination li {
    display: inline-block;
    margin: 0 2px 5px;
}

.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #07264d;
    line-height: 3;
    color: #07264d;
    background: #fff;
	line-height: 40px;
}

.pagination li.active a {
    background: #07264d;
    color: #fff;
}

@media only screen and (max-width: 767px) {
	.newspage-sec01{
		padding: 30px 0;
	}

	.newspage-sec01 .news-anker-list{
		background: #eef6ff;
		padding: 15px 0;
	}

	.newspage-sec01 .news-anker-list ul{
		text-align: center;
	}

	.newspage-sec01 .news-anker-list ul li{
		display: inline-block;
		margin: 0 10px;
	}

	.newspage-sec01 .news-anker-list ul li a{
		font-weight: bold;
		color: #07264d;
	}

	.newspage-sec01 .news-anker-list ul li.active a{
		text-decoration: underline;
	}

	.newspage-sec02{
		padding: 0 0 30px;
	}

	.newspage-sec02.sec-news .wrapper{
		padding: 0;
		background: none;

	}

	.newspage-sec02.sec-news .wrapper .feed_a{
		margin: 0;
		max-width: 100%;
	}

	.newspage-sec02.sec-news .wrapper .feed.feed_a > *{
		border-bottom: 1px solid #ccc;
		padding: 7px 0 10px;
	}

	.newspage-sec02.sec-news .wrapper .feed.feed_a > :last-child{
		padding-bottom: 10px;
	}


	.pagination{

		margin: 20px 0 0;
	text-align: center;


	}

	.pagination li {
			display: inline-block;
			margin: 0 2px 5px;
	}

	.pagination li a {
			display: block;
			width: 30px;
			height: 30px;
			border: 1px solid #07264d;
			line-height: 3;
			color: #07264d;
			background: #fff;
		line-height: 30px;
	}

	.pagination li.active a {
			background: #07264d;
			color: #fff;
	}
}

.work-01__text-title{
	   font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 20px;
	text-align: center;
}

.work-sec01{
	padding: 60px 0 30px;
}

.work-sec02 .thumb{
	background: #eef6ff;
	padding: 20px 0 20px;
	margin: 20px 0 0;
}


.work-sec02 .thumb ul{
	text-align: center;
}

.work-sec02 .thumb ul li{
	display: inline-block;
	margin: 0 5px;
	width: 175px;
}

.swiper-button-prev{
	position: relative;
	left: -30px;
	top: -100px;
}

.swiper-button-next{
	position: relative;
	right: -30px;
	top: -160px;
	text-align: right;
}

.swiper-button-prev:after,.swiper-button-next:after{
	display: none;
}

@media only screen and (max-width: 767px) {
	.work-01__text-title{
	   font-size: 2.4rem;
			font-weight: 700;
			margin-bottom: 20px;
		text-align: center;
	}

	.work-sec01{
		padding: 30px 0 15px;
	}

	.work-sec02 .thumb{
		background: #eef6ff;
		padding: 10px 0 10px;
		margin: 10px 0 0;
	}


	.work-sec02 .thumb ul{
		text-align: center;
	}

	.work-sec02 .thumb ul li{
		display: inline-block;
		margin: 0 2px;
		width: 12%;
	}

	.swiper-button-prev{
		position: relative;
		left: -10px;
		top: -35px;
	}

	.swiper-button-next{
		position: relative;
		right: -10px;
		top: -65px;
		text-align: right;
	}
	
	.swiper-button-next img,.swiper-button-prev img{
		width: 30px;
	}

	.swiper-button-prev:after,.swiper-button-next:after{
		display: none;
	}
}

.newsdetail{
	padding: 60px 0;
}

.newsdetail h2{
	font-size: 2.4rem;
			font-weight: 700;
			margin-bottom: 10px;

}

.newsdetail .wrapper{
	max-width: 1080px;
}

.newsdetail .icon-list {
	text-align: left;
	margin: 0 0 20px;
}

.newsdetail .free-area img{
	margin-bottom: 20px;
}

.newsdetail .free-area p{
	margin-bottom: 1.5em;
}

.newsdetail .icon-list li{
	display: inline-block;
	margin-right: 5px;
}

.newsdetail .icon-list li.cat{
	background: #004c9d;
	padding: 1px 5px;
	color: #fff;
}
.bottom-btn{
	text-align: center;
	padding-bottom: 30px;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
	padding-top: 30px;
}
.bottom-btn li{
	text-align: center;
	display: inline-block;
}

.btn-p a{
	display: block;
	width: 240px;
	border: 1px solid #07264d;
	color: #07264d;
	padding: 10px;
	position: relative;
}

.btn-p a i{
	position: absolute;
	top: 50%;
	margin-top: -6px;
	line-height: 0;
	text-align: left;
	display: block;
}

.btn-p.next a i{
	right: 10px;
}

.btn-p.next{
	float: right;
}

.btn-p.prev{
	float: left;
}

.list-btn a{
	display: block;
	width: 240px;
	border: 1px solid #07264d;
	color: #fff;
	background: #07264d;
	padding: 10px;
	position: relative;
}

.cf:after {
content: "";
display: block;
clear: both;
}

@media only screen and (max-width: 767px) {
	.newsdetail{
		padding: 30px 0;
	}
	.newsdetail h2{
		font-size: 1.8rem;
		font-weight: 700;
		margin-bottom: 10px;

	}
	.bottom-btn li{
		display: block;
	}
	.bottom-btn li a{
		display: block;
		margin: 0 0 10px;
		margin: 0 auto 10px;
	}
	.btn-p.prev{
		float: none;
	}
	.btn-p.next{
		float: none;
	}
}

.contact-sec01{
	padding: 60px 0;
}

.contact-sec02 h2{
	background: #07264d;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 2rem;
	font-weight: bold;
}

.contact-sec02 .flow{
	text-align: center;
	padding: 30px 40px;
}

.contact-sec02 .table{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.contact-sec02 .table tr th{
	font-weight: bold;
	padding: 15px 0;
	vertical-align: middle;
	width: 250px;
}

.contact-sec02 .table tr th sup{
	color: #bf0000;
}
.contact-sec02 {
	padding: 0 0 80px;
}
.contact-sec02 .table tr td{
	padding: 15px 0;
}

.contact-sec02 .table tr td .form-control{
	background: #f8f8f8;
	border: 1px solid #cccccc;
	padding: 20px;
	width: 100%;
}

.contact-sec02 .table tr td textarea{
	height: 200px;
}

.contact-sec02 .table tr td a{
	color: #0c90ff;
	text-decoration: underline;
}

.contact-sec02  .attention-text{
	background: #eef6ff;
	text-align: center;
	color: #07264d;
	padding: 30px;
	margin: 30px 0;
}

.contact-sec02 .button{
	border: 2px solid #07264d;
	color: #07264d;
	background: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	width: 400px;
	margin: 0 auto;
	padding: 25px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.contact-sec01{
		padding: 30px 0 10px;
	}
	.contact-sec01 .content.content_j > *{
		margin-bottom: 10px;
	}
	.contact-sec02 h2{
		background: #07264d;
		color: #fff;
		text-align: center;
		padding: 7px 0;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.contact-sec02 .flow{
		text-align: center;
		padding: 30px 40px;
		display: none;
	}

	.contact-sec02 .table{
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}

	.contact-sec02 .table tr th{
		font-weight: bold;
		padding: 5px 0;
		vertical-align: middle;
		width: 100%;
		display: block;
	}

	.contact-sec02 .table tr th sup{
		color: #bf0000;
	}
	.contact-sec02 {
		padding: 0 0 20px;
	}
	.contact-sec02 .table tr{
		display: block;
	}
	.contact-sec02 .table tr td{
		padding: 5px 0;
		display: block;
	}

	.contact-sec02 .table tr td .form-control{
		background: #f8f8f8;
		border: 1px solid #cccccc;
		padding: 10px;
		width: 100%;
	}

	.contact-sec02 .table tr td textarea{
		height: 200px;
	}

	.contact-sec02 .table tr td a{
		color: #0c90ff;
		text-decoration: underline;
	}

	.contact-sec02  .attention-text{
		background: #eef6ff;
		text-align: center;
		color: #07264d;
		padding: 10px;
		margin: 15px 0;
	}

	.contact-sec02 .button{
		border: 2px solid #07264d;
		color: #07264d;
		background: #fff;
		display: block;
		text-align: center;
		font-weight: bold;
		width: 200px;
		margin: 0 auto;
		padding: 10px;
		font-size: 1.6rem;
	}
}

.button-area a{
	border: 2px solid #ccc;
	color: #000;
	background: #f8f8f8;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	width: 400px;
	margin: 0 20px;
	padding: 25px;
	font-size: 1.6rem;
}

.button-area .button{
	display: inline-block;
	margin: 0 20px;
}

.page-top{
	background: none !important;
	color: #07264d !important;
}

.button-area {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.button-area a{
		border: 2px solid #ccc;
		color: #000;
		background: #f8f8f8;
		display: inline-block;
		text-align: center;
		font-weight: bold;
		width: 120px;
		margin: 0 10px;
		padding: 10px;
		font-size: 1.6rem;
	}

	.button-area .button{
		display: inline-block;
		margin: 0 10px;
		width: 120px
	}

	.button-area {
		text-align: center;
	}
	
	.page-top{
		width: 200px !important;
	}

}

.price-sec01{
	padding: 60px 0;
}

.price-sec02{
	padding: 0 0 60px;
}

.price__text-title{
	 font-size: 2.4rem;
		font-weight: 700;
		margin-bottom: 20px;
	text-align: center;
}

.price-sec02 .ttl-bar{
	background: #07264d;
	padding: 25px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	margin: 0 0 12px;
}
.price-box{
	margin: 20px 0 20px;
}
.price-box li{
	font-size: 1.6rem;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #07264d;
}

.price-box li:first-child{
	border-top: 2px solid #07264d;
}

.price-box li:last-child{
	border-bottom: 2px solid #07264d;
}


.price-box li strong{
	font-size: 2.6rem;
	font-weight: bold;
}

.price-sec02 .attention-text{
	padding: 25px;
	background: #eef6ff;
	text-align: center;
	margin: 20px 0 0;
}

.price-sec02 .layout p{
	margin: 10px 0;
}

@media only screen and (max-width: 767px) {
	.price-sec01{
		padding: 30px 0;
	}

	.price-sec02{
		padding: 0 0 30px;
	}

	.price__text-title{
		 font-size: 2rem;
			font-weight: 700;
			margin-bottom: 10px;
		text-align: center;
	}

	.price-sec02 .ttl-bar{
		background: #07264d;
		padding: 10px;
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
		margin: 0 0 6px;
	}
	.price-box{
		margin: 10px 0 10px;
	}
	.price-box li{
		font-size: 1.2rem;
		text-align: center;
		padding: 10px 0;
		border-top: 1px solid #07264d;
	}

	.price-box li:first-child{
		border-top: 2px solid #07264d;
	}

	.price-box li:last-child{
		border-bottom: 2px solid #07264d;
	}


	.price-box li strong{
		font-size: 2rem;
		font-weight: bold;
	}

	.price-sec02 .attention-text{
		padding: 10px;
		background: #eef6ff;
		text-align: center;
		margin: 10px 0 0;
	}

	.price-sec02 .layout p{
		margin: 10px 0;
	}
	.price-sec02  .mb30{
		margin-bottom: 30px !important;
	}
}
.mv-area__inner img{
  width: 100%;
}
.sec_01 h1 img{
  width: 100%;
}
.sec_01{
  background-color: #152d79;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sec_01{
    margin-top: 10px;
  }
}
.sec_02 h1 img{
  width: 100%;
}
.sec_02{
  background-color: #ffcb2d;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_02{
    padding: 15px 0;
  }
}
.info{
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.info_bottom{
  position: relative;
}
.absolute{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 45px 30px;

  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.info_box{
  background-color: #fff;
  border:2px solid #152d79;
  width: 33%;
  padding: 45px 30px;
}
.info_box02{
  background-color: #fff;
  border:2px solid #152d79;
  width: 49%;
  padding: 45px 30px;
}
@media only screen and (max-width: 767px) {
  .info{
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .info_bottom{
    position: static;
  }
  .absolute{
    position: static;
    top: 0%;
    left: 0%;
    width: 100%;
    padding: 0;
    transform: translateY(0%) translateX(0);
    -webkit- transform: translateY(0) translateX(0);
  }
}
.sec-06__list li{
  height: 100%;
}
.info_title{
  font-size: 2.0rem;
  font-weight: bold;
}
.footer_btn_1 a{
  padding: 25px 0;
  background-color: #ff7916;
  display: block;
  font-size: 2.4rem;
  color: #fff;
  margin: 30px 0;
  position: relative;
}
.footer_btn_1 a:hover{
  transition: all .5s;
  opacity: 0.5;
}
.footer_btn_2 a{
  padding: 25px 0;
  background-color: #0a9e45;
  display: block;
  font-size: 2.4rem;
  color: #fff;
  margin: 30px 0;
  position: relative;
}
.footer_btn_2 a:hover{
  transition: all .5s;
  opacity: 0.5;
}
.footer_btn_3 a{
  padding: 25px 0;
  background-color: #191975;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  margin: 30px 0;
  position: relative;
}
.footer_btn_3 a:hover{
  transition: all .5s;
  opacity: 0.5;
}
.fa-phone-alt{
  padding-right: 10px;
}
.fa-edit{
  padding-right: 10px;
}
.fa-wrench{
  padding-right: 10px;
}
.icon_right {
    position: absolute;
    top: calc(50% - .5em);
    content: "";
    width: 0.5px;
    height: 0.5px;
    right: 5px;
    padding-right: 25px;
}
.info_open{
  display: flex;
  justify-content: space-between;
}
.info_open_box{
  width: 49%;
  text-align: center;
  border: 2px solid #152d79;
  padding: 20px 5px;
  font-weight: bold;
}
.fa-check{
  padding-right: 4px;
  color: #ffcb2d;
}
.fa-clock{
  padding-right: 4px;
  color: #ffcb2d;
}

.sec-06__list{
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .info_box{
    background-color: #fff;
    border:2px solid #152d79;
    height: 100%;
    width: 100%;
  }
  .info{
    margin-top: 10px;
  }
  .info_title{
    font-size: 1.6rem;
  }
  .info_box{
    background-color: #fff;
    border:1px solid #152d79;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    padding: 23px 15px;
  }
  .info_box02{
    background-color: #fff;
    border:1px solid #152d79;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    padding: 23px 15px;
  }
  .footer_btn_1 a{
    padding: 24px 0;
    background-color: #ff7916;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    margin: 15px 0;
    position: relative;
  }
  .footer_btn_2 a{
    padding: 24px 0;
    background-color: #0a9e45;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    margin: 15px 0;
    position: relative;
  }
  .footer_btn_3 a{
    padding: 24px 0;
    background-color: #191975;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    margin: 15px 0;
    position: relative;
  }
  .fa-phone-alt{
    padding-right: 4px;
  }
  .fa-edit{
    padding-right: 4px;
  }
  .fa-wrench{
    padding-right: 4px;
  }
  .info_open_box{
    width: 49%;
    text-align: center;
    border: 1px solid #152d79;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .info_bottom{
    margin-top: 10px;
  }
}
.sec_03{
  text-align: center;
  font-weight: bold;
}
.sec_03_title p{
  font-size: 4.0rem;
}
.sec_03_title h2{
  font-size: 6.0rem;
}
.sec_03_title span{
  color: #152d79;
}
@media only screen and (max-width: 767px) {
  .sec_03{
    text-align: center;
    font-weight: bold;
  }
  .sec_03_title p{
    font-size: 1.6rem;
  }
  .sec_03_title h2{
    font-size: 2.5rem;
  }
  .sec_03_title span{
    color: #152d79;
  }
}
.sec_04{
  padding: 50px 0;
  background-color: #21aee3;
}
.sec_04_top p{
  color: #fff;
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.sec04_box{
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  padding: 20px 0;
}
.sec04_inbox{
  padding: 0 30px;
}
.sec04_title_01 h1{
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  background-color: #ff889c;
  padding: 20px 0;
  margin-bottom: 20px;
}
.sec04_text{
  font-size: 2.0rem;
  border-bottom: 2px solid #333333;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sec04_title_02 h1{
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  background-color: #ffc155;
  padding: 20px 0;
  margin-bottom: 20px;
}
.sec04_title_03 h1{
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  background-color: #77dc72;
  padding: 20px 0;
  margin-bottom: 20px;
}
.sec04_title_04 h1{
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  background-color: #ba94db;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sec_04{
    padding: 25px 0;
  }
  .sec_04_top p{
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .sec04_box{
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    padding: 10px 0;
  }
  .sec04_inbox{
    padding: 0 15px;
  }
  .sec04_title_01 h1{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    background-color: #ff889c;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .sec04_title_02 h1{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    background-color: #ffc155;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .sec04_title_03 h1{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    background-color: #77dc72;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .sec04_title_04 h1{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    background-color: #ba94db;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .sec04_text{
    font-size: 1.2rem;
    border-bottom: 1px solid #333333;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .content_text p{
    font-size: 1.2rem !important;
  }
}
.price_pc img{
  width: 100% !important;
}
.price01{
  padding-top: 30px;
}
.sec05_box_02{
  display: none;
}
.sec_05{
  background-color: #152d79;
  padding: 50px 0;
}
.sec05_img p img{
  width: 70%;
}
.sec05_img p{
  text-align: center;
}
.sec05_box{
  background-color: #fff;
  padding: 30px;
}
.sec05_box h3 img{
  width: 100%;
}
.sec05_box p{
  text-align: center;
  font-size: 2.0rem;
  padding: 30px 0;
}
.sec_05_btn{
  display: flex;
  justify-content: space-between;
}
.sec_05_btn_sp{
  display: none;
}
.btn_left{
  width: 48%;
}
.btn_right{
  width: 48%;
}
.btn_left:hover{
  opacity: 0.5;
}
.btn_right:hover{
  opacity: 0.5;
}
.sec05_box_02{
  display: none;
  justify-content: space-between;
}
.sec05_2box{
  width: 49%;
  background-color: #fff;
  padding-top: 30px;
  margin-top: 30px;
}
.sec05_inbox{
  margin: 40px 30px 30px 30px;
  border:2px solid #152d79;
  padding: 40px 30px 30px 30px;
  height: auto;
}
.sec05_inbox h2{
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom:2px solid #152d79;
}
.sec05_inbox_top{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.sec05_inbox_top2{
  display: flex;
  justify-content: flex-end;
  padding-top:20px;
}
.down{
  display: flex;
  justify-content: center;
  font-size: 4.0rem;
  color: #152d79;
}
.sec05_down{
  text-align: center;
}
.sec05_down p{
  color: #fff;
  background-color: #152d79;
  font-weight: bold;
  font-size: 2.0rem;
  margin-top: 30px;
  padding: 10px;
  display: inline-block;
  position: relative;
}
.sec05_down h3{
  font-size: 4.5rem;
  font-weight: bold;
  background-image: linear-gradient(transparent 60%, #ffcb2d 0%);
    display: inline;
}
.sec05_down h3 span{
  color: #152d79;
}
.sapn_0{
  font-size: 8.0rem;
}
.sec05_down p:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 30px solid transparent;
    border-top: 10px solid #152d79;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec_05{
    background-color: #152d79;
    padding: 25px 0;
  }
  .sec05_box_02{
    display: block;
  }
  .price_pc{
    display: none;
  }
  .sec05_img p img{
    width: 100%;
  }
  .sec05_box{
    background-color: #fff;
    padding: 15px;
  }
  .sec05_box p{
    text-align: center;
    font-size: 1.2rem;
    padding: 15px 0;
  }
  .sec_05_btn{
    display:none;
  }
  .sec_05_btn_sp{
    display: flex;
    flex-direction: column;
  }
  .btn_left{
    width: 100%;
  }
  .btn_right{
    width: 100%;
    margin-top: 15px;
  }
  .sec05_box_02{
    display: none;
    flex-direction: column;
  }
  .sec05_2box{
    width: 100%;
  }
  .sec05_2box{
    width: 100%;
    background-color: #fff;
    padding-top: 25px;
    margin-top: 25px;
  }
  .sec05_inbox{
    margin: 20px 15px 15px 15px;
    border:1px solid #152d79;
    padding: 20px 15px 15px 15px;
  }
  .sec05_inbox h2{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom:1px solid #152d79;
  }
  .sec05_inbox_top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    font-size: 1.0rem;
  }
  .sec05_inbox_top2{
    display: flex;
    justify-content: flex-end;
    padding-top:10px;
    font-size: 1.0rem;
  }
  .down{
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    color: #152d79;
  }
  .sec05_down{
    text-align: center;
  }
  .sec05_down p{
    color: #fff;
    background-color: #152d79;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 15px;
    padding: 5px;
    display: inline-block;
  }
  .sec05_down h3{
    font-size: 2.5rem;
    font-weight: bold;
  }
  .sec05_down h3 span{
    color: #152d79;
  }
  .sapn_0{
    font-size: 5.0rem;
  }
  .sec05_down p:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 5px solid #152d79;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
}
.sec_06{
  background-color: #21aee3;
  padding: 50px 0;
}
.sec_06_title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.sec_06_title h1{
  text-align: center;
  font-size: 5.0rem;
  color: #fff;
  font-weight:bold;
}
.sec_06_title h1 span{
  font-size: 7.0rem;
  color: #ffcb2d;
  font-weight: bold;
  font-family: 小塚ゴシック Pr6N;
}
.sec_06_box{
  background-color: #fff;
  padding: 20px 0;
  height: 100%;
}
.sec_06_bottom{
  padding: 0 50px;
}
.sec_06_box_title h2{
  text-align: center;
  background-color: #152d79;
  color: #fff;
  font-size: 2.8rem;
  padding: 25px 0;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec_06_box_title h2 span{
  font-size: 1.8rem;
  background-color: #fff;
  color: #152d79;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
}
.sec_06_text p span{
  font-weight: bold;
}
.sec_06_text{
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sec_06{
    background-color: #21aee3;
    padding: 25px 0;
  }
  .sec_06_title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .sec_06_title h1{
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    font-weight:bold;
  }
  .sec_06_title h1 span{
    font-size: 3.5rem;
    color: #ffcb2d;
    font-weight: bold;
    font-family: 小塚ゴシック Pr6N;
  }
  .sec_06_box{
    background-color: #fff;
    padding: 10px 0;
    height: 100%;
  }
  .sec_06_bottom{
    padding: 0 15px;
  }
  .sec_06_box_title h2{
    text-align: center;
    background-color: #152d79;
    color: #fff;
    font-size: 1.5rem;
    padding: 12.5px 0;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sec_06_box_title h2 span{
    font-size: 1.1rem;
    background-color: #fff;
    color: #152d79;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
  }
  .sec_06_text p span{
    font-weight: bold;
  }
  .sec_06_text{
    margin-top: 15px;
  }
}
.sec_07{
  background-color: #152d79;
  padding: 50px 0;
}
.sec07_top p{
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.sec07_bg{
  background-color: #fff;
  padding: 40px 20px;
}
.sec07_boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.box{
  width: 24%;
  padding: 20px;
  height: auto;
  border:2px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 10px;
}
.box h1{
  text-align: center;
}
.box h2{
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 0;
}
.box p{
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_07{
    background-color: #152d79;
    padding: 25px 0;
  }
  .sec07_top p{
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .sec07_bg{
    background-color: #fff;
    padding: 20px 10px;
  }
  .box{
    width: 32%;
    padding: 10px;
    border:2px solid #eeeeee;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  .box h1{
    text-align: center;
  }
  .box h2{
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 0;
  }
  .box p{
    text-align: center;
    font-size: 1.1rem;
  }
}
.sec_08{
  background-color: #21aee3;
  padding: 50px 0;
}
.sec08_top p{
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
.sec08_bg{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 30px 50px;
  margin-top: 20px;
}
.sec08_right{
  width: 49%;
}
.sec08_left{
  width: 49%;
  display: flex;
  justify-content: flex-end;
}
.sec08_right h3{
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  padding: 10px;
  display: inline-block;
  background-color: #152d79;
  text-align: center;
}
.sec08_right h4{
  font-weight: bold;
  font-size: 3.0rem;
  padding-top: 30px;
  color: #152d79;
}
.sec08_bg_flow{
  position: relative;
}
.sec08_bg_flow:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 30px solid transparent;
    border-top: 10px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
}
.sec06_title{
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec06_title{
    margin-bottom: 25px;
  }
  .sec_08{
    background-color: #21aee3;
    padding: 25px 0;
  }
  .sec08_top p{
    text-align: center;
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .sec08_bg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    margin-top: 10px;
  }
  .sec08_right h3{
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px;
    background-color: #152d79;
  }
  .sec08_right h4{
    font-weight: bold;
    font-size: 1.4rem;
    padding-top: 10px;
    color: #152d79;
  }
  .sec08_bg_flow:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 5px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
}
.sec_09{
  padding: 50px 0;
  background-color: #eeeeee;
}
.sec09_bg{
  background-color: #fff;
  padding: 15px 30px 35px 30px;
}
.sec09_box{
  padding: 30px;
  margin-top: 20px;
  border:2px solid #152d79;
}
.question{
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom:2px solid #152d79;
}
.question p{
  padding: 10px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #152d79;
  margin-right: 20px;
}
.question h3{
  font-weight: bold;
  font-size: 3.0rem;
}
.answer{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.answer p{
  padding: 10px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #ffcb2d;
  margin-right: 20px;
}
.answer h3{
  font-weight: bold;
  font-size: 3.0rem;
}
@media only screen and (max-width: 767px) {
  .sec_09{
    background-color: #eeeeee;
    padding: 25px 0;
  }
  .sec09_bg{
    background-color: #fff;
    padding:7px 15px 17px 15px;
  }
  .sec09_box{
    padding: 15px;
    margin-top: 10px;
    border:1px solid #152d79;
  }
  .question{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:1px solid #152d79;
  }
  .question p{
    padding: 5px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #152d79;
    margin-right: 10px;
  }
  .question h3{
    font-weight: bold;
    font-size: 1.5rem;
  }
  .answer{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .answer p{
    padding: 5px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #ffcb2d;
    margin-right: 10px;
  }
  .answer h3{
    font-weight: bold;
    font-size: 1.5rem;
  }
  .sec09_box h4{
    font-size: 1.2rem;
  }
}
footer{
  text-align: center;
  padding: 50px 0 0px 0;
}
.footer ul{
  margin: 50px 0 50px 0;
}
.footer ul li{
  font-size: 2.0rem;
}
.footer p{
  font-size: 1.6rem;
}
.info_bottom_02{
  position: relative;
}
.absolute_02{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 767px) {
  footer{
    text-align: center;
    padding: 25px 0 0px 0;
  }
  .footer ul{
    margin: 25px 0 25px 0;
  }
  .footer ul li{
    font-size: 1.1rem;
  }
  .footer p{
    font-size: 0.9rem;
  }
}
.fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 500ms;
  }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
  }

.footer_box{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  text-align: center;
  height: auto;
}
.footer_left{
  display: flex;
  width: 100%;
}
.btn_01{
    padding: 15px 30px;
    background-color: #ff7916;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    width: 100%;
    position: relative;
}
.btn_01:hover{
  opacity: 0.5
}
.btn_01 span{
  font-size: 1.8rem;
  font-weight: normal;
}
.footer_left{
  width: 49%;
  height: auto;
}
.icon_left {
    position: absolute;
    top: calc(50% - .5em);
    content: "";
    width: 0.5px;
    height: 0.5px;
    left: 5px;
    padding-left: 25px;
}
.btn_02{
    padding: 15px 30px;
    background-color: #0a9e45;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;

}
.btn_02:hover{
  opacity: 0.5
}
@media only screen and (max-width: 767px) {
  .footer_box{
    display: flex;
    justify-content: space-between;
    padding: 5px;
    text-align: center;
    height: auto;
  }
  .footer_left{
    display: flex;
    width: 100%;
  }
  .footer_right{
  width: 49.5%;
}
  .btn_01{
      padding: 10px 3px;
      background-color: #ff7916;
      color: #fff;
      text-align: center;
      font-size: 1.1rem;
      width: 100%;
      position: relative;
  }
  .btn_01 span{
    font-size: 0.9rem;
    font-weight: normal;
  }
  .footer_left{
    width: 49%;
    height: auto;
  }
  .icon_left {
      position: absolute;
      top: calc(50% - .5em);
      content: "";
      width: 0.5px;
      height: 0.5px;
      left: 0px;
      padding-left: 10px;
  }
  .footer_right{
    width: 49%;
  }
  .btn_02{
      padding: 10px 3px;
      background-color: #0a9e45;
      color: #fff;
      text-align: center;
      font-size: 1.1rem;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;

  }

}
@media only screen and (max-width: 350px) {
  .icon_left {
    display: none;
  }
}


.contact {
	padding:50px 0;
}
.contact h2 {
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact h2 {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
}
.table-03, .table-03--contact {
	width: 100%;
  }
  
  .table-03 tbody > tr, .table-03--contact tbody > tr {
	border-top: 1px dashed #D2DAE6;
	border-bottom: 1px dashed #D2DAE6;
  }
  
  .table-03 tbody > tr > th, .table-03--contact tbody > tr > th {
	width: 25%;
	padding: 20px 10px 20px 20px;
	vertical-align: top;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03 tbody > tr > th, .table-03--contact tbody > tr > th {
	  padding: 10px;
	}
  }
  
  .table-03 tbody > tr > td, .table-03--contact tbody > tr > td {
	width: 75%;
	padding: 20px 10px;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03 tbody > tr > td, .table-03--contact tbody > tr > td {
	  padding: 10px;
	}
  }
  
  .table-03--contact tbody > tr > th {
	vertical-align: top;
	padding-left: 0;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03--contact tbody > tr > th {
	  display: block;
	  width: 100%;
	  padding: 10px 0 5px;
	}
  }
  
  .table-03--contact tbody > tr > td {
	padding-right: 0;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03--contact tbody > tr > td {
	  display: block;
	  width: 100%;
	  padding: 5px 0 10px;
	}
  }
  .contact, .contact--finish {
	padding: 70px 0 80px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact, .contact--finish {
	  padding: 35px 0 40px;
	}
  }
  
  .contact--finish {
	padding: 70px 0 200px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact--finish {
	  padding: 35px 0 100px;
	}
  }
  
  .contact .headline-lv2--another, .contact--finish .headline-lv2--another {
	text-align: center;
  }
  
  .contact button:focus, .contact--finish button:focus, .contact input:focus, .contact--finish input:focus, .contact textarea:focus, .contact--finish textarea:focus {
	outline: none;
  }
  
  .contact__flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 -20px 70px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__flex {
	  margin: 0 0 35px;
	}
  }
  
  .contact__flex > * {
	width: 50%;
	padding: 0 20px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__flex > * {
	  width: 100%;
	  margin-bottom: 10px;
	  padding: 0;
	}
	.contact__flex > *:last-child {
	  margin-bottom: 0;
	}
  }
  
  .contact__block {
	background-color: #F5F9F9;
	padding: 40px 10px;
	text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__block {
	  padding: 20px 10px;
	}
  }
  
  .contact__block-btn {
	max-width: 180px;
	margin: 10px auto 0;
  }
  
  .contact__list > * {
	margin-bottom: 60px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__list > * {
	  margin-bottom: 30px;
	}
  }
  
  .contact__list > *:last-child {
	margin-bottom: 0;
  }
  
  .contact__list-continer {
	padding: 20px 0;
  }
  
  .contact__list-continer > * {
	margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__list-continer > * {
	  margin-bottom: 10px;
	}
  }
  
  .contact__list-continer > *:last-child {
	margin-bottom: 0;
  }
  
  .contact__list-continer + .contact__form {
	margin-top: 10px;
  }
  
  .contact__input {
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #D2DAE6;
  }
  
  .contact__textarea {
	resize: none;
	width: 100%;
	height: 150px;
	padding: .5em 1em;
	border: 1px solid #D2DAE6;
	font: inherit;
  }
  
  .contact__req {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .contact__req::after {
	content: '必須'!important;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	margin-left: auto;
	padding: .25em;
	color: #FFFFFF;
	background-color: #053187;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__req::after {
	  font-size: 10px;
	  font-size: 1rem;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.contact__req::after {
	  margin-left: 1em;
	}
  }
  
  .contact__btn {
	margin: 40px auto 0;
	max-width: 180px;
  }
  .btn--submit,.btn--back {
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  .btn--submit {
  width: 100%;
  background: none;
  border: 1px solid #053187;
  border-radius: 100px;
  color: #053187;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  font: inherit;
}
.btn--back {
  width: 100%;
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  font: inherit;
}
.btn--back:hover {
	opacity: .8;
}
.btn--submit:hover {
  color: #FFFFFF;
  background-color: #053187;
}

.headline-lv3 {
    font-weight: 700;
    line-height: 1.5;
    color: #053187;
    font-size: 2.0rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #053187;
}
.contact__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: auto;
}
.contact__btn-wrap >* {
	width: 50%;	
	padding: 5px;
}
.contact__list-continer p{
  padding-bottom: 20px;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .contact__list-continer p{
    padding-bottom: 20px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .headline-lv3 {
    font-weight: 700;
    line-height: 1.5;
    color: #053187;
    padding-bottom: 5px;
    border-bottom: 2px solid #053187;
    font-size: 1.8rem;
}
}

.sec_10{
  background-color: #152d79;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .sec_10{
    background-color: #152d79;
    padding: 20px 0;
  }
}

.sec_03:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 30px solid transparent;
    border-top: 10px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
}
.header_box_pc{
  display: flex;
  align-items: center;
  margin-right: 40px;
  height: auto;
}
.header_box_sp{
  display: none;
}
.btn_02_head a{
    padding: 25px 0px;
    background-color: #0a9e45;
    color: #fff;
    text-align: center;
    width: 230px;
    z-index: 101;
    display: block;
    height: 80px;
}
.btn_02_head{
  margin-right: 20px;
}
.btn_03_head a{
    padding: 25px 0px;
    background-color: #191975;
    color: #fff;
    text-align: center;
    width: 230px;
    z-index: 101;
    display: block;
    height: 80px;
}
.btn_03_head{
  margin-right: 20px;
}
.btn_01_head a {
    padding: 15px 0px;
    height: 80px;
    background-color: #ff7916;
    color: #fff;
    text-align: center;
    width: 230px;
    z-index: 102;
    display: block;
}
.header__{
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-navi__inner{
  display: flex;
  align-items: center;
}
.g-navi__inner li{
  margin-right: 20px;
}
.slide-box{
  margin-top: 118px;
  width: 100%;
}
.slide{
  width: 100%;
}
.slide li a img{
  width: 100%;
}
.slick-slider .slick-list, .slick-slider .slick-track{
  transform: translate3d(0px, 0px, 0px) !important;
}
.footer_link {
  position:fixed;
  bottom:0;
  width:100%;
  background-color: #fff;
  padding: 5px 0;
  display: none;
}
.header_box_foot{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header_box_foot a{
  color: #fff;
  font-size: 1.6rem;
}
.btn_02_foot{
  display: flex;
  width: 33%;
}
.btn_02_foot a{
  display: block;
  padding: 15px;
  background-color: #0a9e45;
  width: 100%;
}
.btn_03_foot{
  width: 33%;
  display: flex;
}
.btn_03_foot a{
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  background-color: #191975;
  width: 100%;
}
.btn_01_foot{
  display: flex;
  width: 33%;
}
.btn_01_foot a{
  display: block;
  padding: 15px;
  background-color: #ff7916;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .footer_link {
    display: block;
}
  .slide-box{
    margin-top: 0px;
  }
  .header_box_sp{
    display: flex;
    align-items: center;
    margin-right: 0px;
    padding-left: 5px;
    height: auto;
  }
  .header_box_pc{
    display: none;
  }
  .btn_02_head_sp a{
      padding: 20px;
      background-color: #0a9e45;
      color: #fff;
      text-align: center;
      width: 100%;
      z-index: 101;
      display: block;
      height: auto;
  }
  .btn_02_head_sp{
    margin-right: 10px;
  }
  .btn_03_head_sp a{
    padding: 20px;
    background-color: #191975;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 101;
    display: block;
    height: auto;
  }
  .btn_03_head_sp{
    margin: 0 10px;
  }
   .btn_01_head_sp{
    margin-right: 10px;
  }
  .btn_01_head_sp a {
      padding: 20px;
      background-color: #ff7916;
      color: #fff;
      text-align: center;
      width: 100%;
      z-index: 101;
      display: block;
      height: auto;
  }
  .header__{
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g-navi__inner{
    display: flex;
    align-items: center;
  }
  .g-navi__inner li{
    margin-right: 10px;
  }
  .slide-navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn_01_head_sp a i {
    padding: initial;
    text-align: center;
  }
  .btn_02_head_sp a i {
    padding: initial;
    text-align: center;
  }
  .btn_03_head_sp a i {
    padding: initial;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .header_box_foot a{
    color: #fff;
    font-size: 1.3rem;
  }
  .btn_02_foot{
    display: flex;
    width: 33%;
  }
  .btn_02_foot a{
    display: block;
    padding: 10px 5px;
    background-color: #0a9e45;
    width: 100%;
  }
  .btn_03_foot{
    width: 33%;
    display: flex;
  }
  .btn_03_foot a{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
    background-color: #191975;
    width: 100%;
  }
  .btn_01_foot{
    display: flex;
    width: 33%;
  }
  .btn_01_foot a{
    display: block;
    padding: 10px 5px;
    background-color: #ff7916;
    width: 100%;
  }
  .btn_02_head_sp a{
      padding: 8px 10px;
      background-color: #0a9e45;
      color: #fff;
      text-align: center;
      width: 100%;
      z-index: 101;
      display: block;
      height: auto;
  }
  .btn_02_head_sp{
    margin-right: 10px;
  }
   .btn_01_head_sp{
    margin-right: 10px;
  }
  .btn_01_head_sp a {
      padding: 8px;
      background-color: #ff7916;
      color: #fff;
      text-align: center;
      width: 100%;
      z-index: 101;
      display: block;
      height: auto;
  }
  .btn_03_head_sp{
   margin-right: 10px;
  }
  .btn_03_head_sp a {
      padding: 8px;
      background-color: #191975;
      color: #fff;
      text-align: center;
      width: 100%;
      z-index: 101;
      display: block;
      height: auto;
  }
  .g-navi__inner li{
    margin-right: 0px;
  }
}
.header_right{
  display: flex;
  align-items: center;
}
.btn_02_head a:hover{
  transition: all .5s;
  opacity: 0.7;
}
.btn_01_head a:hover{
  transition: all .5s;
  opacity: 0.7;
}
.btn_03_head a:hover{
  transition: all .5s;
  opacity: 0.7;
}

.price_sp{
  display: none;
}
.slick-list{
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .price_sp{
    display: block;
  }
  .price_sp p img{
    width: 100%;
    margin-top: 20px;
  }
}
.linesec01_box{
  display: flex;
  justify-content: space-around;
  color: #333333;
  align-items: center;
}
.linesec01_left{
  width: 40%;
}
.linesec01_right{
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.linesec01_right h1{
  font-size: 2.4rem;
  font-weight: bold;
}
.linesec01_right p{
  font-size: 1.8rem;
}
.linesec01{
  padding: 50px 0;
}
.linesec01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 30px solid transparent;
    border-top: 10px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
}
@media only screen and (max-width: 767px) {
  .linesec01_box{
    display: flex;
    flex-direction: column;
    color: #333333;
    text-align: left;
  }
  .linesec01_left{
    width: 100%;
  }
  .linesec01_left img{
    width: 70%;
  }
  .linesec01_right{
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .linesec01_right h1{
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px 0 8px 0;
  }
  .linesec01_right p{
    font-size: 1.6rem;
  }
  .linesec01{
    padding: 30px 0;
  }
}
.linesec02{
  background-image: url(../img/lineworks/base.png);
  background-repeat: no-repeat;
  background-size:cover;
  padding: 80px 0;
}
.linesec02_boxes{
  display: flex;
  justify-content: space-between;
}
.linesec02_box{
  width: 32%;
}
.linesec02_left img{
  width: 100%;
}
.linesec02_right h2{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .linesec02{
    padding: 40px 0;
  }
  .linesec02_boxes{
    display: flex;
    flex-direction: column;
  }
  .linesec02_box{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .linesec02_right h2{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    padding: 0px 0 20px 0;
  }
  .linesec02_left{
    width: 40%;
    
  }
  .linesec02_right{
    width: 60%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .linesec02_boxes{
    display: flex;
    flex-direction: column;
  }
  .linesec02_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .linesec02_right h2{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 5px 0;
  }
  .linesec02_left{
    width: 100%;
    padding-bottom: 10px;
  }
  .linesec02_right{
    width: 100%;
    padding-left: 0px;
  }
}
.sec_10-line_boxes{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.sec_10-line_boxes02{
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.sec_10-line_box{
  width: 32%;
}
.sec_10-line_box img{
  width: 100%;
}
.sec_10-line_boxes_sp{
  display: none;
}
.sec_10-line {
  background-color: #152d79;
  padding: 50px 0;
}
.sec_10-line_boxes p{
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.line-sec06{
  margin-top: -10px;
  color: #ffffff;
  font-size: 1.2rem;
}
.line-sec06 span{
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .sec_10-line_boxes_sp{
    display: block;
    margin-top: 30px;
  }
  .sec_10-line_boxes_sp img{
    width: 100%;
  }
  .sec_10-line_boxes{
    display: none;
  }
  .sec_10-line_boxes02{
    display: none;
  }
  .sec_10-line {
    background-color: #152d79;
    padding: 30px 0;
  }
  .line-sec06{
    margin-top: -30px;
  }
}
.linesec03{
  padding: 50px 0;
}
.linesec03-img{
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .linesec03{
    padding: 30px 0;
  }
}

.linesec04_box{
  display: flex;
  justify-content: space-around;
  color: #333333;
  align-items: center;
}
.linesec04_left{
  width: 35%;
}
.linesec04_right{
  width: 75%;
  display: flex;
  justify-content: flex-end;
}
.linesec04_right h1{
  font-size: 2.4rem;
  font-weight: bold;
}
.linesec04_right p{
  font-size: 1.8rem;
}
.linesec04{
  padding: 50px 0;
}
.linesec04:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 30px solid transparent;
    border-top: 10px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
}
@media only screen and (max-width: 767px) {
  .linesec04_box{
    display: flex;
    flex-direction: column;
    color: #333333;
    text-align: left;
  }
  .linesec04_left{
    width: 100%;
  }
  .linesec04_left img{
    width: 50%;
  }
  .linesec04_right{
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .linesec04_right h1{
    font-size: 2.0rem;
    font-weight: bold;
  }
  .linesec04_right p{
    font-size: 1.4rem;
  }
  .linesec04{
    padding: 30px 0;
  }
}
.linesec02_box02{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.linesec02_left02{
  width: 20%;
}
.linesec02_right02{
  padding-left: 60px;
  width: 80%;
  font-size: 2.0rem;
}
.linesec02_right02_sp{
  display: none;
}
.linesec02_title{
  font-weight: bold;
  font-size: 8.0rem;
}
.linesec02_left02 img{
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .linesec02_box02{
    margin-top: 0;
  }
  .linesec02_right02_sp{
    display: block;
    font-size: 2.4rem;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .linesec02_right02{
    padding-left: 15px;
    width: 80%;
    font-size: 1.4rem;
  }
  .linesec02_title{
    display: none;
  }
  .linesec01_left02 img {
    width: 50%;
  }
  .linesec03-img {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .linesec02_box02{
    display: flex;
    flex-direction: column;
  }
  .linesec02_left02{
    width: 100%;
    padding-bottom: 20px;
  }
  .linesec02_right02_sp{
    display: block;
    font-size: 2.4rem;
    padding-bottom: 20px;
    text-align: center;
  }
  .linesec02_right02{
    padding-left: 15px;
    width: 100%;
    font-size: 1.4rem;
  }
  .linesec02_title{
    display: none;
  }
}
.line-mv{
  background-color: #152d79;
  padding: 50px 0;
}
.line-mv-boxes{
  display: flex;
  justify-content: space-between;
}
.line-mv-box{
  width: 33%;
}
.line-mv-box a img{
  width: 100%;
}
.line-mv-box a:hover{
  opacity: 0.7;
}
.anchor {
  display: block;
  padding-top: 180px;
  margin-top: -130px;
}
@media only screen and (max-width: 767px) {
  .anchor {
    padding-top: 30px;
    margin-top: 0px;
  }
  .line-mv{
    background-color: #152d79;
    padding: 30px 0 10px 0;
  }
  .line-mv-boxes{
    display: flex;
    flex-direction: column;
  }
  .line-mv-box{
    width: 100%;
    padding-bottom: 20px;
  }
}