@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  overflow: hidden;
  padding-top: 50px;
}
#contents .inner {
  padding: 0px 20px;
  margin: 0px auto;
  max-width: calc( 684px + 40px );
}

/* ホーム
--------------------------------------------------------------------------------- */
#home-main {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
}
#home-main .wrapper {
  position: relative;
  margin: 0px auto;
  max-width: 1570px;
}
#home-main .img {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
#home-main .img::before {
  content: '';
  display: block;
  padding-top: 280px;
}
#home-main .img p,
#home-main .img figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
#home-main .img p img,
#home-main .img figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#home-main .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  width: calc( ( 226 / 320 ) * 100% );
  min-width: 226px;
}
#home-main .txt .line {
  padding: calc( ( 4 / 320 ) * 100vw ) 0px;
}
#home-main .txt img {
  height: calc( ( 35 / 320 ) * 100vw );
  width: auto;
  max-width: none;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  opacity: 0;
}
#home-main .circle {
  position: absolute;
  right: 20px;
  bottom: -30px;
  width: 100px;
}
#home-main .circle p {
  margin: 0px;
}
#home-main .circle p.hmc02 {
  position: absolute;
  top: 0px;
  left: 0px;
  animation: rotate 30s linear infinite;
}

.hmt_101 {
  animation: showChar 0s 0.1s forwards;
}

.hmt_102 {
  animation: showChar 0s 0.2s forwards;
}

.hmt_103 {
  animation: showChar 0s 0.3s forwards;
}

.hmt_104 {
  animation: showChar 0s 0.4s forwards;
}

.hmt_105 {
  animation: showChar 0s 0.5s forwards;
}

.hmt_106 {
  animation: showChar 0s 0.6s forwards;
}

.hmt_201 {
  animation: showChar 0s 0.7s forwards;
}

.hmt_202 {
  animation: showChar 0s 0.8s forwards;
}

.hmt_203 {
  animation: showChar 0s 0.9s forwards;
}

.hmt_204 {
  animation: showChar 0s 1.0s forwards;
}

.hmt_205 {
  animation: showChar 0s 1.1s forwards;
}

.hmt_206 {
  animation: showChar 0s 1.2s forwards;
}

.hmt_207 {
  animation: showChar 0s 1.3s forwards;
}

.hmt_208 {
  animation: showChar 0s 1.4s forwards;
}

.hmt_209 {
  animation: showChar 0s 1.5s forwards;
}

.hmt_301 {
  animation: showChar 0s 1.6s forwards;
}

.hmt_302 {
  animation: showChar 0s 1.7s forwards;
}

.hmt_303 {
  animation: showChar 0s 1.8s forwards;
}

.hmt_304 {
  animation: showChar 0s 1.9s forwards;
}

.hmt_305 {
  animation: showChar 0s 2.0s forwards;
}

.hmt_306 {
  animation: showChar 0s 2.1s forwards;
}

@keyframes showChar {
  to {
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#home-c01 {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 50px calc( ( 100vw - 100% ) / 2 ) 100px;
  background-color: #e0f1ff;
}

.main-copy {
  text-align: center;
  margin-bottom: 30px;
}

.home-slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.home-slider .slick-arrow {
  width: 25px;
  height: 25px;
  z-index: 1;
  background-color: #00489d;
  border-style: solid;
  border-color: #00489d;
  border-width: 1px;
  border-radius: 0px;
  transition: all .2s;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-slider .slick-arrow::before {
  display: none;
}
.home-slider .slick-arrow:hover {
  background-color: #fff;
  background-position: center center;
  background-size: contain;
}
.home-slider .slick-arrow:focus {
  background-color: #00489d;
  background-position: center center;
  background-size: contain;
}
.home-slider .slick-arrow:focus:hover {
  background-color: #fff;
}
.home-slider .slick-prev {
  left: -12px;
  background-image: url(../images/arrow_001.png);
}
.home-slider .slick-prev:hover {
  background-image: url(../images/arrow_003.png);
}
.home-slider .slick-prev:hover:focus {
  background-image: url(../images/arrow_003.png);
}
.home-slider .slick-prev:focus {
  background-image: url(../images/arrow_001.png);
}
.home-slider .slick-next {
  right: -12px;
  background-image: url(../images/arrow_002.png);
}
.home-slider .slick-next:hover {
  background-image: url(../images/arrow_004.png);
}
.home-slider .slick-next:hover:focus {
  background-image: url(../images/arrow_004.png);
}
.home-slider .slick-next:focus {
  background-image: url(../images/arrow_002.png);
}
.home-slider .slick-dots {
  bottom: -34px;
}
.home-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0px 8px;
}
.home-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-style: solid;
  border-color: #00489d;
  border-width: 1px;
  border-radius: 50%;
}
.home-slider .slick-dots li button::before {
  display: none;
}
.home-slider .slick-dots li.slick-active button {
  background-color: #00489d;
}

#home-c02 {
  padding: 68px 0px;
  color: #fff;
}

.home-m-001 {
  margin-bottom: 40px;
  width: 200px;
}
.home-m-001 .txt-01,
.home-m-001 .txt-02 {
  display: block;
  width: 0%;
  height: 34px;
  margin: 0px 0px 2px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  text-indent: -9999px;
  line-height: 0px;
}
.home-m-001 .txt-01 {
  background-image: url(../images/c02_m001.png);
}
.home-m-001 .txt-02 {
  background-image: url(../images/c02_m002.png);
}
.home-m-001.start .txt-01 {
  animation: txt01 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.home-m-001.start .txt-02 {
  animation: txt01 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes txt01 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}
.fadeup.fadeupstart {
  animation: fadeUpAnime 1s 0s forwards;
}

.function-box-wrap.start .fb001 {
  animation: fadeUpAnime 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.function-box-wrap.start .fb001 h3::before {
  animation: txt01 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.function-box-wrap.start .fb002 {
  animation: fadeUpAnime 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.function-box-wrap.start .fb002 h3::before {
  animation: txt01 1s 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.function-box-wrap.start .fb003 {
  animation: fadeUpAnime 1s 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.function-box-wrap.start .fb003 h3::before {
  animation: txt01 1s 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.function-box-wrap.start .fb004 {
  animation: fadeUpAnime 1s 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.function-box-wrap.start .fb004 h3::before {
  animation: txt01 1s 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.function-box {
  text-align: left;
  margin-bottom: 40px;
  opacity: 0;
}
.function-box h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-bottom: 2px;
  margin-bottom: 12px;
  font-feature-settings: "palt";
}
.function-box h3:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all .5s;
}
.function-box h3 .num {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
}
.function-box p {
  font-weight: bold;
  margin: 0px;
}
.function-box.start h3:before {
  width: 100%;
}

.map {
  margin-bottom: 20px;
}

.home-note {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}

#home-c03 {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 50px calc( ( 100vw - 100% ) / 2 );
  background-color: #e0f1ff;
}

.home-notice {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #00489d;
  margin: 0px;
}

/* 下層
--------------------------------------------------------------------------------- */
.img-box,
.col-box {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.img-box .img p,
.col-box .img p {
  margin-bottom: 0px;
  text-align: center;
}
.img-box .caption,
.col-box .caption {
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 0px;
}
.img-box.mb0,
.col-box.mb0 {
  margin-bottom: 0px;
}
.img-box.col-2,
.col-box.col-2 {
  margin-bottom: 10px;
}
.img-box.col-2 .col,
.col-box.col-2 .col {
  margin-bottom: 20px;
}
.img-box.col-3,
.col-box.col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.img-box.col-3 .col,
.col-box.col-3 .col {
  width: calc( 50% - 5px );
  margin-bottom: 10px;
}
.img-box a.video,
.col-box a.video {
  display: block;
  position: relative;
}
.img-box a.video::after,
.col-box a.video::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.img-box a.video .thumbnail,
.col-box a.video .thumbnail {
  position: relative;
  overflow: hidden;
}
.img-box a.video .thumbnail::before,
.col-box a.video .thumbnail::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.img-box a.video .thumbnail p,
.img-box a.video .thumbnail figure,
.col-box a.video .thumbnail p,
.col-box a.video .thumbnail figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-box a.video .thumbnail p img,
.img-box a.video .thumbnail figure img,
.col-box a.video .thumbnail p img,
.col-box a.video .thumbnail figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  display: block;
  height: 0px;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 60px;
}

/* 見出し */
.m01 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
}
.m01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 2px;
  width: 5px;
  background-color: #00489d;
}
.m01 span {
  font-size: 16px;
}

.m02 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 70px;
  margin-bottom: 22px;
  position: relative;
  padding-left: 15px;
}
.m02::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 3px;
  width: 10px;
  background-color: #00489d;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul li ul li {
  list-style-type: disc;
}
ul.indent1em, ul.indent2em, ul.indent3em {
  list-style-type: none;
  padding: 0px;
}
ul.indent1em li ul li, ul.indent2em li ul li, ul.indent3em li ul li {
  list-style-type: disc;
  margin-left: 0px;
  text-indent: 0px;
}
ul.indent1em li ul.indent1em li, ul.indent2em li ul.indent1em li, ul.indent3em li ul.indent1em li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent1em li ul.indent2em li, ul.indent2em li ul.indent2em li, ul.indent3em li ul.indent2em li {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent1em li ul.indent3em li, ul.indent2em li ul.indent3em li, ul.indent3em li ul.indent3em li {
  list-style-type: none;
  margin-left: 3em;
  text-indent: -3em;
}
ul.indent1em li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent2em li {
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent3em li {
  margin-left: 3em;
  text-indent: -3em;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol li ul {
  font-size: 100%;
}
ol li ul li {
  list-style-type: disc;
}
ol li ul.indent1em li, ol li ul.indent2em li, ol li ul.indent3em li {
  list-style-type: none;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th,
.basic td {
  padding: 15px 5px;
  line-height: 1.5em;
}
.basic th p, .basic th li,
.basic td p,
.basic td li {
  line-height: 1.5em;
}
.basic th.center,
.basic td.center {
  text-align: center;
}
.basic th.left,
.basic td.left {
  text-align: left;
}
.basic th.middle,
.basic td.middle {
  vertical-align: middle;
}
.basic th a,
.basic td a {
  text-decoration: none;
}
.basic td {
  background-color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.basic th {
  color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-weight: bold;
}
.basic tr td:last-of-type {
  border-right-width: 0px;
}
.basic.width-auto {
  width: auto;
}
.basic.center th,
.basic.center td {
  text-align: center;
}
.basic.center th.left,
.basic.center td.left {
  text-align: left;
}
.basic.left th,
.basic.left td {
  text-align: left;
}
.basic.left th.center,
.basic.left td.center {
  text-align: center;
}
.basic.middle th,
.basic.middle td {
  vertical-align: middle;
}
.basic.middle th.top,
.basic.middle td.top {
  vertical-align: top;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  min-width: 648px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeBlock {
  margin-bottom: 2em;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #00489d;
}

.color-02 {
  color: #e0f1ff;
}

.color-red {
  color: #FF0000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.normal-weight {
  font-weight: 500;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc,
.pc1024,
.pc1280 {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 0px;
  }
  #contents .inner {
    padding: 0px 44px;
    max-width: calc( 1044px + 88px );
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-main .img::before {
    padding-top: calc( ( 866 / 1570 ) * 100% );
  }
  #home-main .txt {
    width: calc( ( 950 / 1570 ) * 100% );
    max-width: 1344px;
  }
  #home-main .txt .line {
    padding: calc( ( 20 / 1570 ) * 100% ) 0;
  }
  #home-main .txt img {
    height: calc( ( 156 / 1570 ) * 100vw );
    max-height: 156px;
  }
  #home-main .circle {
    right: calc( ( 90 / 1570 ) * 100% );
    bottom: calc( ( 90 / 1280 ) * 100% * -1 );
    width: calc( ( 320 / 1570 ) * 100% );
  }

  #home-c01 {
    padding-top: min(calc( ( 190 / 1980 ) * 100vw ), 190px);
    padding-bottom: min(calc( ( 140 / 1980 ) * 100vw ), 140px);
  }
  #home-c01 .wrapper {
    padding: 0px 60px;
  }

  .main-copy {
    margin-bottom: 50px;
    margin-bottom: min(calc( ( 140 / 1980 ) * 100vw ), 140px);
  }

  .home-slider {
    margin-bottom: 55px;
  }
  .home-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .home-slider .slick-prev {
    left: -30px;
    background-image: url(../images/arrow_005.png);
  }
  .home-slider .slick-prev:hover {
    background-image: url(../images/arrow_007.png);
  }
  .home-slider .slick-prev:hover:focus {
    background-image: url(../images/arrow_007.png);
  }
  .home-slider .slick-prev:focus {
    background-image: url(../images/arrow_005.png);
  }
  .home-slider .slick-next {
    right: -30px;
    background-image: url(../images/arrow_006.png);
  }
  .home-slider .slick-next:hover {
    background-image: url(../images/arrow_008.png);
  }
  .home-slider .slick-next:hover:focus {
    background-image: url(../images/arrow_008.png);
  }
  .home-slider .slick-next:focus {
    background-image: url(../images/arrow_006.png);
  }
  .home-slider .slick-dots {
    bottom: -55px;
  }
  .home-slider .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0px 15px;
  }

  #home-c02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-m-001 {
    margin-bottom: 50px;
    width: 300px;
  }
  .home-m-001 .txt-01,
  .home-m-001 .txt-02 {
    height: 52px;
    margin-bottom: 4px;
  }

  .function-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 50px;
  }

  .function-box {
    width: calc( 50% - 30px );
    margin-bottom: 40px;
  }
  .function-box h3 {
    font-size: 21px;
    line-height: 32px;
    padding-bottom: 2px;
    margin-bottom: 12px;
  }
  .function-box h3:before {
    height: 2px;
  }
  .function-box h3 .num {
    font-size: 39px;
  }

  .map {
    margin: 0px 56px 24px;
  }

  .home-note {
    font-size: 14px;
    line-height: 25px;
  }

  #home-c03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-notice {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- hover */
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  .pc1024 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    padding: 0px 118px;
    max-width: calc( 1280px + 236px );
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-c01 .wrapper {
    padding: 0px 66px;
  }

  #home-c02 {
    padding-top: 146px;
    padding-bottom: 146px;
  }

  .home-m-001 {
    margin-bottom: min(calc( ( 140 / 1516 ) * 100vw ), 140px);
    width: min(calc( ( 615 / 1516 ) * 100vw ), 615px);
  }
  .home-m-001 .txt-01,
  .home-m-001 .txt-02 {
    height: min(calc( ( 106 / 1516 ) * 100vw ), 106px);
    margin-bottom: 7px;
  }

  .function-box-wrap {
    margin-bottom: 50px;
  }

  .function-box {
    width: calc( ( 590 / 1280 ) * 100% );
    margin-bottom: min(calc( ( 90 / 1516 ) * 100vw ), 90px);
  }
  .function-box h3 {
    font-size: min(calc( ( 39 / 1516 ) * 100vw ), 39px);
    line-height: min(calc( ( 50 / 1516 ) * 100vw ), 50px);
    margin-bottom: min(calc( ( 30 / 1516 ) * 100vw ), 30px);
    padding-bottom: 4px;
  }
  .function-box h3:before {
    height: 3px;
  }
  .function-box h3 .num {
    font-size: 56px;
    font-size: min(calc( ( 80 / 1516 ) * 100vw ), 80px);
  }
  .function-box p {
    font-size: min(calc( ( 22 / 1516 ) * 100vw ), 22px);
    line-height: min(calc( ( 44 / 1516 ) * 100vw ), 44px);
  }

  .map {
    margin: 0px 0px 46px;
  }

  .home-note {
    font-size: 18px;
    line-height: 25px;
  }

  .home-notice {
    font-size: 18px;
    line-height: 34px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp,
  .sptab,
  .tab,
  .pc1024 {
    display: none;
  }

  .pc1280 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1570 */
@media print, screen and (min-width: 1570px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  /* 共通
  --------------------------------------------------------------------------------- */
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
