@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&amp;subset=japanese);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400; /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500; /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700; /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}

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

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  font-style: normal;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding: 64px 0 20px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 150px;
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 831px) and (max-width: 1200px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix 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: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

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

.imgL {
  float: none;
  max-width: 100% !important;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 62px;
    border-top: 0;
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.cont_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 834px) {
  .cont_wrap {
    padding: 20px 0;
    justify-content: center;
  }
}

#header {
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header {
    display: block;
  }
}
@media screen and (min-width: 831px) and (max-width: 1200px) {
  #header {
    display: block;
    padding: 0 15px;
  }
}
#header #siteID {
  margin-left: 10px;
  padding: 0 !important;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  #header #siteID {
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #siteID {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    width: 48%;
  }
}
@media screen and (min-width: 831px) and (max-width: 1200px) {
  #header #siteID {
    margin-left: 0;
    padding: 20px 10px;
    width: 40%;
  }
}
#header #siteID a {
  opacity: 1;
}
#header #nav_global {
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 831px) and (max-width: 1000px) {
  #header #nav_global {
    margin-left: 10px;
  }
}
#header #nav_global ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #nav_global ul li {
  position: relative;
  border-left: 1px solid #ccc;
  width: 100%;
}
#header #nav_global ul li:first-child {
  border-left: none;
}
#header #nav_global ul li a {
  font-weight: 400;
  color: #3f280f;
  display: block;
}
#header #nav_global ul li a span {
  display: block;
  font-size: 13px;
  color: #91caf2;
}
#header #nav_global ul li a:hover {
  opacity: 1;
  color: #fff;
  background: #4169e1;
}
#header #nav_global ul ul {
  position: absolute;
  width: 215px;
  z-index: 100;
  top: 100%;
  left: -10%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
#header #nav_global ul ul li {
  position: relative;
  border-left: none;
}
#header #nav_global ul ul li a {
  display: block;
  padding: 5px;
}
#header #hed_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #header #hed_info {
    position: fixed;
    top: -2px;
    left: 10px;
    z-index: 8;
    background: inherit;
    display: flex;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hed_info {
    position: fixed;
    top: -2px;
    left: 10px;
    z-index: 8;
    display: flex;
  }
}
@media screen and (min-width: 831px) and (max-width: 1200px) {
  #header #hed_info {
    width: 50%;
  }
}
#header .tel2 {
  font-size: 26px;
  line-height: 1;
  padding: 17px;
  color: #fff;
  background: #4169e1;
}
@media screen and (min-width: 831px) and (max-width: 1200px) {
  #header .tel2 {
    font-size: 20px;
    padding: 20px;
  }
}
#header .tel2 span {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #header .tel2 span {
    display: none;
  }
}
#header .tel2 i {
  margin-right: 7px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #header .tel2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    padding: 9px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .tel2 {
    padding: 5px;
    font-size: 24px;
  }
}
#header .tel2 a {
  color: #fff;
  display: block;
}
#header .cont {
  font-size: 26px;
}
@media screen and (min-width: 831px) and (max-width: 1200px) {
  #header .cont {
    font-size: 20px;
  }
}
#header .cont span {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #header .cont span {
    display: none;
  }
}
#header .cont i {
  margin-right: 7px;
}
#header .cont a {
  color: #fff;
  padding: 17px;
  display: block;
  background: #91caf2;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .cont a {
    font-size: 24px;
  }
}

.hedwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .hedwrap {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  i {
    margin-right: 0 !important;
  }
}
#slider img {
  height: auto;
}
@media only screen and (max-width: 640px) {
  #slider img {
    max-width: 120% !important;
    min-height: 61vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 -4% !important;
    font-family: "object-fit: cover;";
  }
}

.mainwrap {
  position: relative;
}
.mainwrap .main_txt {
  position: absolute;
  top: 12%;
  left: 4%;
  right: 4%;
}

.slick-initialized .slick-slide {
  height: auto;
}

#local-keyvisual {
  position: relative;
  background-position: left top;
}
@media only screen and (max-width: 640px) {
  #local-keyvisual {
    margin-bottom: 30px;
  }
}
#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  text-align: left;
  text-shadow: 5px 5px 10px black;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 1.7em;
  }
  #local-keyvisual h1 span {
    padding: 100px 0 !important;
  }
}
#local-keyvisual h1 span {
  display: block;
  padding: 150px 0;
}
#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: bottom center;
}
@media only screen and (max-width: 640px) {
  #local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
    background-size: cover;
  }
}

.pan1 {
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

.mean-container .mean-bar {
  background: #4169e1 !important;
  position: fixed !important;
  z-index: 8 !important;
  min-height: 55px !important;
}
@media only screen and (max-width: 834px) {
  .mean-container .mean-bar span {
    display: none;
  }
}

.mean-container .mean-nav {
  background: #4169e1 !important;
  margin-top: 55px !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

.mean-container .mean-nav ul li a i {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 100%;
  padding: 0 15px;
}

.pagetop {
  position: fixed;
  bottom: 35px;
  right: 15px;
}
.pagetop a {
  background: #4169E1;
  border-radius: 50%;
  padding: 15px 24px;
  font-size: 30px;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  padding-top: 30px;
  background: #333;
  border-top: 2px solid #4169e1;
}
@media only screen and (max-width: 640px) {
  footer#global_footer {
    padding: 30px 10px 10px;
  }
}
footer#global_footer a {
  color: #fff;
  text-decoration: none;
}
footer#global_footer a:hover {
  text-decoration: underline;
}
footer#global_footer .nummber {
  margin-top: 15px;
}
footer#global_footer .address {
  margin-top: 15px;
}
@media only screen and (max-width: 834px) {
  footer#global_footer .address {
    margin: 15px 0 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
footer#global_footer #nav_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#global_footer #nav_footer li a {
  text-decoration: none;
  padding: 16px;
}
footer#global_footer #nav_footer li a:hover {
  opacity: 0.6;
}
footer#global_footer #copy a {
  text-decoration: none;
}
footer#global_footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy a {
    line-height: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .txt01 br:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .txt01 br:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .txt02 br:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .txt02 br:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .txt02 br:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .txt02 br:nth-child(4) {
    display: none;
  }
}

.catch_img {
  position: relative;
}
.catch_img span {
  position: absolute;
  top: 34%;
  bottom: 34%;
  left: 0;
  right: 0;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.7);
  padding: 54px 10px;
  color: #37a7c2;
  font-weight: bold;
  text-align: center !important;
  line-height: 1.5em;
  text-shadow: 2px 3px 3px #ccc;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .catch_img span {
    bottom: 23%;
  }
}
@media only screen and (max-width: 640px) {
  .catch_img span {
    top: 20%;
    bottom: 20%;
    font-size: 20px;
  }
}
.data a {
  color: #008000;
}
.data a:hover {
  text-decoration: underline;
}

.table_03 a {
  color: #008000;
}
.table_03 a:hover {
  text-decoration: underline;
}

#fantom1 {
  padding-top: 120px;
  margin-top: -120px;
}

#fantom2 {
  padding-top: 120px;
  margin-top: -120px;
}

#fantom3 {
  padding-top: 120px;
  margin-top: -120px;
}

#fantom4 {
  padding-top: 120px;
  margin-top: -120px;
}

#fantom5 {
  padding-top: 120px;
  margin-top: -120px;
}

#fantom6 {
  padding-top: 120px;
  margin-top: -120px;
}

#fantom7 {
  padding-top: 120px;
  margin-top: -120px;
}

#fantom8 {
  padding-top: 120px;
  margin-top: -120px;
}

#rental1 {
  padding-top: 120px;
  margin-top: -120px;
}

#rental2 {
  padding-top: 120px;
  margin-top: -120px;
}

#question1 {
  padding-top: 120px;
  margin-top: -120px;
}

#question2 {
  padding-top: 120px;
  margin-top: -120px;
}

#question3 {
  padding-top: 120px;
  margin-top: -120px;
}

#question4 {
  padding-top: 120px;
  margin-top: -120px;
}

.sec_09wrap > div:first-child {
  display: none;
}

.sec_09wrap > div:last-child {
  display: none;
}

.sec_09 > div:first-child {
  display: none;
}

.sec_09 > div:last-child {
  display: none;
}

.h2_01 h2 {
  font-size: 30px;
  line-height: 1.7em;
}
@media only screen and (max-width: 834px) {
  .h2_01 h2 {
    font-size: 24px;
  }
  .h2_01 h2 span {
    font-size: 14px;
  }
}
.h2_01 h2 span {
  font-size: 20px;
}
.h2_01 br:nth-child(1) {
  display: none;
}
@media only screen and (max-width: 640px) {
  .h2_01 br:nth-child(1) {
    display: block;
  }
}

.h2_02 h2 {
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background: #f4f4f4; /*背景色*/
  border-left: solid 5px #4169e1; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .h2_02 h2 {
    font-size: 24px;
  }
}

.btn a {
  font-size: 20px;
  display: block;
  background: #4169e1;
  color: #fff;
  text-align: center;
  padding: 13px;
  position: relative;
}

.btn span:after {
  content: "→";
  font-size: 20px;
  position: absolute;
  right: 60px;
}

.bnrbox3 {
  justify-content: space-between;
}
.bnrbox3 .box {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .bnrbox3 .box {
    width: 100%;
    margin-top: 10px;
  }
}
.bnrbox3 .box > div {
  padding: 10px;
}

.sec_01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .sec_01 {
    display: block;
  }
  .sec_01 .flxL {
    width: 100% !important;
    text-align: center;
  }
  .sec_01 .flxR {
    width: 100% !important;
  }
}
.sec_01 .flxL {
  width: 48%;
}
.sec_01 .flxR {
  width: 48%;
}
.sec_01 .img2 {
  transform: translateX(390px) translateY(-100px);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .sec_01 .img2 {
    transform: none;
  }
}
.sec_01 .img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .sec_01 .img {
    transform: none;
  }
}
.sec_01 .img3 {
  transform: translateX(50px) translateY(-200px);
}
@media only screen and (max-width: 834px) {
  .sec_01 .img3 {
    transform: none;
  }
}

.newswrap {
  background: #e6f4ff;
  padding: 35px;
}
@media only screen and (max-width: 834px) {
  .newswrap {
    padding: 20px;
  }
}

.news {
  height: 250px;
  overflow-y: scroll;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.news dt {
  border: none !important;
  padding: 0 !important;
}
@media only screen and (max-width: 834px) {
  .news dt {
    display: block !important;
    width: 100% !important;
  }
}
.news dd {
  border: none !important;
  padding: 0 !important;
}
@media only screen and (max-width: 834px) {
  .news dd {
    width: 100% !important;
  }
}
.news dl {
  padding: 25px;
}
@media only screen and (max-width: 834px) {
  .news dl {
    display: block !important;
    padding: 20px 0;
  }
}

.bnrbox {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .bnrbox {
    display: block !important;
  }
  .bnrbox .box {
    width: 100% !important;
    margin: 20px 0 !important;
  }
}
.bnrbox .box {
  width: 23%;
  margin: 5px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bnrbox .box {
    width: 48%;
  }
}
.bnrbox .box img {
  width: 100% !important;
}
.bnrbox h3 {
  padding: 10px;
  background: #fff;
  border-bottom: 5px solid #4169e1;
}
.bnrbox article > div {
  display: none;
}

/* box */
.home_td {
  margin-left: -7.6923076923% !important;
  display: inline-table;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .home_td {
    margin-left: -7.6923076923% !important;
  }
}
@media only screen and (max-width: 640px) {
  .home_td {
    margin-left: 0 !important;
  }
}
.home_td .box {
  z-index: 10;
  float: left;
  width: 42.3076923077% !important;
  margin-left: 7.6923076923% !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .home_td .box {
    width: 42.3076923077% !important;
    margin-left: 7.6923076923% !important;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .home_td .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td .box img {
  width: 100% !important;
  border-radius: 15px;
}
.home_td .box .cont_titl {
  display: block;
  margin: 30px 0 10px;
}
.home_td .box .cont_titl h3 {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3 {
    font-size: 20px;
  }
}
.home_td .box .cont_titl h3:first-letter {
  font-size: 35px;
  color: #ef9916;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3:first-letter {
    font-size: 30px;
  }
}

/* title */
@media only screen and (max-width: 834px) {
  .sp_none {
    display: none;
  }
}

.ancmap {
  text-align: center;
}

.h3_01 h3 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #4169e1;
  padding: 0 10px 10px 10px;
}

.h3_02 h3 {
  font-size: 20px;
  border-bottom: 2px solid #37a7c2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.checkbox label {
  width: 100%;
}

.midashi_btn {
  border-bottom: 2px solid #4169e1;
  padding-bottom: 10px;
  align-items: center;
}
.midashi_btn h3 {
  font-weight: bold;
  font-size: 20px;
  margin-right: 30px;
}
.midashi_btn a {
  background: #e6870c;
  font-size: 20px;
  padding: 10px 15px;
  display: block;
  border-radius: 50px;
  line-height: 1em;
  color: #fff;
}

#anc01 {
  margin-top: -120px;
  padding-top: 120px;
}

#anc02 {
  margin-top: -120px;
  padding-top: 120px;
}

#anc03 {
  margin-top: -120px;
  padding-top: 120px;
}

#anc04 {
  margin-top: -120px;
  padding-top: 120px;
}

#concept {
  margin-top: -120px;
  padding-top: 120px;
}

#aisatsu {
  margin-top: -120px;
  padding-top: 120px;
}

#gaiyo {
  margin-top: -120px;
  padding-top: 120px;
}

#naiyo {
  margin-top: -120px;
  padding-top: 120px;
}

#areamap {
  margin-top: -120px;
  padding-top: 120px;
}

#access {
  margin-top: -120px;
  padding-top: 120px;
}

.mail a {
  color: #009520;
}
.mail a:hover {
  cursor: pointer;
}

.danger {
  font-size: 40px;
  background: #ffff00;
  border-radius: 50px;
  border: 3px solid #fff352;
}
.danger a {
  color: #333;
  display: block;
  padding: 15px;
}
@media only screen and (max-width: 834px) {
  .danger {
    font-size: 23px;
  }
}
@media screen and (min-width: 831px) and (max-width: 1000px) {
  .danger {
    font-size: 30px;
  }
}

.ancarbtn td {
  text-align: center !important;
  border-color: #fff !important;
  background: #ffa500 !important;
}
.ancarbtn td a {
  color: #fff !important;
  font-weight: bold;
  display: block;
  font-size: 14px;
}

.sec_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .sec_02 {
    display: block;
  }
  .sec_02 .txt {
    width: 100% !important;
  }
  .sec_02 .img {
    width: 100% !important;
  }
}
.sec_02 .txt {
  width: 48%;
}
.sec_02 .img {
  width: 48%;
}

.sec_03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .sec_03 {
    display: block;
  }
  .sec_03 .table_03 {
    width: 100% !important;
  }
  .sec_03 .img {
    width: 100% !important;
  }
}
.sec_03 .table_03 {
  width: 73%;
}
@media only screen and (max-width: 640px) {
  .sec_03 .table_03 dt {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  .sec_03 .table_03 dd {
    width: 100% !important;
    text-align: center;
  }
  .sec_03 .table_03 dl {
    display: block !important;
  }
}
.sec_03 .img {
  width: 20%;
}
.sec_04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .sec_04 {
    display: block;
  }
  .sec_04 .flxL {
    width: 100% !important;
  }
  .sec_04 .flxR {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .sec_04 .table_03 dt {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  .sec_04 .table_03 dd {
    width: 100% !important;
    text-align: center;
  }
  .sec_04 .table_03 dl {
    display: block !important;
  }
}
.sec_04 .flxR {
  width: 73%;
}
.sec_04 .flxL {
  width: 20%;
}
.sec_04 .flxL img {
  width: 100% !important;
}

.sec_05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sec_05 {
    display: block !important;
  }
  .sec_05 .txt {
    width: 100% !important;
    margin: 10px 0;
  }
}
.sec_05 .txt {
  font-size: 20px;
  background: #ffa500;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 23%;
  text-align: center;
}
.sec_05 .txt > div {
  font-weight: bold;
}

.sec_06 .midashi {
  font-size: 18px;
  color: #fff;
  background: #4169e1;
  padding: 15px;
  border-radius: 5px;
}
.sec_06 .midashi > div {
  font-weight: bold;
}

.sec_07 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sec_07 {
    display: block !important;
  }
  .sec_07 .txt {
    width: 100% !important;
    margin: 10px 0;
  }
}
.sec_07 .txt {
  font-size: 20px;
  background: #ffa500;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 23%;
  text-align: center;
}
.sec_07 .txt > div {
  font-weight: bold;
}

.flow_table table {
  border-collapse: separate;
  border-spacing: 5px;
}
.flow_table .td_arrow {
  background: #fff;
  color: #37a7c2;
  font-size: 50px;
  width: 10% !important;
}
.flow_table td {
  border: none !important;
  font-size: 18px;
  width: 20%;
  padding: 20px 0 !important;
  background: #ffa500;
  color: #fff;
  border-radius: 5px;
}

.midashi_flow {
  font-size: 20px;
  background: #ffa500;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 20px;
}

.sec_08 .midashi {
  font-size: 18px;
  color: #fff;
  background: #4169e1;
  padding: 15px;
  border-radius: 5px;
}
.sec_08 .midashi > div {
  font-weight: bold;
}
.sec_08 .cont2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .sec_08 .cont2 {
    display: block;
  }
  .sec_08 .cont2 .img {
    width: 30% !important;
    margin: 0 auto;
  }
  .sec_08 .cont2 .txt {
    width: 100% !important;
  }
}
.sec_08 .cont2 .img {
  width: 20%;
}
.sec_08 .cont2 .txt {
  width: 38%;
}

.sec_09wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .sec_09wrap {
    display: block;
  }
  .sec_09wrap .sec_09 {
    width: 100% !important;
  }
}
.sec_09wrap .sec_09 {
  width: 48%;
}
.sec_09wrap .sec_09 .txt > div {
  padding: 10px 0;
}
.sec_09wrap .sec_09 iframe {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .renrtal_img img {
    width: 100% !important;
  }
}

.qa dt {
  display: block !important;
  width: 100% !important;
  position: relative;
  border-top: none !important;
  border-left: none !important;
  border-bottom: 1px dashed #ccc !important;
  border-right: none !important;
}
.qa dd {
  border: none !important;
  width: 100% !important;
}
.qa dl {
  display: block !important;
  padding: 20px 0;
}
.qa dt:before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  padding: 0em;
  color: white;
  background: #37a7c2;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  margin-right: 7px;
}
.qa dt:after {
  content: url(../images/common/allow.png);
  position: absolute;
  right: 15px;
}
@media only screen and (max-width: 640px) {
  .qa dt:after {
    display: none;
  }
}
.qa dd:before {
  content: "A";
  display: inline-block;
  line-height: 40px;
  padding: 0em;
  color: white;
  background: #ffa500;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  margin-right: 7px;
}

@media only screen and (max-width: 834px) {
  .areamap img {
    width: 100% !important;
  }
}

.accshow input {
  display: none;
}

.cssacc:checked {
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  color: #2f8fcf;
  font-weight: bold;
  background: #a4cbf3;
  cursor: pointer;
  transition: all 0.5s;
}

.accbox .accshow {
  height: 0; /*高さを0に*/
  padding: 0; /*余白を0に*/
  overflow: hidden; /*非表示に*/
  opacity: 0; /*中身を透明に*/
  transition: 0.8s; /*クリック時の動きを滑らかに*/
}

.triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #37a7c2;
}

.itembox {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (max-width: 640px) {
  .itembox {
    display: block !important;
  }
  .itembox .box {
    width: 100% !important;
  }
}
.itembox .box {
  width: 31%;
  text-align: center;
}
.itembox h3 {
  padding: 10px 0 5px;
  text-align: center;
  font-size: 20px;
  border-bottom: 2px solid #ffa500;
}
.itembox article > div {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .itembox article > div {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .table_01 dt {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .table_01 dd {
    text-align: center;
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .table_01 dl {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .table_04 dt {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  .table_04 dd {
    width: 100% !important;
    text-align: center;
  }
  .table_04 dl {
    display: block !important;
  }
}

.bg_100per_wrap {
  position: relative;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 834px) {
  .bg_100per_wrap {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/cont_bg.jpg);
  background-size: cover;
  z-index: -1;
}

.bg_100per_wrap2 {
  position: relative;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 834px) {
  .bg_100per_wrap2 {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner2 {
  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: #91caf2;
  background-size: cover;
  z-index: -1;
}

.bg_100per_wrap3 {
  position: relative;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 834px) {
  .bg_100per_wrap3 {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner3 {
  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: #c2def2;
  background-size: cover;
  z-index: -1;
}

.policy {
  text-align: center;
  padding: 10px;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(50px, 0px);
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-50px, 0px);
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_right {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}
.fix-news-section {
  background-color: #e6f4ff;
}
.fix-news-section .news {
  height: 350px;
}
.fix-news-section--tab .news {
  height: 450px;
}/*# sourceMappingURL=assets.css.map */