@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/*濃い青色*/
/*濃い青色*/
/*濃い水色*/
/*濃い青*/
/*濃いオレンジ*/
/*濃いオレンジ*/
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600;700&display=swap);
@import url(https://use.typekit.net/jat0san.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,600,700&display=swap);
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 49px; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
    display: block; }
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0; }
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px; }
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #276490; }
  .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #276490; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 0.875rem;
  /*
  @media screen and (min-width:835px){
  background: url(../images/common/bg01.png) no-repeat right top;
  background-size: cover;
  background-attachment: fixed;
  }
  */ }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 0.9375rem;
      line-height: 1.8em;
      letter-spacing: normal; } }

.contents-inner {
  /*
  	background:rgba(#fff,0.6);
  	padding:2%;
  	*/ }

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/*
.inner2 {
	margin: 0 auto;
	max-width: 1000px;
}
*/
#contents_wrap {
  width: 100%;
  min-width: 100% !important; }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

/*
#side {
	width: 18.75000%;
}
*/
.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%; }
  @media only screen and (max-width: 834px) {
    header#global_header {
      margin-top: 48px; } }
  header#global_header #header-wrap {
    width: 100%;
    border-top: 2px solid #6fc5d2;
    padding-bottom: 5px; }
    @media only screen and (max-width: 834px) {
      header#global_header #header-wrap {
        display: none; } }

#header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 834px) {
    #header {
      padding: 10px;
      align-items: center; } }

.header-logo {
  width: 35%;
  max-width: 330px;
  margin-left: 10px; }
  @media only screen and (max-width: 834px) {
    .header-logo {
      display: none; } }

.header-right {
  width: 850px; }
  @media only screen and (max-width: 834px) {
    .header-right {
      display: none; } }

.header-info {
  display: flex;
  justify-content: flex-end; }
  .header-info div a {
    color: #333;
    font-size: 1rem;
    padding: 0 15px;
    display: block;
    background: #6fc5d2;
    border-radius: 0 0 3px 3px;
    color: #fff; }
    .header-info div a i {
      padding-right: 5px; }
    .header-info div a:hover {
      opacity: 1;
      background: #49bfd1;
      transition: 0.5s; }
  .header-info div:first-child {
    margin-right: 10px; }
    .header-info div:first-child a {
      font-family: "Oswald", sans-serif; }
      .header-info div:first-child a:hover {
        background: #6fc5d2; }
  .header-info div:nth-child(2) {
    margin-right: 10px; }
    .header-info div:nth-child(2) a {
      font-size: 0.875rem; }
  @media only screen and (max-width: 834px) {
    .header-info {
      justify-content: center; } }
  @media screen and (max-width: 350px) {
    .header-info {
      justify-content: flex-start; } }

.purchase-tel {
  margin-top: 15px; }
  .purchase-tel a {
    border: none;
    color: #d95a06;
    opacity: 1;
    font-size: 1.75rem;
    font-family: ‘Open Sans’, sans-serif; }
    @media (max-width: 1200px) {
      .purchase-tel a {
        font-size: calc(1.3rem + 0.6vw) ; } }

.mean-container .mean-push {
  display: none !important; }

#nav-wrap {
  max-width: 660px;
  margin: 0 0 0 auto; }

#nav_global {
  margin-top: 20px; }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        text-align: center;
        display: block;
        text-align: center;
        color: #045989;
        font-weight: 500;
        font-size: 1rem; }
        #nav_global ul li a:hover .sub {
          color: #045989;
          transition: 0.5s; }
        @media screen and (max-width: 1300px) {
          #nav_global ul li a {
            font-size: 0.875rem; } }
      #nav_global ul li ul {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        margin: auto;
        display: block;
        width: 150px;
        right: -20px;
        z-index: 1; }
        #nav_global ul li ul li:before {
          content: none !important; }
        #nav_global ul li ul li a {
          font-size: 0.875rem;
          padding: 10px 5px; }

#mainArea {
  position: relative;
  left: 0;
  right: 0;
  max-width: 100%; }
  #mainArea > img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea > img {
        		/*
        width: 130%;
        height: 40vh !important;
        object-fit: cover;					
        	*/ } }
  @media only screen and (max-width: 640px) {
    #mainArea .slick-slide img {
      width: 100%;
      height: 35vh !important;
      object-fit: cover; } }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.main-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  max-width: 1100px;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .main-txt {
      width: 60%; } }
  @media only screen and (max-width: 640px) {
    .main-txt {
      width: 80%; } }

.mean-container .mean-bar {
  background: #045989 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #045989 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.8em 5% !important; }
  .mean-container .mean-nav ul li a br {
    display: none; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*
  background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a.mean-expand {
  height: 20px !important; }

.mean-container .mean-nav ul li li a {
  padding: 0.5em 10% !important; }

.anchor {
  display: block;
  transform: translateY(-150px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor {
      transform: translateY(-80px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-60px); } }

.anchor2 {
  display: block;
  transform: translateY(-100px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor2 {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor2 {
      transform: translateY(-100px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.clone-nav {
  width: 100%;
  position: fixed;
  background: rgba(237, 237, 237, 0.9);
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }
  @media only screen and (max-width: 834px) {
    .clone-nav {
      display: none; } }

.is-show {
  transform: translateY(0); }

.zdo_drawer_menu {
  text-align: center; }
  @media screen and (min-width: 834px) {
    .zdo_drawer_menu {
      display: none !important; } }

.zdo_drawer_menu .zdo_drawer_button {
  background: #045989 !important; }

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background: #045989 !important; }

.store_areA {
  padding: 70px 20px 0 20px; }
  .store_areA img {
    width: 100%;
    margin: 0 auto; }
  .store_areA .h_logo a {
    color: #045989;
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.25rem;
    letter-spacing: normal; }

.h_tel {
  color: #045989;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  margin: 15px auto;
  text-align: center; }
  .h_tel i {
    font-size: 18px;
    background: #045989;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-right: 5px; }
  @media (max-width: 1200px) {
    .h_tel {
      font-size: calc(1.3125rem + 0.75vw) ; } }

.zdo_drawer_menu .zdo_drawer_nav {
  padding: 10px 20px !important; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    text-align: center; }
    .zdo_drawer_menu .zdo_drawer_nav li a {
      font-family: "Lato", sans-serif;
      font-size: 20px;
      text-align: center; }
      .zdo_drawer_menu .zdo_drawer_nav li a .sub {
        font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #6fc5d2;
        font-size: 12px;
        display: block;
        text-align: center; }
  @media screen and (max-width: 350px) {
    .zdo_drawer_menu .zdo_drawer_nav {
      height: 400px;
      overflow: scroll; } }

.zdo_drawer_menu a {
  display: block;
  text-align: center; }

.zdo_drawer_menu .zdo_drawer_nav li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px !important; }

.zdo_drawer_menu .zdo_drawer_menu_text, .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: none !important; }

.zdo_drawer_menu .zdo_drawer_button {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0 5px !important;
  width: 50px;
  height: 50px;
  top: 5px !important;
  right: 5px !important; }

footer#global_footer {
  min-width: auto !important;
  margin-top: 80px; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    footer#global_footer {
      margin-top: 50px; } }
  @media only screen and (max-width: 640px) {
    footer#global_footer {
      margin-top: 30px; } }

.TCT-wrap {
  position: relative;
  padding: 3% 0 !important; }
  @media only screen and (max-width: 640px) {
    .TCT-wrap {
      padding: 10% 0 !important; } }

.TCT-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: rgba(4, 89, 137, 0.1);
  z-index: -1; }

.TCT {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 20px;
  display: flex; }
  .TCT .TCT-L {
    width: 38%;
    margin: 1%;
    border-right: 1px solid #ccc;
    text-align: left; }
    .TCT .TCT-L .TCT-ttl h2 {
      font-size: 2.25rem;
      font-weight: bold;
      color: #045989; }
      @media (max-width: 1200px) {
        .TCT .TCT-L .TCT-ttl h2 {
          font-size: calc(1.35rem + 1.2vw) ; } }
      .TCT .TCT-L .TCT-ttl h2 .sub {
        font-size: 1.125rem;
        font-family: "Lato", sans-serif;
        color: #6fc5d2;
        font-weight: normal;
        display: block;
        margin: 10px 0 20px 0; }
      @media only screen and (max-width: 834px) {
        .TCT .TCT-L .TCT-ttl h2 {
          font-size: 1.875rem; } }
  @media only screen and (max-width: 834px) and (max-width: 1200px) {
    .TCT .TCT-L .TCT-ttl h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
      @media only screen and (max-width: 834px) {
          .TCT .TCT-L .TCT-ttl h2 .sub {
            font-size: 1rem; } }
    .TCT .TCT-L .TCT-txt {
      letter-spacing: normal;
      line-height: 1.3em;
      font-weight: 500; }
  .TCT .TCT-R {
    width: 58%;
    margin: 1%; }
    .TCT .TCT-R .TCT_tel-wrap {
      margin: 15px  auto;
      display: flex;
      align-items: center; }
      .TCT .TCT-R .TCT_tel-wrap > div {
        width: 48%;
        margin: 0 auto; }
      .TCT .TCT-R .TCT_tel-wrap .TCT_tel {
        font-family: "Oswald", sans-serif;
        font-size: 2.25rem; }
        @media (max-width: 1200px) {
          .TCT .TCT-R .TCT_tel-wrap .TCT_tel {
            font-size: calc(1.35rem + 1.2vw) ; } }
        .TCT .TCT-R .TCT_tel-wrap .TCT_tel i {
          margin-right: 5px; }
        .TCT .TCT-R .TCT_tel-wrap .TCT_tel a {
          color: #333;
          opacity: 1; }
  @media screen and (max-width: 950px) {
    .TCT {
      flex-direction: column; }
      .TCT .TCT-L {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-right: none; }
      .TCT .TCT-R {
        width: 100%;
        margin: 0 auto; }
        .TCT .TCT-R .TCT_tel-wrap {
          max-width: 600px; }
          .TCT .TCT-R .TCT_tel-wrap > div {
            font-size: 3rem; } }
        @media screen and (max-width: 950px) and (max-width: 1200px) {
          .TCT .TCT-R .TCT_tel-wrap > div {
            font-size: calc(1.425rem + 2.1vw) ; } }

  @media only screen and (max-width: 640px) {
    .TCT {
      padding: 20px 10px; }
      .TCT .TCT-R .TCT_tel-wrap {
        flex-direction: column;
        margin-bottom: 0; }
        .TCT .TCT-R .TCT_tel-wrap div {
          width: 100%;
          margin: 0 auto 15px auto; } }

.footer-nav-sub {
  max-width: 720px;
  width: 95%;
  margin: 30px auto; }
  .footer-nav-sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .footer-nav-sub ul li {
      flex-grow: 1; }
      .footer-nav-sub ul li a {
        widows: 100%;
        display: block;
        color: #045989;
        font-size: 1rem; }
        .footer-nav-sub ul li a i {
          margin-right: 5px;
          background: #045989;
          border-radius: 50%;
          height: 35px;
          line-height: 35px;
          width: 35px;
          color: #fff; }
  @media only screen and (max-width: 834px) {
    .footer-nav-sub {
      margin: 20px auto 10px auto; }
      .footer-nav-sub ul li {
        margin-bottom: 10px; }
        .footer-nav-sub ul li a {
          font-size: 0.875rem; } }

.footer-wrap {
  background: #045989; }

.footer {
  color: #fff;
  letter-spacing: normal; }
  .footer a {
    color: #fff; }
  .footer .footer-nav {
    padding: 40px 15px 0 15px;
    width: 95%;
    max-width: 850px;
    margin: 0 auto; }
    .footer .footer-nav ul {
      display: flex;
      justify-content: flex-start; }
      .footer .footer-nav ul li {
        flex-grow: 1;
        position: relative; }
        .footer .footer-nav ul li:not(:first-child):before {
          content: '|';
          font-size: 0.75rem;
          color: #bbb;
          padding-right: 10px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          display: flex;
          align-items: center; }
        .footer .footer-nav ul li a {
          display: block;
          width: 100%; }
    @media only screen and (max-width: 834px) {
      .footer .footer-nav {
        display: none;
        padding: 20px 15px 15px 15px; } }
  .footer .footer-info {
    width: 310px;
    margin: 0 auto;
    text-align: left;
    padding: 40px  0 15px 0; }
    .footer .footer-info .footer-logo a {
      font-size: 1.5rem; }
      @media (max-width: 1200px) {
        .footer .footer-info .footer-logo a {
          font-size: calc(1.275rem + 0.3vw) ; } }
    .footer .footer-info a.link-tel {
      color: #fff; }
    @media only screen and (max-width: 834px) {
      .footer .footer-info {
        padding: 20px 0 5px 0; } }
  @media only screen and (max-width: 640px) {
    .footer .footer-nav {
      flex-direction: column;
      width: 100%; }
      .footer .footer-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        .footer .footer-nav ul li {
          width: 50%; }
          .footer .footer-nav ul li a {
            display: block;
            width: 100%;
            text-align: center;
            text-decoration: underline; }
        .footer .footer-nav ul .pick {
          display: none; } }

#copyright {
  text-align: center;
  color: #fff !important;
  padding-bottom: 15px; }
  #copyright a {
    color: #fff !important; }

.mean-container .mean-push {
  display: none !important; }

.top-title h1 {
  max-width: 550px;
  margin: 0 auto 20px auto;
  width: 95%;
  color: #000222;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1; }
  @media (max-width: 1200px) {
    .top-title h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }
  .top-title h1 .sub {
    font-size: 1.875rem;
    line-height: 1;
    color: #045989;
    background: rgba(111, 197, 210, 0.5);
    padding: 10px 20px;
    display: block;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .top-title h1 .sub {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  @media only screen and (max-width: 834px) {
    .top-title h1 {
      margin: 0 auto; }
      .top-title h1 .sub {
        font-size: 1.125rem;
        margin-bottom: 10px; } }
.top-title h2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  .top-title h2 div {
    flex-grow: 1;
    position: relative;
    z-index: 1; }
    .top-title h2 div:after {
      content: "";
      width: 100%;
      height: 3px;
      background: url(../images/common/line1.png) repeat-x;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1;
      display: block;
      visibility: initial;
      opacity: 0.8; }
  .top-title h2 span {
    margin: 0  auto;
    position: relative;
    font-weight: bold;
    font-size: 1.875rem;
    color: #fff;
    padding: 0 20px; }
    @media (max-width: 1200px) {
      .top-title h2 span {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.top-titleb h2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  .top-titleb h2 div {
    flex-grow: 1;
    position: relative;
    z-index: 1; }
    .top-titleb h2 div:after {
      content: "";
      width: 100%;
      height: 3px;
      background: url(../images/common/line2.png) repeat-x;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1;
      display: block;
      visibility: initial;
      opacity: 0.8; }
  .top-titleb h2 span {
    position: relative;
    font-weight: bold;
    font-size: 1.875rem;
    color: #000222;
    background: #transpatent;
    padding: 0 20px; }
    @media (max-width: 1200px) {
      .top-titleb h2 span {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.top-title2 {
  padding-top: 20px; }
  @media only screen and (max-width: 834px) {
    .top-title2 {
      padding-top: 15px; } }
  .top-title2 a h2 {
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.15em;
    color: #045989;
    display: block;
    position: relative; }
    @media (max-width: 1200px) {
      .top-title2 a h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    .top-title2 a h2:before {
      position: absolute;
      display: block;
      content: '';
      background: #045989;
      width: 100px;
      height: 3px;
      left: 0;
      top: -20px; }
    @media only screen and (max-width: 834px) {
      .top-title2 a h2:before {
        top: -15px; } }
  .top-title2 a span {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    font-weight: 100;
    display: inline-block;
    margin-top: 10px;
    color: #f58e40;
    position: relative; }
    .top-title2 a span:after {
      position: absolute;
      background: url(../images/common/arrow_y.png) no-repeat center top;
      content: '';
      width: 23px;
      height: 16px;
      position: absolute;
      /*絶対位置*/
      right: -30px;
      /*アイコンの位置*/
      bottom: 7px;
      /*アイコンの位置*/ }
    @media only screen and (max-width: 834px) {
      .top-title2 a span {
        margin-top: 5px; } }
  .top-title2 a:hover {
    opacity: 1 !important; }
    .top-title2 a:hover h2 {
      color: #f58e40;
      transition: 0.3s; }
    .top-title2 a:hover span {
      color: #6fc5d2;
      transition: 0.3s; }
      .top-title2 a:hover span:after {
        transform: translate(10px, 0);
        transition: all 0.3s; }

.con1 {
  max-width: 860px;
  margin: 0 auto;
  widows: 95%; }

.con1-txt {
  font-size: 1.125rem;
  line-height: 2em; }
  @media only screen and (max-width: 834px) {
    .con1-txt {
      font-size: 1.0625rem;
      line-height: 1.8em; } }

.TFLX1-wrap {
  position: relative;
  padding: 4% 0  !important; }
  @media screen and (max-width: 1300px) {
    .TFLX1-wrap {
      padding: 6% 0  !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX1-wrap {
      padding: 8% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .TFLX1-wrap {
      padding: 10% 0 !important; } }

.TFLX1-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg1.png) repeat center bottom;
  background-size: cover;
  z-index: 0; }

.TFLX1 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .TFLX1 .box, .TFLX1 .boxb {
    max-width: 500px;
    width: 45%;
    margin: 0 2.5%;
    position: relative; }
    .TFLX1 .box .box-img, .TFLX1 .boxb .box-img {
      position: relative;
      padding: 0 !important; }
      .TFLX1 .box .box-img .box-ttl, .TFLX1 .boxb .box-img .box-ttl {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; }
        .TFLX1 .box .box-img .box-ttl h3, .TFLX1 .boxb .box-img .box-ttl h3 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.5rem;
          background: rgba(4, 89, 137, 0.85);
          padding: 10px; }
          @media (max-width: 1200px) {
            .TFLX1 .box .box-img .box-ttl h3, .TFLX1 .boxb .box-img .box-ttl h3 {
              font-size: calc(1.275rem + 0.3vw) ; } }
    .TFLX1 .box .box-txt div, .TFLX1 .boxb .box-txt div {
      color: #fff; }
  .TFLX1 .boxb .box-img .box-ttl h3 {
    background: rgba(111, 197, 210, 0.85); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX1 .box .box-img .box-ttl h3, .TFLX1 .boxb .box-img .box-ttl h3 {
      font-size: 1.125rem;
      padding: 5px; }
    .TFLX1 .box .box-txt div, .TFLX1 .boxb .box-txt div {
      line-height: 1.5em; } }
  @media only screen and (max-width: 640px) {
    .TFLX1 {
      flex-direction: column; }
      .TFLX1 .box, .TFLX1 .boxb {
        width: 100%;
        margin: 0 auto 15px auto; }
        .TFLX1 .box .box-img .box-ttl h3, .TFLX1 .boxb .box-img .box-ttl h3 {
          font-size: 1.125rem; } }

.con2 {
  max-width: 1000px;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding: 4% 0;
  background-position: right 0; }
  .con2 article {
    width: 95%;
    margin: 0  auto; }
    .con2 article .box-ttl h3 {
      color: #fff;
      font-size: 1.25rem;
      padding: 10px 20px;
      background: #045989;
      max-width: 220px;
      text-align: center; }
    .con2 article .box-txt {
      font-size: 1rem; }
    .con2 article .btn1 a {
      margin: 0 auto 0 0; }
  .con2 .box-img {
    display: none; }
  @media only screen and (max-width: 640px) {
    .con2 {
      padding: 10% 0;
      background-size: cover; }
      .con2 article {
        padding: 15px 10px;
        background: rgba(255, 255, 255, 0.7); }
        .con2 article .box-ttl h3 {
          margin: 0  auto; }
        .con2 article .box-img {
          display: block; }
        .con2 article .btn1 a {
          margin: 0  auto; } }

.TFLX2, .TFLX2b {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .TFLX2 div, .TFLX2b div {
    width: 49%;
    margin: 2% 0; }
  .TFLX2 table td, .TFLX2b table td {
    position: relative;
    padding: 0 !important; }
    .TFLX2 table td a, .TFLX2b table td a {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      color: #fff;
      font-size: 1.25rem;
      font-weight: 500; }
    .TFLX2 table td:after, .TFLX2b table td:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f054";
      /*アイコンのユニコード*/
      font-weight: 600;
      position: absolute;
      /*絶対位置*/
      font-size: 0.9375rem;
      /*サイズ*/
      color: #fff;
      right: 20px;
      /*アイコンの位置*/
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
    .TFLX2 table td:hover:after, .TFLX2b table td:hover:after {
      transform: translate(3px, 0);
      transition: 0.5s;
      color: #fff; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX2 table td a, .TFLX2b table td a {
      font-size: 1.125rem; }
    .TFLX2 table td:after, .TFLX2b table td:after {
      font-size: 0.8125rem; } }
  @media only screen and (max-width: 640px) {
    .TFLX2, .TFLX2b {
      flex-direction: column;
      margin-top: 20px; }
      .TFLX2 div, .TFLX2b div {
        width: 100%;
        margin: 0 auto 10px auto; }
        .TFLX2 div table td a, .TFLX2b div table td a {
          font-size: 0.9375rem; }
        .TFLX2 div table td:after, .TFLX2b div table td:after {
          font-size: 0.75rem;
          right: 5px; } }

.TFLX2b table td:after {
  right: 50px; }
@media screen and (min-width: 641px) and (max-width: 834px) {
  .TFLX2b table td a {
    font-size: 1.125rem; }
  .TFLX2b table td:after {
    font-size: 0.8125rem; } }
@media only screen and (max-width: 640px) {
  .TFLX2b table td a {
    font-size: 0.9375rem; }
  .TFLX2b table td:after {
    font-size: 0.75rem; } }
.TFLX2b .img100 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 834px) {
    .TFLX2b .img100 {
      padding-top: 10px !important; } }

.news-bg {
  position: relative;
  padding: 4% 0  !important; }
  @media screen and (max-width: 1300px) {
    .news-bg {
      padding: 6% 0  !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .news-bg {
      padding: 8% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .news-bg {
      padding: 10% 0 !important; } }

.news-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/news_bg.png) repeat center bottom;
  background-size: cover;
  z-index: 0; }

.news-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  height: 300px;
  padding: 40px;
  border-top: 5px dotted rgba(255, 255, 255, 0.5);
  border-bottom: 5px dotted rgba(255, 255, 255, 0.5); }
  @media only screen and (max-width: 834px) {
    .news-wrap {
      padding: 15px; } }

.news {
  height: 100%;
  overflow-y: auto; }
  .news dt {
    color: #fff;
    font-family: "Oswald", sans-serif; }
  .news dd {
    color: #fff; }
  .news dl {
    border: none !important;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5) !important;
    display: block !important; }
    .news dl dt, .news dl dd {
      border: none !important;
      width: 100% !important;
      background: none !important;
      padding: 0 8px !important; }

.TFLX3 {
  max-width: 1700px;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between; }
  .TFLX3 .box, .TFLX3 .TFLX1 .boxb, .TFLX1 .TFLX3 .boxb {
    width: 31.333%;
    margin: 1%; }
    .TFLX3 .box > div, .TFLX3 .TFLX1 .boxb > div, .TFLX1 .TFLX3 .boxb > div {
      position: relative;
      padding-bottom: 15%; }
      .TFLX3 .box > div > img, .TFLX3 .TFLX1 .boxb > div > img, .TFLX1 .TFLX3 .boxb > div > img {
        width: 90%; }
      .TFLX3 .box > div .box-link, .TFLX3 .TFLX1 .boxb > div .box-link, .TFLX1 .TFLX3 .boxb > div .box-link {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80%;
        max-width: 400px; }
        .TFLX3 .box > div .box-link a, .TFLX3 .TFLX1 .boxb > div .box-link a, .TFLX1 .TFLX3 .boxb > div .box-link a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          background: rgba(245, 142, 64, 0.9);
          color: #fff;
          padding: 20px; }
          .TFLX3 .box > div .box-link a > img, .TFLX3 .TFLX1 .boxb > div .box-link a > img, .TFLX1 .TFLX3 .boxb > div .box-link a > img {
            display: block;
            margin: 10px 15px; }
          .TFLX3 .box > div .box-link a ul, .TFLX3 .TFLX1 .boxb > div .box-link a ul, .TFLX1 .TFLX3 .boxb > div .box-link a ul {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 10px 20px; }
            .TFLX3 .box > div .box-link a ul li, .TFLX3 .TFLX1 .boxb > div .box-link a ul li, .TFLX1 .TFLX3 .boxb > div .box-link a ul li {
              font-size: 1.125rem;
              text-align: center; }
              .TFLX3 .box > div .box-link a ul li:first-child, .TFLX3 .TFLX1 .boxb > div .box-link a ul li:first-child, .TFLX1 .TFLX3 .boxb > div .box-link a ul li:first-child {
                font-family: "Lato", sans-serif;
                font-weight: 100; }
              .TFLX3 .box > div .box-link a ul li img, .TFLX3 .TFLX1 .boxb > div .box-link a ul li img, .TFLX1 .TFLX3 .boxb > div .box-link a ul li img {
                margin-bottom: 10px; }
          .TFLX3 .box > div .box-link a:hover, .TFLX3 .TFLX1 .boxb > div .box-link a:hover, .TFLX1 .TFLX3 .boxb > div .box-link a:hover {
            opacity: 1;
            background: #f08a1d;
            transition: 0.5s; }
  @media screen and (max-width: 1500px) {
    .TFLX3 .box > div .box-link a, .TFLX3 .TFLX1 .boxb > div .box-link a, .TFLX1 .TFLX3 .boxb > div .box-link a {
      padding: 10px; }
      .TFLX3 .box > div .box-link a > img, .TFLX3 .TFLX1 .boxb > div .box-link a > img, .TFLX1 .TFLX3 .boxb > div .box-link a > img {
        width: 20%; }
      .TFLX3 .box > div .box-link a ul li, .TFLX3 .TFLX1 .boxb > div .box-link a ul li, .TFLX1 .TFLX3 .boxb > div .box-link a ul li {
        font-size: 1rem; } }
  @media screen and (max-width: 1200px) {
    .TFLX3 .box > div, .TFLX3 .TFLX1 .boxb > div, .TFLX1 .TFLX3 .boxb > div {
      padding-bottom: 20%; }
      .TFLX3 .box > div .box-link, .TFLX3 .TFLX1 .boxb > div .box-link, .TFLX1 .TFLX3 .boxb > div .box-link {
        width: 90%; }
        .TFLX3 .box > div .box-link a, .TFLX3 .TFLX1 .boxb > div .box-link a, .TFLX1 .TFLX3 .boxb > div .box-link a {
          padding: 0; }
          .TFLX3 .box > div .box-link a ul, .TFLX3 .TFLX1 .boxb > div .box-link a ul, .TFLX1 .TFLX3 .boxb > div .box-link a ul {
            margin: 10px; } }
  @media screen and (max-width: 1000px) {
    .TFLX3 .box > div, .TFLX3 .TFLX1 .boxb > div, .TFLX1 .TFLX3 .boxb > div {
      padding-bottom: 25%; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX3 .box > div, .TFLX3 .TFLX1 .boxb > div, .TFLX1 .TFLX3 .boxb > div {
      padding-bottom: 35%; }
      .TFLX3 .box > div .box-link a, .TFLX3 .TFLX1 .boxb > div .box-link a, .TFLX1 .TFLX3 .boxb > div .box-link a {
        padding: 5px; }
        .TFLX3 .box > div .box-link a > img, .TFLX3 .TFLX1 .boxb > div .box-link a > img, .TFLX1 .TFLX3 .boxb > div .box-link a > img {
          margin: 10px; }
        .TFLX3 .box > div .box-link a ul, .TFLX3 .TFLX1 .boxb > div .box-link a ul, .TFLX1 .TFLX3 .boxb > div .box-link a ul {
          margin: auto; }
          .TFLX3 .box > div .box-link a ul li, .TFLX3 .TFLX1 .boxb > div .box-link a ul li, .TFLX1 .TFLX3 .boxb > div .box-link a ul li {
            font-size: 0.875rem; } }
  @media only screen and (max-width: 640px) {
    .TFLX3 .box > div, .TFLX3 .TFLX1 .boxb > div, .TFLX1 .TFLX3 .boxb > div {
      padding-bottom: 0; }
      .TFLX3 .box > div > img, .TFLX3 .TFLX1 .boxb > div > img, .TFLX1 .TFLX3 .boxb > div > img {
        width: 100%; }
      .TFLX3 .box > div .box-link, .TFLX3 .TFLX1 .boxb > div .box-link, .TFLX1 .TFLX3 .boxb > div .box-link {
        width: 100%;
        position: static; }
        .TFLX3 .box > div .box-link a, .TFLX3 .TFLX1 .boxb > div .box-link a, .TFLX1 .TFLX3 .boxb > div .box-link a {
          padding: 10px 5px; }
          .TFLX3 .box > div .box-link a > img, .TFLX3 .TFLX1 .boxb > div .box-link a > img, .TFLX1 .TFLX3 .boxb > div .box-link a > img {
            margin: 10px; }
          .TFLX3 .box > div .box-link a ul, .TFLX3 .TFLX1 .boxb > div .box-link a ul, .TFLX1 .TFLX3 .boxb > div .box-link a ul {
            margin: auto; }
            .TFLX3 .box > div .box-link a ul li, .TFLX3 .TFLX1 .boxb > div .box-link a ul li, .TFLX1 .TFLX3 .boxb > div .box-link a ul li {
              font-size: 0.75rem; } }
  @media screen and (max-width: 500px) {
    .TFLX3 {
      flex-direction: column; }
      .TFLX3 .box, .TFLX3 .TFLX1 .boxb, .TFLX1 .TFLX3 .boxb {
        width: 95%;
        margin: 0 auto 15px auto; }
        .TFLX3 .box > div, .TFLX3 .TFLX1 .boxb > div, .TFLX1 .TFLX3 .boxb > div {
          padding-bottom: 0; }
          .TFLX3 .box > div .box-link, .TFLX3 .TFLX1 .boxb > div .box-link, .TFLX1 .TFLX3 .boxb > div .box-link {
            max-width: 100%; }
            .TFLX3 .box > div .box-link a > img, .TFLX3 .TFLX1 .boxb > div .box-link a > img, .TFLX1 .TFLX3 .boxb > div .box-link a > img {
              margin: 0 0 0 50px;
              width: 20%; }
            .TFLX3 .box > div .box-link a ul li, .TFLX3 .TFLX1 .boxb > div .box-link a ul li, .TFLX1 .TFLX3 .boxb > div .box-link a ul li {
              font-size: 1rem; } }

.btn1 a {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #f58e40;
  border-radius: 3px;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  min-width: 220px;
  padding: 15px 10px;
  color: #fff;
  font-size: 1rem; }
  .btn1 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 0.75rem;
    /*サイズ*/
    right: 10px;
    /*アイコンの位置*/
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
  .btn1 a:hover {
    opacity: 1 !important;
    background-color: #f08a1d;
    color: #fff; }
    .btn1 a:hover:after {
      transform: translate(3px, 0);
      transition: 0.5s;
      color: #fff; }

.question_01 dl {
  display: block !important;
  margin-bottom: 30px;
  line-height: normal; }
  .question_01 dl dt {
    padding: 10px 15px 10px 40px !important;
    font-weight: 500;
    font-size: 1rem;
    background-color: rgba(245, 142, 64, 0.5) !important;
    border: none !important;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    position: relative; }
    .question_01 dl dt:before {
      font-family: "Font Awesome 5 pro";
      content: '\f675';
      display: block;
      position: absolute;
      top: 0;
      left: 10px;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      font-size: 1.25rem;
      transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg); }
    .question_01 dl dt:after {
      content: ">";
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      color: #fff;
      font-size: 1.25rem; }
  .question_01 dl dd {
    padding: 0 0 0 15px !important;
    border: none !important;
    display: none;
    margin-top: 20px; }
  @media only screen and (max-width: 640px) {
    .question_01 dl {
      margin-bottom: 20px; }
      .question_01 dl dt {
        font-size: 1rem;
        padding-right: 20px !important; }
        .question_01 dl dt:after {
          font-size: 1.25rem;
          right: 5px; } }

@media screen and (min-width: 641px) and (max-width: 834px) {
  .works-UL li {
    width: 48% !important; } }
@media only screen and (max-width: 640px) {
  .works-UL li {
    width: 100% !important;
    float: none; } }

.only-img {
  display: flex;
  flex-wrap: wrap; }
  .only-img .box, .only-img .TFLX1 .boxb, .TFLX1 .only-img .boxb {
    widows: 48%;
    margin: 1%; }

a.link-tel {
  color: #333;
  opacity: 1; }

@media only screen and (max-width: 834px) {
  .brdnt {
    text-align: left !important; }
    .brdnt br {
      display: none; } }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; }
    .brdn div {
      text-align: left !important; } }

@media screen and (min-width: 834px) {
  .brdnpc br {
    display: none; } }

@media screen and (min-width: 640px) {
  .brsp br {
    display: none; } }

@media screen and (min-width: 834px) {
  .brtab br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: flex;
    flex-direction: column-reverse; } }

.ai-company dt {
  align-items: center !important;
  background: #ededed !important; }
@media only screen and (max-width: 640px) {
  .ai-company dl {
    display: block !important; }
    .ai-company dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .ai-company dl dd {
      width: 100% !important; } }

.ai-company2 {
  background: none !important; }
  .ai-company2 dl dt {
    align-items: center !important;
    background: none !important;
    border-bottom: 2px solid #045989 !important; }
  .ai-company2 dl dd {
    background: none !important;
    border-bottom: 2px solid #ccc !important; }
  .ai-company2 dl:last-of-type dt {
    border-bottom: 2px solid #045989 !important; }
  @media only screen and (max-width: 640px) {
    .ai-company2 dl {
      display: block !important; }
      .ai-company2 dl dt {
        width: 100% !important;
        border-right: 2px solid #045989 !important;
        border-left: 2px solid #045989 !important;
        background: rgba(4, 89, 137, 0.2) !important; }
      .ai-company2 dl dd {
        width: 100% !important;
        border-bottom: 2px solid #ccc !important;
        border-left: 2px solid #ccc !important;
        border-right: 2px solid #ccc !important; } }

.form_wrap dl dd > div {
  display: block !important; }

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  text-align: right;
  margin-top: 20px; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.imgL {
  max-width: 100% !important; }

.error2 h2 {
  font-size: 40px;
  font-weight: bold; }
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block; }

.pick01 {
  background: rgba(111, 197, 210, 0.2);
  padding: 2%; }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 5%; } }
  .pick01 h2 {
    margin: 0 auto 15px auto !important; }
  @media only screen and (max-width: 834px) {
    .pick01 ul li {
      float: none !important;
      width: 100% !important; } }

.pick02 {
  background: rgba(204, 204, 204, 0.5);
  padding: 2%; }
  .pick02 h2 {
    font-size: 1.25rem; }
  @media only screen and (max-width: 834px) {
    .pick02 {
      padding: 5%; } }

.pick03 {
  padding: 2%;
  background: rgba(111, 197, 210, 0.1); }
  .pick03 h3 {
    font-size: 1.125rem; }
  @media only screen and (max-width: 834px) {
    .pick03 {
      padding: 5%; } }

.gallery-3 {
  display: flex;
  flex-wrap: wrap; }
  .gallery-3 .box, .gallery-3 .TFLX1 .boxb, .TFLX1 .gallery-3 .boxb {
    width: 31.333%;
    margin: 1%; }
    @media only screen and (max-width: 834px) {
      .gallery-3 .box, .gallery-3 .TFLX1 .boxb, .TFLX1 .gallery-3 .boxb {
        width: 48%;
        margin-bottom: 15px; } }
    @media screen and (max-width: 350px) {
      .gallery-3 .box, .gallery-3 .TFLX1 .boxb, .TFLX1 .gallery-3 .boxb {
        width: 100%; } }

.contact_contents #contents_wrap {
  margin-top: 100px; }
  @media only screen and (max-width: 834px) {
    .contact_contents #contents_wrap {
      margin-top: 50px; } }

.img100 img {
  display: block !important;
  width: 100% !important; }

.gallery-FLX {
  display: flex;
  flex-wrap: flex-wrap; }
  .gallery-FLX .box, .gallery-FLX .TFLX1 .boxb, .TFLX1 .gallery-FLX .boxb {
    width: 31.333%;
    margin: 1%; }
    .gallery-FLX .box img, .gallery-FLX .TFLX1 .boxb img, .TFLX1 .gallery-FLX .boxb img {
      display: block; }
    .gallery-FLX .box h3, .gallery-FLX .TFLX1 .boxb h3, .TFLX1 .gallery-FLX .boxb h3 {
      display: none; }
    .gallery-FLX .box div a, .gallery-FLX .TFLX1 .boxb div a, .TFLX1 .gallery-FLX .boxb div a {
      background: #6fc5d2;
      color: #fff;
      padding: 5px;
      display: block;
      width: 200px;
      margin: 0 auto;
      text-align: center; }
    .gallery-FLX .box article, .gallery-FLX .TFLX1 .boxb article, .TFLX1 .gallery-FLX .boxb article {
      height: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .gallery-FLX {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .gallery-FLX .box, .gallery-FLX .TFLX1 .boxb, .TFLX1 .gallery-FLX .boxb {
        width: 90%;
        margin-bottom: 15px; } }

.mail {
  display: none; }

.page-title-wrap {
  position: relative;
  padding: 7% 0  !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .page-title-wrap {
      padding: 15% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .page-title-wrap {
      padding: 20% 0 !important; } }

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg1.png) no-repeat center;
  background-size: cover;
  z-index: 0; }
  @media only screen and (max-width: 834px) {
    .page-title-inner {
      background-position: left top; } }

.page-title, .page-title2 {
  position: relative; }
  .page-title h1, .page-title2 h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.25rem;
    text-align: center; }
    @media (max-width: 1200px) {
      .page-title h1, .page-title2 h1 {
        font-size: calc(1.35rem + 1.2vw) ; } }
    @media only screen and (max-width: 834px) {
      .page-title h1, .page-title2 h1 {
        font-size: 1.875rem; } }
  @media only screen and (max-width: 834px) and (max-width: 1200px) {
    .page-title h1, .page-title2 h1 {
      font-size: calc(1.3125rem + 0.75vw) ; } }

.page-title2 h1 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center; }
  @media (max-width: 1200px) {
    .page-title2 h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }
  @media screen and (max-width: 500px) {
    .page-title2 h1 {
      font-size: 2.1875rem; } }
  @media screen and (max-width: 500px) and (max-width: 1200px) {
    .page-title2 h1 {
      font-size: calc(1.34375rem + 1.125vw) ; } }

  @media screen and (max-width: 350px) {
    .page-title2 h1 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 350px) and (max-width: 1200px) {
    .page-title2 h1 {
      font-size: calc(1.3rem + 0.6vw) ; } }

.title h2, .title3 h2, .title h3, .title3 h3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  .title h2 div, .title3 h2 div, .title h3 div, .title3 h3 div {
    min-width: 20px;
    flex-grow: 1;
    position: relative;
    z-index: 1; }
    .title h2 div:after, .title3 h2 div:after, .title h3 div:after, .title3 h3 div:after {
      content: "";
      width: 100%;
      height: 3px;
      background: url(../images/common/line2.png) repeat-x;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1;
      display: block;
      visibility: initial;
      opacity: 0.8; }
  .title h2 span, .title3 h2 span, .title h3 span, .title3 h3 span {
    position: relative;
    font-weight: bold;
    font-size: 1.5rem;
    color: #045989;
    background: #transpatent;
    padding: 0 20px; }
    @media (max-width: 1200px) {
      .title h2 span, .title3 h2 span, .title h3 span, .title3 h3 span {
        font-size: calc(1.275rem + 0.3vw) ; } }

.title2 h3, .title2 h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000222;
  padding-left: 7px;
  border-left: 4px solid #6fc5d2;
  border-bottom: 1px dashed #ccc; }
  @media only screen and (max-width: 834px) {
    .title2 h3, .title2 h4 {
      font-size: 1.125rem; } }

.title-center01 h2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0; }
  .title-center01 h2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title h2, .step-title2 h2 {
  font-size: 1.5rem;
  position: relative;
  border-top: solid 2px rgba(4, 89, 137, 0.3);
  border-bottom: solid 2px rgba(4, 89, 137, 0.3);
  background: rgba(4, 89, 137, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title h2, .step-title2 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title h2:after, .step-title2 h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", lato, sans-serif;
    content: '\f0a6\ STEP';
    font-size: 0.9375rem;
    background: #045989;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    line-height: 1;
    letter-spacing: 0.05em; }
.step-title h3, .step-title2 h3 {
  font-size: 1.125rem;
  color: #045989;
  position: relative;
  border-top: solid 2px #6fc5d2;
  border-bottom: solid 2px #6fc5d2;
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after, .step-title2 h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-style: oblique;
    content: '\f5ad\ point';
    background: #045989;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0.05em; }

.step-title2 h3:after {
  content: '\f0a6\ step'; }

.staff-title h3 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  border-top: solid 2px rgba(217, 90, 6, 0.3);
  border-bottom: solid 2px rgba(217, 90, 6, 0.3);
  background: rgba(4, 89, 137, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .staff-title h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f7f3\ STAFF';
    background: #d95a06;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.05em; }

.land-title h2 {
  font-size: 1.5rem;
  color: #000222;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  @media (max-width: 1200px) {
    .land-title h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .land-title h2:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #f58e40;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h2:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
.land-title h3 {
  font-size: 1.125rem;
  color: #000222;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .land-title h3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #f58e40;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h3:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.rs-tel {
  font-size: 1.5rem;
  color: #000222 !important;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 1200px) {
    .rs-tel {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .rs-tel a {
    color: #000222; }
  .rs-tel:before {
   /*
 font-family: "Font Awesome 5 Free";
 content: "\f0c4";
 font-weight: 600;
*/
    content: '';
    background: url(../images/common/header_tel_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    padding-right: 5px; }

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #333; }
  .list01 dl dt, .list02 dl dt {
    border: none !important;
    background: none !important; }
  .list01 dl dd, .list02 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important;
    min-width: 107px;
    color: #8a4609;
    font-weight: bold; }

.list02 dl dd {
  min-width: 300px; }
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important; }
    .list02 dl dd, .list02 dl dt {
      width: 100% !important; } }

.list03 dl {
  border-bottom: 1px dashed #333; }
  .list03 dl dt {
    border: none !important;
    background: none !important;
    color: #8a4609;
    font-weight: bold;
    min-width: 280px; }
  .list03 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important; }
  @media only screen and (max-width: 640px) {
    .list03 dl {
      display: block !important; }
      .list03 dl dd, .list03 dl dt {
        width: 100% !important;
        text-align: left !important; } }

.faq table td {
  border: none; }

.faq-q span, .faq-a span {
  width: 40px;
  height: 40px;
  display: block;
  background: #045989;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .faq-q span, .faq-a span {
      font-size: calc(1.275rem + 0.3vw) ; } }
@media only screen and (max-width: 640px) {
  .faq-q, .faq-a {
    background: #045989;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #6fc5d2; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #6fc5d2; } }

.faq-q-txt {
  font-weight: bold;
  color: #000222; }
  @media screen and (min-width: 640px) {
    .faq-q-txt {
      border-bottom: 1px dashed #ccc !important; } }

.blog {
  max-width: 1200px;
  margin: 80px auto 0; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .blog {
      margin: 50px auto 0; } }
  @media only screen and (max-width: 640px) {
    .blog {
      margin: 30px auto 0; } }
  .blog .wrap {
    display: flex; }
    .blog .wrap aside {
      width: 28%;
      margin: 1%; }
      .blog .wrap aside nav {
        line-height: 2.0em; }
        .blog .wrap aside nav h3 {
          background: #f58e40 !important; }
        .blog .wrap aside nav ul li {
          border-bottom: 1px dashed #ccc; }
          .blog .wrap aside nav ul li .blogside {
            color: #333; }
            .blog .wrap aside nav ul li .blogside span {
              color: #045989;
              margin-left: 5px;
              display: block; }
        .blog .wrap aside nav > a {
          background: #6fc5d2 !important; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      min-width: auto; }
      .blog .wrap #contents article .date {
        color: #045989 !important; }
      .blog .wrap #contents article div img {
        width: 48%;
        margin: 1%; }
      .blog .wrap #contents article .date {
        color: #045989 !important; }
      .blog .wrap #contents article h2 {
        background: #045989;
        color: #fff !important;
        font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media only screen and (max-width: 834px) {
      .blog .wrap {
        flex-direction: column; }
        .blog .wrap aside, .blog .wrap #contents {
          width: 100%;
          margin: 10px auto; }
        .blog .wrap aside {
          text-align: center !important; } }
    @media only screen and (max-width: 640px) {
      .blog .wrap #contents article div {
        flex-direction: column; }
        .blog .wrap #contents article div img {
          width: 100%; } }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

.hoverBgContents {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hoverBgContents > .hoverBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.8s;
    background-position: center; }
  .hoverBgContents:hover > .hoverBg {
    transform: scale(1.2); }

@media only screen and (max-width: 834px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms; }

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms; }

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms; }

.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.works-FLX {
  display: flex;
  flex-wrap: wrap;
  align-items: top; }
  .works-FLX a:hover {
    opacity: 1 !important; }
  .works-FLX .boxL {
    width: 43%;
    margin: 1%; }
    .works-FLX .boxL ul li article div {
      display: none; }
  .works-FLX .boxR {
    width: 53%;
    margin: 1%; }
    .works-FLX .boxR ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .works-FLX .boxR ul li {
        width: 24%;
        margin: 0 0.5% 1% 0.5%; }
        .works-FLX .boxR ul li article {
          position: relative; }
          .works-FLX .boxR ul li article:before {
            content: '';
            display: block;
            padding-top: 100%; }
          .works-FLX .boxR ul li article img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100% !important;
            width: 100% !important;
            object-fit: cover;
            font-family: 'object-fit: cover;';
            display: block; }
          .works-FLX .boxR ul li article div {
            display: none; }
  @media only screen and (max-width: 834px) {
    .works-FLX {
      flex-direction: column;
      align-items: center; }
      .works-FLX .boxL {
        width: 90%; }
      .works-FLX .boxR {
        width: 95%; } }
  @media only screen and (max-width: 640px) {
    .works-FLX .boxR ul li {
      width: 48%; } }

.modaal-close {
  position: absolute !important;
  right: 6px !important;
  top: 6px !important;
  background: #e1e1e1 !important;
  width: 50px !important;
  height: 50px !important; }
  .modaal-close:hover {
    opacity: 0.7 !important; }
  .modaal-close:before, .modaal-close:after {
    background: #000 !important; }

.modaal-content-container table td {
  padding: 10px; }

.modaal-container {
  background: none !important;
  color: #fff !important; }

@media only screen and (max-width: 640px) {
  .modaal-wrapper table td {
    display: block !important;
    border: none !important; } }

.modaalBox {
  display: none; }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

/*# sourceMappingURL=common_style.css.map */
