@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://use.typekit.net/wgd6zip.css);
@import url(https://use.typekit.net/vig5vke.css);
@import url(https://use.typekit.net/cen4ble.css);
@import url(https://use.typekit.net/fhd7qnz.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
@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);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;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 {
  -webkit-transform: rotate(30deg);
          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 {
  -webkit-transform: rotate(-30deg);
          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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
          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%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(312px);
          transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  -webkit-transform: translate(-312px);
          transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          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;
}

/*Balboa*/
/*open sans*/
/*droid-sans*/
* {
  -webkit-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: 1.0px;
  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.9375rem;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.8em;
    letter-spacing: normal;
  }
}

.inner6 {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

.inner8 {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner11 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner12 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner_12 {
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

.inner14 {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.inner_14 {
  width: 100% !important;
  max-width: 1400px;
  margin: 0 auto;
}

.inner16 {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.inner_16 {
  width: 100% !important;
  max-width: 1600px;
  margin: 0 auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100% !important;
}

#contents {
  background: none;
  font-size: 100%;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", 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 {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

header#global_header #header-wrap {
  width: 100%;
  background: #072d58;
}

#header {
  margin: 0 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 835px) {
  #header {
    margin: 0 70px 0 0;
  }
}

.header_logo {
  width: 30%;
  max-width: 360px;
  min-width: 250px;
}

.header_logo a {
  background: #051326;
  padding: 25px 20px;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .header_logo a {
    padding: 20px 15px;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .header_logo a {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .header_logo a {
    padding: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .header_logo {
    width: 200px;
    min-width: 100px;
  }
}

.header_right {
  min-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1000px) {
  .header_right {
    min-width: 500px;
  }
}

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

.h_tel {
  margin: 0 1% 0 0;
  color: #fff;
}

.h_tel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_tel img {
  width: 30px;
  margin-right: 10px;
}

.h_tel a {
  letter-spacing: 0;
  color: #fff !important;
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  font-family: "Times New Roman", serif;
}

@media (max-width: 1200px) {
  .h_tel a {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

@media only screen and (max-width: 1000px) {
  .h_tel a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .h_tel a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 1000px) {
  .h_tel {
    min-width: auto;
  }
}

.h_cont {
  margin: 0 0 0 1%;
  border: 1px solid #072d58;
}

.h_cont:hover {
  border: 1px solid #ebbf10;
}

.smicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
}

@media screen and (min-width: 836px) {
  .smicon {
    display: none;
  }
}

.smicon div {
  width: 48%;
  margin: 1%;
}

.smicon div a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ebbf10;
  border-radius: 50%;
  color: #fff;
}

.local_tel a {
  color: #3b3b3b !important;
}

@media only screen and (max-width: 835px) {
  .local_tel {
    display: block !important;
  }
}

.mean-bar {
  display: none;
}

.mean-container .mean-push {
  display: none !important;
}

#nav-wrap {
  width: 100%;
  background: #072d58;
}

#nav_global {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  background: #072d58;
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

#nav_global > ul li:not(:last-child):before {
  content: '|';
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav_global > ul li a {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}

#nav_global > ul li a:hover {
  opacity: 0.8 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 1200px) {
  #nav_global > ul li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1000px) {
  #nav_global > ul li a {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 900px) {
  #nav_global > ul li a {
    font-size: 0.8125rem;
  }
}

#nav_global > ul li ul {
  position: absolute;
  background: rgba(228, 240, 247, 0.9);
  width: 800px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav_global > ul li ul li a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

#nav_global > ul li ul li a:after {
  content: none;
}

#nav_global > ul li ul li a img {
  width: 40px;
  margin-right: 10px;
}

#nav_global > ul li ul li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul li ul li a:hover {
  color: #fff;
}

#nav_global > ul li ul li:before {
  content: none !important;
}

@media only screen and (max-width: 1000px) {
  #nav_global > ul li ul {
    width: 600px;
  }
}

@media only screen and (max-width: 835px) {
  #nav_global > ul {
    display: none;
  }
}

@media only screen and (max-width: 835px) {
  #nav_global {
    margin: 0 auto;
    padding: 0;
  }
}

.cycl_bg {
  background: #f2c924;
}

.rope_bg {
  background: #7eb9e5;
}

.rhythm_bg {
  background: #ebbf10;
}

.cycl_txt {
  color: #ebbf10;
}

.rope_txt {
  color: #7eb9e5;
}

.rhythm_txt {
  color: #ebbf10;
}

#nav-toggle p {
  color: #072d58 !important;
}

.main {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 835px) {
  .main {
    height: auto !important;
  }
}

.main-item img {
  width: 90% !important;
  max-width: 1600px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 835px) {
  .main-item img {
    height: auto !important;
  }
}

.main-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.main {
  position: relative;
}

.main .scr {
  width: 15px;
  position: absolute;
  left: 3%;
  bottom: 10%;
}

@media only screen and (max-width: 1200px) {
  .main .scr {
    width: 12px;
    bottom: 15%;
  }
}

@media only screen and (max-width: 1000px) {
  .main .scr {
    bottom: 18%;
  }
}

@media only screen and (max-width: 835px) {
  .main .scr {
    right: 2%;
    display: none;
  }
}

.main .scr span {
  position: relative;
  height: 100%;
  width: 100%;
}

.main .scr span:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 50px;
  display: block;
  bottom: -70px;
  left: -10px;
  -webkit-animation: fuwafuwa 2s infinite ease-in-out;
          animation: fuwafuwa 2s infinite ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.anchor {
  display: block;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media only screen and (max-width: 640px) {
  .anchor {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.anchor2 {
  display: block;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor2 {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media only screen and (max-width: 640px) {
  .anchor2 {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.clone--nav {
  width: 100% !important;
  max-width: 100% !important;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-left: 0 !important;
}

@media only screen and (max-width: 835px) {
  .clone--nav {
    display: none !important;
  }
}

.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.toggleMenu {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  width: 90px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 1300px) {
  .toggleMenu {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 835px) {
  .toggleMenu {
    width: 50px;
    height: 56px;
  }
}

.hide {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.toggleMenu .bars {
  margin: 0 auto;
  height: 25px;
  width: 50px;
  position: relative;
}

.toggleMenu a:hover {
  opacity: 1;
}

.toggleMenu .bars span {
  height: 2px;
  background-color: #ebbf10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  left: -5px;
}

.toggleMenu .bars span:nth-of-type(1) {
  width: 50px;
  top: 0;
}

@media only screen and (max-width: 835px) {
  .toggleMenu .bars span:nth-of-type(1) {
    width: 40px;
  }
}

.toggleMenu .bars span:nth-of-type(2) {
  width: 40px;
  top: 10px;
}

@media only screen and (max-width: 835px) {
  .toggleMenu .bars span:nth-of-type(2) {
    width: 35px;
  }
}

.toggleMenu .bars span:nth-of-type(3) {
  width: 30px;
  top: 20px;
}

@media only screen and (max-width: 835px) {
  .toggleMenu .bars span:nth-of-type(3) {
    width: 25px;
  }
}

.toggleMenu.isActive .bars span {
  right: 0;
}

.toggleMenu.isActive .bars span:nth-of-type(1), .toggleMenu.isActive .bars span:nth-of-type(3) {
  width: 30px;
  top: 10px;
}

.toggleMenu.isActive .bars span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggleMenu.isActive .bars span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.isActive .bars span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlayMenu {
  width: 60%;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  min-width: 300px;
}

@media only screen and (max-width: 640px) {
  .overlayMenu {
    width: 80%;
    min-width: 300px;
  }
}

.overlayMenu.isOpened {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.overlayMenu > .outer {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding: 50px 25px !important;
}

.overlayMenu > .outer li {
  position: relative;
}

.overlayMenu > .outer li a {
  height: auto !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #072d58;
  padding: 20px 15px;
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  font-size: 1.25rem;
}

@media only screen and (max-width: 835px) {
  .overlayMenu > .outer li a {
    padding: 15px 10px;
    font-size: 1rem;
  }
}

.overlayMenu > .outer .toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  display: block;
  padding: 35px 15px;
}

@media only screen and (max-width: 835px) {
  .overlayMenu > .outer .toggle {
    padding: 30px 15px;
  }
}

.overlayMenu > .outer .sp_btn {
  position: relative;
}

.overlayMenu > .outer .sp_btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 12px;
  height: 1px;
  background-color: #072d58;
  content: '';
}

.overlayMenu > .outer .sp_btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 12px;
  height: 1px;
  background-color: #072d58;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.overlayMenu > .outer .on_click:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.overlayMenu:before, .overlayMenu:after {
  content: "";
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 10px;
  right: 10px;
}

.overlayMenu:before {
  top: 0;
}

.overlayMenu:after {
  bottom: 0;
}

@media (max-width: 835px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 835px) {
  .smOnly {
    display: none !important;
  }
}

.dropdown li a {
  font-size: 16px !important;
  color: #072d58 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdown li a img {
  width: 30px;
  margin-right: 10px;
}

footer#global_footer {
  position: relative;
  background: none !important;
  min-width: auto !important;
  background: #f0f4f9;
  margin-top: 80px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  footer#global_footer {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer {
    margin-top: 30px;
  }
}

#top-button {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

#top-button a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  background: #ebbf10;
}

@media only screen and (max-width: 640px) {
  #top-button {
    bottom: 10px;
  }
}

.f_map iframe {
  vertical-align: bottom;
}

#footer_bg {
  padding: 50px 0 20px 0;
  background: #072d58;
}

@media only screen and (max-width: 1000px) {
  #footer_bg {
    padding: 40px 0 20px 0;
  }
}

@media only screen and (max-width: 835px) {
  #footer_bg {
    padding: 30px 0 0 0;
  }
}

.tct_ttl h2 {
  color: #fff;
  font-size: 2.25rem;
  font-family: "Times New Roman", serif;
  line-height: 1;
  position: relative;
}

@media (max-width: 1200px) {
  .tct_ttl h2 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.tct_ttl h2 span {
  background: #fff;
  padding: 5px;
  margin: 15px auto 0 auto;
  display: block;
  width: 30%;
  max-width: 150px;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-size: 0.875rem;
}

@media only screen and (max-width: 1200px) {
  .tct_ttl h2 span {
    margin-top: 15px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 835px) {
  .tct_ttl h2 span {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}

.tct_info {
  margin: 20px auto;
  width: 95%;
  max-width: 800px;
  min-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 835px) {
  .tct_info {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 640px) {
  .tct_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: auto;
  }
  .tct_info .tct_tel, .tct_info .tct_cont {
    width: 100%;
  }
  .tct_info .tct_tel {
    margin: 0 auto 15px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tct_tel {
  min-width: 280px;
  margin: 0 1% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tct_tel i {
  font-size: 1.5rem;
  margin-right: 5px;
  background: #ebbf10;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

@media (max-width: 1200px) {
  .tct_tel i {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.tct_tel div {
  text-align: left;
  line-height: 1;
  color: #fff;
}

.tct_tel div span {
  display: block;
  font-size: 0.75rem;
  margin-top: 5px;
}

@media only screen and (max-width: 835px) {
  .tct_tel div span {
    font-size: 0.6875rem;
  }
}

.tct_tel a {
  letter-spacing: 0;
  font-size: 2.625rem;
  letter-spacing: 0.5px;
  font-family: "Times New Roman", serif;
  color: #fff !important;
}

@media (max-width: 1200px) {
  .tct_tel a {
    font-size: calc(1.3875rem + 1.65vw) ;
  }
}

.tct_cont {
  width: 49%;
  margin: 0 0 0 1%;
}

.tct_cont a {
  padding: 15px 10px !important;
  min-width: 250px;
  max-width: 400px;
}

@media only screen and (max-width: 835px) {
  .tct_cont a {
    font-size: 1rem;
  }
}

#footer_wrap {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 20px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer_wrap a {
  color: #333;
}

#footer_wrap address {
  width: 400px;
  min-width: 200px;
  line-height: 1.5em;
  color: #fff;
}

#footer_wrap address .f_logo a img {
  display: block;
  width: 250px;
  margin: 0 auto 15px auto;
}

@media only screen and (max-width: 835px) {
  #footer_wrap address {
    margin: 0 auto;
    text-align: center;
  }
  #footer_wrap address .f_logo a img {
    width: 200px;
  }
}

@media only screen and (max-width: 835px) {
  #footer_wrap {
    padding: 15px;
    margin: 0 auto 15px auto;
  }
}

#footer {
  width: 600px;
}

@media only screen and (max-width: 835px) {
  #footer {
    display: none;
  }
}

#footer-nav {
  width: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer-nav ul {
  margin: 1%;
  width: 31.333;
}

#footer-nav ul li a {
  display: block;
  text-align: left;
  padding: 0 10px;
  font-size: 14px;
  position: relative;
  color: #fff;
}

#footer-nav ul li a:after {
  position: absolute;
  content: '-';
  left: 0px;
  top: 0;
}

@media only screen and (max-width: 835px) {
  #footer-nav {
    display: none;
  }
}

#copyright {
  color: #fff !important;
}

#copyright a {
  color: #fff !important;
  font-size: 0.875rem;
}

@media only screen and (max-width: 835px) {
  #copyright {
    padding: 0 0 15px 0;
    text-align: center;
  }
}

.mean-container .mean-push {
  display: none !important;
}

.title_z {
  margin: 0 auto 20px auto;
}

.title_z h2, .title_z h3 {
  background: rgba(7, 45, 88, 0.7);
  padding: 5px 10px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1200px) {
  .title_z h2, .title_z h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_z h2 span, .title_z h3 span {
  color: #023561;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_z {
    margin: 0 auto 15px auto;
  }
  .title_z h2, .title_z h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_z {
    margin: 0 auto 15px auto;
  }
  .title_z h2, .title_z h3 {
    font-size: 1.125rem;
  }
}

.title_x, .title_x2, .title_x3, .title_x4 {
  margin: 15px auto 10px auto;
}

.title_x h2, .title_x2 h2, .title_x3 h2, .title_x4 h2, .title_x h3, .title_x2 h3, .title_x3 h3, .title_x4 h3 {
  background: #67b2c3;
  padding: 5px 10px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1200px) {
  .title_x h2, .title_x2 h2, .title_x3 h2, .title_x4 h2, .title_x h3, .title_x2 h3, .title_x3 h3, .title_x4 h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_x h2 span, .title_x2 h2 span, .title_x3 h2 span, .title_x4 h2 span, .title_x h3 span, .title_x2 h3 span, .title_x3 h3 span, .title_x4 h3 span {
  color: #023561;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_x, .title_x2, .title_x3, .title_x4 {
    margin: 15px auto 10px auto;
  }
  .title_x h2, .title_x2 h2, .title_x3 h2, .title_x4 h2, .title_x h3, .title_x2 h3, .title_x3 h3, .title_x4 h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_x, .title_x2, .title_x3, .title_x4 {
    margin: 15px auto 10px auto;
  }
  .title_x h2, .title_x2 h2, .title_x3 h2, .title_x4 h2, .title_x h3, .title_x2 h3, .title_x3 h3, .title_x4 h3 {
    font-size: 1.125rem;
  }
}

.title_x2 h2, .title_x2 h3 {
  background: #7badbd;
}

.title_x3 h2, .title_x3 h3 {
  background: #486fac;
}

.title_x4 h2, .title_x4 h3 {
  background: #53abcf;
}

.info_01 ul li {
  margin-bottom: 10px;
}

.info_01 ul li .num {
  font-size: 1.125rem;
  margin-right: 5px;
  display: inline-block;
  background: #072d58;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 835px) {
  .info_01 ul li .num {
    font-size: 1rem;
  }
}

.question_box dl {
  display: block !important;
  line-height: normal;
}

.question_box dl dt {
  padding: 15px 15px 15px 40px !important;
  background-color: rgba(235, 191, 16, 0.3) !important;
  border: none !important;
  color: #3b3b3b;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
  position: relative;
}

.question_box dl dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 10px;
  color: #3b3b3b;
  font-size: 1.5rem;
  font-family: "Times New Roman", serif;
}

@media (max-width: 1200px) {
  .question_box dl dt:before {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.question_box dl dt:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #072d58;
  font-size: 0.75rem;
}

.question_box dl dt:hover {
  opacity: 0.7 !important;
}

.question_box dl dt:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.question_box dl dd {
  background: none !important;
  padding: 0 0 0 15px !important;
  border: none !important;
  display: none;
  margin-top: 20px;
}

.question_box dl:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .question_box dl dt {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  .question_box dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .question_box dl dt {
    padding: 10px 20px 10px 30px !important;
    font-size: 0.9375rem;
  }
  .question_box dl dt:before {
    font-size: 1.5rem;
    left: 10px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .question_box dl dt:before {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .question_box dl dt:after {
    right: 5px;
  }
}

.company_DL1 dl {
  line-height: 1.8em !important;
}

.company_DL1 dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: rgba(204, 204, 204, 0.3) !important;
  font-weight: 500;
  min-width: 200px;
}

@media only screen and (max-width: 640px) {
  .company_DL1 dl {
    display: block !important;
  }
  .company_DL1 dl dt {
    min-width: auto;
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DL1 dl dd {
    width: 100% !important;
  }
}

.result_01 ul li {
  width: 18%;
  margin: 0 1%;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 1200px) {
  .result_01 ul li {
    width: 23%;
  }
}

@media only screen and (max-width: 1000px) {
  .result_01 ul li {
    width: 31%;
  }
}

@media only screen and (max-width: 835px) {
  .result_01 ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .result_01 ul li {
    font-size: 0.875rem;
  }
}

.point_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.point_01 > .box {
  overflow: inherit !important;
}

.point_01 > .box:first-child {
  width: 45%;
  margin: 0 0 0 0;
}

.point_01 > .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.point_01 > .box:nth-child(2) {
  width: 60%;
  margin: 0 0 0 -50px;
}

.point_01 > .box:nth-child(2) .box_R_t {
  position: relative;
  overflow: visible !important;
  background: rgba(7, 45, 88, 0.9);
  border-radius: 5px;
  padding: 30px 10px;
  color: #fff;
}

.point_01 > .box:nth-child(2) .box_R_t .box {
  width: 100%;
}

.point_01 > .box:nth-child(2) .box_R_t img {
  width: 100px !important;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .point_01 > .box:nth-child(2) .box_R_t img {
    width: 80px !important;
  }
}

.point_01 > .box:nth-child(2) .box_R_t .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.point_01 > .box:nth-child(2) .box_R_t .ttl .num {
  color: #ebbf10;
  font-family: "Times New Roman", serif;
  font-size: 4.6875rem;
}

@media (max-width: 1200px) {
  .point_01 > .box:nth-child(2) .box_R_t .ttl .num {
    font-size: calc(1.59375rem + 4.125vw) ;
  }
}

.point_01 > .box:nth-child(2) .box_R_t .ttl div {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .point_01 > .box:nth-child(2) .box_R_t .ttl div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.point_01 > .box:nth-child(2) .box_R_t .ttl div span {
  display: block;
  color: #ebbf10;
  font-family: "Times New Roman", serif;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .point_01 > .box:nth-child(2) .box_R_t .ttl {
    bottom: 5px;
  }
  .point_01 > .box:nth-child(2) .box_R_t .ttl .num {
    font-size: 6.25rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .point_01 > .box:nth-child(2) .box_R_t .ttl .num {
    font-size: calc(1.75rem + 6vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .point_01 > .box:nth-child(2) .box_R_t .box {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .point_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point_01 .box:first-child {
    width: 100%;
    margin: 0 auto 5px auto !important;
  }
  .point_01 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.point_01_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.point_01_R > .box {
  overflow: inherit !important;
}

.point_01_R > .box:first-child {
  width: 60%;
  margin: 0 -50px 0 0;
}

.point_01_R > .box:first-child .box_R_t {
  position: relative;
  overflow: visible !important;
  background: rgba(7, 45, 88, 0.9);
  border-radius: 5px;
  padding: 30px 10px;
  color: #fff;
}

.point_01_R > .box:first-child .box_R_t .box {
  width: 100%;
}

.point_01_R > .box:first-child .box_R_t img {
  width: 100px !important;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .point_01_R > .box:first-child .box_R_t img {
    width: 80px !important;
  }
}

.point_01_R > .box:first-child .box_R_t .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.point_01_R > .box:first-child .box_R_t .ttl .num {
  color: #ebbf10;
  font-family: "Times New Roman", serif;
  font-size: 4.6875rem;
}

@media (max-width: 1200px) {
  .point_01_R > .box:first-child .box_R_t .ttl .num {
    font-size: calc(1.59375rem + 4.125vw) ;
  }
}

.point_01_R > .box:first-child .box_R_t .ttl div {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .point_01_R > .box:first-child .box_R_t .ttl div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.point_01_R > .box:first-child .box_R_t .ttl div span {
  display: block;
  color: #ebbf10;
  font-family: "Times New Roman", serif;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .point_01_R > .box:first-child .box_R_t .ttl {
    bottom: 5px;
  }
  .point_01_R > .box:first-child .box_R_t .ttl .num {
    font-size: 6.25rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .point_01_R > .box:first-child .box_R_t .ttl .num {
    font-size: calc(1.75rem + 6vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .point_01_R > .box:first-child .box_R_t .box {
    margin: 0 auto;
  }
}

.point_01_R > .box:nth-child(2) {
  width: 45%;
  margin: 0 0 0 0;
}

.point_01_R > .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .point_01_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point_01_R .box:first-child {
    width: 100%;
    margin: 0 auto !important;
  }
  .point_01_R .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 5px auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .point_02 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .point_02 .box {
    width: 100% !important;
  }
  .point_02 .box img {
    display: block;
    max-width: 500px !important;
    margin: 0 auto;
  }
  .point_02 .box:not(.last-child) {
    margin: 0 auto 15px auto;
  }
}

.hoshu_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hoshu_01 .box {
  overflow: inherit !important;
}

.hoshu_01 .box:first-child {
  width: 14%;
  margin: 0 1% 0 0;
}

.hoshu_01 .box:first-child div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #66a8da;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .hoshu_01 .box:first-child div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .hoshu_01 .box:first-child div {
    font-size: 1.125rem;
  }
}

.hoshu_01 .box:nth-child(2) {
  width: 84%;
  margin: 0 0 0 1%;
}

@media only screen and (max-width: 640px) {
  .hoshu_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hoshu_01 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .hoshu_01 .box:first-child div {
    font-size: 1.25rem;
    padding: 5px;
    line-height: 1;
  }
  .hoshu_01 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.shukan_01_txt {
  color: #66a8da;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  font-size: 1.125rem;
}

@media only screen and (max-width: 835px) {
  .shukan_01_txt {
    font-size: 1rem;
  }
}

.shiaku_01 .box {
  background: rgba(7, 45, 88, 0.1);
  border-radius: 5px;
  padding: 10px;
}

.shiaku_01 .box .ttl {
  margin: 10px auto;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #66a8da;
  display: block;
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 1200px) {
  .shiaku_01 .box .ttl {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .shiaku_01 .box .ttl {
    font-size: 1rem;
    margin: 5px auto;
  }
}

.title_01 h2 {
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.25rem;
  font-family: "Times New Roman", serif;
}

@media (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.title_01 h2 span {
  line-height: 1;
  margin-top: 10px;
  display: block;
  color: #023561;
  font-size: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .title_01 h2 {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .title_01 h2 span {
    font-size: 0.75rem;
  }
}

.title_02 h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.25rem;
  font-family: "Times New Roman", serif;
  line-height: 1;
  position: relative;
}

.title_02 h2 span {
  background: #072d58;
  padding: 5px;
  margin: 0 auto 15px auto;
  display: block;
  width: 30%;
  max-width: 150px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-size: 0.875rem;
}

@media (max-width: 1200px) {
  .title_02 h2 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

@media only screen and (max-width: 1200px) {
  .title_02 h2 span {
    margin-top: 15px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 835px) {
  .title_02 h2 span {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}

.title_03 {
  margin: 40px auto 70px auto;
}

.title_03 h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.25rem;
  font-family: "Times New Roman", serif;
  line-height: 1;
  position: relative;
}

@media (max-width: 1200px) {
  .title_03 h2 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.title_03 h2::after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 30px;
  bottom: -30px;
  left: 50%;
}

@media only screen and (max-width: 1200px) {
  .title_03 {
    margin: 40px auto 60px auto;
  }
}

@media only screen and (max-width: 835px) {
  .title_03 {
    margin: 30px auto 50px auto;
  }
}

.title_04 {
  margin: 0 auto 70px auto;
}

.title_04 h2 {
  color: rgba(59, 59, 59, 0.8);
  font-size: 2.25rem;
  font-family: "Times New Roman", serif;
  line-height: 1;
  position: relative;
}

@media (max-width: 1200px) {
  .title_04 h2 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.title_04 h2::after {
  position: absolute;
  content: '';
  background: rgba(59, 59, 59, 0.3);
  width: 1px;
  height: 30px;
  bottom: -30px;
  left: 50%;
}

@media only screen and (max-width: 1200px) {
  .title_04 {
    margin: 0 auto 60px auto;
  }
}

@media only screen and (max-width: 835px) {
  .title_04 {
    margin: 0 auto 50px auto;
  }
}

.bg_img_wrap1 {
  position: relative;
  padding: 150px 0  !important;
}

@media screen and (max-width: 1500px) {
  .bg_img_wrap1 {
    padding: 100px 0  !important;
  }
}

@media screen and (max-width: 1200px) {
  .bg_img_wrap1 {
    padding: 80px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap1 {
    padding: 70px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_wrap1 {
    padding: 40px 0  !important;
  }
}

.bg_img_inr1 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/top_bg01.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  .bg_img_inr1 {
    left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_inr1 {
    left: 10px;
  }
}

.cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont_01 .box_L {
  width: 400px;
  min-width: 380px;
  margin: 1%;
}

.cont_01 .box_L .box_L_b {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  margin: 40px 0;
}

@media (max-width: 1200px) {
  .cont_01 .box_L .box_L_b {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.cont_01 .box_L .box_L_b p {
  background: #fff;
  margin: 5px 0;
  padding: 5px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .cont_01 .box_L {
    min-width: 320px;
  }
  .cont_01 .box_L .box_L_b {
    font-size: 1.5rem;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .cont_01 .box_L .box_L_b {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .box_L {
    width: auto;
    min-width: auto;
  }
  .cont_01 .box_L .box_L_b {
    font-size: 1.125rem;
  }
  .cont_01 .box_L .box_L_b p {
    padding: 3px;
  }
}

.cont_01 .box_R {
  max-width: 1100px;
}

.cont_01 .box_R .box_R_t .box {
  position: relative;
  overflow: visible !important;
  background: rgba(7, 45, 88, 0.8);
  border-radius: 5px;
  padding: 30px 10px;
  color: #fff;
}

.cont_01 .box_R .box_R_t .box img {
  width: 100px !important;
  display: block;
  margin: 0 auto;
}

.cont_01 .box_R .box_R_t .box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.cont_01 .box_R .box_R_t .box .ttl .num {
  color: #ebbf10;
  font-family: "Times New Roman", serif;
  font-size: 4.6875rem;
}

@media (max-width: 1200px) {
  .cont_01 .box_R .box_R_t .box .ttl .num {
    font-size: calc(1.59375rem + 4.125vw) ;
  }
}

.cont_01 .box_R .box_R_t .box .ttl div {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .cont_01 .box_R .box_R_t .box .ttl div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.cont_01 .box_R .box_R_t .box .ttl div span {
  display: block;
  color: #ebbf10;
  font-family: "Times New Roman", serif;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1600px) {
  .cont_01 .box_R .box_R_t .box .ttl {
    bottom: -30px;
  }
  .cont_01 .box_R .box_R_t .box .ttl .num {
    font-size: 3.125rem;
  }
}

@media only screen and (max-width: 1600px) and (max-width: 1200px) {
  .cont_01 .box_R .box_R_t .box .ttl .num {
    font-size: calc(1.4375rem + 2.25vw) ;
  }
}

@media only screen and (max-width: 1600px) {
  .cont_01 .box_R .box_R_t .box .ttl div {
    font-size: 1.3125rem;
  }
}

@media only screen and (max-width: 1600px) and (max-width: 1200px) {
  .cont_01 .box_R .box_R_t .box .ttl div {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 1200px) {
  .cont_01 .box_R .box_R_t .box .ttl div {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .box_R .box_R_t .box .ttl .num {
    font-size: 6.25rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .cont_01 .box_R .box_R_t .box .ttl .num {
    font-size: calc(1.75rem + 6vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .box_R .box_R_t .box {
    margin-bottom: 50px !important;
  }
}

.cont_01 .box_R .box_R_b {
  margin: 70px auto 0 auto;
}

@media only screen and (max-width: 1000px) {
  .cont_01 .box_R .box_R_b {
    margin: 50px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .box_R .box_R_b {
    margin: 0 auto;
  }
}

.cont_01 .box_R .box_R_b div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_01 .box_R .box_R_b div .txt {
  width: 100%;
  color: #fff;
}

.cont_01 .box_R .box_R_b div .box_R_b_btn {
  margin: 0 0 0 10px;
  width: 250px;
  min-width: 220px;
}

.cont_01 .box_R .box_R_b div .box_R_b_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .cont_01 .box_R .box_R_b div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont_01 .box_R .box_R_b div .box_R_b_btn {
    width: 100%;
    margin: 0 auto;
  }
}

.bg_img_wrap1 {
  position: relative;
  padding: 150px 0  !important;
}

@media screen and (max-width: 1500px) {
  .bg_img_wrap1 {
    padding: 100px 0  !important;
  }
}

@media screen and (max-width: 1200px) {
  .bg_img_wrap1 {
    padding: 80px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap1 {
    padding: 70px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_wrap1 {
    padding: 40px 0  !important;
  }
}

.bg_img_inr1 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/top_bg01.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  .bg_img_inr1 {
    left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_inr1 {
    left: 10px;
  }
}

.bg_color_wrap1 {
  position: relative;
  padding: 80px 0  !important;
}

@media screen and (max-width: 1500px) {
  .bg_color_wrap1 {
    padding: 60px 0  !important;
  }
}

@media screen and (max-width: 1200px) {
  .bg_color_wrap1 {
    padding: 50px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_color_wrap1 {
    padding: 40px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_color_wrap1 {
    padding: 40px 0  !important;
  }
}

.bg_color_inr1 {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #e3e9e9;
  z-index: -1;
}

.bnr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnr1 > a {
  max-width: 400px;
  width: 29.333%;
  margin: 0 2%;
  position: relative;
  overflow: visible;
  background: #000;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.bnr1 > a .box {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto !important;
  overflow: hidden;
}

.bnr1 > a .box article {
  height: 100%;
}

.bnr1 > a .box article > h3 {
  display: none;
}

.bnr1 > a .box img {
  display: block;
  width: 100% !important;
  height: 100%;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0.5 !important;
}

.bnr1 > a .box .box_txt .btn {
  position: absolute;
  bottom: 0;
  right: 0px;
  padding: 20px 15px 50px 15px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background: #ebbf10;
}

@media (max-width: 1200px) {
  .bnr1 > a .box .box_txt .btn {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.bnr1 > a .box .box_txt .btn:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  /*アイコンのユニコード*/
  font-size: 30px;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 100;
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  .bnr1 > a .box .box_txt .btn {
    font-size: 1.3125rem;
  }
}

@media only screen and (max-width: 1500px) and (max-width: 1200px) {
  .bnr1 > a .box .box_txt .btn {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bnr1 > a .box .box_txt .btn {
    font-size: 1.125rem;
    padding: 20px 10px 50px 10px;
  }
  .bnr1 > a .box .box_txt .btn:after {
    bottom: 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .bnr1 > a .box .box_txt .btn {
    padding: 15px 10px;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    left: 0;
    text-align: center;
  }
  .bnr1 > a .box .box_txt .btn:after {
    font-size: 18px;
  }
}

.bnr1 > a .box .box_txt .deco {
  position: absolute;
  bottom: 200px;
  right: -30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  font-size: 1rem;
}

@media only screen and (max-width: 1500px) {
  .bnr1 > a .box .box_txt .deco {
    bottom: 100px;
    font-size: 0.875rem;
    right: -25px;
  }
}

@media only screen and (max-width: 640px) {
  .bnr1 > a .box .box_txt .deco {
    display: none;
  }
}

.bnr1 > a:hover {
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 1 !important;
}

.bnr1 > a:hover .box {
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.bnr1 > a:hover .box img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 1 !important;
}

.bnr1 > a:hover .box .box_txt .ttl {
  color: #3b3b3b;
}

.bnr1 > a:hover .box .box_txt .btn {
  background: #ebbf10;
  border: none;
}

.bnr1 > a:hover .box .box_txt .btn:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bnr1 > a:nth-child(2) {
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .bnr1 > a:nth-child(2) {
    margin-top: 0;
  }
}

.bnr1 > a:nth-child(1), .bnr1 > a:nth-child(3) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .bnr1 > a:nth-child(1), .bnr1 > a:nth-child(3) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .bnr1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bnr1 a {
    width: 100% !important;
    margin: auto;
  }
  .bnr1 a:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.bg_img_wrap2 {
  position: relative;
  padding: 150px 0  !important;
}

@media screen and (max-width: 1500px) {
  .bg_img_wrap2 {
    padding: 100px 0  !important;
  }
}

@media screen and (max-width: 1200px) {
  .bg_img_wrap2 {
    padding: 80px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap2 {
    padding: 70px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_wrap2 {
    padding: 40px 0  !important;
  }
}

.bg_img_inr2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/top_bg02.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 1500px) {
  .bg_img_inr2 {
    right: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_inr2 {
    right: 0;
  }
}

.cont_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_02 a {
  width: 49%;
  max-width: 650px;
  background: #072d58;
  position: relative;
}

.cont_02 a:first-child {
  margin: 0 1% 80px 0;
}

.cont_02 a:nth-child(2) {
  margin: 50px 0 0 1%;
}

.cont_02 a:nth-child(3) {
  margin: 0 1% 80px 0;
}

.cont_02 a:nth-child(4) {
  margin: 80px 0 0 1%;
}

.cont_02 a .box article > h3 {
  display: none;
}

.cont_02 a .box article img {
  width: 90% !important;
  display: block;
  margin: -30px auto 0 auto;
}

@media only screen and (max-width: 640px) {
  .cont_02 a .box article img {
    width: 95 !important;
  }
}

.cont_02 a .box article div {
  width: 90% !important;
  margin: 15px auto;
  color: #fff;
}

@media only screen and (max-width: 835px) {
  .cont_02 a .box article div {
    width: 95% !important;
  }
}

.cont_02 a .box article div h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.3125rem;
  position: relative;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .cont_02 a .box article div h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.cont_02 a .box article div h3::after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 1px;
  bottom: -10px;
  left: 0;
}

@media only screen and (max-width: 1000px) {
  .cont_02 a .box article div h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.cont_02 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  /*アイコンのユニコード*/
  font-size: 30px;
  position: absolute;
  /*絶対位置*/
  right: 25px;
  /*アイコンの位置*/
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 100;
  color: #ebbf10;
}

@media only screen and (max-width: 835px) {
  .cont_02 a:after {
    font-size: 24px;
    right: 15px;
    bottom: 0;
  }
}

.cont_02 a:hover {
  opacity: 1;
  background: rgba(2, 53, 97, 0.8);
}

.cont_02 a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .cont_02 a:first-child {
    margin: 0 1% 60px 0;
  }
  .cont_02 a:nth-child(2) {
    margin: 50px 0 0 1%;
  }
  .cont_02 a:nth-child(3) {
    margin: 0 1% 60px 0;
  }
  .cont_02 a:nth-child(4) {
    margin: 60px 0 0 1%;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .cont_02 {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02 {
    margin-top: 50px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont_02 a {
    width: 100%;
    margin: 0 auto 60px auto !important;
  }
  .cont_02 a:nth-child(4) {
    margin: 0 auto  !important;
  }
}

.bnr2 .box div a {
  width: 100%;
  display: block;
  padding: 50px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.25rem;
  font-family: "Times New Roman", serif;
}

@media (max-width: 1200px) {
  .bnr2 .box div a {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.bnr2 .box div a span {
  display: block;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  padding: 5px 10px;
  line-height: 1;
  background: #fff;
  font-size: 1rem;
  margin-top: 20px;
}

.bnr2 .box div a:hover {
  opacity: 1;
}

.bnr2 .box div a:hover span {
  background: #072d58;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 1200px) {
  .bnr2 .box div a {
    padding: 30px;
  }
  .bnr2 .box div a span {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 835px) {
  .bnr2 .box div a {
    padding: 30px;
  }
  .bnr2 .box div a span {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}

.bnr2 .box:first-child div a {
  background: #66a8da;
}

.bnr2 .box:nth-child(2) div a {
  background: #5090d8;
}

.news {
  height: 300px;
  overflow-y: auto;
  line-height: 1.5;
}

.news dt {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
}

.news dl {
  border: none !important;
  border-bottom: 1px dashed #ccc !important;
  padding: 10px 0;
  display: block !important;
}

.news dl dt, .news dl dd {
  border: none !important;
  width: 100% !important;
  background: none !important;
  padding: 5px 8px !important;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .news {
    width: 100%;
  }
}

#Local_header {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0   !important;
}

@media only screen and (max-width: 1500px) {
  #Local_header {
    padding: 100px  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #Local_header {
    padding: 70px 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  #Local_header {
    padding: 30px 0 !important;
  }
}

#Local_header_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/top/top_bg02.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

#local-keyvisual-title {
  position: relative;
}

#local-keyvisual-title h1 {
  font-size: 2.25rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  line-height: 1;
}

@media (max-width: 1200px) {
  #local-keyvisual-title h1 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

#local-keyvisual-title h1 span {
  display: block;
  margin-top: 15px;
  font-size: 1.3125rem;
  color: #072d58;
  font-family: "Times New Roman", serif;
}

@media (max-width: 1200px) {
  #local-keyvisual-title h1 span {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

#local-keyvisual-title h1 span:first-letter {
  color: #ebbf10;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual-title h1 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  #local-keyvisual-title h1 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual-title h1 span {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 835px) {
  #local-keyvisual-title {
    padding: 20px;
  }
}

.blog_title_wrap {
  position: relative;
  padding: 70px 0  !important;
}

@media screen and (max-width: 1300px) {
  .blog_title_wrap {
    padding: 50px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .blog_title_wrap {
    padding: 40px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog_title_wrap {
    padding: 40px 0  !important;
  }
}

.blog_title_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/top/top_bg1.jpg) repeat center;
  background-size: cover;
  z-index: -1;
}

.title_a {
  margin: 40px auto 20px;
}

.title_a h2, .title_a h3 {
  font-size: 1.5rem;
  color: #02101e;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: rgba(204, 204, 204, 0.5);
  border-left: 5px solid #072d58;
  border-bottom: 3px solid rgba(204, 204, 204, 0.7);
  padding: 8px 0 8px 10px;
}

@media (max-width: 1200px) {
  .title_a h2, .title_a h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3 {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.title_b {
  margin: 40px auto 15px;
}

.title_b h2, .title_b h3, .title_b h4 {
  position: relative;
  padding-left: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #3b3b3b;
  border-bottom: dashed 1px rgba(59, 59, 59, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_b h2:after, .title_b h3:after, .title_b h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f219";
  /*アイコンのユニコード*/
  font-weight: bold;
  color: #072d58;
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .title_b h2:after, .title_b h3:after, .title_b h4:after {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .title_b h2, .title_b h3, .title_b h4 {
    font-size: 1.125rem;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 835px) {
  .title_b {
    margin: 20px auto 10px;
  }
}

.title_c {
  margin: 40px auto 20px;
}

.title_c h2, .title_c h3 {
  background: rgba(102, 168, 218, 0.2);
  padding: 5px 0 5px 40px;
  font-size: 1.3125rem;
  color: #3b3b3b;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1200px) {
  .title_c h2, .title_c h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_c h2:before, .title_c h3:before {
  content: "□";
  position: absolute;
  left: 5px;
  top: 0;
  color: #ebbf10;
}

.title_c h2:after, .title_c h3:after {
  content: "□";
  position: absolute;
  left: 13px;
  top: 10px;
  color: #072d58;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3 {
    font-size: 1.125rem;
  }
}

.title_d {
  margin: 40px auto 20px auto;
}

.title_d h2, .title_d h3 {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #3b3b3b;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
}

@media (max-width: 1200px) {
  .title_d h2, .title_d h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_d h2:after, .title_d h3:after {
  position: absolute;
  content: '';
  display: block;
  background: #072d58;
  bottom: 0;
  width: 60px;
  height: 1px;
  left: 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_d h2, .title_d h3 {
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) and (max-width: 1200px) {
  .title_d h2, .title_d h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .title_d h2, .title_d h3 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 835px) {
  .title_d {
    margin: 30px auto 15px;
  }
}

.title_e {
  margin: 40px auto 20px;
}

.title_e h2, .title_e h3 {
  font-size: 1.5rem;
  color: #3b3b3b;
  font-weight: 500;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: solid 2px #ccc;
  position: relative;
}

@media (max-width: 1200px) {
  .title_e h2, .title_e h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_e h2:after, .title_e h3:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 2px #072d58;
  bottom: -2px;
  width: 25%;
  left: 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_e h2, .title_e h3 {
    font-size: 1.25rem;
    margin: 30px auto 15px;
  }
}

@media only screen and (max-width: 640px) {
  .title_e h2, .title_e h3 {
    font-size: 1.25rem;
    margin: 30px auto 15px;
  }
}

.title_f {
  margin: 40px auto 20px;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.7);
}

.title_f h2, .title_f h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: rgba(204, 204, 204, 0.5);
  border-left: 3px solid #072d58;
  padding: 8px 0 8px 10px;
  margin-bottom: 5px;
  line-height: 1em;
}

@media (max-width: 1200px) {
  .title_f h2, .title_f h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .title_f h2, .title_f h3 {
    line-height: 1.3em;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3 {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.title_g {
  margin: 40px auto 35px;
}

.title_g h2, .title_g h3 {
  background: rgba(7, 45, 88, 0.9);
  padding: 7px 0 7px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
}

@media (max-width: 1200px) {
  .title_g h2, .title_g h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_g h2:before, .title_g h3:before {
  content: "";
  position: absolute;
  background: #ebbf10;
  width: 4px;
  height: 80%;
  left: 7px;
  top: 10%;
  color: #ebbf10;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_g {
    margin: 30px auto 15px;
  }
  .title_g h2, .title_g h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_g {
    margin: 30px auto 15px;
  }
  .title_g h2, .title_g h3 {
    font-size: 1.125rem;
  }
}

.title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
  font-size: 1.5rem;
  color: #3b3b3b;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_center_01 h2:after, .title_center_01 h3:after, .title_center_01 h4:after {
  position: absolute;
  content: '';
  background: #cccccc;
  width: 60px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.title_center_01 h2 br, .title_center_01 h3 br, .title_center_01 h4 br {
  display: block !important;
}

@media only screen and (max-width: 835px) {
  .title_center_01 h2, .title_center_01 h3 {
    font-size: 1.125rem;
  }
}

.title_center_bg {
  margin: 40px auto 20px auto;
}

.title_center_bg h2, .title_center_bg h3 {
  background: rgba(7, 45, 88, 0.9);
  padding: 8px 10px;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_center_bg h2 span, .title_center_bg h3 span {
  width: 100%;
  max-width: 500px;
  margin: 5px auto 0 auto;
  color: #023561;
  display: block;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 5px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg {
    margin: 30px auto 15px auto;
  }
  .title_center_bg h2, .title_center_bg h3 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_center_bg {
    margin: 30px auto 15px auto;
  }
  .title_center_bg h2, .title_center_bg h3 {
    font-size: 1.125rem;
  }
}

.title_center_bg_s {
  margin: 40px auto 20px auto;
}

.title_center_bg_s h2, .title_center_bg_s h3 {
  background: rgba(102, 168, 218, 0.9);
  padding: 8px 10px;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1200px) {
  .title_center_bg_s h2, .title_center_bg_s h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_center_bg_s h2 span, .title_center_bg_s h3 span {
  color: #023561;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3 {
    font-size: 1rem;
  }
}

.title_half {
  margin: 40px auto 20px;
}

.title_half h2, .title_half h3 {
  max-width: 550px;
  width: 100%;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  text-align: center !important;
  background: rgba(235, 191, 16, 0.5);
  padding: 8px 10px;
  color: #fff;
}

@media (max-width: 1200px) {
  .title_half h2, .title_half h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .title_half {
    margin: 30px auto 15px;
  }
  .title_half h2, .title_half h3 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_half {
    max-width: 100%;
  }
}

.title_center_dot {
  margin: 40px auto 20px auto;
}

.title_center_dot h2, .title_center_dot h3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title_center_dot h2 div, .title_center_dot h3 div {
  min-width: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
}

.title_center_dot h2 div:after, .title_center_dot h3 div:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/contents/line2.png) repeat-x;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  display: block;
  visibility: initial;
  opacity: 1;
}

.title_center_dot h2 span, .title_center_dot h3 span {
  position: relative;
  font-weight: 600;
  font-size: 1.3125rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #3b3b3b;
  background: transpatent;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .title_center_dot h2 span, .title_center_dot h3 span {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_dot h2 span, .title_center_dot h3 span {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_center_dot h2 span, .title_center_dot h3 span {
    padding: 0 10px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 835px) {
  .title_center_dot {
    margin: 30px auto 15px auto;
  }
}

.list_UL ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.list_UL ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  /*アイコンのユニコード*/
  font-weight: 600;
  color: #ebbf10;
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .list_UL ul li:after {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.list_UL2 ul li {
  overflow: visible !important;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.list_UL2 ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f276";
  /*アイコンのユニコード*/
  font-weight: 600;
  color: #ebbf10;
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media (max-width: 1200px) {
  .list_UL2 ul li:after {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.check_UL ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2em;
}

.check_UL ul li:after {
  content: "";
  position: absolute;
  /*絶対位置*/
  background: url(../images/top/check.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 27px;
  left: 0px;
  /*アイコンの位置*/
  top: 5px;
}

@media only screen and (max-width: 835px) {
  .check_UL ul li {
    font-size: 0.9375rem;
    margin-bottom: 5px;
    line-height: 1.5em;
  }
  .check_UL ul li:after {
    width: 25px;
    height: 23px;
  }
}

@media only screen and (max-width: 640px) {
  .check_UL ul li {
    padding-left: 25px;
  }
  .check_UL ul li:after {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

.pick01, .pick03 {
  background: rgba(7, 45, 88, 0.1);
  padding: 30px;
}

.pick01 .profile, .pick03 .profile {
  font-size: 1rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 10px;
}

@media only screen and (max-width: 835px) {
  .pick01, .pick03 {
    padding: 20px 15px;
  }
}

.pick02 {
  background: rgba(7, 45, 88, 0.2);
  padding: 15px;
}

@media only screen and (max-width: 835px) {
  .pick02 {
    padding: 10px;
  }
}

.pick03 {
  background: rgba(204, 204, 204, 0.4);
}

.contact_contents #contents_wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 835px) {
  .contact_contents #contents_wrap {
    margin-top: 50px;
  }
}

.picktxt_w {
  color: #fff;
}

.picktxt08 {
  font-size: 0.8em;
  line-height: 1.5em;
}

@media only screen and (max-width: 835px) {
  .picktxt08 {
    font-size: 0.9em;
  }
}

.picktxt08_w {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
}

@media only screen and (max-width: 835px) {
  .picktxt08_w {
    font-size: 0.9em;
  }
}

.picktxt09 {
  font-size: 0.9em;
  line-height: 1.5em;
}

.picktxt09_w {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
}

.picktxt105 {
  font-size: 1.05em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt105 {
    line-height: 1.8em;
  }
}

.picktxt105_w {
  color: #fff;
  font-size: 1.05em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt105_w {
    line-height: 1.8em;
  }
}

.picktxt11 {
  font-size: 1.1em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt11 {
    line-height: 1.8em;
    font-size: 1.05em;
  }
}

.picktxt11_w {
  color: #fff;
  font-size: 1.1em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt11_w {
    line-height: 1.8em;
    font-size: 1.05em;
  }
}

.picktxt12 {
  font-size: 1.2em;
  line-height: 2em;
}

@media only screen and (max-width: 1000px) {
  .picktxt12 {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 835px) {
  .picktxt12 {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.picktxt12_w {
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
}

@media only screen and (max-width: 1000px) {
  .picktxt12_w {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 835px) {
  .picktxt12_w {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.hosoku {
  background: rgba(51, 51, 51, 0.1);
  padding: 10px;
  font-size: 0.95em;
}

.hosoku h2, .hosoku h3 {
  font-size: 1rem;
  color: #3b3b3b;
  font-weight: 600;
}

@media only screen and (max-width: 835px) {
  .hosoku {
    padding: 10px;
  }
}

.ls100 {
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 835px) {
  .ls100 {
    letter-spacing: 1.0px;
  }
}

.ls50 {
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 835px) {
  .ls50 {
    letter-spacing: 1.0px;
  }
}

.TTL {
  font-family: 'balboa', sans-serif;
  letter-spacing: 0.2rem;
}

.btn1 a, .btn1_L a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #3b3b3b;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 350px;
  min-width: 250px;
  padding: 12px 10px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #3b3b3b;
  font-size: 1.125rem;
  font-weight: bold;
}

.btn1 a:after, .btn1_L a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-size: 13px;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn1 a:hover, .btn1_L a:hover {
  opacity: 1 !important;
  background-color: #023561;
}

.btn1 a:hover:after, .btn1_L a:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn1_rad20 a, .btn1_rad20_L a, .btn1_rad20_cont a {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #072d58;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  min-width: 220px;
  padding: 5px 10px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
}

.btn1_rad20 a:after, .btn1_rad20_L a:after, .btn1_rad20_cont a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 1.125rem;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn1_rad20 a:hover, .btn1_rad20_L a:hover, .btn1_rad20_cont a:hover {
  opacity: 1 !important;
  background-color: #023561;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.btn1_rad20 a:hover:after, .btn1_rad20_L a:hover:after, .btn1_rad20_cont a:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.btn1_rad20 a, .btn1_rad20_L a, .btn1_rad20_cont a {
  border-radius: 40px;
}

@media screen and (min-width: 640px) {
  .btn1_rad20_L a {
    margin: 0 auto 0 0;
  }
}

.btn1_rad20_cont a:after {
  content: none;
}

@media screen and (min-width: 640px) {
  .btn1_L a {
    margin: 0 auto 0 0;
  }
}

.btn2 {
  width: 100%;
}

.btn2 a {
  background: #ebbf10;
  display: block;
  width: 90%;
  max-width: 350px;
  margin: 0  auto;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Times New Roman", serif;
  position: relative;
  border: 1px solid #fff;
}

.btn2 a:after {
  position: absolute;
  top: 50%;
  right: -25px;
  content: '';
  width: 50px;
  height: 1px;
  background: #072d58;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.btn2 a:hover {
  background: #f2c924;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn2 a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media only screen and (max-width: 640px) {
  .btn2 a {
    font-size: 1rem;
  }
}

.btn3, .btn3_L {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-family: "Times New Roman", serif;
  font-size: 1.125rem;
  background: #ebbf10;
  color: #fff !important;
  text-align: center;
}

.btn3:before, .btn3_L:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #f2c924;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn3:after, .btn3_L:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  /*アイコンのユニコード*/
  font-size: 14px;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.btn3:hover, .btn3_L:hover {
  opacity: 1;
  color: #fff;
}

.btn3:hover:before, .btn3_L:hover:before {
  left: 0;
}

.btn3:hover:after, .btn3_L:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .btn3, .btn3_L {
    margin: 0  auto;
  }
}

.btn3_cont {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  background: #fff;
  color: #3b3b3b !important;
  text-align: center;
}

.btn3_cont i {
  color: #023561;
  margin-right: 10px;
}

.btn3_cont:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #ebbf10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn3_cont:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  /*アイコンのユニコード*/
  font-size: 14px;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #072d58;
}

.btn3_cont:hover {
  opacity: 1;
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn3_cont:hover i {
  color: #fff;
}

.btn3_cont:hover:before {
  left: 0;
}

.btn3_cont:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .btn3_cont {
    margin: 0  auto;
  }
}

.btn1_cont a {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #ebbf10;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  padding: 10px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.btn1_cont a i {
  margin-right: 5px;
}

.btn1_cont a:hover {
  background-color: #f2c924;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 640px) {
  .btn3_L a {
    margin: 0 auto 0 0;
  }
}

.bg_color_wrap {
  position: relative;
  padding: 3% 0 !important;
}

@media screen and (max-width: 1500px) {
  .bg_color_wrap {
    padding: 7% 0 !important;
  }
}

@media only screen and (max-width: 835px) {
  .bg_color_wrap {
    padding: 10% 0 !important;
  }
}

.bg_color_inr {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(7, 45, 88, 0.15);
  z-index: -1;
}

.bg_img_wrap {
  position: relative;
  padding: 4% 0  !important;
}

@media screen and (max-width: 1300px) {
  .bg_img_wrap {
    padding: 6% 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap {
    padding: 8% 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_wrap {
    padding: 10% 0 !important;
  }
}

.bg_img_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 top;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .bg_img_inr {
    background-position: right bottom;
  }
}

.bg_ptn_wrap {
  position: relative;
  padding: 80px 0    !important;
}

@media screen and (max-width: 1300px) {
  .bg_ptn_wrap {
    padding: 70px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_wrap {
    padding: 60px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_ptn_wrap {
    padding: 40px 0  !important;
  }
}

.bg_ptn_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/top/ptn1.png) repeat center;
  background-size: auto;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .bg_ptn_inr {
    background-size: 50%;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_inr {
    background-size: 75%;
  }
}

@media only screen and (max-width: 640px) {
  .bg_ptn_inr {
    background-size: 100%;
  }
}

.imgbox .box article > h3, .imgbox_c .box article > h3 {
  display: none;
}

.imgbox .box article div, .imgbox_c .box article div {
  line-height: 1.5em;
  margin-top: 10px;
}

.imgbox .box article div h2, .imgbox_c .box article div h2, .imgbox .box article div h3, .imgbox_c .box article div h3 {
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #3b3b3b;
}

@media only screen and (max-width: 1000px) {
  .imgbox .box article div h2, .imgbox_c .box article div h2, .imgbox .box article div h3, .imgbox_c .box article div h3 {
    font-size: 1.05em;
  }
}

.imgbox_c .box article div {
  text-align: center;
}

.imgbox2 .box article > h3, .imgbox2_c .box article > h3 {
  display: none;
}

.imgbox2 .box article div, .imgbox2_c .box article div {
  line-height: 1.5em;
  margin-top: 10px;
}

.imgbox2 .box article div h2, .imgbox2_c .box article div h2, .imgbox2 .box article div h3, .imgbox2_c .box article div h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 5px;
  color: #3b3b3b;
}

.imgbox2_c .box article div {
  text-align: center;
}

.img_txt_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img_txt_flx .box {
  overflow: inherit !important;
}

.img_txt_flx .box:first-child {
  width: 39%;
  margin: 0 1% 0 0;
}

.img_txt_flx .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.img_txt_flx .box:nth-child(2) {
  width: 59%;
  margin: 0 0 0 1%;
}

@media only screen and (max-width: 640px) {
  .img_txt_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img_txt_flx .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img_txt_flx2 .box {
  overflow: inherit !important;
}

.img_txt_flx2 .box:first-child {
  width: 29%;
  margin: 0 1% 0 0;
}

.img_txt_flx2 .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.img_txt_flx2 .box:nth-child(2) {
  width: 69%;
  margin: 0 0 0 1%;
}

@media only screen and (max-width: 640px) {
  .img_txt_flx2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img_txt_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.txt_img_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt_img_flx .box {
  overflow: inherit !important;
}

.txt_img_flx .box:first-child {
  width: 59%;
  margin: 0 1% 0 0;
}

.txt_img_flx .box:nth-child(2) {
  width: 39%;
  margin: 0 0 0 1%;
}

.txt_img_flx .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .txt_img_flx {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .txt_img_flx .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.txt_img_flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt_img_flx2 .box {
  overflow: inherit !important;
}

.txt_img_flx2 .box:first-child {
  width: 69%;
  margin: 0 1% 0 0;
}

.txt_img_flx2 .box:nth-child(2) {
  width: 29%;
  margin: 0 0 01%;
}

.txt_img_flx2 .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .txt_img_flx2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .txt_img_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.flx2, .flx2_R {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx2 .box, .flx2_R .box {
  width: 49%;
}

.flx2 .box:nth-child(2n+1), .flx2_R .box:nth-child(2n+1) {
  margin: 0 1% 1% 0;
}

.flx2 .box:nth-child(2n), .flx2_R .box:nth-child(2n) {
  margin: 0 0 1% 1%;
}

@media only screen and (max-width: 640px) {
  .flx2, .flx2_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx2 .box, .flx2_R .box {
    width: 100%;
  }
  .flx2 .box:nth-child(2n+1), .flx2_R .box:nth-child(2n+1) {
    margin: 0 auto 15px auto;
  }
  .flx2 .box:nth-child(2n), .flx2_R .box:nth-child(2n) {
    margin: 0 auto;
  }
}

.flx2 img, .flx2_R img {
  width: 100% !important;
}

.flx2_R .box {
  width: 49%;
}

.flx2_R .box:nth-child(2n+1) {
  margin: 0 1% 2% 0;
}

.flx2_R .box:nth-child(2n) {
  margin: 0 0 2% 1%;
}

@media only screen and (max-width: 640px) {
  .flx2_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx2_R .box {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .flx2_R .box:last-child {
    margin: 0 auto;
  }
}

.flx3 {
  position: relative;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 835px) {
  .flx3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flx3 .box {
  width: 32%;
  margin: 0 1%;
}

.flx3 .box:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}

.flx3 .box:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}

.flx3 .box:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}

.flx3 .box img {
  width: 100% !important;
}

.flx3 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 640px) {
  .flx3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx3 .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .flx3 .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}

.flx3_r {
  position: relative;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 835px) {
  .flx3_r {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flx3_r .box {
  width: 32%;
  margin: 0 1%;
}

.flx3_r .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}

.flx3_r .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}

.flx3_r .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}

.flx3_r .box img {
  width: 100% !important;
}

.flx3_r .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 640px) {
  .flx3_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx3_r .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .flx3_r .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}

.flx4, .flx4_R {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx4 .box, .flx4_R .box {
  width: 23.5%;
  margin: 0 1%;
}

.flx4 .box:nth-child(4n+1), .flx4_R .box:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}

.flx4 .box:nth-child(4n+4), .flx4_R .box:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}

.flx4 .box img, .flx4_R .box img {
  width: 100% !important;
}

.flx4 .box tr td, .flx4_R .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 835px) {
  .flx4 .box, .flx4_R .box {
    width: 49%;
  }
  .flx4 .box:nth-child(2n+1), .flx4_R .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx4 .box:nth-child(2n), .flx4_R .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (max-width: 350px) {
  .flx4, .flx4_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx4 .box, .flx4_R .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx4 .box:not(:last-child), .flx4_R .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flx4_R .box {
  margin: 0 1% 2% 1%;
}

@media only screen and (max-width: 640px) {
  .flx4_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx4_R .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx4_R .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flx5 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx5 .box {
  width: 18.4%;
  margin: 0 1%;
}

.flx5 .box:nth-child(5n+1) {
  margin: 0 1% 1% 0;
}

.flx5 .box:nth-child(5n+5) {
  margin: 0 0 1% 1%;
}

.flx5 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flx5 .box img {
  width: 100% !important;
}

@media only screen and (max-width: 835px) {
  .flx5 .box {
    width: 49%;
  }
  .flx5 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx5 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (max-width: 350px) {
  .flx5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx5 .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx5 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flx6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx6 .box {
  width: 15%;
  margin: 0 1%;
}

.flx6 .box:nth-child(6n+1) {
  margin: 0 1% 1% 0;
}

.flx6 .box:nth-child(6n+6) {
  margin: 0 0 1% 1%;
}

.flx6 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flx6 .box img {
  width: 100% !important;
}

@media only screen and (max-width: 835px) {
  .flx6 .box {
    width: 32%;
    margin: 0 1%;
  }
  .flx6 .box:nth-child(3n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(3n+2) {
    margin: 0 1% 2% 1%;
  }
  .flx6 .box:nth-child(3n+3) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (max-width: 350px) {
  .flx6 .box {
    width: 49%;
  }
  .flx6 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.top_insta .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta .sns_list .sns_text {
  width: 100%;
}

.top_insta .sns_list .sns_text ul {
  display: none;
}

.top_insta .sns_list .sns_text .sns_date {
  color: #3b3b3b;
  font-family: "Times New Roman", serif;
  font-size: 1.2em;
}

.top_insta .sns_list .sns_text .caption {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.top_insta .sns_list .sns_photo img {
  width: 100%;
}

.top_insta .sns_list > div {
  border: none !important;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23%;
  margin: 1%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_6 {
  width: 100%;
  margin: 0 auto;
}

.top_insta_6 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_6 .sns_list .sns_text {
  display: none;
}

.top_insta_6 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}

.top_insta_6 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_6 .sns_list > div {
  border: none !important;
  width: 16.666%;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .top_insta_6 .sns_list > div {
    width: 25%;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_6 .sns_list > div {
    width: 33.333%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_6 .sns_list > div {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_6 .sns_list > div {
    width: 100%;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}

.top_insta_4 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_4 .sns_list .sns_text {
  display: none;
}

.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}

.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_3 {
  width: 100%;
  margin: 0 auto;
}

.top_insta_3 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_3 .sns_list .sns_text {
  display: none;
}

.top_insta_3 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}

.top_insta_3 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_3 .sns_list > div {
  border: none !important;
  width: 32.333%;
  margin: 0.5%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_3 .sns_list > div {
    width: 99%;
  }
}

.local_insta .sns_list {
  border: none;
}

.local_insta .sns_list .sns_text {
  font-size: 1.1em;
}

.local_insta .sns_list .sns_text .sns_date {
  background: rgba(235, 191, 16, 0.2);
  color: #072d58;
  font-weight: 500;
  padding: 5px;
}

.local_insta .sns_list .sns_text .caption {
  margin: 10px 0;
}

.top_insta_5 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_5 .sns_list .sns_text {
  display: none;
}

.top_insta_5 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}

.top_insta_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_5 .sns_list > div {
  border: none !important;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18%;
  margin: 1%;
}

.top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}

.top_insta_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 835px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_5 .sns_list > div {
    width: 48%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
  padding: 5px 0;
}

.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}

.top_insta_t_5 .sns_list .sns_text .sns_date {
  color: #333;
  font-family: "Times New Roman", serif;
  font-size: 16px;
}

.top_insta_t_5 .sns_list .sns_text .caption {
  color: #333;
  line-height: 1.5em;
}

.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
}

.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18%;
  margin: 1%;
}

.top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}

.top_insta_t_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 835px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

section div.form_wrap dl dt {
  background: transration !important;
}

.panbtm {
  margin-top: 80px !important;
}

@media only screen and (max-width: 1500px) {
  .panbtm {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .panbtm {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 640px) {
  .panbtm {
    margin-top: 30px !important;
  }
}

.sp100 {
  margin: 100px auto;
}

@media only screen and (max-width: 1500px) {
  .sp100 {
    margin: 70px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp100 {
    margin: 40px auto;
  }
}

.sp80 {
  margin: 80px auto;
}

@media only screen and (max-width: 1200px) {
  .sp80 {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp80 {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp80 {
    margin: 40px auto;
  }
}

.sp70 {
  margin: 70px auto;
}

@media only screen and (max-width: 1200px) {
  .sp70 {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp70 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp70 {
    margin: 40px auto;
  }
}

.sp60 {
  margin: 60px auto;
}

@media only screen and (max-width: 1200px) {
  .sp60 {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp60 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp60 {
    margin: 40px auto;
  }
}

.sp50 {
  margin: 50px auto;
}

@media only screen and (max-width: 1200px) {
  .sp50 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp50 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp50 {
    margin: 40px auto;
  }
}

.sp30 {
  margin: 30px auto;
}

@media only screen and (max-width: 1200px) {
  .sp30 {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp30 {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp30 {
    margin: 15px auto;
  }
}

.tp20 {
  margin: 20px auto 0 auto;
}

@media only screen and (max-width: 835px) {
  .tp20 {
    margin: 15px auto 0 auto;
  }
}

.tp30 {
  margin: 30px auto 0 auto;
}

@media only screen and (max-width: 1500px) {
  .tp30 {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .tp30 {
    margin: 20px auto 0 auto;
  }
}

@media only screen and (max-width: 835px) {
  .tp30 {
    margin: 15px auto 0 auto;
  }
}

.tp40 {
  margin: 40px auto 0 auto;
}

@media only screen and (max-width: 1500px) {
  .tp40 {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .tp40 {
    margin: 20px auto 0 auto;
  }
}

@media only screen and (max-width: 835px) {
  .tp40 {
    margin: 15px auto 0 auto;
  }
}

.tp50 {
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 835px) {
  .tp50 {
    margin: 40px auto 0 auto;
  }
}

.tp70 {
  margin: 70px auto 0 auto;
}

@media only screen and (max-width: 1000px) {
  .tp70 {
    margin: 50px auto 0 auto;
  }
}

@media only screen and (max-width: 835px) {
  .tp70 {
    margin: 40px auto 0 auto;
  }
}

.tp80 {
  margin: 80px auto 0 auto;
}

@media only screen and (max-width: 1000px) {
  .tp80 {
    margin: 50px auto 0 auto;
  }
}

@media only screen and (max-width: 835px) {
  .tp80 {
    margin: 40px auto 0 auto;
  }
}

.tp100 {
  margin: 100px auto 0 auto;
}

@media only screen and (max-width: 1500px) {
  .tp100 {
    margin: 70px auto 0 auto;
  }
}

@media only screen and (max-width: 835px) {
  .tp100 {
    margin: 40px auto 0 auto;
  }
}

.bt30 {
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 1500px) {
  .bt30 {
    margin: 0 auto 30px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .bt30 {
    margin: 0px auto 20px auto;
  }
}

@media only screen and (max-width: 835px) {
  .bt30 {
    margin: 0 auto 15px auto;
  }
}

.bt40 {
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 1500px) {
  .bt40 {
    margin: 0 auto 30px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .bt40 {
    margin: 0px auto 20px auto;
  }
}

@media only screen and (max-width: 835px) {
  .bt40 {
    margin: 0 auto 15px auto;
  }
}

.bt50 {
  margin: 0 auto 50px auto;
}

@media only screen and (max-width: 1500px) {
  .bt50 {
    margin: 0 auto 40px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .bt50 {
    margin: 0px auto 20px auto;
  }
}

@media only screen and (max-width: 835px) {
  .bt50 {
    margin: 0 auto 15px auto;
  }
}

.bt20 {
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 1200px) {
  .bt20 {
    margin: 0px auto 15px auto;
  }
}

@media only screen and (max-width: 835px) {
  .bt20 {
    margin: 0 auto 15px auto;
  }
}

.bt15 {
  margin: 0 auto 15px auto;
}

@media only screen and (max-width: 1200px) {
  .bt15 {
    margin: 0px auto 15px auto;
  }
}

@media only screen and (max-width: 835px) {
  .bt15 {
    margin: 0 auto 10px auto;
  }
}

.sp80 {
  margin: 80px auto;
}

@media only screen and (max-width: 1500px) {
  .sp80 {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp80 {
    margin: 30px auto;
  }
}

.sp70 {
  margin: 70px auto;
}

@media only screen and (max-width: 1500px) {
  .sp70 {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp70 {
    margin: 30px auto;
  }
}

.ctsp {
  margin: 40px auto;
}

@media only screen and (max-width: 640px) {
  .ctsp {
    margin: 30px auto;
  }
}

.ctsp2 {
  margin: 30px auto;
}

@media only screen and (max-width: 640px) {
  .ctsp2 {
    margin: 20px auto;
  }
}

.bssp {
  margin: 20px auto;
}

@media only screen and (max-width: 640px) {
  .bssp {
    margin: 15px auto;
  }
}

.spsp {
  margin: 0 auto 10px auto !important;
}

a.tel_link {
  color: #333;
  opacity: 1;
}

@media only screen and (max-width: 835px) {
  .brdnt {
    text-align: left !important;
  }
  .brdnt br {
    display: none;
  }
  .brdnt div {
    text-align: left !important;
  }
  .brdnt div 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;
  }
  .brdn div br {
    display: none;
  }
}

@media screen and (min-width: 836px) {
  .brdnpc br {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .brdnpct br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 640px) {
  .tblscr table {
    table-layout: auto !important;
  }
}

.company_DL dl {
  line-height: 1.8em !important;
}

.company_DL dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: rgba(204, 204, 204, 0.3) !important;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .company_DL dl {
    display: block !important;
  }
  .company_DL dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DL dl dd {
    width: 100% !important;
  }
}

.company_DL2 {
  background: none !important;
}

.company_DL2 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: none !important;
  border-bottom: 2px solid #3b3b3b !important;
}

.company_DL2 dl dd {
  background: none !important;
  border-bottom: 2px solid rgba(204, 204, 204, 0.8) !important;
}

.company_DL2 dl:last-of-type dt {
  border-bottom: 2px solid #3b3b3b !important;
}

@media only screen and (max-width: 640px) {
  .company_DL2 dl {
    display: block !important;
  }
  .company_DL2 dl dt {
    width: 100% !important;
    border-right: 2px solid #3b3b3b !important;
    border-left: 2px solid #3b3b3b !important;
    background: rgba(59, 59, 59, 0.2) !important;
  }
  .company_DL2 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: 835px) {
  .fancybox-toolbar {
    top: 50px !important;
  }
}

.pan1 div ol {
  margin: 20px auto 0 auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 835px) {
  .pan1 div ol {
    display: none;
  }
}

.pan2 div ol {
  color: #333;
}

.pan2 div ol a {
  color: #333;
}

.imgL {
  max-width: 100% !important;
}

.error2 {
  margin-top: 100px;
}

.error2 h2 {
  font-size: 40px;
  font-weight: bold;
}

.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block;
}

@media only screen and (max-width: 835px) {
  .error2 {
    margin-top: 50px;
  }
}

.img100 img {
  display: block !important;
  width: 100% !important;
}

section form h2.mail.title {
  display: none;
}

.step_title {
  margin: 40px auto 20px auto;
}

.step_title h2, .step_title h3, .step_title h4 {
  font-size: 1.25rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 5px;
}

.step_title h2 span, .step_title h3 span, .step_title h4 span {
  font-size: 1.5rem;
  background: rgba(7, 45, 88, 0.9);
  border-radius: 5px;
  font-family: "Times New Roman", serif;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .step_title h2 span, .step_title h3 span, .step_title h4 span {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .step_title h2, .step_title h3, .step_title h4 {
    font-size: 1.125rem;
  }
}

.step-title2 h2, .step-title3 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3b3b3b;
  position: relative;
  border-top: solid 2px rgba(7, 45, 88, 0.3);
  border-bottom: solid 2px rgba(7, 45, 88, 0.3);
  background: rgba(7, 45, 88, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}

@media (max-width: 1200px) {
  .step-title2 h2, .step-title3 h2 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.step-title2 h2:after, .step-title3 h2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  content: '\f0a6\ Point';
  font-size: 0.875rem;
  background: #072d58;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 835px) {
  .step-title2 h2 h2, .step-title3 h2 h2 {
    font-size: 1.0625rem;
  }
}

.step-title2 h3, .step-title3 h3 {
  font-size: 1.5rem;
  background: #eee;
  color: #072d58;
  position: relative;
  border-top: solid 2px #ebbf10;
  border-bottom: solid 2px #ebbf10;
  line-height: 1.4;
  padding: 0.2em;
}

@media (max-width: 1200px) {
  .step-title2 h3, .step-title3 h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.step-title2 h3:after, .step-title3 h3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro" , Montserrat ,sans-serif;
  content: '\f5ad\ point';
  background: #ebbf10;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.step-title3 h3:after {
  content: '\f4b6\ voice';
}

.step_arrow {
  margin-top: 60px;
  position: relative;
}

.step_arrow:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/common/arrow_hover.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0  auto;
  z-index: -1;
  display: block;
  visibility: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 835px) {
  .step_arrow:after {
    width: 30px;
    height: 30px;
    top: -40px;
  }
}

@media only screen and (max-width: 835px) {
  .step_arrow {
    margin-top: 50px;
  }
}

.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #072d58 transparent transparent transparent;
  margin: 20px auto;
}

@media only screen and (max-width: 835px) {
  .flow_arrow {
    margin: 10px auto 15px auto;
  }
}

.staff-title h2, .staff-title h3 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  border-top: solid 2px rgba(235, 191, 16, 0.3);
  border-bottom: solid 2px rgba(235, 191, 16, 0.3);
  background: rgba(235, 191, 16, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}

.staff-title h2:after, .staff-title h3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro";
  content: '\f7f3\ STAFF';
  background: #ebbf10;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 835px) {
  .staff-title h2, .staff-title h3 {
    font-size: 1.125rem;
  }
}

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #ccc;
  font-size: 1.1em;
}

.list01 dl dt, .list02 dl dt {
  border: none !important;
  background: none !important;
  font-weight: 500;
}

.list01 dl dd, .list02 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 100px;
  font-weight: 600;
  color: #072d58;
  font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 640px) {
  .list01 dl, .list02 dl {
    display: block !important;
    font-size: 1.1em;
  }
  .list01 dl dd, .list02 dl dd, .list01 dl dt, .list02 dl dt {
    width: 100% !important;
  }
  .list01 dl dt, .list02 dl dt {
    padding: 5px !important;
  }
  .list01 dl dd, .list02 dl dd {
    padding: 0 !important;
  }
}

.list_a dl {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 5px;
  font-size: 1.2em;
}

.list_a dl:not(:last-child) {
  margin-bottom: 10px;
}

.list_a dl dt {
  border: none !important;
  background: #072d58 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  color: #fff;
  border-radius: 10px;
  min-width: 230px;
}

.list_a dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 180px;
  color: #3b3b3b;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .list_a dl {
    display: block !important;
    font-size: 1.1em;
  }
  .list_a dl dd, .list_a dl dt {
    width: 100% !important;
  }
  .list_a dl dd {
    margin-top: 5px;
    text-align: center !important;
  }
}

.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;
  }
}

.list04 dl {
  border-bottom: 1px dashed #bbb;
}

.list04 dl dt {
  border: none !important;
  background: none !important;
  font-weight: 500;
}

.list04 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 180px;
  font-weight: 600;
  color: #ebbf10;
  font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 640px) {
  .list04 dl {
    display: block !important;
    font-size: 1.1em;
  }
  .list04 dl dd, .list04 dl dt {
    width: 100% !important;
  }
  .list04 dl dt {
    padding: 5px !important;
  }
  .list04 dl dd {
    padding: 0 !important;
  }
}

.anc_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anc_btn ul li {
  width: 32%;
  margin: 1%;
}

.anc_btn ul li:nth-child(3n+1) {
  margin-left: 0;
}

.anc_btn ul li:nth-child(3n+3) {
  margin-right: 0;
}

.anc_btn ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #66a8da;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  color: #072d58;
}

.anc_btn ul li a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-size: 0.875rem;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anc_btn ul li a:hover {
  opacity: 1 !important;
  background-color: #66a8da;
  color: #fff;
}

.anc_btn ul li a:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

@media only screen and (max-width: 835px) {
  .anc_btn ul li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 835px) {
  .anc_btn ul li {
    width: 49%;
  }
  .anc_btn ul li:nth-child(2n+1) {
    margin: 0 1% 1% 0;
  }
  .anc_btn ul li:nth-child(2n) {
    margin: 0 0 1% 1%;
  }
  .anc_btn ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 400px) {
  .anc_btn ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .anc_btn ul li {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
}

.anc_btn2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anc_btn2 ul li {
  width: 31.333%;
  margin: 1%;
  position: relative;
  z-index: 2;
  background: #072d58;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .anc_btn2 ul li {
    width: 31.333%;
  }
}

@media only screen and (max-width: 835px) {
  .anc_btn2 ul li {
    width: 48%;
  }
  .anc_btn2 ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 350px) {
  .anc_btn2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .anc_btn2 ul li {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.qa_FLX .box {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.qa_FLX .box:first-child {
  margin-bottom: 10px;
}

.qa_FLX .box:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa_FLX .box:first-child > div .icon {
  background: rgba(235, 191, 16, 0.8);
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-family: "Times New Roman", serif;
  text-align: center;
}

@media (max-width: 1200px) {
  .qa_FLX .box:first-child > div .icon {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.qa_FLX .box:first-child > div .txt {
  font-weight: 500;
}

.qa_FLX .box:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa_FLX .box:nth-child(2) > div .icon {
  background: rgba(7, 45, 88, 0.8);
  width: 35px;
  min-width: 35px;
  height: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Times New Roman", serif;
}

@media (max-width: 1200px) {
  .qa_FLX .box:nth-child(2) > div .icon {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .qa_FLX .box {
    padding: 10px 0;
  }
  .qa_FLX .box:first-child, .qa_FLX .box:nth-child(2) {
    width: 100%;
  }
  .qa_FLX .box:first-child > div, .qa_FLX .box:nth-child(2) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .qa_FLX .box:first-child > div .icon, .qa_FLX .box:nth-child(2) > div .icon {
    width: 100%;
  }
}

.qa_FLX:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.qaBtn {
  color: #ebbf10;
  font-weight: bold;
  text-decoration: underline;
}

.qaOpen {
  display: none;
}

.qaOpen .ttl {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 1rem;
}

.qaOpen .sub_ttl {
  background: #072d58;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
}

.blog_wrap {
  padding: 50px;
  background-color: #fffcf6;
  -webkit-box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  margin-top: -50px;
}

@media only screen and (max-width: 835px) {
  .blog_wrap {
    padding: 30px 10px;
    margin-top: -30px;
  }
}

.top_blog {
  height: 250px;
  overflow-y: auto;
}

.top_blog .blog_photo {
  display: none;
}

.top_blog .blog_list {
  border: none;
}

.top_blog .blog_list .blog_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

.top_blog .blog_list .blog_text .blog_date {
  margin: 1%;
  color: #ebbf10;
  font-size: 1rem;
  font-family: "Times New Roman", serif;
}

.top_blog .blog_list .blog_text h3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 1%;
}

.top_blog .blog_list .blog_text h3 a span {
  color: #fff;
  font-size: 0.875rem;
}

@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text h3 {
    width: 100% !important;
  }
}

.top_blog .blog_list .blog_text ul {
  margin: 1%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top_blog .blog_list .blog_text ul li a {
  min-width: 100px;
  padding: 3px 5px;
  margin-right: 0;
  color: #3b3b3b;
  text-align: center;
  font-size: 0.8125rem;
  background: rgba(7, 45, 88, 0.2);
}

.top_blog .blog_list .blog_text ul .blog_cate1 {
  background: rgba(235, 191, 16, 0.2);
}

.top_blog .blog_list .blog_text ul .blog_cate2 {
  background: rgba(102, 168, 218, 0.5);
}

.top_blog .blog_list .blog_text ul .blog_cate3 {
  background: rgba(204, 204, 204, 0.5);
}

.top_blog .blog_list .blog_text .detail {
  display: none;
}

.top_blog .blog_list .blog_text ul {
  display: block;
}

@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text {
    position: relative;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 10px;
  }
  .top_blog .blog_list .blog_text ul {
    position: absolute;
    left: 115px;
    top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .top_blog {
    height: 250px;
  }
}

.blog {
  max-width: 1200px;
  margin: 80px auto 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .blog {
    margin: 50px 10px 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .blog {
    margin: 30px 10px 0 10px;
  }
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .wrap aside {
  width: 28%;
  margin: 1%;
}

.blog .wrap aside nav {
  line-height: 2.0em;
}

.blog .wrap aside nav h3 {
  background: #ebbf10 !important;
}

.blog .wrap aside nav ul li .blogside span {
  margin-left: 5px;
  display: block;
}

.blog .wrap aside nav > a {
  background: #66a8da !important;
}

.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  padding: 0 !important;
  min-width: auto;
}

.blog .wrap #contents article .date {
  color: #072d58 !important;
}

.blog .wrap #contents article .date {
  color: #072d58 !important;
}

.blog .wrap #contents article h1, .blog .wrap #contents article h2 {
  background: rgba(7, 45, 88, 0.8);
  color: #fff !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 20px;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}

.blog .wrap #contents article .flex_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .wrap #contents article .flex_images img {
  width: 48%;
  margin: 1%;
}

@media only screen and (max-width: 835px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}

.review_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review_flx .box_img {
  width: 18%;
  margin: 1%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.review_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}

.review_flx .box_txt {
  width: 78%;
  margin: 1%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .review_flx .box_img {
    width: 23%;
  }
  .review_flx .box_txt {
    width: 73%;
  }
}

@media only screen and (max-width: 640px) {
  .review_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review_flx .box_img {
    width: 100%;
    margin: 0 auto 15px auto !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .review_flx .box_img > .box {
    width: 60%;
    margin: 0 auto;
  }
  .review_flx .box_txt {
    width: 100%;
    margin: 0 auto !important;
  }
}

.voice_wrap {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
  padding: 60px 20px 20px 20px;
  position: relative;
}

.voice_wrap .prof {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #072d58;
}

@media only screen and (max-width: 835px) {
  .voice_wrap {
    padding: 50px 10px 10px 10px;
  }
}

.voice_box, .voice_box2 {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
  padding: 50px 20px 20px 20px;
  position: relative;
}

.voice_box .prof, .voice_box2 .prof {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #072d58;
}

@media only screen and (max-width: 835px) {
  .voice_box, .voice_box2 {
    padding: 50px 10px 10px 10px;
  }
  .voice_box .prof, .voice_box2 .prof {
    font-size: 0.9em;
    right: 10px;
  }
}

.voice_box2 {
  padding: 40px 20px 20px 20px;
}

@media only screen and (max-width: 835px) {
  .voice_box2 {
    padding: 30px 10px 10px 10px;
  }
}

.prod_flx .box {
  position: relative;
}

.prod_flx .box article > h3 {
  display: none;
}

.prod_flx .box article div {
  line-height: 1.7em;
}

.prod_flx .box article div h3 {
  margin: 5px 0;
  padding: 5px;
  background: rgba(242, 201, 36, 0.4);
  text-align: center;
  font-size: 1rem;
}

.prod_flx .box article div h3 .price {
  display: block;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.8);
}

@media only screen and (max-width: 640px) {
  .prod_flx .box article div h3 {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5em;
  }
}

.prod_flx .box article div .anchor {
  position: absolute;
  top: 0;
}

.items {
  margin: 0 !important;
}

.items article {
  width: 23% !important;
  margin: 1% !important;
}

.items article .photo {
  width: 100% !important;
}

.items article .photo img {
  display: block;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.items article .name {
  color: #333;
}

.items article .price {
  text-align: center;
}

.items article button {
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .items article {
    width: 31.333% !important;
    margin: 1% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .items article {
    width: 31.333% !important;
    margin: 1% !important;
  }
}

@media only screen and (max-width: 640px) {
  .items article {
    width: 48% !important;
    margin: 1% !important;
  }
}

@media screen and (max-width: 350px) {
  .items article {
    width: 98% !important;
    margin: 1% !important;
  }
}

.items article {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

@media only screen and (max-width: 835px) {
  #col_main .errorbg {
    padding: 0 !important;
  }
}

.btn a {
  display: block;
  max-width: 300px;
  background: #072d58;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.slide-top {
  -webkit-animation-name: slide-top;
          animation-name: slide-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.slide-top2 {
  opacity: 0.4;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.slide-top2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
  -webkit-transition: all 2500ms;
  transition: all 2500ms;
}

.slide-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  -webkit-transition: all 2500ms;
  transition: all 2500ms;
}

.slide-left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left2 {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.slide-left2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.img {
  position: relative;
}

.img img {
  width: 100% !important;
}

.img:before {
  -webkit-transition: all 1.5s ease .5s;
  transition: all 1.5s ease .5s;
  content: "";
  background: #072d58;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.img.aaaa:before {
  overflow: hidden;
  width: 0;
}

.sns #media {
  margin: 70px auto 0 auto;
}

@media only screen and (max-width: 835px) {
  .sns #media {
    margin: 30px auto 0 auto;
  }
}

.sns #media .row {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sns #media .row .box {
  width: 32%;
  margin: 0 1%;
}

.sns #media .row .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}

.sns #media .row .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}

.sns #media .row .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}

.sns #media .row .box h3, .sns #media .row .box p {
  display: none;
}

@media screen and (max-width: 350px) {
  .sns #media .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sns #media .row .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .sns #media .row .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}

.sns #more a {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  background: #fff;
  padding: 15px;
  color: #072d58;
  font-family: "Times New Roman", serif;
  font-size: 1.75rem;
  border: 3px solid #072d58;
  position: relative;
}

@media (max-width: 1200px) {
  .sns #more a {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.sns #more a:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px dotted rgba(7, 45, 88, 0.5);
  margin: 5px;
}

.sns #more a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 5px;
  height: 50px;
  width: 70px;
  padding: 5px;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 835px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle span {
  height: 2px;
  left: 2px;
  display: block;
  background: #3b3b3b;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 13px;
  width: 90%;
}

#nav-toggle span:nth-child(3) {
  top: 24px;
  width: 80%;
}

#nav-toggle p {
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  top: 25px;
  left: 0;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  z-index: 99;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 24px;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 90%;
}

.open #nav-toggle p {
  color: white;
  left: 0;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

.nav_wrap .logo {
  margin-bottom: 60px !important;
}

.nav_wrap li {
  position: relative;
}

.nav_wrap .ddmenu {
  top: 0;
  left: 50%;
  background-color: transparent;
  position: relative;
  width: 80%;
}

#nav_sp {
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ebbf10), to(#072d58));
  background-image: linear-gradient(to right, #ebbf10 0%, #072d58 100%);
  color: #ebbf10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp::before {
  content: "";
  width: 80%;
  height: 100vh;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

@media only screen and (max-width: 1500px) {
  #nav_sp::before {
    width: 100%;
    opacity: 0.4;
  }
}

#nav_sp .icons {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 640px) {
  #nav_sp .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#nav_sp .icons a {
  font-size: 2.2rem !important;
  display: block;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .icons a:hover {
  opacity: 0.6;
}

#nav_sp .icons .tel {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #nav_sp .icons .tel {
    display: block;
  }
}

#nav_sp .nav_wrap > ul:first-child {
  display: none;
}

#nav_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#nav_sp ul .sm_ul li img {
  display: none;
}

#nav_sp li {
  width: 100%;
}

#nav_sp a {
  display: block;
  color: white;
  letter-spacing: 0.4em;
  text-decoration: none;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
  z-index: 0;
  line-height: 1.6;
  padding: 10px;
}

#nav_sp a span {
  display: block;
  font-size: 4rem;
  color: #072d58;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  #nav_sp a span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 400px) {
  #nav_sp a span {
    font-size: 2.6rem;
  }
}

#nav_sp a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp ul {
  list-style: none;
}

#nav_sp ul > li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul > li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul > li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul > li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul > li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul > li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul > li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul > li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp ul > li:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

#nav_sp ul > li:nth-child(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

#nav_sp ul .ddmenu {
  left: 50%;
  z-index: 3;
  position: relative;
  top: 0;
}

#nav_sp ul .ddmenu a {
  font-size: 1.5rem !important;
  color: white !important;
  padding-left: 20px !important;
  padding: 10px !important;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.in_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.in_wp > a {
  display: block;
  text-align: left;
  margin-top: 30px;
}

.in_wp > a img {
  width: 200px;
  height: 200px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .in_wp > a img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 640px) {
  .in_wp > a img {
    margin: auto;
    display: block;
  }
}

.inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inside li {
  font-size: 1.5rem !important;
  color: white;
  line-height: 1.8;
  width: 100% !important;
  text-align: center;
}

.inside li .tel {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  padding: 0 !important;
  letter-spacing: 2px !important;
}
/*# sourceMappingURL=common_style.css.map */