@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);
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 49px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(30deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-30deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}
.zdo_drawer_menu .zdo_drawer_button {
  color: #276490;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #276490;
}

/*+++ Default Navigation CSS +++*/
/*+++ Default Button Color +++*/
/*Balboa*/
/*open sans*/
/*droid-sans*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url(../images/top/body_bg.jpg) repeat;
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  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;
}
body:before {
  z-index: 99999;
  transition: 0.7s;
  background: url(../images/top/body_bg.jpg) repeat;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 150vw;
  height: 100%;
  pointer-events: none;
}
body:after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 150vw;
  height: 100%;
  pointer-events: none;
}
body.display1:before {
  left: 150vw;
}

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

.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;
}

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

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

@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;
}

@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, .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, footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
header#global_header #header-wrap {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

@media only screen and (max-width: 835px) {
  #header {
    padding: 10px 0 0 10px;
  }
}
.header_logo {
  width: 300px;
}

@media only screen and (max-width: 1000px) {
  .header_logo {
    margin-right: 10px;
    width: 200px;
  }
}
@media only screen and (max-width: 835px) {
  .header_logo {
    width: 250px;
  }
}
@media screen and (max-width: 350px) {
  .header_logo {
    margin-right: 0;
  }
}
.header_right {
  width: 90%;
  max-width: 1250px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_right div {
  padding: 0 15px;
}

.h_sns_wrap {
  width: 100px;
  min-width: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.h_sns_wrap li {
  width: 30px;
}
.h_sns_wrap li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #fff;
  background: #00c4f1;
  border-radius: 50%;
}
.h_sns_wrap li a i {
  padding-right: 0;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 835px) {
  .h_sns_wrap {
    margin-right: 100px;
  }
}
.h_info_wrap {
  display: flex;
}
.h_info_wrap div {
  width: 48%;
  margin: 1%;
  border: 1px solid #fff;
  min-width: 175px;
}
.h_info_wrap div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  font-family: "open-sans", sans-serif;
  font-size: 1.125rem;
  transition: 0.5s;
}
.h_info_wrap div a img {
  width: 15px;
  margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .h_info_wrap {
    flex-direction: column;
  }
  .h_info_wrap div {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .h_info_wrap {
    display: none;
  }
}
.mean-bar {
  display: none;
}

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

#nav-wrap {
  width: 100%;
}

#nav_global {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
#nav_global > ul {
  display: flex;
  justify-content: flex-start;
}
#nav_global > ul li {
  flex-grow: 1;
  position: relative;
}
#nav_global > ul li a {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
#nav_global > ul li ul {
  position: absolute;
  background: rgba(228, 240, 247, 0.9);
  border-radius: 10px;
  width: 800px;
  padding: 10px 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
#nav_global > ul li ul li {
  width: 50% !important;
}
#nav_global > ul li ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#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 {
  transform: scale(1.2);
  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: 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 {
    padding: 0;
  }
}
.main {
  position: relative;
  height: 100vh !important;
  z-index: 1;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .main {
    height: auto !important;
  }
}
.main-item img {
  height: 100vh !important;
  width: 100vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .main-item img {
    height: auto !important;
  }
}
.main-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.main_txt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: "open-sans", sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.main_txt .ttl .min {
  font-size: 4.6875rem;
  font-weight: bold;
}
.main_txt .ttl .sub {
  font-size: 2.25rem;
  opacity: 0.6;
  font-weight: 600;
  max-width: 900px;
  text-align: right;
  margin: 30px auto 0 auto;
  width: 100%;
}
.main_txt .txt {
  font-size: 2.1875rem;
  font-weight: 600;
  margin-top: 5%;
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .main_txt .ttl .min {
    font-size: calc(1.59375rem + 4.125vw);
  }
}
@media (max-width: 1200px) {
  .main_txt .ttl .sub {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (max-width: 1200px) {
  .main_txt .txt {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media only screen and (max-width: 1000px) {
  .main_txt .ttl .min {
    font-size: 4.0625rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .main_txt .ttl .min {
    font-size: calc(1.53125rem + 3.375vw);
  }
}
@media only screen and (max-width: 1000px) {
  .main_txt .ttl .sub {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 20px auto 0 auto;
    width: 70%;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .main_txt .ttl .sub {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media only screen and (max-width: 1000px) {
  .main_txt .txt {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .main_txt .txt {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media only screen and (max-width: 640px) {
  .main_txt .ttl .min {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .main_txt .ttl .min {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media only screen and (max-width: 640px) {
  .main_txt .ttl .sub {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 20px auto 0 auto;
    width: 90%;
  }
  .main_txt .txt {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .main_txt .txt {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.slide-animation {
  animation: fadezoom 8s 0s forwards;
  overflow: hidden;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.anchor {
  display: block;
  transform: translateY(-100px);
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    transform: translateY(-30px);
  }
}
.anchor2 {
  display: block;
  transform: translateY(-150px);
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}
/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.clone--nav {
  width: 100% !important;
  max-width: 100% !important;
  position: fixed;
  background: url(../images/top/top_bg02.jpg) repeat;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
  transform: translateY(-100%);
  margin-left: 0 !important;
}

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

.header__nav > ul {
  display: flex;
}
.header__nav > ul li {
  flex-grow: 1;
  position: relative;
}
.header__nav > ul li a {
  display: block;
  color: white;
  padding: 20px;
  transition: 0.3s;
}
.header__nav > ul li a:hover {
  color: #1166a9;
  font-weight: 700;
}
.header__nav .ddmenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 240px;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
}
.header__nav .ddmenu li {
  background-color: rgba(26, 111, 238, 0.8);
  transition: 0.3s;
}
.header__nav .ddmenu li a {
  padding: 10px;
}
.header__nav .ddmenu li a:hover {
  color: white;
}
.header__nav .ddmenu li:not(:last-child) {
  border-bottom: 1px solid rgba(26, 111, 238, 0.8);
}
.header__nav .ddmenu li:hover {
  background-color: rgba(26, 111, 238, 0.8);
}

@media only screen and (max-width: 1700px) {
  .header__nav > ul li a {
    padding: 20px 10px;
  }
}
.op_anime {
  background: #1b1b1b;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.op_anime img {
  position: fixed;
  display: none;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  animation-fill-mode: forwards;
  animation-name: text_line;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  text-align: center;
  width: 250px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .op_anime img {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .op_anime img {
    width: 200px;
  }
}
@keyframes text_line {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
footer#global_footer {
  position: relative;
  background: none !important;
  min-width: auto !important;
}

#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: #00c4f1;
  font-family: "open-sans", sans-serif;
}

@media only screen and (max-width: 640px) {
  #top-button {
    bottom: 10px;
  }
}
#TCT-wrap {
  padding: 90px 0 !important;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  #TCT-wrap {
    padding: 70px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #TCT-wrap {
    padding: 40px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  #TCT-wrap {
    padding: 30px 0 !important;
  }
}
#TCT-inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 1;
}

#TCT-title {
  margin-bottom: 15px;
}
#TCT-title h2 {
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
#TCT-title h2:after {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  background-size: contain;
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  #TCT-title h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media only screen and (max-width: 835px) {
  #TCT-title {
    margin-bottom: 15px;
  }
  #TCT-title h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  #TCT-title h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  #TCT-title h2:after {
    bottom: -15px;
  }
}
#TCT-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 835px) {
  #TCT-bottom {
    margin-top: 15px;
    flex-direction: column;
  }
  #TCT-bottom #TCT-tel-wrap, #TCT-bottom #TCT-cont-wrap {
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 600px;
  }
}
#TCT-tel-wrap, #TCT-cont-wrap {
  width: 49%;
  margin: 1%;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#TCT-tel-wrap #TCT-tel-title {
  font-size: 1.3125rem;
  font-weight: 500;
  background: black;
  color: #fff;
  padding: 3% 0;
}

#TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
  font-size: 1.3125rem;
  font-weight: 500;
  background: black;
  color: #fff;
  padding: 3% 0;
}

@media (max-width: 1200px) {
  #TCT-tel-wrap #TCT-tel-title {
    font-size: calc(1.25625rem + 0.075vw);
  }
  #TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 1300px) {
  #TCT-tel-wrap #TCT-tel-title {
    font-size: 1rem;
  }
  #TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  #TCT-tel-wrap #TCT-tel-title {
    font-size: 1.3125rem;
  }
  #TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  #TCT-tel-wrap #TCT-tel-title {
    font-size: calc(1.25625rem + 0.075vw);
  }
  #TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 640px) {
  #TCT-tel-wrap #TCT-tel-title {
    font-size: 1.125rem;
  }
  #TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
    font-size: 1.125rem;
  }
}
#TCT-tel-wrap .TCT_tel, #TCT-cont-wrap .TCT_tel {
  padding: 20px 0;
}

#TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
  font-family: "droid-sans", sans-serif;
  font-size: 2.25rem;
  color: #1b1b1b !important;
}

#TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a img, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a img, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p img, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p img {
  width: 40px;
  margin-right: 7px;
}

@media only screen and (max-width: 835px) {
  #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a img, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a img, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p img, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p img {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media only screen and (max-width: 1300px) {
  #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p {
    font-size: 1.875rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 1000px) {
  #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li a, #TCT-tel-wrap .TCT_tel .TCT_tel_inr ul li p, #TCT-cont-wrap .TCT_tel .TCT_tel_inr ul li p {
    font-size: calc(1.275rem + 0.3vw);
  }
}
#TCT-tel-wrap .TCT_tel p {
  color: #333;
  line-height: 1.2em;
  width: 210px;
  margin: 0 auto;
  text-align: left;
}

#TCT-cont-wrap .TCT_tel p {
  color: #333;
  line-height: 1.2em;
  width: 210px;
  margin: 0 auto;
  text-align: left;
}
#TCT-cont-wrap .TCT_cont {
  padding: 20px 0;
}
#TCT-cont-wrap .TCT_cont .TCT_cont_inr a {
  max-width: 300px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 10px;
  text-align: center;
  color: #1b1b1b;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "open-sans", sans-serif;
  font-size: 1.125rem;
  transition: 0.5s;
}
#TCT-cont-wrap .TCT_cont .TCT_cont_inr a img {
  width: 30px !important;
  margin-right: 5px;
}
#TCT-cont-wrap .TCT_cont .TCT_cont_inr a:hover {
  background: #1b1b1b;
  color: #fff;
}
#TCT-cont-wrap .TCT_cont .TCT_cont_inr p {
  color: #333;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  #TCT-tel-wrap .TCT_tel, #TCT-cont-wrap .TCT_tel {
    padding: 15px 0;
  }
  #TCT-tel-wrap .TCT_tel .TCT_tel_inr a, #TCT-cont-wrap .TCT_tel .TCT_tel_inr a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 835px) {
  #TCT-cont-wrap .TCT_cont .TCT_cont_inr a img {
    width: 25px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #TCT-cont-wrap .TCT_cont .TCT_cont_inr a {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 640px) {
  #TCT-cont-wrap .TCT_cont {
    padding: 15px 0;
  }
  #TCT-cont-wrap .TCT_cont .TCT_cont_inr a {
    margin: 10px auto;
  }
  #TCT-cont-wrap .TCT_cont .TCT_cont_inr a img {
    width: 40px;
  }
}
#footer_wrap {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer_wrap address {
  width: 350px;
  min-width: 350px;
  text-align: left;
}
#footer_wrap address .f_logo a {
  color: #fff;
  font-size: 1.125rem;
}

@media only screen and (max-width: 835px) {
  #footer_wrap address {
    margin: 0 auto;
    text-align: center;
  }
}
#footer {
  width: 100%;
}

@media only screen and (max-width: 835px) {
  #footer {
    display: none;
  }
}
#footer-nav {
  width: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
#footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer-nav ul li {
  margin: 1%;
}
#footer-nav ul li a {
  text-align: center;
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

@media only screen and (max-width: 835px) {
  #footer-nav {
    display: none;
  }
}
#copyright {
  padding: 30px 0;
  color: #fff !important;
}
#copyright a {
  color: #fff !important;
  font-size: 0.875rem;
}

@media only screen and (max-width: 835px) {
  #copyright {
    padding: 15px 0;
  }
}
.mean-container .mean-push {
  display: none !important;
}

.title_f1 {
  margin: 40px auto 20px;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.7);
}
.title_f1 h2, .title_f1 h3 {
  font-size: 1.3125rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid rgba(26, 111, 238, 0.5);
  padding: 7px 0 7px 10px;
  margin-bottom: 5px;
  line-height: 1.3em;
}

@media (max-width: 1200px) {
  .title_f1 h2, .title_f1 h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_f1 {
    margin: 30px auto 15px;
  }
  .title_f1 h2, .title_f1 h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_f1 {
    margin: 30px auto 15px;
  }
  .title_f1 h2, .title_f1 h3 {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.title_center_01a {
  margin: 40px auto 30px auto;
}
.title_center_01a h2, .title_center_01a h3 {
  font-size: 1.75rem;
  color: #ccc;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.5em;
}
.title_center_01a h2:after, .title_center_01a h3:after {
  position: absolute;
  content: "";
  background: rgba(26, 111, 238, 0.8);
  width: 80px;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.title_center_01a h2 br, .title_center_01a h3 br {
  display: block !important;
}

@media (max-width: 1200px) {
  .title_center_01a h2, .title_center_01a h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_center_01a {
    margin: 30px auto 15px auto;
  }
  .title_center_01a h2, .title_center_01a h3 {
    font-size: 1.125rem;
  }
}
.title_b1 {
  margin: 40px auto 20px;
}
.title_b1 h2, .title_b1 h3, .title_b1 h4 {
  position: relative;
  padding-left: 30px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}
.title_b1 h2:after, .title_b1 h3:after, .title_b1 h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f219";
  /*アイコンのユニコード*/
  font-weight: bold;
  color: rgba(0, 196, 241, 0.5);
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}

@media (max-width: 1200px) {
  .title_b1 h2:after, .title_b1 h3:after, .title_b1 h4:after {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_b1 h2, .title_b1 h3, .title_b1 h4 {
    font-size: 1.125rem;
    font-weight: bold;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 835px) {
  .title_b1 {
    margin: 30px auto 15px;
  }
}
.title_c1 {
  margin: 40px auto 20px;
}
.title_c1 h2, .title_c1 h3 {
  background: black;
  padding: 5px 0 5px 40px;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
.title_c1 h2:before, .title_c1 h3:before {
  content: "□";
  position: absolute;
  left: 5px;
  top: 0;
  color: #00c4f1;
}
.title_c1 h2:after, .title_c1 h3:after {
  content: "□";
  position: absolute;
  left: 13px;
  top: 10px;
  color: #1a6fee;
}

@media (max-width: 1200px) {
  .title_c1 h2, .title_c1 h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_c1 {
    margin: 30px auto 15px;
  }
  .title_c1 h2, .title_c1 h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_c1 {
    margin: 30px auto 15px;
  }
  .title_c1 h2, .title_c1 h3 {
    font-size: 1.125rem;
  }
}
.btxt {
  color: #333;
}

.company_DLa dl {
  line-height: 1.8em !important;
}
.company_DLa dt {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.2) !important;
  font-weight: 500;
}
.company_DLa dd {
  background: rgba(255, 255, 255, 0.1) !important;
}

@media only screen and (max-width: 640px) {
  .company_DLa dl {
    display: block !important;
  }
  .company_DLa dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DLa dl dd {
    width: 100% !important;
  }
}
.company_DLb {
  font-size: 1.1em;
  line-height: 2.3em;
}
.company_DLb dt {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.2) !important;
  font-weight: 500;
  display: block !important;
}
.company_DLb dd {
  background: rgba(255, 255, 255, 0.1) !important;
}

@media only screen and (max-width: 640px) {
  .company_DLb dl {
    display: block !important;
  }
  .company_DLb dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DLb dl dd {
    width: 100% !important;
  }
}
.intro_01 {
  background: #1a6fee;
  font-size: 1.5em;
  padding: 10px;
}
.intro_01 div {
  font-weight: 500;
}

.anc_btn_a ul {
  display: flex;
  flex-wrap: wrap;
}
.anc_btn_a ul li {
  width: 23%;
  margin: 1%;
}
.anc_btn_a ul li:nth-child(4n+1) {
  margin-left: 0;
}
.anc_btn_a ul li:nth-child(4n+4) {
  margin-right: 0;
}
.anc_btn_a ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
}
.anc_btn_a 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: flex;
  align-items: center;
}
.anc_btn_a ul li a:hover {
  opacity: 1 !important;
  background-color: #7be2fa;
}
.anc_btn_a ul li a:hover:after {
  transform: translate(3px, 0);
}

@media only screen and (max-width: 835px) {
  .anc_btn_a ul li {
    width: 49%;
  }
  .anc_btn_a ul li:nth-child(2n+1) {
    margin: 0 1% 1% 0;
  }
  .anc_btn_a ul li:nth-child(2n) {
    margin: 0 0 1% 1%;
  }
  .anc_btn_a ul li a {
    padding: 10px;
  }
}
@media screen and (max-width: 350px) {
  .anc_btn_a ul {
    flex-direction: column;
  }
  .anc_btn_a ul li {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
}
.anc_btn ul {
  display: flex;
  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 #1a6fee;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  color: #1a6fee;
  border-radius: 5px;
}
.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: flex;
  align-items: center;
}
.anc_btn ul li a:hover {
  opacity: 1 !important;
  background-color: #1a6fee;
  color: #fff;
}
.anc_btn ul li a:hover:after {
  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 {
    flex-direction: column;
  }
  .anc_btn ul li {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
}
.company_DL2a {
  background: none !important;
}
.company_DL2a > dl {
  padding: 10px 0;
}
.company_DL2a > dl dt {
  font-weight: 500;
  color: #fff;
  align-items: center !important;
  background: none !important;
  border-bottom: 2px solid #fff !important;
}
.company_DL2a > dl dd {
  background: none !important;
  border-bottom: 2px solid rgba(204, 204, 204, 0.5) !important;
}
.company_DL2a > dl dd dl dt {
  width: 50% !important;
  min-width: 400px;
  display: block;
  border-bottom: none !important;
}
.company_DL2a > dl dd dl dd {
  width: 50% !important;
  border-bottom: none !important;
}
.company_DL2a > dl:last-of-type dt {
  border-bottom: 2px solid #fff !important;
}

@media only screen and (max-width: 640px) {
  .company_DL2a > dl {
    display: block !important;
  }
  .company_DL2a > dl dt {
    width: 100% !important;
    border-right: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .company_DL2a > dl dd {
    width: 100% !important;
    border-bottom: 2px solid #ccc !important;
    border-left: 2px solid #ccc !important;
    border-right: 2px solid #ccc !important;
  }
  .company_DL2a > dl dd dl dt, .company_DL2a > dl dd dl dd {
    background: none !important;
    border: none !important;
  }
  .company_DL2a > dl dd dl dt {
    width: 80% !important;
    min-width: auto;
  }
  .company_DL2a > dl dd dl dd {
    width: 20% !important;
    min-width: 30px !important;
    text-align: right;
  }
}
.title_01 {
  margin-bottom: 20px;
}
.title_01 h2 {
  font-size: 3.75rem;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.title_01 h2 span {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #00c4f1;
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_01 {
    margin-bottom: 15px;
  }
  .title_01 h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_01 h2 span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_01 h2 span {
    font-size: 0.875rem;
  }
}
.title_02 h2 {
  font-size: 3.75rem;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.title_02 h2 span {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #00c4f1;
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .title_02 h2 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_02 {
    margin-bottom: 15px;
  }
  .title_02 h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .title_02 h2 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_02 h2 span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_02 h2 span {
    font-size: 0.875rem;
  }
}
.title_03 h2 {
  font-size: 3.75rem;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #333;
}
.title_03 h2 span {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #00c4f1;
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .title_03 h2 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_03 {
    margin-bottom: 15px;
  }
  .title_03 h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .title_03 h2 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_03 h2 span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_03 h2 span {
    font-size: 0.875rem;
  }
}
.title_04 {
  margin: 40px auto 20px auto;
}
.title_04 h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #333;
  position: relative;
  margin-bottom: 20px;
}
.title_04 h3:after {
  position: absolute;
  content: "";
  background: #1a6fee;
  width: 60px;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
}

@media (max-width: 1200px) {
  .title_04 h3 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_04 {
    margin: 30px auto 20px auto;
  }
  .title_04 h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .title_04 h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_04 h3 {
    font-size: 1.125rem;
  }
}
.cont_01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cont_01 .box:first-child {
  width: 60%;
}
.cont_01 .box:nth-child(2) {
  background: #000;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  width: 40%;
  font-size: 1.125rem;
}
.cont_01 .box:nth-child(2) .btn3a, .cont_01 .box:nth-child(2) .btn3a_L {
  margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
  .cont_01 .box:first-child {
    width: 55%;
  }
}
@media only screen and (max-width: 835px) {
  .cont_01 .box:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 835px) {
  .cont_01 .box:nth-child(2) .btn3a, .cont_01 .box:nth-child(2) .btn3a_L {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .cont_01 .box:nth-child(2) {
    padding: 30px;
    font-size: 0.9375rem;
    width: 45%;
  }
}
@media only screen and (max-width: 835px) {
  .cont_01 .box:nth-child(2) {
    padding: 30px 15px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 835px) {
  .cont_01 {
    flex-direction: column;
  }
}
.btn3a, .btn3a_L {
  text-align: center !important;
}

.btn3a a, .btn3a_L a {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  display: flex;
  text-align: center !important;
  background: #1a6fee;
  color: #fff;
}

.btn3a a span, .btn3a_L a span {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-family: "open-sans", sans-serif;
}

@media (max-width: 1200px) {
  .btn3a a span, .btn3a_L a span {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.btn3a a span div, .btn3a_L a span div {
  text-align: center !important;
}

.btn3a a span:after, .btn3a_L a span:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-size: 16px;
  position: absolute;
  /*絶対位置*/
  right: 5px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  font-weight: 400;
}

.btn3a a span:before, .btn3a_L a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0c86ed;
  z-index: -1;
  transition: 0.5s;
}

.btn3a a span:hover, .btn3a_L a span:hover {
  color: #fff;
}

.btn3a a span:hover:before, .btn3a_L a span:hover:before {
  width: 100%;
}

.btn3a a span:hover:after, .btn3a_L a span:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}

@media only screen and (max-width: 835px) {
  .btn3a a span, .btn3a_L a span {
    font-size: 1rem;
  }
}
.btn3a a:hover, .btn3a_L a:hover {
  opacity: 1;
}

.btn3a div, .btn3a_L div {
  text-align: center !important;
}

@media screen and (min-width: 640px) {
  .btn3a_L a {
    margin: 0 auto 0 0;
  }
}
.bg_color_wrap_a {
  position: relative;
  padding: 100px 0 !important;
}

@media screen and (max-width: 1200px) {
  .bg_color_wrap_a {
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_color_wrap_a {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_color_wrap_a {
    padding: 40px 0 !important;
  }
}
.bg_color_inr_a {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(230, 240, 242, 0.9);
  z-index: -1;
}

.cont_02_ttl {
  width: 30%;
  max-width: 300px;
  margin: 30px auto;
}

.cont_02 {
  color: #333;
  font-size: 1rem;
}

.cont_03 img {
  display: block;
  width: 100% !important;
}

.top-insta .sns_text {
  display: none;
}

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

@media screen and (max-width: 1500px) {
  .bg_color_wrap1 {
    padding: 40px 0 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bg_color_wrap1 {
    padding: 30px 0 !important;
  }
}
.bg_color_inr1 {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: white;
  z-index: -1;
}

.cont_04 {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.cont_04 .boxx {
  width: 31.333%;
  margin: 0 1%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}
.cont_04 .boxx:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.cont_04 .boxx:nth-child(3n+2) {
  margin: 0 2% 1% 2%;
}
.cont_04 .boxx:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.cont_04 .boxx .box {
  margin: 0 auto;
}
.cont_04 .boxx .ttl {
  text-align: center;
  font-size: 3rem;
  color: #7be2fa;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "open-sans", sans-serif;
}
.cont_04 .boxx .ttl2 {
  text-align: center;
  font-size: 3rem;
  color: #7be2fa;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "open-sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}
.cont_04 .boxx .txt {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

@media only screen and (max-width: 835px) {
  .cont_04 {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .cont_04 .boxx .ttl, .cont_04 .boxx .ttl2 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (max-width: 1200px) {
  .cont_04 .boxx .ttl2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 1200px) {
  .cont_04 .boxx .txt {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 835px) {
  .cont_04 .boxx .txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1000px) {
  .cont_04 .boxx {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 835px) {
  .cont_04 {
    flex-direction: column;
  }
  .cont_04 .boxx {
    width: 100%;
    margin: 0 auto !important;
  }
  .cont_04 .boxx:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.bg_img_wrap2 {
  position: relative;
  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: 50px 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;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/top_bg02.jpg) repeat center;
  z-index: -1;
}

.top_slide {
  margin: 50px auto;
}
.top_slide .slider ul li {
  text-align: center !important;
}
.top_slide .slider ul li div {
  padding: 0 10px;
}
.top_slide .slider ul li img {
  margin: 0 auto 15px auto;
}
.top_slide .slick-prev, .top_slide .slick-next {
  z-index: 100;
  height: auto !important;
  width: auto !important;
}
.top_slide .slick-dots {
  display: flex;
  justify-content: center;
}
.top_slide .slick-dots li.slick-active button:before, .top_slide .slick-dots li button:before {
  color: #fff !important;
}

@media only screen and (max-width: 1200px) {
  .top_slide {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 835px) {
  .top_slide {
    margin: 15px auto;
  }
}
@media only screen and (max-width: 640px) {
  .top_slide .slider ul li div {
    font-size: 0.9em;
    line-height: 1.5em;
  }
}
.bg_color_wrap2 {
  position: relative;
  padding: 100px 0 !important;
}

@media only screen and (max-width: 1500px) {
  .bg_color_wrap2 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .bg_color_wrap2 {
    padding: 60px 0 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bg_color_wrap2 {
    padding: 30px 0 !important;
  }
}
.bg_color_inr2 {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background-image: -ms-linear-gradient(-19deg, #2586d1 0%, #1b2d67 0%, #144692 100%);
  z-index: -1;
}

.cont_05 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont_05 .box:nth-child(2) > div {
  widows: 100%;
  display: flex;
  justify-content: space-between;
}
.cont_05 .box:nth-child(2) > div .txt {
  line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
  .cont_05 .box:nth-child(2) > div {
    flex-direction: column;
  }
  .cont_05 .box:nth-child(2) > div .txt {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 835px) {
  .cont_05 {
    flex-direction: column;
  }
  .cont_05 > div {
    width: 100%;
  }
  .cont_05 > div .txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .cont_05 .box .title_02 h2 {
    text-align: center;
  }
}
.btn3b {
  text-align: center !important;
}
.btn3b a {
  border: 1px solid #000;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  height: 60px;
  line-height: 60px;
  display: flex;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn3b a span {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-family: "open-sans", sans-serif;
}
.btn3b a span div {
  text-align: center !important;
}
.btn3b a span:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-size: 16px;
  position: absolute;
  /*絶対位置*/
  right: 5px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  font-weight: 400;
}
.btn3b a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0c86ed;
  z-index: -1;
  transition: 0.5s;
}
.btn3b a span:hover {
  color: #fff;
}
.btn3b a span:hover:before {
  width: 100%;
}
.btn3b a span:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
.btn3b a:hover {
  opacity: 1;
}
.btn3b div {
  text-align: center !important;
}

@media (max-width: 1200px) {
  .btn3b a span {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .btn3b a span {
    font-size: 1rem;
  }
}
#Local_header {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 180px 0 120px 0 !important;
}

@media only screen and (max-width: 1000px) {
  #Local_header {
    padding: 150px 0 100px !important;
  }
}
@media only screen and (max-width: 835px) {
  #Local_header {
    padding: 100px 0 50px 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_bg01.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

#local-keyvisual-title {
  position: relative;
}
#local-keyvisual-title h1 {
  display: flex;
  flex-direction: column-reverse;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  color: #00c4f1;
  font-weight: 600;
}
#local-keyvisual-title h1 span {
  margin-bottom: 10px;
  font-size: 3.375rem;
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

@media (max-width: 1200px) {
  #local-keyvisual-title h1 span {
    font-size: calc(1.4625rem + 2.55vw);
  }
}
@media only screen and (max-width: 1200px) {
  #local-keyvisual-title h1 {
    font-size: 1rem;
  }
  #local-keyvisual-title h1 span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  #local-keyvisual-title h1 span {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media only screen and (max-width: 835px) {
  #local-keyvisual-title h1 {
    font-size: 0.875rem;
  }
}
.title_a {
  margin: 40px auto 20px;
}
.title_a h2, .title_a h3 {
  font-size: 1.5rem;
  color: #111111;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgba(230, 240, 242, 0.5);
  border-left: 5px solid #1a6fee;
  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 20px;
}
.title_b h2, .title_b h3, .title_b h4 {
  position: relative;
  padding-left: 30px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  display: flex;
  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: #7be2fa;
  font-size: 1.75rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}

@media (max-width: 1200px) {
  .title_b h2:after, .title_b h3:after, .title_b h4:after {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_b h2, .title_b h3, .title_b h4 {
    font-size: 1.125rem;
    font-weight: bold;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 835px) {
  .title_b {
    margin: 30px auto 15px;
  }
}
.title_c {
  margin: 40px auto 20px;
}
.title_c h2, .title_c h3 {
  background: rgba(123, 226, 250, 0.15);
  padding: 5px 0 5px 40px;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
.title_c h2:before, .title_c h3:before {
  content: "□";
  position: absolute;
  left: 5px;
  top: 0;
  color: #00c4f1;
}
.title_c h2:after, .title_c h3:after {
  content: "□";
  position: absolute;
  left: 13px;
  top: 10px;
  color: #1a6fee;
}

@media (max-width: 1200px) {
  .title_c h2, .title_c h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@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 h2, .title_d h3 {
  background: url(../images/contents/ptn2.png) repeat;
  background-size: 1%;
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .title_d h2, .title_d h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_d h2, .title_d h3 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .title_d h2, .title_d h3 {
    background-size: 2%;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.title_e {
  margin: 40px auto 20px;
}
.title_e h2, .title_e h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: solid 2px #ccc;
  position: relative;
}
.title_e h2:after, .title_e h3:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #1a6fee;
  bottom: -2px;
  width: 25%;
  left: 0;
}

@media (max-width: 1200px) {
  .title_e h2, .title_e h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@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;
  color: #111111;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgba(230, 240, 242, 0.3);
  border-left: 3px solid #1a6fee;
  padding: 5px 0 5px 10px;
  margin-bottom: 5px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .title_f h2, .title_f h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@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: 500;
  }
}
.title_center_01 h2, .title_center_01 h3 {
  font-size: 1.5rem;
  color: #7be2fa;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.title_center_01 h2:after, .title_center_01 h3: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 {
  display: block !important;
}

@media (max-width: 1200px) {
  .title_center_01 h2, .title_center_01 h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@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: #1a6fee;
  padding: 5px 10px;
  font-weight: 500;
  font-family: "open-sans", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}
.title_center_bg h2 span, .title_center_bg h3 span {
  color: #0c86ed;
}

@media (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@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.25rem;
  }
}
@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_half {
  margin: 40px auto 20px;
}
.title_half h2, .title_half h3 {
  max-width: 500px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center !important;
  background: rgba(0, 196, 241, 0.2);
  padding: 8px 10px;
  color: #00c4f1;
  font-family: "open-sans", sans-serif;
}

@media (max-width: 1200px) {
  .title_half h2, .title_half h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_half h2, .title_half h3 {
    margin: 30px auto 15px;
  }
  .title_half h2 h2, .title_half h2 h3 {
    font-size: 1.125rem;
  }
  .title_half h3 h2, .title_half h3 h3 {
    font-size: 1.125rem;
  }
}
.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: flex;
}
.title_center_dot h2 div, .title_center_dot h3 div {
  min-width: 20px;
  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;
  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 Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  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: #00c4f1;
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  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: #77c7d9;
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-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 {
  background: rgba(230, 240, 242, 0.8);
  padding: 30px;
}
.pick01 .profile {
  font-size: 1rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 10px;
}

@media only screen and (max-width: 835px) {
  .pick01 {
    padding: 20px 15px;
  }
}
.pick02 {
  background: rgba(123, 226, 250, 0.1);
  padding: 15px;
}

@media only screen and (max-width: 835px) {
  .pick02 {
    padding: 10px;
  }
}
.pick03 {
  background: linear-gradient(to bottom right, #FFF, #FFC778);
  padding: 15px;
}

@media only screen and (max-width: 835px) {
  .pick03 {
    padding: 10px;
  }
}
.contact_contents #contents_wrap {
  color: #333;
  margin-top: 100px;
}

@media only screen and (max-width: 835px) {
  .contact_contents #contents_wrap {
    margin-top: 50px;
  }
}
.picktxt_w {
  font-size: 16px;
  color: #fff;
  line-height: 2em;
}

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

@media only screen and (max-width: 835px) {
  .picktxt08 {
    font-size: 0.9em;
  }
}
.picktxt09 {
  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;
  }
}
.picktxt11 {
  font-size: 1.1em;
  line-height: 2em;
}

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

@media only screen and (max-width: 835px) {
  .picktxt12 {
    font-size: 1.1em;
    line-height: 1.8em;
  }
}
.picktxt18 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.3em;
}

@media only screen and (max-width: 835px) {
  .picktxt18 {
    font-size: 1rem;
    line-height: 1.8em;
  }
}
.picktxt21 {
  font-size: 1.3125rem;
  line-height: 2.3em;
}
.picktxt21 div {
  font-weight: 500;
}

@media (max-width: 1200px) {
  .picktxt21 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 1200px) {
  .picktxt21 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .picktxt21 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .picktxt21 {
    font-size: 1rem;
    line-height: 1.8em;
  }
}
.picktxt24 {
  font-size: 1.5rem;
  line-height: 2.3em;
}
.picktxt24 div {
  font-weight: 500;
}

@media (max-width: 1200px) {
  .picktxt24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 1200px) {
  .picktxt24 {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .picktxt24 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .picktxt24 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .picktxt24 {
    font-size: 1rem;
    line-height: 1.8em;
  }
}
.hosoku {
  background: #ededed;
  padding: 15px;
  font-size: 0.8125rem;
}
.hosoku h2, .hosoku h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

.ls100 {
  letter-spacing: 0.2rem;
}

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

@media only screen and (max-width: 835px) {
  .ls50 {
    letter-spacing: normal;
  }
}
.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 #fff;
  background: #fff;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  padding: 5px 10px;
  font-family: "open-sans", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.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: flex;
  align-items: center;
}

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

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

.btn1_rad20 a, .btn1_rad20_L a, .btn1_rad20_cont a {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #1a6fee;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  min-width: 220px;
  padding: 5px 10px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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: flex;
  align-items: center;
}

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

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

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

.btn1_rad20_cont a {
  border-radius: 40px;
}
.btn1_rad20_cont a:after {
  content: none;
}

@media screen and (min-width: 640px) {
  .btn1_rad20_L a {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 640px) {
  .btn1_L a {
    margin: 0 auto 0 0;
  }
}
.btn2 {
  width: 100%;
}
.btn2 a {
  background: #00c4f1;
  display: block;
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-family: "open-sans", sans-serif;
  position: relative;
  border: 1px solid #fff;
}
.btn2 a:after {
  position: absolute;
  top: 50%;
  right: -25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #1a6fee;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.btn2 a:hover {
  background: #77c7d9;
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.btn2 a:hover:after {
  transform: scale(1, 1);
}

@media only screen and (max-width: 640px) {
  .btn2 a {
    font-size: 1rem;
  }
}
.btn3, .btn3_L {
  text-align: center !important;
}

.btn3 a, .btn3_L a {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  display: flex;
  text-align: center !important;
  background: #00c4f1;
  color: #fff;
}

.btn3 a span, .btn3_L a span {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn3 a span div, .btn3_L a span div {
  text-align: center !important;
}

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

.btn3 a span:before, .btn3_L a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #77c7d9;
  z-index: -1;
  transition: 0.5s;
}

.btn3 a span:hover, .btn3_L a span:hover {
  color: #fff;
}

.btn3 a span:hover:before, .btn3_L a span:hover:before {
  width: 100%;
}

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

@media only screen and (max-width: 835px) {
  .btn3 a span, .btn3_L a span {
    font-size: 1rem;
  }
}
.btn3 a:hover, .btn3_L a:hover {
  opacity: 1;
}

.btn3 div, .btn3_L div {
  text-align: center !important;
}

.btn1_cont a {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #fff;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  padding: 10px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a6fee;
  font-size: 1rem;
  font-weight: bold;
}
.btn1_cont a i {
  margin-right: 5px;
}
.btn1_cont a:hover {
  opacity: 1 !important;
  background-color: #0c86ed;
  color: #fff;
  transition: 0.5s;
}

@media screen and (min-width: 640px) {
  .btn3_L a {
    margin: 0 auto 0 0;
  }
}
.btn3_cont {
  text-align: center !important;
}
.btn3_cont a {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  display: flex;
  text-align: center !important;
  background: #00c4f1;
  color: #fff;
}
.btn3_cont a span {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn3_cont a span div {
  text-align: center !important;
}
.btn3_cont a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #77c7d9;
  z-index: -1;
  transition: 0.5s;
}
.btn3_cont a span:hover {
  color: #fff;
}
.btn3_cont a span:hover:before {
  width: 100%;
}
.btn3_cont a:hover {
  opacity: 1;
}
.btn3_cont div {
  text-align: center !important;
}

@media only screen and (max-width: 835px) {
  .btn3_cont a span {
    font-size: 1rem;
  }
}
.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(26, 111, 238, 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;
  }
}
.imgbox .box article > h3, .imgbox_c .box article > h3 {
  display: none;
}

.imgbox .box article div, .imgbox_c .box article div {
  background: rgba(204, 204, 204, 0.3);
  padding: 10px;
  line-height: 1.3em;
}

.imgbox .box article div h3 {
  font-size: 1.1em;
  font-weight: 500;
}

.imgbox_c .box article div {
  text-align: center;
}
.imgbox_c .box article div h3 {
  font-size: 1.1em;
  font-weight: 500;
}

.img_txt_flx {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx .box {
  overflow: inherit !important;
}
.img_txt_flx .box:first-child {
  width: 38%;
  margin: 0 1%;
}
.img_txt_flx .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.img_txt_flx .box:nth-child(2) {
  width: 58%;
  margin: 0 1%;
}

@media only screen and (max-width: 640px) {
  .img_txt_flx {
    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: flex;
  justify-content: space-between;
}
.img_txt_flx2 .box {
  overflow: inherit !important;
}
.img_txt_flx2 .box:first-child {
  width: 28%;
  margin: 0 1%;
}
.img_txt_flx2 .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.img_txt_flx2 .box:nth-child(2) {
  width: 68%;
  margin: 0 1%;
}

@media only screen and (max-width: 640px) {
  .img_txt_flx2 {
    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: flex;
  justify-content: space-between;
}
.txt_img_flx .box {
  overflow: inherit !important;
}
.txt_img_flx .box:first-child {
  width: 58%;
  margin: 0 1%;
}
.txt_img_flx .box:nth-child(2) {
  width: 38%;
  margin: 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 {
    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: flex;
  justify-content: space-between;
}
.txt_img_flx2 .box {
  overflow: inherit !important;
}
.txt_img_flx2 .box:first-child {
  width: 68%;
  margin: 0 1%;
}
.txt_img_flx2 .box:nth-child(2) {
  width: 28%;
  margin: 0 1%;
}
.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 {
    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 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2 .box {
  width: 49%;
}
.flx2 .box:nth-child(2n+1) {
  margin: 0 1% 1% 0;
}
.flx2 .box:nth-child(2n) {
  margin: 0 0 1% 1%;
}
.flx2 img {
  width: 100% !important;
}
.flx2 tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 640px) {
  .flx2 {
    flex-direction: column;
  }
  .flx2 .box {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .flx2 .box:last-child {
    margin: 0 auto;
  }
}
.flx3 {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx3 .box {
  width: 32%;
  margin: 0 1%;
}
.flx3 .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}
.flx3 .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}
.flx3 .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}
.flx3 .box img {
  width: 100% !important;
}
.flx3 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 835px) {
  .flx3 {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .flx3 {
    flex-direction: column;
  }
  .flx3 .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .flx3 .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.flx4 {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx4 .box {
  width: 23.5%;
  margin: 0 1%;
}
.flx4 .box:nth-child(4n+1) {
  margin: 0 1% 1% 0;
}
.flx4 .box:nth-child(4n+4) {
  margin: 0 0 1% 1%;
}
.flx4 .box img {
  width: 100% !important;
}
.flx4 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flx4 .box {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
}
@media only screen and (max-width: 640px) {
  .flx4 {
    flex-direction: column;
  }
  .flx4 .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx4 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}
.flx5 {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  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% 1% 0;
  }
  .flx5 .box:nth-child(2n) {
    margin: 0 0 1% 1%;
  }
}
@media screen and (max-width: 350px) {
  .flx5 {
    flex-direction: column;
  }
  .flx5 .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx5 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}
.flx6 {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx6 .box {
  width: 15.8333%;
  margin: 0 0.5%;
  background: #fff;
}
.flx6 .box:nth-child(6n+1) {
  margin: 0 0.5% 1% 0;
}
.flx6 .box:nth-child(6n+6) {
  margin: 0 0 1% 0.5%;
}
.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%;
  }
  .flx6 .box img {
    width: 100% !important;
  }
  .flx6 .box tr td {
    padding: 0 !important;
    border: 0 !important;
  }
}
@media screen and (max-width: 350px) {
  .flx6 {
    flex-direction: column;
  }
  .flx6 .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx6 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}
.top_insta .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  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: #fff;
  font-family: "droid-sans", sans-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;
  flex-direction: column;
  width: 18%;
  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 {
  flex-direction: inherit !important;
  border: none !important;
  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 {
  flex-direction: inherit !important;
  border: none !important;
  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%;
  }
}
section div.form_wrap dl dt {
  background: transration !important;
}

.panbtm {
  margin-top: 80px;
}

@media only screen and (max-width: 1500px) {
  .panbtm {
    margin-top: 60px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .panbtm {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .panbtm {
    margin-top: 30px;
  }
}
.sp100 {
  margin: 100px auto;
}

@media only screen and (max-width: 1500px) {
  .sp100 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp100 {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp100 {
    margin: 40px auto;
  }
}
.tp100 {
  margin: 100px auto 0 auto;
}

@media only screen and (max-width: 1500px) {
  .tp100 {
    margin: 80px auto 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .tp100 {
    margin: 60px auto 0 auto;
  }
}
@media only screen and (max-width: 835px) {
  .tp100 {
    margin: 40px auto 0 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;
  }
}
a.tel-link {
  color: rgba(255, 255, 255, 0.8);
  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: flex;
    flex-direction: column-reverse;
  }
}
.company_DL dl {
  line-height: 1.8em !important;
}
.company_DL dt {
  align-items: center !important;
  background: rgba(230, 240, 242, 0.8) !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 {
  padding: 10px 0;
}
.company_DL2 dl dt {
  font-weight: 500;
  color: #fff;
  align-items: center !important;
  background: none !important;
  border-bottom: 2px solid #fff !important;
}
.company_DL2 dl dd {
  background: none !important;
  border-bottom: 2px solid rgba(204, 204, 204, 0.5) !important;
}
.company_DL2 dl:last-of-type dt {
  border-bottom: 2px solid #fff !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 #fff !important;
    border-left: 2px solid #fff !important;
    background: rgba(255, 255, 255, 0.1) !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: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 835px) {
  .pan1 div ol {
    display: none;
  }
}
.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;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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(26, 111, 238, 0.9);
  border-radius: 5px;
  font-family: balboa, sans-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: #fff;
  position: relative;
  border-top: solid 2px rgba(26, 111, 238, 0.3);
  border-bottom: solid 2px rgba(26, 111, 238, 0.3);
  background: rgba(26, 111, 238, 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 Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: "\f0a6  Point";
  font-size: 0.875rem;
  background: #1a6fee;
  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: #1a6fee;
  position: relative;
  border-top: solid 2px #00c4f1;
  border-bottom: solid 2px #00c4f1;
  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 {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro", Montserrat, sans-serif;
  content: "\f5ad  point";
  background: #00c4f1;
  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 {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro", Montserrat, sans-serif;
  content: "\f5ad  point";
  background: #00c4f1;
  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;
  content: "\f4b6  voice";
}

.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #1a6fee 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(163, 56, 4, 0.3);
  border-bottom: solid 2px rgba(163, 56, 4, 0.3);
  background: rgba(0, 196, 241, 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: #a33804;
  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 #bbb;
  font-size: 1.1em;
}

.list01 dl dt, .list02 dl dt {
  border: none !important;
  background: none !important;
  font-weight: bold;
}

.list01 dl dd, .list02 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 180px;
  font-weight: 600;
  color: #7be2fa;
  font-family: "droid-sans", sans-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: #1a6fee !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: #fff;
  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 rgba(255, 255, 255, 0.8);
}
.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: #a33804;
  font-family: "droid-sans", sans-serif;
}

@media only screen and (max-width: 640px) {
  .list04 dl {
    display: block !important;
    font-size: 1.1em;
  }
  .list04 dl dd {
    width: 100% !important;
  }
  .list04 dl dt {
    width: 100% !important;
    padding: 5px !important;
  }
  .list04 dl dd {
    padding: 0 !important;
  }
}
.qa_FLX .box {
  width: 100%;
  background: #fff;
  padding: 10px;
}
.qa_FLX .box:first-child {
  margin-bottom: 10px;
}
.qa_FLX .box:first-child > div {
  display: flex;
}
.qa_FLX .box:first-child > div .icon {
  background: rgba(26, 111, 238, 0.5);
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-family: "open-sans", sans-serif;
  text-align: center;
}
.qa_FLX .box:nth-child(2) > div {
  display: flex;
}
.qa_FLX .box:nth-child(2) > div .icon {
  background: rgba(123, 226, 250, 0.5);
  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: "open-sans", sans-serif;
}
.qa_FLX:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .qa_FLX .box:first-child > div .icon {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@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:first-child, .qa_FLX .box:nth-child(2) {
    width: 100%;
  }
  .qa_FLX .box:first-child > div, .qa_FLX .box:nth-child(2) > div {
    flex-direction: column;
    width: 100%;
  }
  .qa_FLX .box:first-child > div .icon, .qa_FLX .box:nth-child(2) > div .icon {
    width: 100%;
  }
}
.qaBtn {
  color: #00c4f1;
  font-weight: bold;
  text-decoration: underline;
}

.qaOpen {
  display: none;
}
.qaOpen .ttl {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
.qaOpen .sub_ttl {
  background: #1a6fee;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
}

.blog_wrap {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 15px 0;
}

.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: flex;
  padding: 15px 10px;
}
.top_blog .blog_list .blog_text .blog_date {
  margin: 1%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  font-family: "droid-sans", sans-serif;
}
.top_blog .blog_list .blog_text h3 {
  order: 3;
  margin: 1%;
}
.top_blog .blog_list .blog_text h3 a span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.top_blog .blog_list .blog_text ul {
  margin: 1%;
  order: 2;
}
.top_blog .blog_list .blog_text ul li a {
  min-width: 100px;
  padding: 3px 5px;
  margin-right: 0;
  color: #00c4f1;
  text-align: center;
  font-size: 0.8125rem;
  background: rgba(204, 204, 204, 0.5);
}
.top_blog .blog_list .blog_text ul .blog_cate1 {
  background: rgba(26, 111, 238, 0.3);
}
.top_blog .blog_list .blog_text ul .blog_cate2 {
  background: rgba(0, 196, 241, 0.2);
}
.top_blog .blog_list .blog_text ul .blog_cate3 {
  background: rgba(255, 255, 255, 0.1);
}
.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 h3 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text {
    position: relative;
    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;
}
.blog .wrap {
  display: flex;
}
.blog .wrap aside {
  width: 28%;
  margin: 1%;
}
.blog .wrap aside nav {
  line-height: 2em;
}
.blog .wrap aside nav h3 {
  background: #00c4f1 !important;
}
.blog .wrap aside nav ul li .blogside {
  color: rgba(255, 255, 255, 0.8);
}
.blog .wrap aside nav ul li .blogside span {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  display: block;
}
.blog .wrap aside nav > a {
  background: #7be2fa !important;
}
.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  padding: 0 !important;
  min-width: auto;
}
.blog .wrap #contents article .date {
  color: #1a6fee !important;
  color: #1a6fee !important;
}
.blog .wrap #contents article h1, .blog .wrap #contents article h2 {
  background: rgba(26, 111, 238, 0.8);
  color: #fff !important;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}

@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;
  }
}
@media only screen and (max-width: 835px) {
  .blog .wrap {
    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 {
    padding: 0;
  }
  .blog .wrap #contents article div {
    flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}
.voice_wrap {
  border: 1px solid #ccc;
  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: #1a6fee;
}

@media only screen and (max-width: 835px) {
  .voice_wrap {
    padding: 50px 10px 10px 10px;
  }
}
.voice_flx {
  display: flex;
  justify-content: space-between;
}
.voice_flx .box_img {
  width: 29%;
  margin: 0 1% 0 0;
  flex-direction: column !important;
}
.voice_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}
.voice_flx .box_txt {
  width: 69%;
  margin: 0 0 0 1%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .voice_flx .box_img {
    width: 23%;
  }
  .voice_flx .box_txt {
    width: 73%;
  }
}
@media only screen and (max-width: 640px) {
  .voice_flx {
    flex-direction: column;
  }
  .voice_flx .box_img {
    width: 100%;
    margin: 0 auto 15px auto !important;
    flex-direction: row !important;
  }
  .voice_flx .box_img > .box {
    width: 48%;
    margin: 1%;
  }
  .voice_flx .box_txt {
    width: 100%;
    margin: 0 auto !important;
  }
}
.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(119, 199, 217, 0.4);
  text-align: center;
  font-size: 1rem;
}
.prod_flx .box article div h3 .price {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.prod_flx .box article div .anchor {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .prod_flx .box article div h3 {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 835px) {
  #col_main .errorbg {
    padding: 0 !important;
  }
}
.btn a {
  display: block;
  max-width: 300px;
  background: #1a6fee;
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: 99%;
  content: "";
  order: 1;
  width: 99%;
  content: "";
  order: 1;
}
.flex1:after {
  width: 99%;
  content: "";
  order: 2;
}
.flex1 .box {
  width: 99%;
  margin-bottom: 2%;
}
.flex1 .box img {
  width: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: 49%;
  content: "";
  order: 1;
  width: 49%;
  content: "";
  order: 1;
}
.flex2:after {
  width: 49%;
  content: "";
  order: 2;
}
.flex2 .box {
  width: 49%;
  margin-bottom: 2%;
}
.flex2 .box img {
  width: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: 32.3333333333%;
  content: "";
  order: 1;
  width: 32.3333333333%;
  content: "";
  order: 1;
}
.flex3:after {
  width: 32.3333333333%;
  content: "";
  order: 2;
}
.flex3 .box {
  width: 32.3333333333%;
  margin-bottom: 2%;
}
.flex3 .box img {
  width: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: 24%;
  content: "";
  order: 1;
  width: 24%;
  content: "";
  order: 1;
}
.flex4:after {
  width: 24%;
  content: "";
  order: 2;
}
.flex4 .box {
  width: 24%;
  margin-bottom: 2%;
}
.flex4 .box img {
  width: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.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: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.flex2cl_01 .flxL {
  width: 57%;
}
.flex2cl_01 .flxR {
  width: 40%;
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
.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;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
.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;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
.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;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 800ms;
}
.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1000ms;
}
.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms;
}
.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms;
}
.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms;
}
.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

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 {
  width: 50% !important;
}

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: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
div.item_view div.struct {
  display: block;
}
div.photo {
  margin-left: 0;
}
div.photo div.large {
  width: auto;
}

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: 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 {
  height: 100%;
}
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 5px;
  height: 50px;
  width: 70px;
  padding: 5px;
  cursor: pointer;
  display: none;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle span {
  height: 2px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#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: white;
  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;
}

@media only screen and (max-width: 835px) {
  #nav-toggle {
    display: block;
  }
}
.open #nav-toggle span {
  background: white;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  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;
  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: linear-gradient(to right, #00c4f1 0%, #1a6fee 100%);
  color: #00c4f1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.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;
}
#nav_sp .icons {
  width: 80%;
  display: flex;
  position: relative;
  z-index: 99;
}
#nav_sp .icons a {
  font-size: 2.2rem !important;
  display: block;
  padding-right: 15px;
  transition: 0.3s;
}
#nav_sp .icons a:hover {
  opacity: 0.6;
}
#nav_sp .icons .tel {
  display: none;
}
#nav_sp .nav_wrap > ul:first-child {
  display: none;
}
#nav_sp ul {
  display: flex;
  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;
  transition: color 0.6s ease;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 0;
  line-height: 1.6;
  padding: 10px;
}
#nav_sp a span {
  display: block;
  font-size: 4rem;
  color: #1a6fee;
  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;
}
#nav_sp a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#nav_sp ul {
  list-style: none;
}
#nav_sp ul > li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#nav_sp ul > li:nth-child(2) {
  transition-delay: 0.15s;
}
#nav_sp ul > li:nth-child(3) {
  transition-delay: 0.3s;
}
#nav_sp ul > li:nth-child(4) {
  transition-delay: 0.45s;
}
#nav_sp ul > li:nth-child(5) {
  transition-delay: 0.6s;
}
#nav_sp ul > li:nth-child(6) {
  transition-delay: 0.75s;
}
#nav_sp ul > li:nth-child(7) {
  transition-delay: 0.9s;
}
#nav_sp ul > li:nth-child(8) {
  transition-delay: 1.05s;
}
#nav_sp ul > li:nth-child(9) {
  transition-delay: 1.2s;
}
#nav_sp ul > li:nth-child(10) {
  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;
}

@media only screen and (max-width: 1500px) {
  #nav_sp::before {
    width: 100%;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 640px) {
  #nav_sp .icons {
    justify-content: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #nav_sp .icons .tel {
    display: block;
  }
}
@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;
  }
}
/* open */
.open {
  overflow: hidden;
}
.open #nav_sp {
  visibility: visible;
  opacity: 1;
}
.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.05s ease;
}

.in_wp {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  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: flex;
  flex-direction: column;
  width: 100% !important;
  justify-content: 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;
}


.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .op_anime {
    display: none;
  }
}/*# sourceMappingURL=common_style.css.map */