@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common2.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900");
.mincho, .for-bg h2, .staff-wrap .staff-box .staff-info table .name div, .rec-text h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.shadow, .hanko-flex .hanko-table, .fixed {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.drop-shadow, .home-con04 table img {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}

.bg-gra {
  background-image: linear-gradient(50deg, #2989cc 0%, #0049ac 100%);
  background-image: -ms-linear-gradient(0deg, #2989cc 0%, #0049ac 100%);
}

.mincho, .for-bg h2, .staff-wrap .staff-box .staff-info table .name div, .rec-text h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ggmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .ggmap {
    padding-bottom: 45%;
  }
}

@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 40%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  @-webkit-keyframes moveBG {
    0% {
      background-position-x: 0%;
    }
    100% {
      background-position-x: 100%;
    }
  }
  @keyframes moveBG {
    0% {
      background-position-x: 0%;
    }
    100% {
      background-position-x: 100%;
    }
  }
}

.fade-in {
  -webkit-animation: fade-in 0.8s ease-in-out;
          animation: fade-in 0.8s ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  99% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  99% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes w0-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes w0-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes leftright {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*================== プライバシーポリシー =================*/
.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy h2 {
  border-left: 4px solid #0067ae;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.policy-trriger {
  color: #0067ae;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .policy-wrap {
    left: 0;
  }
}

.policy-wrap > div {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #0067ae;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .policy-wrap > div {
    width: 95%;
  }
}

.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #0067ae;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.policy p {
  margin: 10px 0 25px;
}

.policy-wrap {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.policy-wrap.active {
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.policy-wrap.active > div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.col-1 {
  width: calc(100% / 12) !important;
}

.col-2 {
  width: calc(100% / 12 * 2) !important;
}

.col-3 {
  width: calc(100% / 12 * 3) !important;
}

.col-4 {
  width: calc(100% / 12 * 4) !important;
}

.col-5 {
  width: calc(100% / 12 * 5) !important;
}

.col-6 {
  width: calc(100% / 12 * 6) !important;
}

.col-7 {
  width: calc(100% / 12 * 7) !important;
}

.col-8 {
  width: calc(100% / 12 * 8) !important;
}

.col-9 {
  width: calc(100% / 12 * 9) !important;
}

.col-10 {
  width: calc(100% / 12 * 10) !important;
}

.col-11 {
  width: calc(100% / 12 * 11) !important;
}

.col-12 {
  width: 100% !important;
}

.gutterL {
  margin-left: 20px !important;
}

.mauto {
  margin: 0 auto;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

@media only screen and (max-width: 768px) {
  .col-tb-1 {
    width: 7.33333% !important;
  }
  .col-tb-2 {
    width: calc(100% / 12 * 2) !important;
  }
  .col-tb-3 {
    width: calc(100% / 12 * 3) !important;
  }
  .col-tb-4 {
    width: calc(100% / 12 * 4) !important;
  }
  .col-tb-5 {
    width: calc(100% / 12 * 5) !important;
  }
  .col-tb-6 {
    width: calc(100% / 12 * 6) !important;
  }
  .col-tb-7 {
    width: calc(100% / 12 * 7) !important;
  }
  .col-tb-8 {
    width: calc(100% / 12 * 8) !important;
  }
  .col-tb-9 {
    width: calc(100% / 12 * 9) !important;
  }
  .col-tb-10 {
    width: calc(100% / 12 * 10) !important;
  }
  .col-tb-11 {
    width: calc(100% / 12 * 11) !important;
  }
  .col-tb-12 {
    width: 100% !important;
  }
  .col-tb-12.gutter {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .col-sp-1 {
    width: 7.33333% !important;
  }
  .col-sp-2 {
    width: calc(100% / 12 * 2) !important;
  }
  .col-sp-3 {
    width: calc(100% / 12 * 3) !important;
  }
  .col-sp-4 {
    width: calc(100% / 12 * 4) !important;
  }
  .col-sp-5 {
    width: calc(100% / 12 * 5) !important;
  }
  .col-sp-6 {
    width: calc(100% / 12 * 6) !important;
  }
  .col-sp-7 {
    width: calc(100% / 12 * 7) !important;
  }
  .col-sp-8 {
    width: calc(100% / 12 * 8) !important;
  }
  .col-sp-9 {
    width: calc(100% / 12 * 9) !important;
  }
  .col-sp-10 {
    width: calc(100% / 12 * 10) !important;
  }
  .col-sp-11 {
    width: calc(100% / 12 * 11) !important;
  }
  .col-sp-12 {
    width: 100% !important;
  }
  .col-sp-12.gutter {
    padding-right: 0;
  }
}

.inner1 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner1 .inner1 {
  padding-left: 0;
  padding-right: 0;
}

.inner2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.contents-wrap01 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .contents-wrap01 {
    margin-top: 53.33333px;
    margin-bottom: 53.33333px;
  }
}

.contents-wrap01.first-content {
  margin-top: calc(80px / 2);
}

@media only screen and (max-width: 768px) {
  .contents-wrap01.first-content {
    margin-top: calc( 53.33333px / 2);
  }
}

.contents-wrap02 {
  margin-top: 53.33333px;
  margin-bottom: 53.33333px;
}

@media only screen and (max-width: 768px) {
  .contents-wrap02 {
    margin-top: 35.55556px;
    margin-bottom: 35.55556px;
  }
}

.contents-wrap02 .contents-wrap02 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .contents-wrap02 .contents-wrap02 {
    margin-top: 26.66667px;
    margin-bottom: 26.66667px;
  }
}

.bg-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .bg-wrap {
    padding-top: 53.33333px;
    padding-bottom: 53.33333px;
  }
}

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

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

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

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

.disnone {
  display: none !important;
}

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

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

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

li {
  list-style: none;
}

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

body {
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 500;
  color: #020202;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1rem;
}

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

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

#contents {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

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

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

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

i {
  padding: 0 4px;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

a:hover span {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

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

.mincho, .for-bg h2, .staff-wrap .staff-box .staff-info table .name div, .rec-text h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

.flex-temp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .flex-temp01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-temp01 > div {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .flex-temp01 > div {
    width: 100% !important;
  }
}

.flow-text {
  width: 80%;
  padding: 0 0.8rem;
}

.flow-title {
  width: 88%;
}

.flow-title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #ee4245;
}

.arrow02 {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 100px;
  /* 四角形の幅 */
  height: 48px;
  /* 四角形の高さ */
  background: #e31927;
  position: relative;
}

.arrow02:after {
  border-left: 16px solid #e31927;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 50px;
}

.info-table {
  width: 80%;
  max-width: 800px;
}

.info-table table td {
  border: none !important;
  border-bottom: dotted #aaa 1px !important;
}

@media only screen and (max-width: 640px) {
  .info-table table td {
    border-bottom: none !important;
  }
  .info-table table td:first-child {
    padding-bottom: 0 !important;
  }
  .info-table table td:last-child {
    padding-top: 0 !important;
  }
  .info-table table tr {
    border-bottom: dotted #aaa 1px !important;
  }
}

.sozai-table .mincho, .sozai-table .for-bg h2, .for-bg .sozai-table h2, .sozai-table .staff-wrap .staff-box .staff-info table .name div, .staff-wrap .staff-box .staff-info table .name .sozai-table div, .sozai-table .rec-text h2, .rec-text .sozai-table h2 {
  font-size: 2rem;
}

.sozai-table tbody tr:first-child {
  background-color: #ea9d84;
}

.sozai-table tbody tr:nth-child(n+2) td:first-child {
  background: #F1EAD8;
}

.sozai-table tbody tr:nth-child(n+2) td:last-child {
  background: #F1EAD8;
}

.hanko-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hanko-flex .hanko-table {
  background: rgba(255, 250, 225, 0.4);
  width: 32%;
  border: #aaa solid 1px;
  padding: 1.6rem 0;
}

.hanko-flex .hanko-table tr td {
  border: none !important;
}

.hanko-flex .hanko-table tr td.mincho {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 0 !important;
}

.hanko-flex .hanko-table tr td.mincho small {
  margin-left: -1rem;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.hanko-flex .hanko-table tr td.mincho br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hanko-flex .hanko-table {
    width: 48% !important;
  }
}

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

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

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#global_header {
  background: #fff;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  #global_header {
    position: relative;
  }
}

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

#header {
  position: fixed;
  z-index: 101;
  background: #fff;
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 768px) {
  #header {
    position: relative;
    -webkit-filter: none;
            filter: none;
  }
}

#header .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #header .inner {
    padding: 4px;
  }
}

@media only screen and (max-width: 640px) {
  #header .inner {
    padding: 8px 12px;
  }
  #header .inner > div {
    width: 48%;
  }
}

#header .inner .flxL {
  min-width: 248px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  #header .inner .flxL {
    margin-right: unset;
  }
}

#header .inner .flxR {
  margin-left: auto;
  min-width: 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 70%;
}

.navwrap {
  width: 100%;
}

.navwrap nav > ul {
  padding: 20px 0;
}

.navwrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navwrap nav ul li:last-child {
  border-right: 1px solid #ccc;
}

.navwrap nav ul li {
  border-left: 1px solid #ccc;
}

.navwrap nav ul li a {
  padding: 0 16px;
  color: #222222;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  nav li a {
    color: #fff !important;
  }
}

.mean-container .mean-bar {
  background: #0067ae !important;
}

.mean-container .mean-nav ul li a {
  background: #0067ae !important;
}

#site-h1 {
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 3.25rem;
  position: absolute;
  bottom: 8px;
  left: 4px;
  font-weight: 900;
  z-index: 3;
  color: #fff;
  text-align: left;
  -webkit-filter: drop-shadow(0px 3px 3px black);
          filter: drop-shadow(0px 3px 3px black);
}

@media (max-width: 1200px) {
  #site-h1 {
    font-size: calc(1.45rem + 2.4vw) ;
  }
}

#main-img {
  position: relative;
  width: 68vw;
  margin: 0 auto;
}

#main-img .main-slider {
  position: relative;
}

#main-img .main-slider img {
  height: 80vmin !important;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #main-img .main-slider img {
    height: 60vmin !important;
  }
}

#main-img .main-slider:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 0 0 calc(68vw);
  border-color: transparent transparent transparent #1d6ba3;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #main-img .main-slider:before {
    border-width: 24vw 0 0 calc(100vw);
  }
}

#main-img .main-slider:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 calc(80vmin) 24vw;
  border-color: transparent transparent #f67053 transparent;
  z-index: 1;
  visibility: unset !important;
}

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

#main-img .decoration {
  height: 100%;
  display: block;
  position: absolute;
  width: calc(50vw - 50%);
  right: 100%;
  background: url("../images/common/sample.jpg") no-repeat bottom;
  background-size: auto 60%;
}

#main-img .decoration:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30vw calc(80vmin) 0;
  border-color: transparent #33a289 transparent transparent;
  z-index: 2;
}

#main-img .decoration:after {
  position: absolute;
  top: 100%;
  left: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(30vmin) 0 0 24vmin;
  border-color: transparent transparent transparent #ffc821;
}

#main-img .decoration2 {
  left: 100%;
  height: 100%;
  display: block;
  position: absolute;
  width: calc(50vw - 50%);
  right: 100%;
  background: url("../images/common/sample2.jpg") no-repeat bottom;
  background-size: cover;
}

#main-img .decoration2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 16vw;
  height: 16vw;
  background: #f67053;
  background: linear-gradient(-45deg, #ff6995 0%, #ff6995 50%, transparent 50%, transparent 100%);
}

#main-img .decoration2:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 16vw;
  height: 8vw;
  background: linear-gradient(207deg, #59bfff 0%, #59bfff 50%, transparent 50%, transparent 100%);
  visibility: unset !important;
}

.drop-nav li {
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.drop-nav li a {
  display: block;
  padding: 12px 16px;
  width: 100%;
}

/*====================@footer=========================*/
#copy {
  background: #333;
  color: #555;
  font-weight: 400;
}

#copy div {
  color: #fff;
}

#copy a {
  color: #fff;
  font-weight: 400;
}

footer#global_footer {
  background: #333;
  padding-top: 1.6rem;
}

.sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.sns-wrap a {
  color: #fff !important;
  font-size: 18px;
  margin: 0 8px;
}

.sns-wrap a i {
  font-size: 38px;
}

.footer-nav {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer-nav ul li:nth-child(4) {
  border-right: 1px solid #fff;
}

.footer-nav ul li:last-child a {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-nav ul li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-width: 150px;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .footer-nav ul li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 16px;
  }
  .footer-nav ul li a {
    border: 1px solid #fff !important;
    padding: 4px 0;
  }
}

.footer-nav ul li a {
  display: block;
  text-align: center;
  border-left: 1px solid #fff;
  color: #fff !important;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}

.footer-inner > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .footer-inner > div {
    width: 100%;
  }
}

.footer-inner .footer-info > a, .footer-inner .footer-info > span {
  margin: 0 1.2rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .footer-inner .footer-logo {
    margin-bottom: 2rem;
  }
}

.footer-inner .footer-nav {
  text-align: center;
}

.footer-inner > .footer-nav {
  width: 100%;
}

/*blog*/
.blog2 .blog_photo,
.blog2 .detail {
  display: none;
}

.blog2 .blog_date {
  float: left;
  width: 15%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #2c2e30;
  padding: 5px 10px;
  color: #fff !important;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .blog2 .blog_date {
    width: 25%;
  }
}

@media only screen and (max-width: 640px) {
  .blog2 .blog_date {
    width: 100%;
    float: none;
  }
}

.blog2 h3 {
  color: #000;
  float: right;
  width: 84%;
  margin-bottom: 0;
  margin-top: 5px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .blog2 h3 {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .blog2 h3 {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.blog2 h3 a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.blog2 h3 a:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.blog_list h3 span {
  font-weight: 500;
}

.blog2 .blog_text {
  width: 100% !important;
  padding: 0 !important;
}

.blog2 .blog_list {
  border: 0;
}

.blog2 .blog_list > div {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

div.blog_list > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inst {
  text-align: center;
}

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

.inst .sns_list > div {
  width: 30.79526%;
  margin-left: 2.53807%;
  margin-bottom: 2.53807%;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .inst .sns_list > div {
    width: 30.79526%;
    margin-left: 2.53807%;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .inst .sns_list > div {
    width: 49% !important;
    margin-left: 0 !important;
  }
}

.inst .sns_list > div img {
  width: 100% !important;
  height: 10vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .inst .sns_list > div img {
    height: 25vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .inst .sns_list > div img {
    height: 38vw !important;
  }
}

.inst .sns_text {
  display: none;
}

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

.img100 {
  margin: 50px auto 0;
}

.img100 img {
  width: 100% !important;
}

.fb {
  text-align: center;
}

.fb iframe {
  width: 100% !important;
}

.title.orange {
  color: #f56040;
}

.title.orange h3 {
  background: #f56040;
}

.title.blue {
  color: #1d6ba3;
}

.title.blue h3 {
  background: #1d6ba3;
}

.title.yellow {
  color: #ffc821;
}

.title.yellow h3 {
  background: #ffc821;
}

.title.pink {
  color: #ff447a;
}

.title.pink h3 {
  background: #ff447a;
}

.title.green {
  color: #008b6b;
}

.title.green h3 {
  background: #008b6b;
}

.title h2 {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

@media (max-width: 1200px) {
  .title h2 {
    font-size: calc(1.5rem + 3vw) ;
  }
}

.square.title > div {
  position: relative;
}

.square.title > div:before {
  position: absolute;
  content: "";
  height: 2px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0%;
  background: #f56040;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.square.title h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .square.title h3 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.square.title h3 span {
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .square.title h3 {
    margin: 0 auto;
    text-align: center !important;
  }
}

.square.title.green > div:before {
  background: #008b6b;
}

.square.title.green h3 {
  background: #008b6b;
}

.square.title.active > div {
  position: relative;
}

.square.title.active > div:before {
  -webkit-animation: w0-100 0.8s forwards;
          animation: w0-100 0.8s forwards;
}

.square.active h3 {
  -webkit-animation: spin 0.4s ease-out forwards;
          animation: spin 0.4s ease-out forwards;
}

.home-con01 {
  margin-top: 40px !important;
  position: relative;
  z-index: 100;
}

.home-con01 .inner1 > .text div {
  width: 80%;
  margin-left: auto;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .home-con01 .inner1 > .text div {
    width: 100%;
    min-width: unset;
    background: rgba(255, 255, 255, 0.8);
  }
}

.home-con01 .btn01 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 16px;
  padding-right: 16px;
}

.for-bg {
  background-size: cover;
  background-position: bottom;
}

.for-bg h2 {
  margin: 0 auto;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -80px;
  font-size: 8rem;
  text-shadow: 0px 0px 3rem #fff, 0px 0px 3rem #fff, 0px 0px 2rem #fff;
}

@media (max-width: 1200px) {
  .for-bg h2 {
    font-size: calc(1.925rem + 8.1vw) ;
  }
}

.for-bg h2:before, .for-bg h2:after {
  content: "";
  background-color: #C7E9F9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 20px;
}

.for-bg .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 8px;
  width: 25vw;
  height: 20vw;
}

.for-bg .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 640px) {
  .for-bg .slick-slide {
    height: 40vw !important;
  }
}

.obi .flex .box {
  width: 50%;
}

.obi .flex .box a {
  font-size: 1.125rem;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
}

.obi .flex .box a i {
  padding: 32px 8px;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .obi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .obi .box {
    width: 100% !important;
  }
}

.home-slick {
  position: relative;
}

.home-slick:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, white), color-stop(20%, transparent), color-stop(80%, transparent), to(white));
  background: linear-gradient(90deg, white 1%, transparent 20%, transparent 80%, white 100%);
  z-index: 1;
}

.home-slick ul li {
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .home-slick ul li {
    padding: 0 12px;
  }
}

.contact-btn a {
  line-height: 1.2;
  color: #fff !important;
  font-size: 1.5rem;
}

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

.contact-btn a i {
  padding: 0 8px;
}

.contact-btn a span {
  padding-top: 16px;
  font-size: 1rem;
  max-width: 472px;
  display: block;
  text-align: left;
  margin: 0 auto;
}

.home-con04 table img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .home-con04 table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .home-con04 table tbody tr td {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
  }
}

@media only screen and (max-width: 768px) and (max-width: 640px) {
  .home-con04 table tbody tr td {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.anchor-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor-btn .box {
  width: 360px;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anchor-btn .box > div {
  width: 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;
}

@media only screen and (max-width: 768px) {
  .anchor-btn .box {
    margin: 6px;
  }
}

.anchor-btn a {
  display: block;
  color: #fff;
  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;
  width: 100%;
  height: 64px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.anchor-btn a i {
  font-size: 28px;
  padding-right: 8px;
}

.anchor-btn a:hover i {
  -webkit-animation: leftright infinite 0.8s;
          animation: leftright infinite 0.8s;
}

.anchor-btn.orange a {
  background: #f56040;
}

.anchor-btn.green a {
  background: #008b6b;
}

.waku {
  position: relative;
  border: 2px dashed #f56040;
  padding: 20px;
}

.waku > div {
  position: relative;
  z-index: 1;
}

.waku:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-right: 2px dashed #f56040;
  border-bottom: 2px dashed #f56040;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: unset;
  background: #fff;
}

.waku.blue {
  border: 2px dashed #1d6ba3;
}

.waku.blue:after {
  border-right: 2px dashed #1d6ba3;
  border-bottom: 2px dashed #1d6ba3;
}

.waku.green {
  border: 2px dashed #008b6b;
}

.waku.green:after {
  border-right: 2px dashed #008b6b;
  border-bottom: 2px dashed #008b6b;
}

@media only screen and (max-width: 640px) {
  .anchor-link a {
    display: block !important;
    width: 100% !important;
  }
  .anchor-link a:first-child {
    margin-bottom: 1.2rem !important;
  }
}

.reno01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.reno01 img {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.reno02.active div {
  background: #f56040;
}

.reno02.blue.active div {
  background: #1d6ba3;
}

.reno02.blue {
  padding: 0 20px;
  max-width: 800px;
}

.reno02.blue div {
  padding: 10px 20px 10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.reno02.blue div span {
  font-size: 1.25rem;
}

.reno02.blue div .point {
  -webkit-transition: 01s;
  transition: 01s;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-40px, -40px) rotate(-10deg);
          transform: translate(-40px, -40px) rotate(-10deg);
  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;
  width: 100px;
  height: 100px;
  border: 2px solid #1d6ba3;
  border-radius: 100%;
  color: #1d6ba3;
  background: #fff;
  font-weight: 900;
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .reno02.blue div .point {
    -webkit-transform: translate(-30px, -40px) rotate(-10deg);
            transform: translate(-30px, -40px) rotate(-10deg);
    width: 88px;
    height: 88px;
  }
}

.reno02 {
  padding: 0 20px;
  max-width: 800px;
}

.reno02 div {
  padding: 0px 20px 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.reno02 div span {
  font-size: 1.25rem;
}

.reno02 div .point {
  -webkit-transition: 01s;
  transition: 01s;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-40px, -40px) rotate(-10deg);
          transform: translate(-40px, -40px) rotate(-10deg);
  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;
  width: 100px;
  height: 100px;
  border: 2px solid #f56040;
  border-radius: 100%;
  color: #f56040;
  background: #fff;
  font-weight: 900;
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .reno02 div .point {
    -webkit-transform: translate(-30px, -40px) rotate(-10deg);
            transform: translate(-30px, -40px) rotate(-10deg);
    width: 88px;
    height: 88px;
  }
}

.cap-text {
  font-size: 14px;
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.point-list dl {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
  border: 2px solid #ddd;
  margin: 8px auto;
  width: 48%;
  padding: 8px 8px 8px 40px;
  background: #ffe498 !important;
  position: relative;
  overflow: hidden;
}

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

.point-list dl dt {
  border: none !important;
  font-weight: 900;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  background: none !important;
  position: absolute;
  background: none !important;
  font-size: 7.5rem !important;
  line-height: 1;
}

@media (max-width: 1200px) {
  .point-list dl dt {
    font-size: calc(1.875rem + 7.5vw)  !important;
  }
}

.point-list dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 1;
  border: none !important;
  width: 100% !important;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .point-list dl dd {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.point-list dl dd .caption {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.point-list.green dl {
  background: #7fd489 !important;
}

.cost-wrap h3 {
  letter-spacing: .6rem;
  text-align: center !important;
  display: inline-block;
  background: #0067ae;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
  padding: 0 8px;
  min-width: 150px;
}

.cost-wrap table tr:first-child {
  background: #fff8d4;
}

.cost-wrap table tr:nth-child(even) {
  background: #f9f9f9;
}

.flow-wrap .contents-wrap02 {
  margin-top: 2rem;
}

.flow-wrap .contents-wrap02:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 640px) {
  .flow-wrap .contents-wrap02 {
    margin-top: 1.2rem;
  }
  .flow-wrap .contents-wrap02:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.flow-wrap .down-arrow i {
  color: #0067ae;
  font-size: 8rem;
}

.flow-wrap.custom {
  position: relative;
  padding-left: 80px;
}

.flow-wrap.custom > div {
  position: unset !important;
}

.flow-wrap.custom > div:last-child:before {
  -webkit-transition: 2.4s;
  transition: 2.4s;
  position: absolute;
  content: "";
  right: calc(100% - 80px);
  bottom: 10%;
  height: 0%;
  display: block;
  width: 80px;
  border: solid 10px #1d6ba3;
  border-right: none;
  border-top-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.flow-wrap.custom .contents-wrap02 {
  padding: 20px;
  background: #1d6ba3;
  margin: 0 auto !important;
}

.flow-wrap.custom .contents-wrap02 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px !important;
}

@media (max-width: 1200px) {
  .flow-wrap.custom .contents-wrap02 h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.flow-wrap.custom .contents-wrap02 .list {
  color: #fff;
}

.flow-wrap.custom .contents-wrap02 .list ul {
  list-style-type: disc !important;
}

.flow-wrap.custom .contents-wrap02 .list li {
  float: none !important;
  display: list-item;
}

.flow-wrap.custom .contents-wrap02 .list li:before {
  content: "・";
  display: inline;
}

.flow-wrap.custom .down-arrow {
  margin-top: -20px;
  margin-bottom: -20px;
}

@media only screen and (max-width: 640px) {
  .flow-wrap.custom {
    padding-left: 0;
  }
  .flow-wrap.custom .contents-wrap02 {
    margin: 16px 0 !important;
  }
  .flow-wrap.custom .down-arrow {
    display: none;
  }
  .flow-wrap.custom > div:last-child.active:before {
    display: none;
  }
}

.flow-wrap.custom2 {
  padding-left: 0;
  position: relative;
}

.flow-wrap.custom2 > div:last-child:before {
  display: none;
}

.flow-wrap.custom2 > div {
  position: unset !important;
}

.flow-wrap.custom2 .contents-wrap02 {
  margin: 40px auto;
  padding: 20px;
  background: #008b6b;
}

.flow-wrap.custom2 .contents-wrap02 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px !important;
}

@media (max-width: 1200px) {
  .flow-wrap.custom2 .contents-wrap02 h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.flow-wrap.custom2 .contents-wrap02 .list {
  color: #fff;
}

.flow-wrap.custom2 .contents-wrap02 .list ul {
  list-style-type: disc !important;
}

.flow-wrap.custom2 .contents-wrap02 .list li {
  float: none !important;
  display: list-item;
}

.flow-wrap.custom2 .contents-wrap02 .list li:before {
  content: "・";
  display: inline;
}

.flow-wrap.custom2 .down-arrow {
  margin-top: -20px;
  margin-bottom: -20px;
}

@media only screen and (max-width: 640px) {
  .flow-wrap.custom2 {
    padding-left: 0;
  }
  .flow-wrap.custom2 .contents-wrap02 {
    margin: 16px 0 !important;
  }
  .flow-wrap.custom2 .down-arrow {
    display: none;
  }
  .flow-wrap.custom2 > div:last-child.active:before {
    display: none;
  }
}

.flow-wrap > div:last-child.active:before {
  height: 80%;
  border-top-color: #1d6ba3;
}

.flow-wrap .down-arrow i {
  color: #1d6ba3;
  font-size: 8rem;
}

.shop-access .access-info {
  padding-left: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .shop-access .access-info {
    padding-left: 0;
  }
}

.shop-access .access-info ul li {
  border-bottom: 1px solid #aaa;
  padding: 6px 0;
  line-height: 1.4;
  float: none !important;
  display: block;
}

.shop-access .access-info ul li h5 {
  font-size: 1.8rem;
  line-height: 1.8;
  display: block;
  font-weight: bold;
}

.shop-access .ggmap {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .shop-access .ggmap {
    padding-bottom: 25%;
  }
}

@media only screen and (max-width: 640px) {
  .shop-access .ggmap {
    padding-bottom: 33%;
  }
}

.shop-access .ggmap iframe,
.shop-access .ggmap object,
.shop-access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-banner-wrap .box {
  border: 1px solid #999;
  width: calc(33.3333333% - 16px);
  margin: 8px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-banner-wrap .box a {
  text-align: center;
}

.shop-banner-wrap .box img {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .shop-banner-wrap .box {
    width: calc(50% - 8px);
    margin: 4px;
    padding: 8px;
  }
}

.staff-wrap .staff-box {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .staff-wrap .staff-box {
    margin-bottom: 40px;
  }
}

.staff-wrap .staff-box .staff-info table td {
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.staff-wrap .staff-box .staff-info table .states {
  font-weight: bold;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background: #333;
}

.staff-wrap .staff-box .staff-info table .states div {
  font-weight: bold;
  color: #fff !important;
}

.staff-wrap .staff-box .staff-info table .name div {
  padding-top: 8px;
  line-height: 1.6;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .staff-wrap .staff-box .staff-info table .name div {
    margin-bottom: 8px;
  }
}

.staff-wrap .staff-box .staff-info table .history div {
  font-size: 1.4rem;
  line-height: 1.6;
}

.staff-wrap .staff-box .staff-info table .history div span:first-child {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #aaa;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .staff-wrap .staff-box .staff-info table .history div {
    margin-bottom: 8px;
  }
}

.staff-wrap .staff-box .comment div {
  line-height: 1.6;
  background: #eee;
  padding: 8px 4px;
}

.staff-wrap .staff-box .img img {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .staff-wrap .staff-box .img {
    margin-bottom: 8px;
  }
}

.staff-wrap .staff-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rec-text h2 {
  display: inline-block;
  font-size: 2.4rem;
}

.rec-text h2:first-letter {
  font-size: 3.2rem;
}

.gaiyou-table table {
  border: 1px solid #aaa !important;
}

.gaiyou-table tr td:first-child {
  background: #0067ae;
}

.gaiyou-table tr td:first-child div {
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .rec-flex .box {
    width: 50% !important;
  }
}

.company-flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #000;
  font-weight: bold;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 20px !important;
}

.prof-table .name > div {
  border-bottom: 2px solid #aaa;
  font-size: 2.4rem;
}

.prof-table .name small {
  background: #0067ae;
  color: #fff;
  padding: 0 4px;
  margin-right: 1.2rem;
}

.prof-table .name span {
  color: #ccc;
  margin-left: 1.2rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 1200px) {
  .prof-table .name span {
    font-size: calc(1.445rem + 2.34vw) ;
  }
}

@media only screen and (max-width: 768px) {
  .prof-table .name span {
    margin-left: auto;
    display: block;
    text-align: right;
  }
}

.gallery-flex .box {
  width: 33.333333%;
  padding: 0 12px;
  margin-bottom: 2.4rem;
}

.gallery-flex .box div {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .gallery-flex .box {
    width: 50%;
    padding: 0 6px;
  }
}

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

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
}

.under-dot-table tr {
  border-bottom: 1px dotted #aaa !important;
}

.under-dot-table tr .date div {
  min-width: 80px;
}

.under-dot-table tr td {
  border: none;
}

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

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

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

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

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

.mean-container .mean-bar {
  position: fixed !important;
}

.mean-container a.meanmenu-reveal {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-effect, .scroll-effect div {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.big {
  font-size: 2.5rem !important;
  font-weight: bold !important;
}

@media (max-width: 1200px) {
  .big {
    font-size: calc(1.375rem + 1.5vw)  !important;
  }
}

.marker, .flex-template21 .detail dl dt {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.marker:before, .flex-template21 .detail dl dt:before {
  position: absolute;
  content: "";
  height: 20%;
  background: #f56040;
  bottom: 12%;
  z-index: -1;
  opacity: 1;
  width: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.marker.w0-100:before, .flex-template21 .detail dl dt.w0-100:before {
  width: 88%;
}

.marker.blue:before, .flex-template21 .detail dl dt.blue:before {
  background: #18caff;
  right: unset;
  opacity: 0.5;
  height: 31%;
}

.marker.blue.w0-100:before, .flex-template21 .detail dl dt.blue.w0-100:before {
  width: 100%;
}

.titlestyle01 {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.titlestyle01:after {
  margin-left: 2rem;
}

.titlestyle01:before {
  margin-right: 2rem;
}

.titlestyle01:after, .titlestyle01:before {
  content: "";
  height: 1px;
  display: block;
  background: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.layout01 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: calc(24px + 1.4vw);
}

.layout01 h2:after {
  content: "";
  display: block;
  height: 1px;
  background: #333;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

.layout01 .text-wrap {
  padding-right: 40px;
  padding-left: calc(50% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
}

.layout01 .text-wrap img {
  margin-top: 40px;
}

.layout01 .img-wrap img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .layout01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout01 img {
    max-width: 100% !important;
  }
  .layout01 .text-wrap {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .layout01 .text-wrap img {
    margin-top: 20px;
  }
  .layout01 .img-wrap {
    margin-bottom: 10px;
  }
}

.news-layout01 {
  background-size: cover;
}

.news-layout01 .brog-wrap {
  background: rgba(255, 255, 255, 0.8);
  height: 420px;
  overflow-y: scroll;
  padding: 20px 40px;
}

.news-layout01 .brog-wrap .blog_list .blog_photo {
  display: none;
}

.news-layout01 .brog-wrap .blog_list .blog_text {
  padding: 24px 10px;
  border-bottom: 1px solid #333;
  font-size: 16px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-layout01 .brog-wrap .blog_list .blog_text .blog_date {
  font-size: 14px !important;
  background: #0067ae;
  color: #fff;
  width: 140px;
  padding: 8px 4px;
  text-align: center;
}

.news-layout01 .brog-wrap .blog_list .blog_text h3 {
  margin-bottom: 0;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
}

.news-layout01 .brog-wrap .blog_list .blog_text h3 a {
  color: #333;
}

.news-layout01 .brog-wrap .blog_list .blog_text .detail {
  margin-top: 15px;
  width: 100%;
}

.slick-slide {
  position: relative;
}

.slick-slide:hover div.sns_text {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

div.sns_list > div {
  display: block !important;
  border-bottom: none;
}

div.sns_list div.sns_photo {
  width: 20vw;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20vw;
  overflow: hidden;
}

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

@media only screen and (max-width: 640px) {
  div.sns_list div.sns_photo {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}

div.sns_list div.sns_text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

div.sns_list div.sns_text > div {
  width: 92%;
  margin: 0 auto;
}

div.sns_list div.sns_text .sns_date {
  background: #0067ae;
  color: #fff;
  padding: 4px;
  margin-bottom: 8px;
}

div.sns_list {
  border: none !important;
}

.btn01 {
  text-align: right;
}

.btn01 a {
  margin-left: auto;
  text-align: center;
  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;
  width: 72%;
  min-width: 280px;
  padding: 15px 0px;
  color: #fff;
  background: #0067ae;
}

.btn01 a:after {
  content: "\f105";
  color: #fff;
  font-family: FontAwesome;
  font-family: Font Awesome 5 Free;
  padding: 0 8px;
}

.btn02 a {
  width: 46%;
  display: inline-block;
  border-radius: 32px;
  background: #0067ae;
  color: #fff;
  font-weight: bold;
  margin: 0 1%;
  padding: 8px 0;
  text-align: center;
  font-size: 2rem;
}

.inner-news-wrap {
  max-height: 280px;
  padding: 12px 0;
  overflow-y: scroll;
  max-width: 1020px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .inner-news-wrap {
    max-height: 300px;
    margin-bottom: 40px;
  }
}

.inner-news {
  margin: 0 auto;
}

.inner-news dl:nth-child(odd) {
  background: #ffeebc;
}

.inner-news dl {
  padding: 12px 0;
  border-bottom: 1px dashed #aaa;
}

@media only screen and (max-width: 640px) {
  .inner-news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
  }
}

.inner-news dl dt {
  /*日付*/
  display: inline-block;
  width: auto !important;
  background: transparent !important;
  color: inherit;
  padding: 0px 4px;
  letter-spacing: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  border: none !important;
  letter-spacing: 0.1em;
}

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

.inner-news dl dd {
  /*内容*/
  border: none !important;
  line-height: 1.2;
  padding-top: 8px;
}

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

.inner-news dl dd {
  background: none !important;
}

#h1Title {
  color: #fff;
  line-height: 1.2;
  font-size: 3.75rem;
  font-weight: bold;
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}

@media (max-width: 1200px) {
  #h1Title {
    font-size: calc(1.5rem + 3vw) ;
  }
}

.subpage-h1 {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 33vh;
}

.subpage-h1:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: mainanim 1s forwards;
          animation: mainanim 1s forwards;
}

.subpage-h1 > div {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  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;
}

#pankuzu {
  display: block;
  padding: 16px 0;
  font-weight: 400;
}

.subpage h2 {
  border-bottom: 3px solid #ccf5f0;
  line-height: 1.2;
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  color: #0067ae;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .subpage h2 {
    font-size: calc(1.405rem + 1.86vw) ;
  }
}

@media only screen and (max-width: 768px) {
  .subpage h2 {
    margin-bottom: 2rem;
  }
}

.subpage h2::first-letter {
  color: #07b6c9;
}

.subpage h2 small {
  font-size: 1.8rem;
}

@media (max-width: 1200px) {
  .subpage h2 small {
    font-size: calc(1.305rem + 0.66vw) ;
  }
}

#pagetop {
  duration: 0.8s;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 10;
}

#pagetop i {
  font-size: 3.2rem;
  color: #0067ae;
}

#pagetop img {
  width: 80%;
}

@media screen and (max-width: 468px) {
  #pagetop {
    bottom: 0px;
  }
  #pagetop img {
    width: 60% !important;
    height: auto;
  }
}

nav li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav li:hover {
  background: #e5f7ff;
}

nav .drop-nav {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
}

nav .drop-nav li {
  padding: 8px 0;
}

nav .drop-nav li a {
  border: none !important;
}

@media only screen and (max-width: 768px) {
  nav .drop-nav {
    position: relative;
  }
  nav .drop-nav li {
    padding: 0;
  }
}

.qaa-list {
  background: rgba(0, 103, 174, 0.1);
}

.qaa-list dt,
.qaa-list dd {
  line-height: 1.2;
}

.qaa-list dl:first-child dt {
  font-size: 2.4rem;
}

.qaa-list dl:first-child dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #096359;
  font-size: 1.8rem;
  font-weight: bold;
}

.qaa-list dl:last-child dt {
  font-size: 2.4rem;
}

.テーブルコンテンツが複数並ぶレイアウト {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.テーブルコンテンツが複数並ぶレイアウト > div {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 8px;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .テーブルコンテンツが複数並ぶレイアウト > div {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 640px) {
  .テーブルコンテンツが複数並ぶレイアウト > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.テーブルコンテンツが複数並ぶレイアウト table td {
  padding: 0 !important;
}

.テーブルコンテンツが複数並ぶレイアウト table .img img {
  width: 100%;
  border: 1px solid #aaa;
}

.テーブルコンテンツが複数並ぶレイアウト table .title div {
  text-align: center;
  color: #0067ae;
  font-weight: bold;
  font-size: 1.8rem;
}

.テーブルコンテンツが複数並ぶレイアウト table .title div:first-letter {
  font-size: 2.4rem;
}

.テーブルコンテンツが複数並ぶレイアウト table .text {
  line-height: 1.4;
}

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

.flex-template019 .link-table {
  max-width: 33%;
  padding: 12px;
  min-width: 200px;
}

@media only screen and (max-width: 768px) {
  .flex-template019 .link-table {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 640px) {
  .flex-template019 .link-table {
    max-width: 100%;
  }
}

.flex-template019 .link-table table {
  border: 2px solid #008b6b;
}

.flex-template019 .link-table table tr:last-child td {
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.flex-template019 .link-table table td {
  padding: 0 !important;
}

.flex-template019 .link-table table .img img {
  width: 100%;
  border: 1px solid #aaa;
}

.flex-template019 .link-table table .text div {
  padding-left: 8px;
  padding-right: 8px;
  border-top: 2px solid #008b6b !important;
  padding-top: 10px;
}

.flex-template019 .link-table table .title div {
  color: #008b6b;
  text-align: center;
  font-size: 1.75rem;
  padding-top: 8px;
  padding-bottom: 4px;
}

@media (max-width: 1200px) {
  .flex-template019 .link-table table .title div {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.flex-template019 .link-table table .number {
  background: #008b6b;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.flex-template019 .link-table table .number div {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.flex-template019 .link-table table .text {
  font-size: 1.125rem;
}

.flex-template019 .link-table table .text div {
  color: #333;
  line-height: 1.5;
  padding-left: 8px;
  padding-right: 8px;
}

.flex-template020 .box {
  background-size: cover;
  padding: 8px;
  width: 33.333333%;
  position: relative;
}

.flex-template020 .box a {
  display: block;
  width: 100%;
}

.flex-template020 .box a img {
  width: 100%;
}

.flex-template020 .box > div {
  padding: 8%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  pointer-events: none;
  font-size: 1.125rem;
  z-index: 1;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .flex-template020 .box {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .flex-template020 .box {
    width: 100%;
  }
}

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

.flex-template21 > div {
  padding: 0 16px;
}

.flex-template21 .thumbnail {
  width: 60%;
}

.flex-template21 .thumbnail .big-img img {
  height: 400px !important;
}

.flex-template21 .thumbnail .thumb-img img {
  width: 100%;
  height: 160px !important;
}

.flex-template21 .thumbnail > div:last-child {
  width: 40%;
  padding: 0 16px;
}

.flex-template21 .detail {
  margin-top: 0;
}

.flex-template21 .detail dl {
  display: block;
  padding: 12px 0;
  border-bottom: 1px dashed #aaa !important;
}

.flex-template21 .detail dl dt {
  display: inline;
  padding: 0 !important;
  width: 100%;
  background: none !important;
  border: none !important;
  font-size: 1.5rem;
  color: #444;
  font-weight: bold;
}

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

.flex-template21 .detail dl dt:before {
  background: #ffc821;
  right: unset;
}

.flex-template21 .detail dl dd {
  line-height: 1.6;
  color: #444;
  padding: 0 !important;
  width: 100%;
  background: none !important;
  border: none !important;
}

.flex-template21 .detail.active dl dt:before {
  -webkit-animation: w0-100 0.8s forwards;
          animation: w0-100 0.8s forwards;
}

@media only screen and (max-width: 768px) {
  .flex-template21 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-template21 > div {
    width: 100% !important;
  }
  .flex-template21 .thumbnail {
    max-width: 640px;
    margin: 0 auto;
  }
  .flex-template21 .thumbnail .big-img img {
    height: 60vw !important;
  }
  .flex-template21 .thumbnail .thumb-img img {
    width: 100%;
    height: 28vw !important;
  }
  .flex-template21 .detail {
    margin: 0 auto;
    max-width: 640px;
    margin-bottom: 20px;
  }
}

.big-img {
  max-width: 700px;
  margin: 0 auto 5px;
  padding: 0;
}

.big-img img, .big-img-nav img {
  width: 100%;
}

.thumb-img {
  max-width: 700px;
  margin: 0 auto;
}

.thumb-img li {
  margin: 5px;
}

.thumb-img .slick-next {
  right: 20px;
  z-index: 100;
}

.thumb-img .slick-prev {
  left: 15px;
  z-index: 100;
}

.thumb-img .slick-current {
  opacity: 0.5;
}

.thumb-img div div div {
  cursor: pointer;
}

.icon-table {
  background: #008b6b;
  padding: 24px;
}

.icon-table table tr td {
  font-size: 14px;
  border: none;
  color: #fff;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.icon-table table tr .title {
  padding-bottom: 32px !important;
}

.icon-table table tr .title span {
  font-size: 16px;
}

.icon-table table h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .icon-table table h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.icon-table table h3 + br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .icon-table table tr:nth-child(n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icon-table table tr:nth-child(n+2) td {
    width: 50% !important;
    display: block;
  }
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80vw;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sns_list {
    width: 100vw;
  }
}

.sns_list > div {
  width: calc(100vw /6) !important;
  height: calc(100vw /6) !important;
  -ms-flex-preferred-size: calc(100vw /6) !important;
      flex-basis: calc(100vw /6) !important;
}

.sns_list > div .sns_photo {
  padding: 0 !important;
  width: calc(100vw /6) !important;
  height: calc(100vw /6) !important;
}

@media only screen and (max-width: 768px) {
  .sns_list > div {
    width: 25vw !important;
    height: 25vw !important;
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
  }
  .sns_list > div .sns_photo {
    padding: 0 !important;
    width: 25vw !important;
    height: 25vw !important;
  }
  .sns_list > div:nth-child(n+7) {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sns_list > div {
    width: 33.33333vw !important;
    height: 33.33333vw !important;
    -ms-flex-preferred-size: 33.33333% !important;
        flex-basis: 33.33333% !important;
  }
  .sns_list > div .sns_photo {
    padding: 0 !important;
    width: 33.33333vw !important;
    height: 33.33333vw !important;
  }
}
/*# sourceMappingURL=common2.css.map */