@charset "UTF-8";
.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner2 {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner_out2 {
  margin: 0;
  padding: 0;
  margin-left: calc(((1200px - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1024px) {
  .inner_out2 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

@media screen and (min-width: 1025px) {
  .inner_out2 {
    margin-left: 0 !important;
  }
}

.inner_out3 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((1200px - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1024px) {
  .inner_out3 {
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

@media screen and (min-width: 1025px) {
  .inner_out3 {
    margin-right: 0 !important;
  }
}

@font-face {
  font-family: 'normal';
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: 'med';
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: 'bold';
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: 'black';
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

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

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem !important;
  line-height: 2.2 !important;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  word-wrap: break-word;
  overflow-x: hidden;
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.8rem !important;
  }
}

body div {
  font-weight: 500;
}

::-moz-selection {
  background-color: #09a7ab;
  color: #fff;
}

::selection {
  background-color: #09a7ab;
  color: #fff;
}

a {
  text-decoration: none;
}

#main,
#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .map {
    width: 90%;
  }
}

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

@media screen and (max-width: 1024px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tlauto table {
  table-layout: auto;
}

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

@media screen and (max-width: 1024px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

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

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*下層ブログ*/
.h_blog {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(17, 17, 17, 0.05);
          box-shadow: 0px 0px 50px 0px rgba(17, 17, 17, 0.05);
}

.h_blog div.blog_list > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .h_blog div.blog_list > div {
    width: 100% !important;
  }
}

.h_blog .blog_photo {
  position: relative;
  overflow: hidden;
  display: block !important;
  width: 100% !important;
}

.h_blog .blog_photo:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 60%;
}

.h_blog .blog_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.h_blog .blog_detail {
  font-size: 1em !important;
}

.h_blog div.blog_list div.blog_date {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #09a7ab !important;
}

.h_blog h3 {
  font-size: 16px !important;
}

.h_blog h3 a {
  font-weight: bold;
  color: #111 !important;
  text-decoration: underline;
}

.h_blog div.blog_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (max-width: 834px) {
  .h_blog div.blog_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_blog div.blog_list div.blog_text {
  font-size: 1em;
  width: 100%;
  padding: 20px !important;
}

.h_blog div.blog_list div.blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}

.h_blog .blog_list div.detail {
  display: none;
}

.h_blog .blog_text:not(last-child) {
  border-right: 1px solid #eee;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  section div.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
  border-radius: 0 !important;
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
  display: none;
}

@media screen and (max-width: 1024px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #09a7ab;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  text-align: left;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .blog article div {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  div.blog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  section div.wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

div.blog_list > div {
  border-bottom: none;
}

.blog_list div.detail {
  margin-top: 10px;
  text-align: left;
}

/*blog本体*/
.blog2 header:nth-of-type(1) {
  background: #fff !important;
}

.blog2 header:nth-of-type(1) a,
.blog2 header:nth-of-type(1) div.wrap {
  color: #111 !important;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.blog .blog {
  padding: 0 !important;
}

.blog .pages {
  text-align: left !important;
}

.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}

@media screen and (max-width: 1024px) {
  .blog aside {
    min-width: 100% !important;
  }
}

.blog aside li {
  line-height: 30px;
}

.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #00479d;
  margin-bottom: 20px;
}

.blog #contents article {
  margin-bottom: 60px;
}

.blog #contents {
  width: 95%;
  margin-left: 5%;
}

@media screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents > dl {
  border-bottom: 1px solid #333 !important;
  margin: 0;
  margin-bottom: 30px;
}

.blog a {
  font-weight: inherit !important;
}

.blog .translate {
  margin-top: 10px !important;
}

.blog #contents dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .date {
  color: #fff !important;
  padding: 0 10px;
  background: #00479d;
  margin-bottom: 15px !important;
  display: inline-block !important;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: inherit !important;
}

.blog dt span {
  letter-spacing: 3px;
  color: #333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 30px;
}

.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog .translate:hover {
  color: #09a7ab !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}

.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin: 20px 0;
}

.blog img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}

.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}

.blog article div {
  width: 100% !important;
  margin: 0 auto !important;
}

.blog h1,
.blog h2 {
  font-size: 1.4em !important;
  border-bottom: 4px solid #eee;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
}

@media screen and (max-width: 640px) {
  .blog h1,
  .blog h2 {
    font-size: 1.2em !important;
  }
}

.blog a {
  color: #09a7ab !important;
}

@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog input[type='text'],
.blog input[type='password'],
.blog textarea {
  width: 50% !important;
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: '必須';
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

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

/*パンくず*/
.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
    font-size: 14px;
  }
}

.pan1 a {
  color: #000;
}

.pankuzu {
  text-align: left;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  color: #999 !important;
}

@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

.pankuzu li:after {
  content: '＞';
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}

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

.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}

.policy_01 h2:before {
  content: ' ';
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

/*404*/
.nf_txt {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}

.nf_txt p {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 100px;
  position: relative;
}

.nf_btn a:hover {
  background: #00479d;
  color: #fff !important;
}

.nf_btn a:after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/**/
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 6px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(9, 167, 171, 0.9);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(17, 17, 17, 0.9);
}

@media screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
  }
}

.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}

.sub_menu a {
  color: #fff !important;
  padding: 5px;
}

/*YouTube*/
.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

@media screen and (max-width: 640px) {
  .youtube01 iframe {
    height: 52vw;
  }
}

/*地図*/
.map01 iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .googlemaps iframe {
    height: 300px;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

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

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: -20px;
}

p.center {
  text-align: center;
}

.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;
  padding: 0 0 5px;
}

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

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

/**/
/*hover*/
.btn a:hover {
  -webkit-animation: 0.3s;
  animation: zoom 0.3s;
}

/*insta*/
.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta div.sns_list > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none !important;
  width: 24% !important;
}

.insta div.sns_list > div:not(:last-child) {
  margin-right: 2%;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

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

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: 'object-fit: cover!important;' !important;
  font-family: 'object-position: center!important;' !important;
}

.insta .sns_text {
  width: 100% !important;
  padding: 0 !important;
}

.insta .sns_date {
  font-size: 16px !important;
  font-family: roboto;
  letter-spacing: 0;
  margin: 10px 0;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.c_insta > div {
  border-top: 2px solid #bab2ab !important;
  border-bottom: 2px solid #bab2ab !important;
  padding: 20px 0;
}

.c_insta div.sns_list div.sns_text {
  font-size: 1em !important;
}

.c_insta div.sns_list > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .c_insta div.sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_insta .sns_list {
  height: 350px;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

.c_insta div.sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-bottom: 1px solid #bab2ab !important;
}

.c_insta .sns_date {
  padding: 3px 10px 0;
  margin-bottom: 15px !important;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1em !important;
  color: #111 !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .c_insta .sns_photo {
    width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .c_insta .sns_photo {
    width: 100% !important;
  }
}

/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
@media screen and (max-width: 1024px) {
  .img100 {
    text-align: center;
  }
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

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

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*color*/
.acc-color {
  color: #09a7ab !important;
}

.acc-color a {
  color: #09a7ab !important;
}

.main-color {
  color: #00479d !important;
}

.main-color a {
  color: #00479d !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

.voice_table {
  border: 1px solid #fff;
}

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

.voice_table .acc-title {
  padding: 20px !important;
  background: #00479d;
  color: #fff;
  position: relative;
}

.voice_table .acc-title:after {
  content: '\f0dd';
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title:after {
    display: none;
  }
}

.voice_table .acc-title > div {
  padding-left: 50px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title > div {
    padding-left: 40px !important;
  }
}

.voice_table .acc-title:hover {
  cursor: pointer;
}

.voice_table .acc-title b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title b {
    left: 0;
  }
}

.voice_table .column_txt {
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}

.voice_table .column_txt > div {
  padding-left: 50px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt > div {
    padding-left: 40px !important;
  }
}

.voice_table .column_txt b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #00479d;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt b {
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}

.voice_table td {
  width: 100%;
  display: block;
}

/*ハンバーガーメニュー08*/
/*
 * MENU BUTTON
 */
.menu__toggler {
  display: block;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 999;
  height: 28px;
  width: 42px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: '';
  right: 0;
  width: 35px;
  height: 2.5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 71, 157, 0.8)), color-stop(50%, rgba(9, 132, 181, 0.8)), to(rgba(9, 167, 171, 0.8)));
  background: linear-gradient(to right, rgba(0, 71, 157, 0.8) 0%, rgba(9, 132, 181, 0.8) 50%, rgba(9, 167, 171, 0.8) 100%);
  border-radius: 20px;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.menu__toggler span::before {
  top: -8px;
}

.menu__toggler span::after {
  top: 8px;
}

.menu__toggler.active > span {
  background: transparent;
}

.menu__toggler.active > span::before,
.menu__toggler.active > span::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 71, 157, 0.8)), color-stop(50%, rgba(9, 132, 181, 0.8)), to(rgba(9, 167, 171, 0.8)));
  background: linear-gradient(to right, rgba(0, 71, 157, 0.8) 0%, rgba(9, 132, 181, 0.8) 50%, rgba(9, 167, 171, 0.8) 100%);
  top: 0px;
}

.menu__toggler.active > span::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.menu__toggler.active > span::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

/*
   * SLIDING MENU PANEL
   */
.menu {
  position: fixed;
  top: 0;
  left: -40%;
  z-index: 1000;
  color: #005c9c;
  background: rgba(0, 71, 157, 0.9);
  width: 40%;
  height: 100%;
  padding: 60px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
  transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 640px) {
  .menu {
    width: 250px;
    left: -250px;
    padding: 50px;
    padding-left: 20px;
  }
}

.menu.active {
  left: 0;
}

.menu ul {
  width: 100%;
}

.menu li {
  text-align: left;
}

.menu a {
  color: #fff !important;
  font-size: 1em;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
}

.menu a span {
  color: #fff;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

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

/**/
.acc_title:hover {
  cursor: pointer;
}

/**/
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

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

.acc {
  color: #09a7ab;
}

.acc div {
  color: #09a7ab;
}

.bold div {
  font-weight: bold;
}

/**/
.clearfix:after {
  visibility: visible;
  display: none;
}

/*フェードで出現*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  display: block !important;
}

.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

/**/
@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid #ccc !important;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.c_contactArea .contact_form dt {
  color: #333;
  border: none !important;
  position: relative;
  background: none !important;
}

.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/home/main_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 70px 0;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 60px 0;
  }
}

#local-keyvisual h1,
.blog_ttl {
  z-index: 1;
  line-height: 1.2;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.8em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2em;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-size: 0.4em;
  margin-top: 10px;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}

#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: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/**/
@-webkit-keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/**/
/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 100%;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loading svg {
  height: 100% !important;
  width: 100% !important;
}

#loading span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.animsition-overlay-slide {
  background-color: #00479d !important;
  position: relative;
  z-index: 9999 !important;
}

/*ブラウザにやさしくスクロールで画面に入った要素にアニメーション*/
/* 3 つのサンプル共通 */
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 1024px) {
  .sample-one.sample-animation img {
    -webkit-animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
            animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.sample-one img {
  opacity: 0;
}

.sample-one.sample-animation {
  -webkit-animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-one.sample-animation:before {
  -webkit-animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-one:before {
  width: 100%;
}

@-webkit-keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

@keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

/* 2 つ目のサンプル */
.sample-second.sample-animation {
  -webkit-animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  -webkit-animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@-webkit-keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  -webkit-animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  -webkit-animation-name: sample-third-before;
          animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  -webkit-animation-name: sample-third-after;
          animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@-webkit-keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.sample-animation.sample-one {
  opacity: 1 !important;
}

.sample-animation img {
  opacity: 1 !important;
}

/*バイリンガル*/
#builingual {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 8px !important;
  border-radius: 5px 0 0 0;
}

@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/**/
.inview {
  position: relative;
  overflow: hidden;
}

.inview::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #09a7ab;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.inview img {
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show img {
  opacity: 1;
}

/*news_dlリスト*/
.newswrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  font-size: 14px;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}

@media screen and (max-width: 640px) {
  .newswrap {
    font-size: 16px;
  }
}

.newswrap > div {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  height: 100px;
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .newswrap > div {
    height: 200px;
  }
}

.newswrap dl {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: auto;
  padding: 0 0px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
    display: block !important;
  }
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 85% !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}

.newswrap dt {
  letter-spacing: 0;
  border: none !important;
  background: none !important;
  color: #00479d !important;
  width: 10% !important;
  text-align: center !important;
  padding: 0 !important;
  border-right: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    padding: 0 !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*会社概要等*/
.info01 label {
  position: static;
}

.info01 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

.info01 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: #eee !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  padding: 10px !important;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .info01 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.info01 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  padding: 10px !important;
}

@media screen and (max-width: 640px) {
  .info01 dd {
    text-align: left;
  }
}

.info01 a {
  color: #09a7ab !important;
}

.info01 b {
  background: #00479d;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 0.9em;
}

@media screen and (max-width: 1200px) {
  .info01 b {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}

.info01 a {
  font-weight: 600;
  color: #09a7ab !important;
  text-decoration: underline;
}

.info02 {
  padding: 40px 80px 70px;
  background: #fff;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .info02 {
    padding: 40px 40px 70px;
  }
}

@media screen and (max-width: 640px) {
  .info02 {
    padding: 20px;
  }
}

.info02 label {
  position: static;
}

.info02 dl {
  font-size: 16px;
  border-bottom: 1px solid #eee !important;
}

.info02 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  padding: 10px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .info02 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
    padding-bottom: 0 !important;
  }
}

.info02 dd {
  border: none !important;
  padding: 10px !important;
  padding-left: 40px !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .info02 dd {
    text-align: left;
    padding-left: 10px !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}

.info02 a {
  font-weight: 600;
  color: #09a7ab !important;
  text-decoration: underline;
}

.info02 b {
  background: #00479d;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 0.9em;
}

@media screen and (max-width: 1200px) {
  .info02 b {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}

.c_tbl td {
  border: 1px solid #ccc !important;
  padding: 20px !important;
}

.c_tbl td:nth-child(odd) {
  width: 20%;
  text-align: center !important;
  background: #00479d;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .c_tbl td:nth-child(odd) {
    text-align: left !important;
  }
}

.c_tbl td:nth-child(even) {
  width: 80%;
}

.c_tbl a {
  color: #09a7ab !important;
  text-decoration: underline;
}

.imgtxt article,
.imgtxt02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  .imgtxt article,
  .imgtxt02 article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt .img100,
.imgtxt02 .img100 {
  width: 40% !important;
  position: relative;
}

@media screen and (max-width: 834px) {
  .imgtxt .img100,
  .imgtxt02 .img100 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgtxt .img100,
  .imgtxt02 .img100 {
    width: 100% !important;
  }
}

.imgtxt .img100::before,
.imgtxt02 .img100::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.imgtxt .img100 img,
.imgtxt02 .img100 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.imgtxt .inbox,
.imgtxt02 .inbox {
  width: 60%;
  background: #fff;
  margin-right: 30px;
}

@media screen and (max-width: 834px) {
  .imgtxt .inbox,
  .imgtxt02 .inbox {
    width: 100%;
    margin-right: 0;
  }
}

.imgtxt h3,
.imgtxt02 h3 {
  font-size: 1.6em;
  line-height: 1.8;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.imgtxt h3 .s_txt,
.imgtxt02 h3 .s_txt {
  background: #111;
  display: inline-block;
  padding: 2px 0.5em 3px;
  font-size: 0.6em;
  color: #fff;
  line-height: 1.6;
}

.imgtxt h3 .en,
.imgtxt02 h3 .en {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.65em;
}

.imgtxt02 article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imgtxt02 .inbox {
  margin-right: 0;
  margin-left: 30px;
}

@media screen and (max-width: 834px) {
  .imgtxt02 .inbox {
    margin-left: 0;
  }
}

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

@media screen and (max-width: 834px) {
  .imgtxt03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt03 img {
  width: 38% !important;
  margin-right: 30px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 834px) {
  .imgtxt03 img {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}

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

.imgtxt03 div {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .imgtxt03 div {
    width: 100%;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .sptxt br {
    display: none;
  }
}

.box {
  overflow: inherit !important;
}

.itext {
  max-width: 100%;
  height: auto !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*サムネ付きスライダー*/
.slidebox img {
  width: 90% !important;
  margin: 0 auto;
}

.slidebox .slick-dots {
  position: static !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  height: auto;
}

.slidebox .slick-dots li img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;serif';
}

.slidebox .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

/**/
.slider02 li {
  float: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider02 .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -50px !important;
}

.slider02 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*フローチャート1*/
.flow02 {
  border: 1px solid #09a7ab;
  border-bottom: 1px;
  height: 100%;
}

.flow02 .flow_flex {
  padding: 40px !important;
  border-bottom: 1px solid #09a7ab;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .flow02 .flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: wrap;
            flex-direction: wrap;
  }
}

@media screen and (max-width: 640px) {
  .flow02 .flow_flex {
    padding: 40px 20px !important;
  }
}

.flow02 .flow_flex::before, .flow02 .flow_flex::after {
  content: '';
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .flow02 .flow_flex::before, .flow02 .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}

.flow02 .flow_flex::before {
  border-width: 21px;
  border-top-color: #09a7ab;
}

.flow02 .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow02 .flow_flex:last-child::before, .flow02 .flow_flex:last-child::after {
  display: none;
}

.flow02 .flow_flex {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow02 .box {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .flow02 .box {
    width: 100% !important;
  }
}

.flow02 .box:nth-child(1) {
  width: 15%;
  background: #09a7ab;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  padding: 10px 0 5px;
}

@media screen and (max-width: 1200px) {
  .flow02 .box:nth-child(1) {
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flow02 .box:nth-child(2) {
  width: 80%;
  text-align: left;
  color: #00479d;
}

@media screen and (max-width: 1200px) {
  .flow02 .box:nth-child(2) {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}

.flow02 .box:nth-child(2) div {
  font-size: 1.4em;
  border-bottom: 1px solid #09a7ab;
  padding-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .flow02 .box:nth-child(2) div {
    font-size: 1.2em;
    padding-top: 10px;
  }
}

.flow02 .box:nth-child(3) {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

/*フローチャート2*/
.flow01 {
  position: relative;
}

.flow01 {
  margin-bottom: 40px;
}

.flow01::before {
  content: '';
  height: 70px;
  display: block;
  border-left: 5px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.flow01 dl {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00479d;
  position: relative;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flow01 dl::before,
.flow01 dl::after {
  content: '';
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.flow01 dl::before {
  border-width: 22px;
  border-top-color: #00479d;
}

.flow01 dl::after {
  border-width: 21px;
  border-top-color: #fafafa;
}

.flow01 dl dt {
  padding: 10px !important;
  text-align: center !important;
  background: rgba(0, 71, 157, 0.8) !important;
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  padding: 10px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .flow01 dl dt {
    font-size: 1em;
    letter-spacing: 3px;
  }
}

.flow01 dl dd {
  padding: 10px !important;
  text-align: center;
  border: none !important;
  width: 100% !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .flow01 dl dd {
    text-align: left !important;
  }
}

.flow01 dl dd b {
  display: block;
  font-size: 1.4em;
  margin: 30px 0;
}

.flow01 dl dd span {
  margin-right: 20px !important;
  line-height: inherit !important;
  display: inline-block;
  color: #fff !important;
  font-size: 1.6em;
  background: #00479d;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-weight: 600;
  padding-left: 60px;
}

.flow01 dl dd span:nth-child(2) {
  position: relative;
}

.flow01 dl dd span:nth-child(2):before {
  content: '\f1e4';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Font Awesome 5 Pro';
}

.flow01 dl dd span:nth-child(3) {
  position: relative;
}

.flow01 dl dd span:nth-child(3):before {
  content: '\f1ac';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Font Awesome 5 Pro';
}

.flow01 dl dd span a {
  color: #fff !important;
  font-weight: 600;
}

.last dl::after,
.last dl::before {
  border: none !important;
}

.first::before {
  border: none !important;
}

.slick-slide {
  outline: none;
}

/*フォームボタン*/
#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

/*画像flexbox*/
.gallery__01 .box {
  position: relative;
  width: 32%;
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .gallery__01 .box {
    width: 49%;
  }
}

.gallery__01 .box::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.gallery__01 .box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.gallery__01 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 834px) {
  .gallery__01 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .gallery__01 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.gallery__01 .box article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .gallery__01 .box article > div {
    font-size: 16px;
  }
}

.gallery__02 .box {
  position: relative;
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  .gallery__02 .box {
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .gallery__02 .box {
    width: 100%;
    margin-bottom: 60px;
  }
}

.gallery__02 .box::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 60%;
}

.gallery__02 .box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.gallery__02 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 834px) {
  .gallery__02 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .gallery__02 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .gallery__02 .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.gallery__02 .box article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .gallery__02 .box article > div {
    font-size: 16px;
  }
}

.slidebox li {
  position: relative;
  width: 100%;
}

.slidebox li::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 65%;
}

.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}

.c_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.c_list li:before {
  content: '・';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bb01 {
  border-bottom: 1px solid #eee;
}

.h_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .h_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_flex > div {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .h_flex > div {
    width: 100%;
  }
}

.h_flex > div:not(:last-child) {
  margin-right: 4%;
}

@media screen and (max-width: 1024px) {
  .h_flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

#global_header {
  max-width: 100%;
}

#global_header .clearfix:after {
  display: none !important;
}

#header {
  background: #fff !important;
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
}

#header.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 1024px) {
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header_container .col_01 {
  text-align: left;
  padding-left: 16px;
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .header_container .col_01 {
    padding-left: 16px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .header_container .col_01 img {
    width: 90%;
  }
}

.header_container .col_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .header_container .col_02 {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .header_container .h_tel a,
  .header_container .h_contact a {
    width: 85px;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .header_container .h_tel span,
  .header_container .h_contact span {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .header_container .h_tel span:before,
  .header_container .h_contact span:before {
    left: 50% !important;
  }
}

.h_tel a,
.h_contact a {
  width: 250px;
  max-width: 100%;
  height: 85px;
  line-height: 85px;
  display: block;
  color: #fff !important;
  font-weight: bold;
  padding-left: 0.5em;
  text-align: center;
}

.h_tel a {
  background: #00479d;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  letter-spacing: 0;
}

.h_tel a span {
  padding-left: 0.8em;
  position: relative;
}

.h_tel a span:before {
  content: '';
  background: url(../images/home/tel.png) no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.h_contact a {
  background: #09a7ab;
  font-size: 18px;
}

.h_contact a span {
  position: relative;
  padding-left: 1.2em;
  padding-left: 1em;
}

.h_contact a span:before {
  content: '';
  background: url(../images/home/mail.png) no-repeat;
  width: 25px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_txt {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  background: #efefef;
  padding: 8px 20px;
}

#nav_global {
  margin-top: 10px;
  background: rgba(0, 71, 157, 0.1);
}

#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

#nav_global ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

#nav_global ul li a {
  padding: 10px 0;
  color: #111 !important;
  font-weight: bold;
  display: inline-block;
  line-height: 1.6;
}

#nav_global ul li a::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #09a7ab;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#nav_global ul li a:hover {
  cursor: pointer;
}

#nav_global ul li a:hover::after {
  width: 80%;
}

.en {
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.81em;
  font-weight: bold;
  color: #00479d;
  letter-spacing: 0;
  display: block;
}

.mainArea {
  text-align: right;
  background: url(../images/home/main_bg.jpg) no-repeat;
  background-position: left top;
  padding-top: 50px;
  position: relative;
}

.mainArea::before {
  content: '';
  background: rgba(0, 71, 157, 0.1);
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .mainArea::before {
    display: none;
  }
}

.mainArea__img {
  width: 85%;
  max-width: 1560px;
  height: 70vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1024px) {
  .mainArea__img {
    height: 70vh !important;
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .mainArea__img {
    height: 60vh !important;
  }
}

.mainArea__txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  line-height: 2;
}

.mainArea__txt--01 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 71, 157, 0.8)), color-stop(50%, rgba(9, 132, 181, 0.8)), to(rgba(9, 167, 171, 0.8)));
  background: linear-gradient(to right, rgba(0, 71, 157, 0.8) 0%, rgba(9, 132, 181, 0.8) 50%, rgba(9, 167, 171, 0.8) 100%);
  font-weight: bold;
  color: #fff;
  padding: 0.6em 40px 0.6em 80px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 834px) {
  .mainArea__txt--01 {
    padding-left: 40px;
  }
}

.mainArea__txt--01::after {
  content: '';
  position: absolute;
  top: 0;
  right: -100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.2em 0 0 100px;
  border-color: transparent transparent transparent rgba(9, 167, 171, 0.8);
}

@media screen and (max-width: 834px) {
  .mainArea__txt--01::after {
    right: -80px;
    border-width: 5.2em 0 0 80px;
  }
}

.mainArea__txt--02 {
  display: block;
  margin: 50px 0 100px 60px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .mainArea__txt--02 {
    margin: 50px 0 100px 20px;
  }
}

.mainArea__txt--02:after {
  content: '';
  background: #fff;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -50px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mainArea__txt--02 img {
  text-shadow: 0 0 12px #000;
}

@media screen and (max-width: 1400px) {
  .mainArea__txt--02 img {
    width: 56vw !important;
  }
}

@media screen and (max-width: 1024px) {
  .mainArea__txt--02 img {
    width: 70vw !important;
  }
}

.mainArea__txt--03 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: #111;
  margin-left: 60px;
  margin-bottom: 10px;
  padding: 0.2em;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .mainArea__txt--03 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .mainArea__txt--03 {
    margin-right: 20px;
  }
}

/**/
@media screen and (max-width: 1024px) {
  #nav_global {
    display: none !important;
  }
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

#global_footer {
  background: none !important;
}

#footer {
  background: #333;
  padding: 40px 20px;
  color: #fff;
}

.footer_container .col_03 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.footer_container .col_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media screen and (max-width: 1024px) {
  .nav_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav_footer li {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nav_footer li {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer li {
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    border-bottom: 4px solid #eee;
  }
}

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

.nav_footer li:active {
  /*ボタンを押したとき*/
}

@media screen and (max-width: 1024px) {
  .nav_footer li:active {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
        transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer li:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
}

.nav_footer a {
  display: block;
  color: #fff !important;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .nav_footer a {
    padding: 15px 0;
    color: #111 !important;
  }
}

.nav_footer a span {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .nav_footer a span {
    color: #00479d;
  }
}

#copyright {
  letter-spacing: 0;
  font-size: 13px;
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 120px 40px 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 80px 20px;
  }
}

h2,
h3 {
  font-weight: bold;
}

.cont__01, .cont__02, .cont__03, .cont__03, .cont__04, .cont__05, .cont__06, .cont__07 {
  position: relative;
  z-index: 1;
}

.cont__01, .cont__02, .cont__03 {
  margin-bottom: 200px;
}

.cont__03 {
  margin-bottom: 160px;
}

.cont__06 {
  margin-bottom: 120px;
}

.cont__01 .btn {
  margin: 0;
}

.cont__02, .cont__03 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(8%, #fff), color-stop(8%, #e5ecf5), to(#e5ecf5));
  background: linear-gradient(90deg, #fff 0%, #fff 8%, #e5ecf5 8%, #e5ecf5 100%);
}

.cont__02 .inner, .cont__03 .inner {
  margin: 0 !important;
}

.cont__02 .btn, .cont__03 .btn {
  margin: 0 0 0 auto;
}

.cont__02::before, .cont__03::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 24%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cont__02::after, .cont__03::after {
  content: "Service";
  font-weight: lighter;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15.625vw;
  position: absolute;
  right: 0;
  top: -0.98em;
  color: #e5ecf5;
  z-index: -1;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .cont__02::after, .cont__03::after {
    font-size: 21.875vw;
    left: 0;
    right: inherit;
  }
}

.cont__02 .h_imgbox, .cont__03 .h_imgbox,
.cont__02 .h_h202,
.cont__03 .h_h202 {
  position: relative;
}

.cont__02 .btn, .cont__03 .btn {
  position: relative;
  top: 40px;
}

.cont__03 {
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #efefef), color-stop(90%, #efefef), color-stop(90%, #fff), to(#fff));
  background: linear-gradient(90deg, #efefef 90%, #efefef 90%, #fff 90%, #fff 100%);
}

.cont__03::after {
  content: "Business";
  right: inherit;
  left: 0;
  color: #efefef;
}

.cont__03 .inner {
  margin: 0 0 0 auto !important;
}

.cont__03 .btn {
  width: 600px;
  margin: 0 auto;
}

.cont__04 h2 {
  border-bottom: 1px solid;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.cont__04 .inner {
  background: #fff;
  padding: 80px 120px;
}

@media screen and (max-width: 1400px) {
  .cont__04 .inner {
    padding: 80px 4vw;
  }
}

.cont__04 .btn {
  margin: 0 auto;
  width: 600px;
}

.cont__04 .faq_tbl:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

@media only screen and (max-width: 640px) {
  .cont__04 .faq_tbl:not(:last-child) {
    padding: 20px 0;
  }
}

.cont__05 {
  color: #fff;
}

.cont__05::after {
  content: "Contact";
  font-weight: lighter;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15.625vw;
  position: absolute;
  right: 0;
  bottom: -0.15em;
  color: rgba(51, 51, 51, 0.15);
  z-index: -1;
  height: 1em;
  line-height: 1em;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .cont__05::after {
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .cont__05::after {
    font-size: 21.875vw;
  }
}

.cont__05 > div {
  width: 1200px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont__05 .l_box {
  width: 40% !important;
}

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

@media screen and (max-width: 834px) {
  .cont__05 .l_box div br {
    display: none;
  }
}

.cont__05 .r_box {
  width: 60% !important;
}

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

.cont__05 h2 {
  border-left: 3px solid #fff !important;
  color: #fff !important;
}

.cont__05 .ja {
  color: #fff !important;
}

.cont__05 .ja::before {
  background: #fff !important;
}

.cont__05 .con_box {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .cont__05 .con_box {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 834px) {
  .cont__05 .con_box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .cont__05 .con_box .box:nth-child(1) {
    margin-bottom: 30px;
  }
}

.cont__05 .h_tel a,
.cont__05 .h_contact a {
  width: 315px;
}

.cont__05 .h_tel {
  margin-right: 20px;
}

.cont__05 .h_tel a {
  font-size: 40px;
  background: none;
  line-height: 1.5;
}

.cont__05 .h_tel a span::before {
  width: 33px;
  height: 33px;
}

.cont__05 .h_tel__txt {
  font-size: 0.35em;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cont__05 .h_contact a {
  border-radius: 50px;
  font-size: 20px;
}

.cont__06 .h_flex > div {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont__06 .h_flex > div {
    width: 100%;
  }
}

.cont__06 .inner {
  margin: 0 0 0 auto;
}

.cont__06 .l_box {
  margin-right: 0 !important;
}

.cont__06 .r_box {
  max-width: 100%;
}

.cont__07 {
  color: #fff;
  padding: 80px 120px;
}

@media screen and (max-width: 1400px) {
  .cont__07 {
    padding: 80px 4vw;
  }
}

.cont__07:before {
  content: "";
  background: url(../images/home/logo_icon_bg.png) no-repeat;
  width: 51vw;
  height: 34vw;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .cont__07:before {
    display: none;
  }
}

.faq_tbl td {
  position: relative;
  width: 100%;
  display: block;
  font-size: 18px;
  margin-bottom: 10px !important;
}

.faq_tbl td > div {
  font-weight: bold;
  padding-left: 4em;
  position: relative;
}

.faq_tbl td b {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.faq_tbl .acc-title b {
  background: #00479d;
}

.faq_tbl .column_txt b {
  background: #09a7ab;
}

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

.h_h2 {
  margin-bottom: 30px;
}

.h_h2 h2 {
  color: #00479d;
  font-size: 20px;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-left: 3px solid #00479d;
  padding-left: 1em;
  height: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0;
}

.h_h2 h2 .ja {
  font-size: 0.9em;
  color: #111;
  letter-spacing: 1px;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}

.h_h2 h2 .ja::before {
  content: "";
  height: 1em;
  width: 1px;
  -webkit-transform: rotateZ(15deg);
      -ms-transform: rotate(15deg);
          transform: rotateZ(15deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: #00479d;
}

.h_h203 h2 {
  font-size: 30px;
}

.h_h203 h2 .en {
  font-size: 0.6em;
}

.h_h204 h2 {
  font-size: 3.125vw;
  background: #111;
  display: inline-block;
  color: #fff;
  padding: 0.1em 0 0.2em;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
  .h_h204 h2 {
    font-size: 3.71429vw;
  }
}

@media screen and (max-width: 1024px) {
  .h_h204 h2 {
    font-size: 5.46875vw;
  }
}

@media screen and (max-width: 834px) {
  .h_h204 h2 {
    font-size: 5.7554vw;
  }
}

@media screen and (max-width: 640px) {
  .h_h204 h2 {
    font-size: 6.5625vw;
    margin-bottom: 30px;
  }
}

.h_h3 h3 {
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .h_h3 h3 {
    font-size: 26px;
  }
}

.h_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .h_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_flex > div {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .h_flex > div {
    width: 100%;
  }
}

.h_flex > div:not(:last-child) {
  margin-right: 4%;
}

@media screen and (max-width: 1024px) {
  .h_flex > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.btn {
  width: 410px;
  max-width: 100%;
  height: 80px;
  line-height: 77px;
  text-align: center;
  border: 2px solid #00479d;
  color: #00479d !important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .btn {
    width: 100% !important;
  }
}

.btn span {
  position: relative;
  padding-left: 2em;
}

.btn span::before {
  content: "";
  background: url(../images/home/icon.png) no-repeat;
  width: 23px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  background: #00479d;
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover span::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/home/icon02.png) no-repeat;
}

.h_imgbox {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(17, 17, 17, 0.05);
          box-shadow: 0px 0px 50px 0px rgba(17, 17, 17, 0.05);
}

@media screen and (max-width: 834px) {
  .h_imgbox {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 834px) {
  .h_imgbox .box {
    width: 50%;
  }
}

.h_imgbox .box:nth-child(2) article > div:before {
  content: "02";
}

.h_imgbox .box:nth-child(3) article > div:before {
  content: "03";
}

.h_imgbox .box:nth-child(4) article > div:before {
  content: "04";
}

.h_imgbox .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.h_imgbox article > div {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 20px 20px;
  position: relative;
  z-index: 1;
}

.h_imgbox article > div:before {
  content: "01";
  font-size: 100px;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #e5ecf5;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  z-index: -1;
}

.h_imgbox article > div::after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  background: #eee;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h_imgbox article > div span {
  display: inline-block;
  text-align: left;
}

.h_imgbox article > div span::first-letter {
  color: #00479d;
  font-size: 1.66em;
}

.h_imgbox article > div .num {
  color: #00479d;
  font-size: 1.66em;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h_imgbox article > div .num::first-letter {
  font-size: 1em;
}

.h_imgbox article > div .small {
  font-weight: 500;
}

.h_imgbox02 {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .h_imgbox02 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.h_imgbox02 .box {
  text-align: center;
  font-size: 20px;
  width: 33.3%;
}

@media screen and (max-width: 640px) {
  .h_imgbox02 .box {
    width: 50%;
    margin-bottom: 30px;
  }
}

.h_imgbox02 .box div {
  font-weight: bold;
}

.h_imgbox02 .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.h_tbl {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px;
}

@media screen and (max-width: 1400px) {
  .h_tbl {
    padding: 80px 4vw;
  }
}

@media screen and (max-width: 1024px) {
  .h_tbl {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 40px 40px 0;
  }
}

.h_tbl h3 {
  font-size: 30px;
}

.h_tbl table {
  max-width: 73%;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .h_tbl table {
    max-width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .h_tbl td {
    display: inline-block;
  }
}

.h_tbl .btn {
  margin: 0;
}

.h_tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.h_tbl tr:nth-child(3) td {
  width: 100%;
}

.gal01 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.gal01 .box:nth-child(1) {
  width: 100%;
  margin-bottom: 2%;
}

.gal01 .box:nth-child(2), .gal01 .box:nth-child(3) {
  width: 49%;
}

.gal01 .box:nth-child(2) {
  margin-right: 2%;
}

.btn2 .btn {
  width: 600px;
}

.cont_h2 h2 {
  margin-bottom: 30px;
  font-size: 2em;
  border-bottom: 1px solid;
}

@media screen and (max-width: 1024px) {
  .cont_h2 h2 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 640px) {
  .cont_h2 h2 {
    font-size: 1.6em;
  }
}

.cont_h202 h2 {
  margin-bottom: 20px;
  font-size: 4em;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .cont_h202 h2 {
    font-size: 3.2em;
  }
}

.cont_h202 .small {
  font-size: 0.4em;
  display: block;
}

.cont_h202 p {
  font-size: 3em;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .cont_h202 p {
    font-size: 2.4em;
  }
}

.cont_h203 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: -webkit-gradient(linear, left top, right top, from(#00479d), color-stop(50%, #0984b5), to(#09a7ab));
  background: linear-gradient(to right, #00479d 0%, #0984b5 50%, #09a7ab 100%);
}

.cont_h203 h2 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.8em;
  font-weight: bold;
  padding: 0.5em;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .cont_h203 h2 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 1024px) {
  .cont_h203 h2 {
    font-size: 3.71094vw;
  }
}

@media screen and (max-width: 640px) {
  .cont_h203 h2 {
    font-size: 4.6875vw;
  }
}

.cont_h204 h2,
.cont_h204 p {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .cont_h204 h2,
  .cont_h204 p {
    font-size: 2.92969vw;
  }
}

@media screen and (max-width: 640px) {
  .cont_h204 h2,
  .cont_h204 p {
    font-size: 3.4375vw;
  }
}

.cont_h3 h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .cont_h3 h3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4em;
  }
}

.cont_h3 h3 span {
  background: #09a7ab;
  color: #fff;
  padding: 0 1em;
  border-radius: 50px;
  font-size: 0.6em;
  display: inline-block;
  margin-right: 15px;
}

.cont_h302 h3 {
  font-size: 1.6em;
  line-height: 1.6;
  border-left: 4px solid #00479d;
  margin-bottom: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 640px) {
  .cont_h302 h3 {
    font-size: 1.4em;
  }
}

.cont_h302 h3 .s_txt {
  background: #111;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.6em;
  color: #fff;
  line-height: 1.6;
}

.cont_h302 h3 .en {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.65em;
}

.cont_h4 h4 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}

.box1 {
  background: rgba(0, 71, 157, 0.1);
  padding: 30px;
}

.txt01 .box {
  width: 24%;
  text-align: center;
  padding: 0.5em 0;
}

@media screen and (max-width: 1024px) {
  .txt01 .box {
    width: 49%;
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 640px) {
  .txt01 .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.txt01 .box:nth-child(2), .txt01 .box:nth-child(3), .txt01 .box:nth-child(4) {
  background: #00479d;
  color: #fff;
}

.txt01 .box:not(:last-child) {
  margin-right: 1%;
}

.txt01 .box div {
  font-weight: bold;
}

.btn_flex .box {
  width: 49%;
}

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

.btn_flex .box:not(:last-child) {
  margin-right: 2%;
}

@media screen and (max-width: 640px) {
  .btn_flex .box:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .btn_flex .box:not(:last-child) {
    margin-bottom: 2%;
  }
}

.btn_flex .box .btn {
  width: 100%;
}

.c_tel .h_tel {
  margin-right: 20px;
}

.c_tel .h_tel a {
  width: 100%;
  font-size: 40px;
  background: none;
  color: #111 !important;
  text-align: left;
}

.c_tel .h_tel a span::before {
  width: 33px;
  height: 33px;
  background: url(../images/contents//tel02.png) no-repeat;
}

.c_tel .h_tel .s_txt {
  text-decoration: underline;
}

.txtbox1 .box {
  width: 49%;
  margin-bottom: 40px;
}

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

.txtbox1 .box:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media screen and (max-width: 640px) {
  .txtbox1 .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.txtbox1 .box:last-child {
  width: 100%;
  margin-right: 0;
}

.txtbox1 .box p {
  text-align: center;
  background: url(../images/contents/pt01.jpg) repeat;
  position: relative;
  z-index: 1;
  color: #fff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .txtbox1 .box p {
    font-size: 1.95312vw;
  }
}

@media screen and (max-width: 834px) {
  .txtbox1 .box p {
    font-size: 2.39808vw;
  }
}

@media screen and (max-width: 640px) {
  .txtbox1 .box p {
    font-size: 2.65625vw;
  }
}

.txtbox1 .box p:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 71, 157, 0.8)), color-stop(50%, rgba(9, 132, 181, 0.8)), to(rgba(9, 167, 171, 0.8)));
  background: linear-gradient(to right, rgba(0, 71, 157, 0.8) 0%, rgba(9, 132, 181, 0.8) 50%, rgba(9, 167, 171, 0.8) 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c_list01 li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 3em;
}

.c_list01 .num {
  background: #09a7ab;
  color: #fff;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.c_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c_flex > div {
  width: 32%;
  margin-bottom: 60px;
}

.c_flex > div:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .c_flex > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .c_flex > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .c_flex > div:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .c_flex > div {
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .c_flex > div {
    width: 100%;
  }
}

.c_flex img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.slider01 {
  background: #eee;
  padding: 20px;
}

.slider01 h3 {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .slider01 h3 {
    font-size: 2.39808vw;
  }
}

@media screen and (max-width: 640px) {
  .slider01 h3 {
    font-size: 3.75vw;
  }
}

.slider01 li {
  text-align: center !important;
}

.meritbox {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .meritbox {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.meritbox .box:not(:last-child) {
  margin-right: 4%;
}

@media screen and (max-width: 834px) {
  .meritbox .box:not(:last-child) {
    margin-right: 0;
  }
}

.meritbox .box:nth-child(1) {
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 834px) {
  .meritbox .box:nth-child(1) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 640px) {
  .meritbox .box:nth-child(1) img {
    height: 180px !important;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
}

.meritbox .box:nth-child(2), .meritbox .box:nth-child(3) {
  width: 35%;
}

@media screen and (max-width: 834px) {
  .meritbox .box:nth-child(2) {
    width: 66%;
  }
}

.meritbox .box:nth-child(2) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  .meritbox .box:nth-child(3) {
    width: 100%;
    margin-top: 40px;
  }
}

.meritbox .box:nth-child(3) .ttl {
  display: block;
  font-size: 1.2em;
  color: #00479d;
}

@media screen and (max-width: 640px) {
  .meritbox iframe {
    height: 34vw;
  }
}

.w100 a {
  width: 80%;
}

.imgbox_01 {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 1024px) {
  .imgbox_01 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.imgbox_01 .box {
  width: 32%;
}

@media screen and (max-width: 1024px) {
  .imgbox_01 .box {
    width: 49%;
    margin-bottom: 40px;
    text-align: center;
  }
}

.imgbox_01 .box:not(:last-child) {
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .imgbox_01 .box:not(:last-child) {
    margin-right: 0;
  }
}

.imgbox_01 .box:not(:nth-child(2n)) {
  margin-right: 2%;
}

.tbl_01 td {
  border: 1px solid #ccc !important;
}
/*# sourceMappingURL=assets.css.map */