@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #323131;
  width: 100%;
  font: 500 1.7rem "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.fixed-body {
  overflow: hidden;
  position: fixed;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}
a:hover, a:active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

em, strong {
  font-weight: bold;
}

input, textarea, select, button {
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  cursor: pointer;
}

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

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

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only-2 {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp-only-2 {
    display: inline-block !important;
  }
}

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

.pc-only-2 {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  .pc-only-2 {
    display: none !important;
  }
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
/* padding
-------------------------------*/
#header {
  width: 100%;
  position: relative;
  z-index: 20;
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media only screen and (max-width: 768px) {
  #header {
    height: 4.5em;
  }
}

/*　スマホボタン　*/
.header-full {
  position: relative;
}
.header-full__inner {
  width: 92.266666%;
  min-width: calc(100% - 116px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  .header-full__inner {
    min-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 768px) {
  .header-full__inner {
    width: 100%;
    min-width: initial;
  }
}

.header-fixed {
  position: fixed;
  top: -6.9em;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: #FFF;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 1070px) {
  .header-fixed {
    top: -4.4em;
  }
}
@media only screen and (max-width: 768px) {
  .header-fixed {
    top: -5em;
  }
}
.header-fixed.is-visible {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.header-fixed__inner {
  width: 85.9vw;
  margin-left: 1.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.35em;
}
@media only screen and (max-width: 768px) {
  .header-fixed__inner {
    width: 100%;
    height: 5em;
    margin-left: 0;
    /*padding-left: 20px;*/
    min-width: initial;
  }
}

.btn-skip a {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background: #032052;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  z-index: 10;
  height: 0;
  width: 100%;
  display: none;
  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;
  overflow: hidden;
}
.btn-skip a:hover {
  opacity: 0.8;
}
.btn-skip a:focus {
  height: 3.875em;
}

.btn-hd-sky {
  color: #1F518E;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 5px;
  white-space: nowrap;
  background: #E4F5F8;
  padding: 0.45em 0.5em 0.45em 1em;
  line-height: 1;
  display: block;
  margin-right: 6px;
  outline: none;
}
.btn-hd-sky:hover, .btn-hd-sky:focus {
  opacity: 0.8;
}

.btn-lang-pulldown {
  margin: 0 7px 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .btn-lang-pulldown {
    margin: 0 auto 1em;
  }
}
.btn-lang-pulldown dt button {
  color: #1F518E;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 5px;
  white-space: nowrap;
  background: #E4F5F8;
  line-height: 1;
  padding: 0.33em 0.78em;
  display: block;
}
.btn-lang-pulldown dt button:hover, .btn-lang-pulldown dt button:focus {
  opacity: 0.8;
}
.btn-lang-pulldown dt button:after {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  border-right: 2px solid #1F518E;
  border-bottom: 2px solid #1F518E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0 0.25em 0.6em;
}
.btn-lang-pulldown dd {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
}
.btn-lang-pulldown dd .btn-lang {
  display: block;
}
.btn-lang-pulldown dd .btn-lang li {
  padding: 0;
}
.btn-lang-pulldown dd .btn-lang li a {
  color: #FFF;
  padding: 0.3em 0;
  text-decoration: none;
  background: #07204B;
  display: block;
  text-align: center;
}
.btn-lang-pulldown dd .btn-lang li:after {
  display: none;
}

.btn-search {
  position: relative;
}
.btn-search--in-navi {
  width: 337px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .btn-search--in-navi {
    width: 100%;
    margin-bottom: 0;
  }
}
.btn-search fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #989898;
  border-radius: 6px;
  width: 9.5625em;
  height: 1.625em;
  font-size: 1.6rem;
  overflow: hidden;
}
.btn-search fieldset legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.btn-search fieldset input {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  width: calc(100% - 1.8em);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-search fieldset input::-webkit-input-placeholder {
  color: #A2A2A2;
  letter-spacing: 0.05em;
}
.btn-search fieldset input::-moz-placeholder {
  color: #A2A2A2;
  letter-spacing: 0.05em;
}
.btn-search fieldset input:-ms-input-placeholder {
  color: #A2A2A2;
  letter-spacing: 0.05em;
}
.btn-search fieldset input::-ms-input-placeholder {
  color: #A2A2A2;
  letter-spacing: 0.05em;
}
.btn-search fieldset input::placeholder {
  color: #A2A2A2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .btn-search fieldset input::-webkit-input-placeholder {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .btn-search fieldset input::-moz-placeholder {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .btn-search fieldset input:-ms-input-placeholder {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .btn-search fieldset input::-ms-input-placeholder {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .btn-search fieldset input::placeholder {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.btn-search fieldset button {
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/common/ico_search.svg) no-repeat center, #FFFFFF;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 1.8em;
  height: 100%;
}
.btn-search fieldset button:hover {
  opacity: 0.8;
}
.btn-search fieldset button:focus {
  opacity: 0.8;
}
.btn-menu {
  font: 600 1.2rem "EB Garamond", serif;
  letter-spacing: 0.1em;
  background: #032052;
  border-radius: 50%;
  color: #FFF;
  width: 5em;
  height: 5em;
  position: absolute;
  top: 0.5em;
  right: 3.2%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border: none;
  padding: 0;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1501px) {
  .btn-menu {
    right: 4.5%;
  }
}
@media only screen and (max-width: 1279px) {
  .btn-menu {
    top: 1em;
  }
}
@media only screen and (max-width: 1070px) {
  .btn-menu {
    right: 1em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .btn-menu {
    font-size: 1.1rem;
    width: 4.8em;
    height: 4.8em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 0.8em;
    right: 3%;
  }
}
.btn-menu:hover, .btn-menu:focus {
  background: #1F4C9C;
}
.btn-menu.is-opening {
  color: #FFFFFF;
  background: #032052;
}
.btn-menu.is-opening:hover, .btn-menu.is-opening:focus {
  background: #1F4C9C;
  color: #FFFFFF;
}
.btn-menu.is-opening:hover .btn-menu__icon span, .btn-menu.is-opening:focus .btn-menu__icon span {
  background: #FFFFFF;
}
.btn-menu__icon {
  width: 22px;
  height: 10px;
  position: relative;
  margin: 2px auto 3px;
}
.btn-menu__icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-menu__icon span:last-child {
  top: auto;
  bottom: 0;
}
.btn-menu.is-opening .btn-menu__icon span {
  background: #FFFFFF;
  top: 50%;
  left: 50%;
}
.btn-menu.is-opening .btn-menu__icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.btn-menu.is-opening .btn-menu__icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (min-width: 769px) {
  .header-fixed .btn-menu {
    top: 0.75em;
  }
}

.btn-hd-fav {
  background: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  width: 7.6em;
  height: 8.1em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 1.3em 1.3em 1.3em;
  background: #FFFFFF;
  position: absolute;
  top: 10em;
  right: 3.3%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1501px) {
  .btn-hd-fav {
    right: 4.5%;
  }
}
@media only screen and (max-width: 1070px) {
  .btn-hd-fav {
    right: calc(30px + 1em);
    width: 7em;
  }
}
@media only screen and (max-width: 768px) {
  .btn-hd-fav {
    font-size: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 6em;
    height: 5.5em;
    top: 0.8em;
    -webkit-transform: none;
            transform: none;
    right: calc(5em + 3% + 1%);
  }
}
.btn-hd-fav:hover, .btn-hd-fav:focus {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.32);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.32);
}
.btn-hd-fav img {
  width: 2em;
  display: block;
  margin: 0 auto 0.8em;
}
@media only screen and (max-width: 768px) {
  .btn-hd-fav img {
    margin-bottom: 0.3em;
  }
}
@media only screen and (min-width: 769px) {
  .header-fixed .btn-hd-fav {
    top: 0.6em;
    right: calc(3.2% + 5em + 1.3%);
    width: 5.5em;
    height: 5.8em;
    padding-top: 0.4em;
  }
}
@media only screen and (min-width: 1501px) {
  .header-fixed .btn-hd-fav {
    right: calc(5.5% + 5em);
  }
}
@media only screen and (max-width: 1070px) {
  .header-fixed .btn-hd-fav {
    right: calc(5.5% + 6em);
    top: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  .header-fixed .btn-hd-fav {
    right: calc(5em + 3% + 1%);
  }
}
.header-fixed .btn-hd-fav img {
  width: 1.4em;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  .header-fixed .btn-hd-fav img {
    width: 2em;
  }
}

.btn-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
}
.btn-lang li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.btn-lang li a:hover {
  opacity: 0.8;
}

.global-menu {
  display: none;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  overflow-y: auto;
}
@media only screen and (min-width: 769px) {
  .global-menu::before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 28.8vw;
    height: 36.1vw;
    display: block;
    background: url(../img/common/img_menu.jpg) no-repeat center/cover;
    border-radius: 0 0 30px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1070px) {
  .global-menu::before {
    content: none;
  }
}
.global-menu__inner {
  width: 93.1%;
  max-width: 1396px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .global-menu__inner {
    width: 89.3333333%;
  }
}
.global-menu__main {
  width: 72.9%;
  margin-left: auto;
  margin-right: 0;
  padding: 33px 52px 74px;
}
@media only screen and (max-width: 1070px) {
  .global-menu__main {
    width: 100%;
    margin: 0;
    padding: 33px 0 74px;
  }
}
@media only screen and (max-width: 768px) {
  .global-menu__main {
    padding: 19px 0;
  }
}
.global-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .global-menu__head {
    display: block;
    margin-bottom: 0px;
  }
}
.global-menu__function {
  padding: 23px 0 0 40px;
}
@media only screen and (max-width: 1070px) {
  .global-menu__function {
    padding: 0 60px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .global-menu__function {
    padding: 0;
  }
}
.global-menu__function__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .global-menu__function__inner {
    margin-bottom: 0;
  }
}
.global-menu__function__inner .btn-search fieldset {
  width: 100%;
  height: 34px;
}
.global-menu .list-sns {
  margin-right: 2.82em;
}
@media only screen and (max-width: 1070px) {
  .global-menu .list-sns {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .global-menu .list-sns {
    margin: 1.5em 0 1.3em;
  }
}
.global-menu .list-sns li {
  width: 30px;
  margin-right: 1.5em;
}
@media only screen and (max-width: 768px) {
  .global-menu .list-sns li {
    width: 36px;
    margin-right: 1.8em;
  }
  .global-menu .list-sns li:last-child {
    margin: 0;
  }
}
.global-menu .btn-lang-wrap {
  color: #032052;
}
.global-menu .btn-lang-heading {
  display: none;
}
@media only screen and (max-width: 768px) {
  .global-menu .btn-lang-heading {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 28px;
  }
}
.global-menu .btn-lang {
  letter-spacing: 0.25em;
  line-height: 1.47;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .global-menu .btn-lang {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.2em;
    margin-bottom: -26px;
  }
}
@media only screen and (max-width: 1070px) {
  .global-menu .btn-lang li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .global-menu .btn-lang li {
    font-size: 1.3rem;
    margin-bottom: 26px;
  }
  .global-menu .btn-lang li:nth-child(4)::after {
    content: none;
  }
}
.global-menu .btn-lang li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 18px;
  display: inline-block;
  background: #032052;
  -webkit-transform: rotate(35deg) translateY(-2px);
          transform: rotate(35deg) translateY(-2px);
  margin: 0 20px 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .global-menu .btn-lang li:not(:last-child)::after {
    margin: 0 40px 0 30px;
  }
}

.header-logo-lg {
  max-width: 284px;
  width: 18.933333vw;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 20px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .header-logo-lg {
    /*max-width: 158px;*/
    /*width: 42.24vw;*/
    /*width: 32.24vw;*/
    /*top: 8px;*/
    /*left: 9px;*/
    max-width: 250px;
    width: calc(100% - 3.5em);
    top: 19.5px;
    left: 20px;
  }
}
.header-logo-lg a:hover {
  opacity: 0.95;
}
.header-logo-lg img {
  display: block;
}

.header-logo-sm {
  width: 170px;
}
@media only screen and (max-width: 768px) {
  .header-logo-sm {
    /*width: 142px;*/
    max-width: 250px;
    width: calc(100% - 3.5em);
    padding-left: 20px;
  }
}
.header-logo-sm a {
  display: block;
}
.header-logo-sm a:hover {
  opacity: 0.8;
}
.header-logo-sm img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-logo-sm img {
    max-width: 250px;
  }
}

.hd-function-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 1.2em 3.38em 1.2em 0;
}
@media only screen and (max-width: 768px) {
  .hd-function-block {
    display: none;
  }
}

.quick-menu-main-wrap {
  /*padding-right: 3.38em;*/
  margin-bottom: 0.65em;
}
@media only screen and (max-width: 1279px) {
  .quick-menu-main-wrap {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .quick-menu-main-wrap {
    padding-left: 18.933333vw;
    padding-right: 3.38em;
  }
}
@media only screen and (max-width: 768px) {
  .quick-menu-main-wrap {
    display: none;
  }
}
.header-fixed .quick-menu-main-wrap {
  /*padding-right: 0;*/
  margin-bottom: 0;
}
@media only screen and (max-width: 1070px) {
  .header-fixed .quick-menu-main-wrap {
    display: none;
  }
}

.quick-menu-main {
  color: #0D0E39;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-size: clamp(1.2rem, 1.133333vw, 1.7rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -0.9em;
}
@media only screen and (max-width: 1070px) {
  .quick-menu-main {
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-fixed .quick-menu-main {
  font-size: 1.55rem;
  font-size: clamp(1rem, 1.05vw, 1.55rem);
}
.quick-menu-main__item {
  position: relative;
}
.quick-menu-main__item:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 1.17647em;
  background: #C4C4C4;
}
.quick-menu-main__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 0 0.75em 0 0.9em;
}
.quick-menu-main__item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1379px) {
  .quick-menu-main__item a {
    padding: 0 0.5em 0 0.9em;
  }
}
.quick-menu-main__item img {
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  display: inline-block;
  vertical-align: middle;
}
.quick-menu-main__item img[src*=pencil] {
  width: 0.9894117647em;
}
.quick-menu-main__item img[src*=camera] {
  width: 1.5317647059em;
}
.quick-menu-main__item img[src*=utsuwa] {
  width: 1.3429411765em;
}
.quick-menu-main__item img[src*=squid] {
  width: 1.2994117647em;
}
.quick-menu-main__item img[src*=bag] {
  width: 1.1029411765em;
}
.quick-menu-main__item img[src*=balloon] {
  width: 0.8841176471em;
}
.quick-menu-main__item img[src*=pennant] {
  width: 0.9005882353em;
}
.quick-menu-main__item img[src*=onsen] {
  width: 1.3311764706em;
}
.quick-menu-main__item img[src*=car] {
  width: 1.3017647059em;
}

.quick-menu-sub-wrap {
  position: relative;
  background: #019EC5;
  color: #FFF;
  padding: 0 3.38em 0 clamp(18.933333vw, 18.933333vw, 284px);
}
@media only screen and (max-width: 768px) {
  .quick-menu-sub-wrap {
    display: none;
  }
}
.header-fixed .quick-menu-sub-wrap {
  padding: 0 30px;
}
@media only screen and (max-width: 1070px) {
  .header-fixed .quick-menu-sub-wrap {
    display: none;
  }
}

.quick-menu-sub {
  font-size: 1.5rem;
  font-size: clamp(1rem, 1vw, 1.5rem);
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-fixed .quick-menu-sub {
  font-size: 1.4rem;
  padding: 0.3em 0;
}
.header-fixed .quick-menu-sub .u-menu {
  padding: 1em 0;
}
.header-fixed .quick-menu-sub .u-menu ul {
  max-width: 1080px;
}
.header-fixed .quick-menu-sub .u-menu ul li {
  /*width: 24%;*/
}
.header-fixed .quick-menu-sub .u-menu br {
  display: none;
}
.quick-menu-sub__item {
  margin: 0 1em;
}
.quick-menu-sub__item:first-child {
  margin-left: 0;
}
.quick-menu-sub__item:last-child {
  margin-right: 0;
}
.quick-menu-sub__item:hover .u-menu, .quick-menu-sub__item:focus-within .u-menu {
  display: block;
}
.quick-menu-sub__item a {
  display: block;
  padding: 1em 0.5em 1em;
}
.quick-menu-sub__item a::before {
  content: "";
  display: inline-block;
  margin: 0 1.2em 0.2em 0;
  vertical-align: middle;
  width: 0.333333em;
  height: 0.333333em;
  background: #FFF;
}
.quick-menu-sub__item .u-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em 0 1em clamp(18.933333vw, 18.933333vw, 284px);
  display: none;
  background: #032052;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .quick-menu-sub__item .u-menu {
    padding: 0;
    position: static;
  }
}
.quick-menu-sub__item .u-menu ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .quick-menu-sub__item .u-menu ul {
    width: auto;
    display: block;
  }
}
.quick-menu-sub__item .u-menu ul li {
  /*width: 23%;*/
  /*margin: 0 (100% - 16%*6)/5 0 0;*/
  margin: 0 1em 0 0;
  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) {
  .quick-menu-sub__item .u-menu ul li {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 1px solid #FFF;
    display: block;
    position: relative;
  }
}
.quick-menu-sub__item .u-menu ul li:nth-child(6n) {
  margin-right: 0;
}
.quick-menu-sub__item .u-menu ul li a {
  font-size: 90%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #163971;
  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;
  border-radius: 50px;
  padding: 0.5em 2em 0.5em 2em;
}
.quick-menu-sub__item .u-menu ul li a::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .quick-menu-sub__item .u-menu ul li a {
    padding: 1em 3em 1em 1em;
    display: block;
  }
}

.header-fixed .quick-menu-sub-wrap .quick-menu-sub__item a {
  padding: 0.3em 0.5em 0.5em !important;
}

.menu-recommend__list {
  position: relative;
}
.menu-recommend__list__item .u-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em 1em 0.4em 1em;
  display: none;
  background: #032052;
  position: absolute;
  top: 95%;
  left: 0;
}
.menu-recommend__list__item .u-menu ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .menu-recommend__list__item .u-menu ul {
    width: auto;
    display: block;
  }
}
.menu-recommend__list__item .u-menu ul li {
  /*width: 23%;*/
  /*margin: 0 (100% - 16%*6)/5 0 0;*/
  margin: 0 1em 0.8em 0;
  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) {
  .menu-recommend__list__item .u-menu ul li {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 1px solid #FFF;
    display: block;
    position: relative;
  }
}
.menu-recommend__list__item .u-menu ul li:nth-child(6n) {
  margin-right: 0;
}
.menu-recommend__list__item .u-menu ul li a {
  font-size: 80%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #163971;
  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;
  border-radius: 50px;
  padding: 0.5em 2em 0.5em 2em;
}
.menu-recommend__list__item .u-menu ul li a::before {
  content: none;
}
@media only screen and (max-width: 1070px) {
  .menu-recommend__list__item .u-menu ul li a {
    font-size: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .menu-recommend__list__item .u-menu ul li a {
    padding: 1em 3em 1em 1em;
    display: block;
  }
}
.menu-recommend__list__item:hover .u-menu, .menu-recommend__list__item:focus-within .u-menu {
  display: block;
}
.menu-recommend__list__item.active .u-menu {
  display: block;
}

.logo-navi {
  width: 235px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .logo-navi {
    max-width: 250px;
    width: calc(100% - 3.5em);
    margin-bottom: 1em;
  }
}
.logo-navi img {
  width: 100%;
  display: block;
}

.menu-list-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 37px;
  color: #032052;
}
@media only screen and (max-width: 768px) {
  .menu-list-pc {
    display: none;
  }
}
.menu-list-pc__item {
  width: 30%;
  border-bottom: 1px solid #7F93B5;
  margin-top: 7px;
}
.menu-list-pc__item:not(:nth-child(3n)) {
  margin-right: 5%;
}
.menu-list-pc__item a {
  display: block;
  padding: 13px 0;
  letter-spacing: 0.05em;
  line-height: 1.47;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-list-pc__item a:hover {
  opacity: 0.8;
}

.menu-recommend {
  margin-bottom: 15px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .menu-recommend {
    display: none;
  }
}
.menu-recommend__heading {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  line-height: 1.47;
  color: #0288A9;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .menu-recommend__heading {
    pointer-events: auto;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #1F518E;
    padding: 13px 17px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    background: url(../img/common/ico_menu_open.svg) no-repeat center right 20px/13px auto;
  }
}
.menu-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #019EC5;
  margin-top: 10px;
  border-radius: 5px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .menu-recommend__list {
    display: none;
    padding: 0 17px 10px;
  }
}
.menu-recommend__list__item {
  /*width: 30%;*/
  /*margin-top: 7px;*/
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .menu-recommend__list__item {
    width: 100%;
    color: #032052;
    margin-top: 0;
  }
  .menu-recommend__list__item:last-child {
    border-bottom: none;
  }
}
.menu-recommend__list__item:not(:last-child) {
  margin-right: 1%;
}
.menu-recommend__list__item a {
  font-size: 1.3rem;
  display: block;
  padding: 14px 0 14px;
  letter-spacing: 0.1em;
  line-height: 1.47;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-recommend__list__item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .menu-recommend__list__item a {
    font-size: 1.4rem;
    line-height: 1.43;
    padding: 12px 0 11px;
  }
}
.menu-recommend__list__item a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #ffffff;
  margin-right: 10px;
  vertical-align: middle;
}

.menu-list-sp-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 37px;
  color: #032052;
  margin-bottom: 25px;
}
.menu-list-sp-1__item {
  width: 30%;
  border-bottom: 1px solid #7F93B5;
  margin-top: 7px;
}
.menu-list-sp-1__item:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media only screen and (max-width: 768px) {
  .menu-list-sp-1__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .menu-list-sp-1__item {
    width: 100%;
  }
}
.menu-list-sp-1__item a {
  display: block;
  padding: 12px 0 11px 36px;
  letter-spacing: 0.2em;
  line-height: 1.47;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-list-sp-1__item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .menu-list-sp-1__item a {
    display: block;
    padding: 12px 0 11px 36px;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    font-weight: 600;
  }
}
.menu-list-sp-1__item a img {
  position: absolute;
  top: 50%;
  right: calc(100% - 15px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.menu-list-sp-2 {
  color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  .menu-list-sp-2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .menu-list-sp-2 {
    position: relative;
    padding: 18px 0 12px;
    margin-bottom: 32px;
  }
  .menu-list-sp-2::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background: #019EC5;
  }
  .menu-list-sp-2__item {
    position: relative;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    line-height: 1.46;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .menu-list-sp-2__item .useful__list {
    display: none;
    padding-top: 1em;
  }
  .menu-list-sp-2__item .useful__list li {
    margin-bottom: 0.5em;
    padding-left: 1em;
  }
  .menu-list-sp-2__item a::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #ffffff;
    margin-right: 16px;
    vertical-align: middle;
  }
}

.useful__heading {
  padding-left: 2rem;
}
.useful__heading::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  border: 0;
  border-bottom: solid 3px #FFF;
  border-right: solid 3px #FFF;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.useful__heading.open::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.menu-list-sp-3 {
  color: #032052;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 20px 0;
  margin-bottom: -18px;
}
@media only screen and (max-width: 768px) {
  .menu-list-sp-3::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 100vw;
    height: 1px;
    display: block;
    background: #788EA9;
  }
}
.menu-list-sp-3__item {
  width: 25%;
  font-size: 90%;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .menu-list-sp-3__item {
    width: 47.5%;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .menu-list-sp-3__item:nth-child(odd) {
    margin-right: 5%;
  }
}
.menu-list-sp-3__item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-list-sp-3__item a:hover {
  opacity: 0.8;
}

.menu-tourism {
  color: #1F518E;
  background: #E4F5F8;
  border-radius: 8px;
  padding: 12px 25px;
}
@media only screen and (max-width: 768px) {
  .menu-tourism {
    margin-bottom: 27px;
  }
}
.menu-tourism__heading {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 1.47;
  pointer-events: none;
  pointer-events: auto;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  background: url(../img/common/ico_menu_close.svg) no-repeat center right 20px/13px auto;
}
@media only screen and (max-width: 768px) {
  .menu-tourism__heading {
    background: url(../img/common/ico_menu_close.svg) no-repeat center right 0/13px auto;
  }
}
.menu-tourism__heading.open {
  background: url(../img/common/ico_menu_open.svg) no-repeat center right 20px/13px auto;
}
@media only screen and (max-width: 768px) {
  .menu-tourism__heading.open {
    background: url(../img/common/ico_menu_open.svg) no-repeat center right 0/13px auto;
  }
}
.menu-tourism__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .menu-tourism__list {
    padding: 0 0 10px;
  }
}
.menu-tourism__list__item {
  width: 22%;
  border-bottom: 1px solid #a3abb9;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .menu-tourism__list__item {
    width: 100%;
    color: #032052;
    margin-top: 0;
  }
  .menu-tourism__list__item:last-child {
    border-bottom: none;
  }
}
.menu-tourism__list__item:nth-child(5), .menu-tourism__list__item:nth-child(6), .menu-tourism__list__item:nth-child(7) {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .menu-tourism__list__item:nth-child(5), .menu-tourism__list__item:nth-child(6), .menu-tourism__list__item:nth-child(7) {
    margin-bottom: 0;
  }
}
.menu-tourism__list__item:not(:nth-child(4n)) {
  margin-right: 3%;
}
@media only screen and (max-width: 768px) {
  .menu-tourism__list__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.menu-tourism__list__item a {
  display: block;
  padding: 13px 0;
  letter-spacing: 0.1em;
  line-height: 1.47;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-tourism__list__item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .menu-tourism__list__item a {
    font-size: 1.6rem;
    line-height: 1.43;
    padding: 12px 0 11px;
  }
}

.footer {
  padding: 80px 0 105px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 0 80px;
  }
}
.footer__whitebox {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 55px 52px 60px;
}
@media only screen and (max-width: 768px) {
  .footer__whitebox {
    /*width: calc(100% - 35px);*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 20px 35px;
  }
}
.footer__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1070px) {
  .footer__2col {
    display: block;
  }
}
.course-floating-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 5em;
  left: auto;
  display: block;
  width: 6rem;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media only screen and (max-width: 768px) {
  .course-floating-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-column-gap: 6px;
    -webkit-column-gap: 6px;
            column-gap: 6px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .course-floating-nav.hide {
    bottom: -10em;
  }
}

.make-course-btn {
  border: #0F367A;
  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-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6rem;
  padding: 0.8em 0.5em;
  padding-right: 1.2rem;
  border-right: 0;
  border-bottom: 3px solid #0F367A;
  border-top: 3px solid #0F367A;
  border-left: 3px solid #0F367A;
  border-radius: 0.5rem 0 0 0.5rem;
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #FFF;
  color: #0F367A;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .make-course-btn {
    padding: 0.25rem 0.5rem;
    border: 2px solid;
    border-bottom: 0;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 45%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.make-course-btn P {
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .make-course-btn P {
    width: 40%;
    font-size: 10px;
  }
}
.make-course-btn:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 768px) {
  .make-course-btn .make-course-btn-icon {
    width: 30%;
  }
  .make-course-btn .make-course-btn-icon img {
    width: 100px;
  }
}
.make-course-btn .make-course-btn-icon img {
  width: 42px;
  margin-right: 0.5rem;
}
.make-course-btn .make-course-btn-counter {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  background: #E06116;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 0.2em;
}
@media only screen and (max-width: 768px) {
  .make-course-btn .make-course-btn-counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.make-course-btn .make-course-btn-counter .ico-fav img {
  width: 8px;
}
.make-course-btn .make-course-btn-counter .fav-counter {
  font-size: 10px;
}

.ai-course-btn {
  margin-top: 1rem;
  background: #0F367A;
  border: #0F367A;
  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-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6rem;
  padding: 0.5em 0.5em;
  padding-right: 1.1rem;
  border-right: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #FFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .ai-course-btn {
    margin-top: 0;
    padding: 0.25rem 0.5rem;
    border-bottom: 0;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ai-course-btn:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 768px) {
  .ai-course-btn .ai-course-btn-icon {
    width: 30%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .ai-course-btn .ai-course-btn-icon img {
    width: 100px;
  }
}
.ai-course-btn .ai-course-btn-icon img {
  width: 34px;
}
.ai-course-btn P {
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.ai-course-btn P em {
  font-size: 12.5px;
}

.link-footer-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5% 50px 0;
}
@media only screen and (max-width: 768px) {
  .link-footer-1 {
    display: block;
    border-bottom: 1px solid #CBCBCB;
    padding: 0 0 2px 5px;
    margin: 0;
  }
}
.link-footer-1__item {
  margin-right: 5%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .link-footer-1__item {
    margin-bottom: 15px;
  }
}
.link-footer-1__item a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .link-footer-1__item a {
    font-size: 1.5rem;
  }
}
.link-footer-1__item a:hover {
  color: #1F4C9C;
}
.link-footer-1__item a .icon-link {
  width: 1.5em;
  height: 1.5em;
  margin-right: 1.2em;
}

.link-footer-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*max-width: 600px;*/
  margin: 0 0 0 -20px;
}
@media only screen and (max-width: 1070px) {
  .link-footer-2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -30px 0 0;
    max-width: 110%;
  }
}
@media only screen and (max-width: 768px) {
  .link-footer-2 {
    padding: 15px 0 11px;
    margin: 0 -5% 0 0;
    position: relative;
  }
  .link-footer-2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 95%;
    height: 1px;
    display: block;
    background: #CBCBCB;
  }
}
.link-footer-2__item {
  /*min-width: 31%;*/
  min-width: auto !important;
  margin: 0 0 20px 20px;
  text-align: right;
  line-height: 1.35;
}
@media only screen and (max-width: 1070px) {
  .link-footer-2__item {
    text-align: left;
    min-width: auto;
    width: calc((100% - 90px) / 3);
    margin: 0 30px 13px 0;
  }
}
@media only screen and (max-width: 768px) {
  .link-footer-2__item {
    width: 45%;
    margin: 0 5% 13px 0;
  }
}
.link-footer-2__item a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .link-footer-2__item a {
    font-size: 1.3rem;
  }
}
.link-footer-2__item a:hover {
  text-decoration: none;
}
.link-footer-2__item--sm {
  min-width: 23%;
}
@media only screen and (max-width: 1070px) {
  .link-footer-2__item--sm {
    min-width: auto;
    /*width: calc((100% - 90px) / 3);*/
  }
}

.info-footer {
  text-align: center;
  padding: 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .info-footer {
    padding: 20px 0 0;
  }
}
.info-footer__company {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.48;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .info-footer__company {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 15px;
  }
}

.info-tfm {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.43;
}
@media only screen and (max-width: 768px) {
  .info-tfm {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.83;
  }
}

.name-f {
  margin-top: 64px;
  margin-bottom: 40px;
  width: 321px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .name-f {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 184px;
  }
}
.name-f a {
  display: block;
}
.name-f img {
  display: block;
  width: 100%;
}

.copy {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .copy {
    font-size: 0.9rem;
    line-height: 1.44;
  }
}

.page-top {
  position: fixed;
  bottom: 5px;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  height: 46px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .page-top {
    top: auto;
    right: auto;
    bottom: 5%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 38px;
  }
}
.page-top a {
  background: #ffffff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .page-top a {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
.page-top a:hover {
  background: #032052;
}
.page-top a:hover::before {
  border-color: #ffffff;
}
.page-top a::before {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contents {
  padding-bottom: 4em;
  background: url(../img/common/bg_head_1.svg) no-repeat top 84px left -140px, url(../img/common/bg_head_2.svg) no-repeat top 60px right -42px, #FFFFFF;
}
@media only screen and (max-width: 1070px) {
  #contents {
    /*background: url(../img/common/bg_head_1.svg) no-repeat top 134px left -10% / 70px auto,
    						url(../img/common/bg_head_2.svg) no-repeat top 30px right -6% / 95px auto,
    						#FFFFFF;*/
    background: url(../img/common/bg_head_1.svg) no-repeat top 10px left -10%/68px auto, url(../img/common/bg_head_2.svg) no-repeat top 0px right -6%/60px auto, #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  #contents {
    padding-bottom: 2em;
  }
}
#contents.home-page {
  background: none;
}

.inner {
  position: relative;
  max-width: 1140px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 89.333333%;
  }
}

.inner-sm {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1140px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner-sm {
    width: 89.333333%;
  }
}

@media only screen and (max-width: 768px) {
  .inner-sp {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*width: 89.333333%;*/
    width: 100%;
  }
}

.l-body {
  overflow: hidden;
  width: 100%;
  background: url(../img/common/bg_footer_pc.jpg) no-repeat center bottom/100% auto;
}
@media only screen and (max-width: 768px) {
  .l-body {
    background-image: url(../img/common/bg_footer_sp.jpg);
  }
}
.l-body.is-fixed {
  position: fixed;
}

@media only screen and (min-width: 769px) {
  .l-pc-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-pc-2col > li {
    width: 46.9%;
    margin-bottom: 4em;
  }
  .l-pc-2col > li:nth-child(odd) {
    margin-right: 6.2%;
  }
}

.l-pc-3col {
  margin-top: 3em;
}
@media only screen and (min-width: 769px) {
  .l-pc-3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-pc-3col > li {
    width: 30.781578%;
    margin-bottom: 2em;
  }
  .l-pc-3col > li:not(:nth-child(3n)):not(:last-child) {
    margin-right: 3.827633%;
  }
}

@media only screen and (min-width: 769px) {
  .l-pc-4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-pc-4col > li {
    width: 22.595614%;
    margin-bottom: 3.3em;
    margin-right: 3.205848%;
  }
  .l-pc-4col > li:nth-child(4n), .l-pc-4col > li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 769px) {
  .l-pc-4col-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-pc-4col-lg > li {
    width: 23.5%;
    margin-bottom: 3.3em;
    margin-right: 2%;
  }
  .l-pc-4col-lg > li:nth-child(4n), .l-pc-4col-lg > li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  .l-md-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-md-2col > li {
    width: 48%;
    margin-bottom: 3.3em;
    margin-right: 4%;
  }
  .l-md-2col > li:nth-child(4n), .l-md-2col > li:last-child, .l-md-2col > li:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-sp-1col > li {
    width: 100%;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .l-sp-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-sp-2col > li {
    width: 47.164179%;
    margin-bottom: 2em;
  }
}

.l-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.l-2col--mt {
  margin-top: 3.5em;
}
@media only screen and (max-width: 1070px) {
  .l-2col {
    display: block;
  }
}
.l-2col__main {
  width: 65.35%;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .l-2col__main {
    width: 100%;
    padding-bottom: 2em;
  }
}
.l-2col__sub {
  width: 28.6%;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .l-2col__sub {
    width: 100%;
  }
}

.list-page-navi + .l-2col {
  margin-top: 0;
}

.tours .tour a {
  height: 100% !important;
}

.btn-block {
  margin: 1.2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-block {
    margin: 0.5em 0 1.2em;
  }
}
.btn-block--next-list {
  margin-top: -2em;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .btn-block--next-list {
    margin-top: 0;
    margin-bottom: 2.5em;
  }
}
.btn-block--filter {
  margin-top: 4.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .btn-block--filter {
    margin-top: 0.5em;
  }
}
.btn-block--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-block--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 769px) {
  .btn-block--pc-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 769px) {
  .btn-block--pc-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.btn-block--back {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .btn-block--back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.btn-block--back button {
  max-width: 290px;
}
@media only screen and (max-width: 768px) {
  .btn-block--back button {
    margin-left: auto;
    margin-right: auto;
  }
  .btn-block--back button:first-child {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .btn-block--back a:first-child {
    margin-top: 1em;
  }
}
.btn-block--courses {
  margin: 2.8em 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .btn-block--courses {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .btn-block--courses {
    width: calc(100% + 25px);
    margin: 1.5em 0 0;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.btn-block--courses button, .btn-block--courses a {
  width: 49%;
  max-width: 225px;
}
@media only screen and (max-width: 768px) {
  .btn-block--courses button, .btn-block--courses a {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-block--courses button:first-child, .btn-block--courses a:first-child {
    margin-bottom: 1em;
  }
}
.btn-block--download {
  margin: 1.5em 0 3.5em;
}
.btn-block--reserve {
  margin: 1.5em 0 3.5em;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  .btn-block--reserve a {
    width: 100%;
    max-width: 360px;
  }
}
.btn-block--galleries {
  margin: 3.6em 0 0;
}
.btn-block--access {
  margin: 1.5em 0 0;
}

.btn-base {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-base {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.btn-base > span:not([class]) {
  position: relative;
  display: inline-block;
}
.btn-base > span:not([class]):after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1em;
  background-image: -webkit-gradient(linear, left top, right top, from(#1F4C9C), color-stop(50%, #1F4C9C), color-stop(50%, #032052), to(#032052));
  background-image: linear-gradient(to right, #1F4C9C 0%, #1F4C9C 50%, #032052 50%, #032052 100%);
  background-size: 200% 100%;
  background-position: right top;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.1em;
}
.btn-base:hover {
  color: #1F4C9C;
}
.btn-base:hover > span:not([class]):after {
  background-position: left top;
}
.btn-base:focus {
  color: #1F4C9C;
}
.btn-base:focus > span:not([class]):after {
  background-position: left top;
}

.btn-round {
  display: block;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: 1px solid #0F367A;
  background: #0F367A;
  color: #ffffff;
  padding: 0.8em 3.8em;
  text-align: center;
  border-radius: 46px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-round {
    padding: 0.8em 1.8em;
    letter-spacing: 0.1em;
    width: 100%;
  }
}
.btn-round--blue {
  background: #032052;
  border-color: #032052;
}
.btn-round--gray {
  background: #747474;
  border-color: #747474;
}
.btn-round--gray:hover, .btn-round--gray:focus {
  background: #747474 !important;
  border-color: #747474 !important;
  color: #FFF !important;
}
.btn-round--gray:hover::before, .btn-round--gray:focus::before {
  border-color: #FFF !important;
}
.btn-round--sm {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.btn-round--md {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .btn-round--md {
    font-size: 1.6rem;
  }
}
.btn-round--lg {
  font-size: 2.2rem;
  padding: 1.3em 4.3em;
}
@media only screen and (max-width: 768px) {
  .btn-round--lg {
    font-size: 1.4rem;
    padding: 1.3em 2em;
  }
}
.btn-round--arrow {
  position: relative;
}
.btn-round--arrow::before {
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-round--arrow:hover::before, .btn-round--arrow:focus::before {
  border-color: #0F367A;
}
.btn-round--back {
  background: #747474;
  border-color: #747474;
  position: relative;
}
.btn-round--back::before {
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1.5px solid #ffffff;
  border-left: 1.5px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-round--back:hover::before {
  border-color: #0F367A;
}
.btn-round:hover, .btn-round:focus {
  background: none;
  color: #032052;
}
.btn-round:hover[target=_blank] span::before, .btn-round:focus[target=_blank] span::before {
  background-image: url(../img/common/ico_external_blue.svg);
}
.btn-round[target=_blank] span::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin-right: 19px;
  margin-left: -1.2em;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: url(../img/common/ico_external_white.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-round--center {
  margin-left: auto;
  margin-right: auto;
}
.btn-round--bg-none {
  background: none;
  color: #032052;
}
.btn-round--bg-none:hover, .btn-round--bg-none:focus {
  background: #0F367A;
  color: #ffffff;
}
.btn-round--bg-none:hover[target=_blank] span::before, .btn-round--bg-none:focus[target=_blank] span::before {
  background-image: url(../img/common/ico_external_white.svg);
}
.btn-round--bg-none[target=_blank] span::before {
  background-image: url(../img/common/ico_external_blue.svg);
}
.btn-round--bg-none.btn-round--print {
  width: 266px;
  position: relative;
  margin-top: 38px;
}
@media only screen and (max-width: 768px) {
  .btn-round--bg-none.btn-round--print {
    margin-top: 20px;
    width: 100%;
  }
}
.btn-round--bg-none.btn-round--print::before {
  position: absolute;
  top: 50%;
  left: 43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/common/ico_print_blue.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-round--bg-none.btn-round--print:hover::before, .btn-round--bg-none.btn-round--print:focus::before {
  background-image: url(../img/common/ico_print_white.svg);
}
.btn-round--bg-none.btn-round--plus {
  position: relative;
}
.btn-round--bg-none.btn-round--plus::before {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/common/ico_plus_blue.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-round--bg-none.btn-round--plus:hover::before, .btn-round--bg-none.btn-round--plus:focus::before {
  background-image: url(../img/common/ico_plus_white.svg);
}
.btn-round--bg-none.btn-round--plus.open::before {
  background: url(../img/common/ico_minus_blue.svg) no-repeat center/contain;
}
.btn-round--bg-none.btn-round--plus.open:hover::before, .btn-round--bg-none.btn-round--plus.open:focus::before {
  background-image: url(../img/common/ico_minus_white.svg);
}
.btn-round--download {
  position: relative;
  cursor: pointer;
}
.btn-round--download::before {
  content: "";
  width: 1.375em;
  height: 1.375em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.27em;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  background: url(../img/common/ico_download_white.svg) no-repeat center/contain, url(../img/common/ico_download_blue.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-round--download::before {
    margin-right: 0.8em;
  }
}
.btn-round--download.is-active {
  background: #747474;
}
@media only screen and (max-width: 768px) {
  .btn-round--download.is-active {
    letter-spacing: 0;
  }
}
.btn-round--download.is-active::before {
  margin: 0 0.6em 0.2em -0.6em;
  background-image: url(../img/common/ico_check_white.svg);
}
@media only screen and (max-width: 768px) {
  .btn-round--download.is-active::before {
    margin-right: 0.3em;
    margin-left: 0;
  }
}
.btn-round--download.is-active:hover {
  background: #747474;
  color: #ffffff !important;
  opacity: 1 !important;
}
.btn-round--download.is-active:hover::before {
  background-image: url(../img/common/ico_check_white.svg) !important;
  background-size: 1.375em 1.375em !important;
  height: 1.375em;
}
.btn-round--download:hover::before {
  background-size: 0 0, contain;
}
.btn-round--apply {
  width: 346px;
}

.btn-filter-clear {
  background: #ffffff;
  border: 1px solid #C2C2C2;
  border-radius: 25px;
  padding: 12px 0;
  text-align: center;
  font-size: 1.7rem;
  width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 47px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-filter-clear:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .btn-filter-clear {
    font-size: 1.35rem;
    width: 100%;
    max-width: 260px;
    padding: 8px 0;
    margin-top: 40px;
  }
}
.btn-filter-clear:focus {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.btn-filter-clear span::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../img/common/ico_filter_clear.svg) no-repeat center/contain;
  margin-right: 14px;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-photoapply a {
  width: 460px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 3px solid #0F367A;
  color: #032052;
  border-radius: 4em;
  text-align: center;
  padding: 1.5em;
  font-size: 2rem;
  margin-bottom: 2em;
  font-weight: 600;
}
.btn-photoapply a:hover {
  background: #0F367A;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .btn-photoapply a {
    font-size: 1.8rem;
    width: 100%;
    max-width: 360px;
    padding: 1em;
  }
}

.l-pc-4col + .btn-block {
  margin-top: 0;
  margin-bottom: 3em;
}

@media only screen and (max-width: 768px) {
  .btn-sp-100 {
    width: 100%;
  }
}

.inputBox button:nth-of-type(1) {
  background: #747474;
  margin-right: 1em;
  border-radius: 5px;
}

.inputBox button:last-child {
  background: #1F4C9C;
  border-radius: 5px;
}

.btn-add-list {
  color: #FFFFFF;
  background: #032052;
  border-radius: 2em;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0.3em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 1em;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-add-list {
    letter-spacing: 0.05em;
    font-size: 95%;
  }
}
.btn-add-list::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/common/ico_download_white.svg) no-repeat center/contain;
  vertical-align: middle;
  margin: 0 1em 0.2em -1em;
}
@media only screen and (max-width: 768px) {
  .btn-add-list::before {
    margin-right: 0.5em;
    margin-left: 0;
    width: 0.8em;
    height: 0.8em;
  }
}
.btn-add-list:hover, .btn-add-list:focus {
  opacity: 0.8;
}
.btn-add-list.is-active {
  background: #747474;
}
@media only screen and (max-width: 768px) {
  .btn-add-list.is-active {
    letter-spacing: 0;
  }
}
.btn-add-list.is-active::before {
  margin: 0 0.6em 0.2em -0.6em;
  background-image: url(../img/common/ico_check_white.svg);
}
@media only screen and (max-width: 768px) {
  .btn-add-list.is-active::before {
    margin-right: 0.3em;
    margin-left: 0;
  }
}

.btn-download-list {
  color: #FFFFFF;
  background: #032052;
  border-radius: 2em;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0.3em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 1em;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.2rem;
  padding: 1.3em 4.3em;
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .btn-download-list {
    letter-spacing: 0.05em;
    font-size: 95%;
    width: 100%;
    padding: 1.3em 1.3em;
  }
}
.btn-download-list::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/common/ico_download_white.svg) no-repeat center/contain;
  vertical-align: middle;
  margin: 0 1em 0.2em -1em;
}
@media only screen and (max-width: 768px) {
  .btn-download-list::before {
    margin-right: 0.5em;
    margin-left: 0;
    width: 0.8em;
    height: 0.8em;
  }
}
.btn-download-list:hover, .btn-download-list:focus {
  opacity: 0.8;
}
.btn-download-list.is-active {
  background: #747474;
}
@media only screen and (max-width: 768px) {
  .btn-download-list.is-active {
    letter-spacing: 0;
  }
}
.btn-download-list.is-active::before {
  margin: 0 0.6em 0.2em -0.6em;
  background-image: url(../img/common/ico_check_white.svg);
}
@media only screen and (max-width: 768px) {
  .btn-download-list.is-active::before {
    margin-right: 0.3em;
    margin-left: 0;
  }
}

/* ttl-large */
.ttl-large {
  color: #323131;
  border-bottom: 5px solid #C5C5C5;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin: 1em 0;
  position: relative;
}
.ttl-large::after {
  content: "";
  background: #0F367A;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  .ttl-large {
    font-size: 2.4rem;
    font-size: 6.4vmin;
  }
}

.ttl-large-simple {
  font-size: 3.4rem;
  font-weight: 700;
  color: #032052;
  letter-spacing: 0.2em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .ttl-large-simple {
    font-size: 2.7rem;
    font-size: 7.2vmin;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-large-simple {
    margin-bottom: 0;
    margin-top: 1em;
  }
}

/* ttl-small */
.ttl-small {
  font-size: 2.4rem;
  border-left: 7px solid #0F367A;
  padding-left: 1em;
  margin: 1em 0 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
.ttl-small--sm {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .ttl-small--sm {
    font-size: 1.8rem;
  }
}

.ttl-simple {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.46;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 768px) {
  .ttl-simple {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.ttl-simple:not(:first-child) {
  margin-top: 0.6em;
}

.ttl-simple-lg {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.46;
  margin: 2.5em 0 1em;
}
@media only screen and (max-width: 768px) {
  .ttl-simple-lg {
    font-size: 2.2rem;
    margin: 1.5em 0 1em;
  }
}
.ttl-simple-lg--center {
  text-align: center;
}

.ttl-green-icon {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  padding-top: 78px;
  position: relative;
  margin-bottom: 1.9em;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .ttl-green-icon {
    font-size: 2.5rem;
  }
}
.ttl-green-icon::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 77px;
  height: 47px;
  display: block;
  background: url(../img/common/ico_ttl_green.svg) no-repeat center/contain;
}

.ttl-side {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.48;
  margin-bottom: 1em;
}
.ttl-side--lg {
  margin-bottom: 2em;
}

.ttl-border {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.48;
  color: #0F367A;
  border: 1px solid #0F367A;
  padding: 0.6em 1.5em;
  margin: 3em 0 1.4em;
}
@media only screen and (max-width: 768px) {
  .ttl-border {
    font-size: 2rem;
    padding: 0.6em;
  }
}

.ttl-blue-to-gray {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 1.1em;
  position: relative;
  margin: 2.65em 0 3.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-blue-to-gray {
    font-size: 2rem;
    margin: 1em 0;
  }
}
.ttl-blue-to-gray::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 114px;
  height: 3px;
  display: block;
  background: #0F367A;
}

.ttl-jp-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.1em;
}
@media only screen and (max-width: 768px) {
  .ttl-jp-en {
    display: block;
    margin-bottom: 2em;
  }
}
.ttl-jp-en:not(:first-child) {
  margin-top: 2.8em;
}
@media only screen and (max-width: 768px) {
  .ttl-jp-en:not(:first-child) {
    margin-top: 2em;
  }
}
.ttl-jp-en__en {
  font: 700 5rem "EB Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .ttl-jp-en__en {
    font-size: 2.5rem;
  }
}
.ttl-jp-en__jp {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  margin-left: 1.1em;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media only screen and (max-width: 768px) {
  .ttl-jp-en__jp {
    font-size: 1.8rem;
    margin-left: 0;
    margin-top: -0.5em;
  }
}
.ttl-jp-en__jp--crafts {
  color: #B3842F;
}
.ttl-jp-en__jp--sweets {
  color: #CC0031;
}
.ttl-jp-en__jp--gourmet {
  color: #E06116;
}
.ttl-jp-en__jp--drink {
  color: #019EC5;
}
.ttl-jp-en__jp--commitment {
  color: #3FA72E;
}
.ttl-jp-en__jp--meat {
  color: #E06116;
}
.ttl-jp-en__jp--seafood {
  color: #019EC5;
}
.ttl-jp-en__jp--noodle {
  color: #B3842F;
}
.ttl-jp-en__jp--soulfood {
  color: #3FA72E;
}

.ttl-top-1 {
  text-align: center;
  position: relative;
}
.ttl-top-1--recommend {
  margin-bottom: 2.7em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--recommend {
    margin-bottom: 1.7em;
  }
}
.ttl-top-1--recommend::before {
  content: "";
  display: block;
  margin: 0 auto 0.7em;
  width: 5.185294em;
  height: 0.805882em;
  background: url(../img/top/deco_blue_half_circle.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--recommend::before {
    margin-bottom: 1.3em;
  }
}
.ttl-top-1--recommend .ttl-top-1__text {
  margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--recommend .ttl-top-1__text {
    margin-top: 0.2em;
  }
}
.ttl-top-1--movie {
  margin-bottom: 2.2em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--movie {
    margin-bottom: 1.5em;
  }
  .ttl-top-1--movie .ttl-top-1__heading {
    font-size: 2.4rem;
  }
}
.ttl-top-1--movie::before {
  content: "";
  display: block;
  margin: 0 auto 1.4em;
  width: 2.4em;
  height: 1.58em;
  background: url(../img/top/deco_movie.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--movie::before {
    margin: 0 auto 1em;
  }
}
.ttl-top-1--ranking {
  margin-bottom: 73px;
  padding-top: 66px;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--ranking {
    margin-bottom: 30px;
    padding-top: 53px;
  }
  .ttl-top-1--ranking .ttl-top-1__heading {
    font-size: 2.4rem;
  }
  .ttl-top-1--ranking .ttl-top-1__text {
    margin-top: 0.2em;
  }
}
.ttl-top-1--ranking::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 77px;
  height: 47px;
  display: block;
  background: url(../img/top/deco_pine.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--ranking::before {
    width: 58px;
    height: 36px;
  }
}
.ttl-top-1--courses {
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--courses {
    margin-bottom: 1.3em;
  }
}
.ttl-top-1--courses::before {
  content: "";
  display: block;
  margin: 0 auto 1.5em;
  width: 5.185294em;
  height: 0.805882em;
  background: url(../img/top/deco_blue_half_circle.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--courses::before {
    margin-bottom: 1.3em;
  }
}
.ttl-top-1--courses .ttl-top-1__heading {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1--courses .ttl-top-1__heading {
    font-size: 2.4rem;
  }
}
.ttl-top-1--courses .ttl-top-1__text {
  margin-top: 1.4em;
}
.ttl-top-1__heading {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1__heading {
    font-size: 2.4rem;
  }
}
.ttl-top-1__text {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-1__text {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
}

.ttl-top-2 {
  position: relative;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2 {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-top-2--event {
    padding: 0 4%;
  }
}
.ttl-top-2--event::after {
  content: "";
  display: block;
  width: 265.87px;
  height: 164.21px;
  background: url(../img/top/deco_event.png) no-repeat center/contain;
  position: absolute;
  top: -8px;
  left: 20.4em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2--event::after {
    width: 139px;
    height: 86px;
    /*left: 16.2em;*/
    left: auto;
    right: 0;
  }
}
.ttl-top-2--model {
  padding-right: 135px;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2--model {
    padding-right: 0;
  }
}
.ttl-top-2--model::after {
  content: "";
  display: block;
  width: 158px;
  height: 164px;
  background: url(../img/top/ico_bird.png) no-repeat center/contain;
  position: absolute;
  top: -8px;
  left: 20.4em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2--model::after {
    width: 95px;
    height: 63px;
    left: 14.2em;
    top: 4px;
  }
}
.ttl-top-2--special {
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 1070px) {
  .ttl-top-2--special .ttl-top-2__en {
    font-size: 5.8rem;
  }
  .ttl-top-2--special .ttl-top-2__jp {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-top-2--special {
    margin-bottom: 1em;
  }
  .ttl-top-2--special .ttl-top-2__en {
    font-size: 3.5rem;
  }
  .ttl-top-2--special .ttl-top-2__jp {
    font-size: 1.6rem;
  }
}
.ttl-top-2__en {
  font: 600 6.6rem "EB Garamond", serif;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2__en {
    font-size: 3.5rem;
  }
}
.ttl-top-2__en--lg {
  font-size: 8rem;
}
.ttl-top-2__en--sm {
  font-size: 6rem;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2__en--sm {
    font-size: 4rem;
  }
}
.ttl-top-2__jp {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.47;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2__jp {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-top-2__jp--sm {
    font-size: 1.6rem;
  }
}
.ttl-top-2__jp span {
  font-size: 1.9rem;
  font-weight: 500;
  display: block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-top-2__jp span {
    display: block;
    font-size: 1.3rem;
  }
}

.breadCrumbs {
  padding: 0 0 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1070px) {
  .breadCrumbs {
    width: auto;
    padding: 2em 0 0;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .breadCrumbs {
    padding: 0.5em 0 0;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .breadCrumbs::-webkit-scrollbar {
    display: none;
  }
}
.breadCrumbs li {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding-right: 1.9em;
  font-weight: 400;
  position: relative;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li {
    font-size: 1.3rem;
  }
}
.breadCrumbs li a {
  display: block;
  text-decoration: underline;
  color: #0D0E39;
}
.breadCrumbs li a:hover {
  color: #1F4C9C;
}
.breadCrumbs li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: #a5a5a5;
  right: 0.85em;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(36deg);
          transform: translateY(-50%) rotate(36deg);
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li::after {
    height: 1em;
  }
}
.breadCrumbs li:last-child:after {
  display: none;
}
.breadCrumbs li:first-child {
  padding-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li:first-child {
    padding-left: 1.3em;
  }
}
.breadCrumbs li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  width: 18px;
  height: 16px;
  margin: auto;
  background: url(/img/common/home_icon.svg) no-repeat 0 0;
  background-size: auto;
  background-size: cover;
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li:first-child::before {
    width: 13px;
    height: 11px;
    top: 2px;
  }
}

.count-disp {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .count-disp {
    margin-bottom: 0;
    margin-top: 1em;
  }
}

.paging {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .paging {
    margin-bottom: 0.5em;
  }
}
.paging .pagingIn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paging .pagingIn span {
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .paging .pagingIn span:not([class]), .paging .pagingIn span.current {
    /*order: 3;*/
  }
}
.paging .count {
  margin: 0 0 1.5em;
  text-align: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .paging .count {
    margin-bottom: 0.5em;
  }
}
.paging .paging-sort {
  float: left;
  margin-right: 1rem;
}
.paging .paging-sort select {
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
}
.paging .paging-result {
  display: block;
  line-height: 2;
  text-align: left;
}
.paging .count span {
  font-weight: 700;
  color: #032052;
}
.paging .search-word {
  margin-bottom: 0.5em;
}
.paging .search-word span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
.paging a,
.paging .current {
  margin: 0 0.4em;
  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: #323131;
  background: #eaeaea;
  font-size: 2rem;
  font-weight: 400;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .paging a,
  .paging .current {
    font-size: 1.3rem;
    padding: 0.1em 0;
    width: 24px;
    height: 24px;
  }
}
.paging .current {
  color: #fff;
  background: #0F367A;
}
.paging .prev a,
.paging .next a {
  font-size: 1.8rem;
  font-weight: 700;
  background: none;
  width: auto;
  height: 39px;
  padding: 0 1.2em;
  border: 1px solid #0F367A;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .paging .prev a,
  .paging .next a {
    padding: 0;
    font-size: 1.4rem;
    /*max-width: 153px;*/
    height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .paging .prev {
    /*width: 50%;*/
    /*order: 1;*/
  }
}
.paging .prev a {
  margin-right: 1.5em;
}
@media only screen and (max-width: 768px) {
  .paging .prev a {
    margin-right: 0.7em;
    margin-left: auto;
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .paging .next {
    /*width: 50%;
    order: 2;*/
  }
}
.paging .next a {
  margin-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .paging .next a {
    margin-left: 0.6em;
    padding: 0 0.5em;
  }
}
.paging a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paging a:hover {
  color: #fff;
  opacity: 1;
  background: #0F367A;
}

/* pagination */
.pagination {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 0.5em;
  }
}
.pagination ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination ul span {
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .pagination ul span:not([class]), .pagination ul span.current {
    /*order: 3;*/
  }
}
.pagination a,
.pagination .current {
  margin: 0 0.4em;
  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: #323131;
  background: #eaeaea;
  font-size: 2rem;
  font-weight: 400;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .pagination a,
  .pagination .current {
    font-size: 1.3rem;
    padding: 0.1em 0;
    width: 24px;
    height: 24px;
  }
}
.pagination .current {
  color: #fff;
  background: #0F367A;
}
.pagination .prev a,
.pagination .next a {
  font-size: 1.8rem;
  font-weight: 700;
  background: none;
  width: auto;
  height: 39px;
  padding: 0 1.2em;
  border: 1px solid #0F367A;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .pagination .prev a,
  .pagination .next a {
    padding: 0;
    font-size: 1.4rem;
    /*max-width: 153px;*/
    height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .prev {
    /*width: 50%;*/
    /*order: 1;*/
  }
}
.pagination .prev a {
  margin-right: 1.5em;
}
@media only screen and (max-width: 768px) {
  .pagination .prev a {
    margin-right: 0.7em;
    margin-left: auto;
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .next {
    /*width: 50%;
    order: 2;*/
  }
}
.pagination .next a {
  margin-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .pagination .next a {
    margin-left: 0.6em;
    padding: 0 0.5em;
  }
}
.pagination a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination a:hover {
  color: #fff;
  opacity: 1;
  background: #0F367A;
}

.list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .list-sns {
    margin: 2em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-sns li {
  margin-right: 1em;
}
.list-sns li:last-child {
  margin: 0;
}
.list-sns li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-sns li a:hover {
  opacity: 0.8;
}

.list-article {
  margin-bottom: 4.2em;
}
@media only screen and (max-width: 768px) {
  .list-article {
    margin-bottom: 1em;
  }
}
.list-article li {
  border-bottom: 1px solid #B0B0B0;
  position: relative;
}
.list-article li.pin {
  background: #FFEFF6;
}
.list-article li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 1.4em 7em 1.4em 3.2em;
  color: #323131;
  letter-spacing: 0.1em;
  line-height: 1.4705;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    display: block;
    padding: 1em 1em 1em 2em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4285;
    font-weight: 600;
  }
}
.list-article li a:hover {
  opacity: 0.8;
}
.list-article li a .date-post {
  position: relative;
  min-width: 12em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6888;
}
@media only screen and (max-width: 768px) {
  .list-article li a .date-post {
    font-size: 1.4rem;
    min-width: auto;
    margin-bottom: 0;
  }
}
.list-article li a .date-post::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #0F367A;
  top: 50%;
  right: calc(100% + 1em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .list-article li a .date-post::before {
    right: calc(100% + 1em);
  }
}
.list-article li a .icon-pin {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 18px;
}

.list-search {
  margin-bottom: 4.5%;
}
.list-search li {
  margin-bottom: 1em;
}
.list-search li a {
  padding: 1em 0;
  display: block;
  font-size: 1.6rem;
}
.list-search li a .list-search-ttl {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-decoration: underline;
}
.list-search li a:hover .list-search-ttl {
  text-decoration: none;
}

.icon-link {
  background-color: #032052;
  border-radius: 50%;
  width: 1.666666em;
  height: 1.666666em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.icon-link:before, .icon-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-link:before {
  z-index: 1;
  background: radial-gradient(#1F4C9C 0%, #1F4C9C 50%, #032052 100%);
}
.icon-link:after {
  z-index: 2;
  background: radial-gradient(#1F4C9C 0%, #1F4C9C 50%, #032052 100%);
}
.icon-link span {
  display: block;
  overflow: hidden;
  background: url(../img/common/ico_btn_base_split.svg) no-repeat center right/auto 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19%;
  height: 32%;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-base .icon-link {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .btn-base .icon-link {
    margin-right: 0.5em;
  }
}
.btn-base--back .icon-link span {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.icon-link--search span {
  width: 0.77em;
  height: 0.75em;
  background-image: url(../img/common/ico_search_split.svg);
  background-size: auto 100%;
}
.icon-link--folder span {
  width: 0.77em;
  height: 0.7em;
  background-image: url(../img/common/ico_folder_split.svg);
  background-size: auto 100%;
}

a:hover .icon-link:before, button:hover .icon-link:before {
  width: 200%;
  height: 200%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a:hover .icon-link:after, button:hover .icon-link:after {
  width: 200%;
  height: 200%;
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
a:hover .icon-link span, button:hover .icon-link span {
  background-position: center left;
}
a:focus .icon-link, button:focus .icon-link {
  background-color: #1F4C9C;
}

.icon-new {
  display: inline-block;
  font-family: "EB Garamond", serif;
  color: #FFF;
  background: #1F4C9C;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 3px;
  padding: 0.1em 0.8em;
  margin: 0 0 0 0.6em;
}
@media only screen and (max-width: 768px) {
  .icon-new {
    font-size: 1.1rem;
    padding: 0.2em 0.4em;
  }
}

.icon-fav {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../img/common/ico_fav_line.svg) no-repeat center/12px auto, #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 5;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .icon-fav {
    top: 8px;
    right: 8px;
  }
}
.icon-fav:hover, .icon-fav:focus {
  -webkit-transform: scale(1.16);
          transform: scale(1.16);
}
.icon-fav.is-active {
  border-color: #E06116;
  background: url(../img/common/ico_fav_orange.svg) no-repeat center/12px auto, #FFFFFF;
}

.icon-category {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #272727;
  border: 1px solid #AEAEAE;
  padding: 0.2em 0.6em 0.2em 0.7em;
  border-radius: 2em;
  display: inline-block;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .icon-category {
    padding: 0.15em 0.6em 0.25em 0.6em;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .icon-category {
    font-size: 1rem;
    line-height: 1.1;
  }
}

a.icon-category {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.icon-category:hover {
  opacity: 0.8;
}

.icon-required {
  color: #FFF;
  background: #B01414;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3em 1em;
  margin: 0 0 0 0.5em;
}

.icon-tag {
  display: block;
  padding: 0.25em 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.3rem;
  border: 1px solid #707070;
  background: #Ffffff;
  border-radius: 2em;
  color: #707070;
}
.icon-tag:hover {
  opacity: 0.8;
}

.page-head {
  padding: 2em 0 1.3em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-head {
    padding: 0.5em 0 0em;
  }
}
.page-head--pd-sm {
  padding: 2em 0 2.3em;
}
@media only screen and (max-width: 768px) {
  .page-head--pd-sm {
    padding: 0em 0 0em;
  }
}
.page-head__en {
  font-family: "EB Garamond", serif;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .page-head__en {
    font-size: 3rem;
    line-height: 1;
  }
}
.page-head__jp {
  font-size: 2.7rem;
  letter-spacing: 0.2em;
  line-height: 1.4444;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-head__jp {
    font-size: 1.8rem;
  }
}
.page-head__jp_only {
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  line-height: 1.4444;
  font-weight: 700;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .page-head__jp_only {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}
.page-head__sub-title {
  margin-top: 1em;
  font-size: 2.5rem;
  line-height: 1.36;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-head__sub-title {
    font-size: 1.6rem;
  }
}
.page-head__text {
  margin-top: 0.5em;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.page-head__text.jalan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-head__text.jalan {
    display: block;
  }
}
.page-head__text.jalan .logo {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .page-head__text.jalan .logo {
    margin: 0 auto;
  }
}
.page-head__text.jalan p {
  text-align: left;
  font-size: 95%;
}
.page-head__text.visit {
  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) {
  .page-head__text.visit {
    display: block;
  }
}
.page-head__text.visit .logo {
  width: 500px;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .page-head__text.visit .logo {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-head__text.visit .logo img {
    width: 100%;
  }
}
.page-head__text.visit p {
  text-align: left;
  font-size: 95%;
  line-height: 1.8;
}
.page-head__text.visit p .visit-ttl {
  display: block;
  font-size: 2.1rem;
  color: #db2518;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-head__text.visit p .visit-ttl {
    font-size: 1.8rem;
  }
}
.page-head__text.visit p .visit-txt {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-head__text.visit p .visit-txt {
    font-size: 1.4rem;
  }
}
.page-head__text.visit p .visit-small {
  display: block;
  font-size: 80%;
}
.page-head__text.visit p a:link {
  color: #0F367A;
  text-decoration: underline;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-head__text.visit p {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .page-head__text {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

/* post-ttl */
.post-ttl {
  color: #000;
  font-size: 3.4rem;
  font-weight: bold;
  padding: 0.5em 0;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  line-height: 1.6176;
}
@media only screen and (max-width: 768px) {
  .post-ttl {
    font-size: 2.4rem;
    font-size: 6.4vmin;
  }
}
@media only screen and (max-width: 768px) {
  .post-ttl {
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
}
.post-ttl span {
  vertical-align: middle;
  margin-left: 1em;
}

/* icon-post-block */
.icon-post-block {
  font-size: 1.6rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0;
}
.icon-post-block .list-icon {
  margin: 0 5px 0.5em 0;
}
.icon-post-block .list-category {
  margin: 0 5px 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .icon-post-block {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}

/* post-date */
.post-date {
  margin: 1em 0 0;
  display: block;
  color: #747474;
}
@media only screen and (max-width: 768px) {
  .post-date {
    margin: 1.4em 0 0;
  }
}

/* --------------------------------------------------

見出し

-------------------------------------------------- */
/* h1 */
.wysiwyg h1 {
  color: #323131;
  border-bottom: 5px solid #C5C5C5;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  position: relative;
}
.wysiwyg h1:first-child {
  margin-top: 0;
}
.wysiwyg h1::after {
  content: "";
  background: #0F367A;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 2.8rem;
    font-size: 7.4666666667vmin;
  }
}
.wysiwyg h1.article-head__title {
  border-bottom: none;
  margin-bottom: 18px;
}
.wysiwyg h1.article-head__title:after {
  display: none;
}

.wysiwyg p + h1,
.wysiwyg ul + h1,
.wysiwyg ol + h1,
.wysiwyg table + h1,
.wysiwyg dl + h1 {
  margin-top: 1em;
}

/* h2 */
.wysiwyg h2,
.post-sttl-large {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.5em 0 0.2em;
  /*margin-bottom: 1em;*/
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2,
  .post-sttl-large {
    font-size: 2.4rem;
    font-size: 6.4vmin;
  }
}

/* h3 */
/* post-sttl-small */
.wysiwyg h3,
.post-sttl-small {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545;
  border-bottom: 1px solid #c5c5c5;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  position: relative;
}
.wysiwyg h3::before,
.post-sttl-small::before {
  position: absolute;
  content: "";
  background: #0F367A;
  width: 6px;
  height: 22px;
  left: 0;
  top: 1.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
  .post-sttl-small {
    font-size: 2.1rem;
    font-size: 5.6vmin;
  }
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
  .post-sttl-small {
    margin: 0 0 0.5em;
  }
}

.post-sttl-small--no-line {
  font-size: 2.5rem;
  padding-left: 1.4em;
  border-bottom: none;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 768px) {
  .post-sttl-small--no-line {
    margin: 0 0 0.5em;
    padding-left: 0.8em;
    font-size: 2.2rem;
  }
}

.paragraph-block + .post-sttl-small {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .paragraph-block + .post-sttl-small {
    margin-top: 0.5em;
  }
}

.post-sttl-small-2 {
  margin: 2em 0 1em;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  padding: 0.5em 1em;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  .post-sttl-small-2 {
    font-size: 1.8rem;
  }
}

/* h4 */
.wysiwyg h4 {
  color: #0F367A;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.9rem;
    font-size: 5.0666666667vmin;
  }
}

/* h5 */
.wysiwyg h5 {
  font-size: 1.9rem;
  font-weight: 700;
  padding: 0.5em 0;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}

/* h6 */
.wysiwyg h6 {
  padding: 0.5em 0;
  margin: 1.5em 0;
  border-bottom: 1px solid #0F367A;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h6 {
    font-size: 1.7rem;
    font-size: 4.5333333333vmin;
  }
}

/* --------------------------------------------------

画像ブロック

-------------------------------------------------- */
/* post-pht */
.post-pht {
  margin: 3em auto 5em;
}
@media only screen and (max-width: 768px) {
  .post-pht {
    margin: 1em auto;
  }
}
.post-pht a {
  display: block;
}
.post-pht > div {
  width: 100%;
  height: auto;
  max-height: 600px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .post-pht > div {
    /*max-height: 300px;*/
  }
}
.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 420px) {
  .post-pht img {
    max-height: 300px;
  }
}
.post-pht figcaption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  display: block;
  padding: 5px;
}

/* two-post-pht */
.two-post-pht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-post-pht .post-pht {
  font-size: 1.6rem;
  vertical-align: top;
  width: 48%;
}

/* post-pht-txt */
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}
.post-pht-txt .post-pht {
  float: right;
  width: 48%;
  margin: 0 0 2% 2%;
  z-index: 10;
  position: relative;
}
.post-pht-txt .wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 5em;
}
@media only screen and (max-width: 768px) {
  .post-pht-txt .wysiwyg {
    margin-bottom: 2em;
  }
}
.post-pht-txt .wysiwyg h1,
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* iframe-area */
.iframe-area {
  margin: 5% 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .iframe-area {
    margin: 1em 0 3em;
  }
}
.iframe-area--youtube {
  width: 792px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.iframe-area::before {
  content: "";
  display: block;
  padding-top: 56%;
}
@media only screen and (max-width: 768px) {
  .iframe-area::before {
    padding-top: 60%;
  }
}
.iframe-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------

wysiwyg

-------------------------------------------------- */
.wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 4%;
  /* リンク<a> */
  /* 段落 <p> */
  /* 太字赤文字 <strong> */
  /* 太字 <em> */
  /* 斜体 <i> */
  /* 下線 <u> */
  /* 打ち消し線 <s> */
  /* 下付き <sub> */
  /* 上付き <sup> */
  /* 順序のないリスト <ol> */
  /*順序のないリスト <ul> */
  /*定義リスト <dl> */
  /* インデント <p class="txt-indent"> */
  /* ブロック引用文 <blockquote> */
  /* 中央揃え <p class="txt-center"> */
  /* 右揃え <p class="txt-right"> */
  /* 両端揃え <p class="txt-justify"> */
  /* ハイパーリンク <a href=""> */
  /* テーブル <table> */
  /* フォントサイズ小 <span class="font-size-small"> */
  /* フォントサイズ大 <span class="font-size-large"> */
  /* 文字の間隔0.5em <span class="font-space-small"> */
  /* 文字の間隔1.0em <span class="font-space-medium"> */
  /* 文字の間隔1.5em <span class="font-space-large"> */
  /* 文字の間隔2.0em <span class="font-space-xlarge"> */
  /* アドレス */
  /* 短い引用 */
  /* 出典 */
  /* 印刷ボタン */
}
.wysiwyg a:link,
.wysiwyg a:visited {
  text-decoration: underline;
}
.wysiwyg p {
  margin: 1em 0;
}
.wysiwyg strong {
  color: #f60409;
  font-weight: 700;
}
.wysiwyg em {
  font-weight: 700;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg .underline {
  text-decoration: underline;
}
.wysiwyg .strike {
  text-decoration: line-through;
}
.wysiwyg sub {
  font-size: 0.8rem;
  vertical-align: bottom;
}
.wysiwyg sup {
  font-size: 0.8rem;
  vertical-align: top;
}
.wysiwyg ol {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: decimal;
  /*横並びリスト<ol> */
}
.wysiwyg ol > li {
  text-indent: -1em;
  padding-left: 1em;
}
.wysiwyg ol.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ol.horizontal-list li {
  margin-right: 1.5em;
}
.wysiwyg ul {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: disc;
  /*横並びリスト<ul> */
}
.wysiwyg ul > li {
  padding-left: 1.3em;
  list-style: none;
  position: relative;
}
.wysiwyg ul > li ul {
  list-style-type: circle;
}
.wysiwyg ul > li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #0F367A;
  left: 0;
  top: 0.4em;
}
.wysiwyg ul.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ul.horizontal-list li {
  margin-right: 1.5em;
}
.wysiwyg ul.horizontal-list li::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg dl {
  margin: 0.5em 0 1em;
  /*横並び定義リスト <dl> */
}
.wysiwyg dl dt {
  background: #eee;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.5em;
}
.wysiwyg dl.info-table__item {
  margin: 0;
}
.wysiwyg dl.info-table__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg dl dd {
  margin-bottom: 0.5em;
}
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 0.5em;
}
.wysiwyg .txt-indent {
  text-indent: 1em;
}
.wysiwyg blockquote {
  background: #eee;
  padding: 1em 2em;
  margin: 2em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wysiwyg blockquote p {
  margin: 0;
}
.wysiwyg .txt-center {
  text-align: center;
}
.wysiwyg .txt-right {
  text-align: right;
}
.wysiwyg .txt-justify {
  text-align: justify;
}
.wysiwyg a[href] {
  color: #032052;
  text-decoration: underline;
}
.wysiwyg a[href]:hover {
  text-decoration: none;
}
.wysiwyg table {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 1em 0 3em;
}
.wysiwyg table caption {
  text-align: left;
  margin-bottom: 0.5em;
}
.wysiwyg table tr th {
  color: #323131;
  background: #EEEEEE;
  border: 1px solid #b2b2b2;
  font-weight: bold;
  padding: 0.5em;
  vertical-align: middle;
}
.wysiwyg table tr td {
  background: #ffffff;
  border: 1px solid #b2b2b2;
  padding: 0.5em;
  vertical-align: middle;
}
.wysiwyg table .txt-justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.wysiwyg table.table-center {
  margin: 0 auto 3em;
}
.wysiwyg table.table-center caption {
  text-align: center;
}
.wysiwyg table.table-right {
  margin-left: auto;
}
.wysiwyg table.table-left {
  margin-right: auto;
}
.wysiwyg .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0 2em;
  max-width: none;
}
.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
.wysiwyg .table-scroll table {
  margin: 0;
  max-width: none;
}
.wysiwyg .table-scroll table caption {
  text-align: left;
}
@media only screen and (max-width: 420px) {
  .wysiwyg .table-scroll table {
    min-width: 100%;
  }
}
.wysiwyg .table-scroll--association table tbody td {
  min-width: 45px;
}
.wysiwyg .font-size-small {
  font-size: 0.6em;
}
.wysiwyg .font-size-large {
  font-size: 1.75em;
}
.wysiwyg .font-space-small {
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}
.wysiwyg .font-space-medium {
  letter-spacing: 1em;
  margin-left: 1em;
}
.wysiwyg .font-space-large {
  letter-spacing: 1.5em;
  margin-left: 1.5em;
}
.wysiwyg .font-space-xlarge {
  letter-spacing: 2em;
  margin-left: 2em;
}
.wysiwyg address {
  padding: 2.3em 2.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eee;
  margin: 0.5em 1em 2em;
}
.wysiwyg address a[href] {
  color: inherit;
  text-decoration: none;
}
.wysiwyg q:before {
  content: '"';
  display: inline-block;
}
.wysiwyg q:after {
  content: '"';
  display: inline-block;
}
.wysiwyg q:lang(ja):before {
  content: "『";
  display: inline-block;
}
.wysiwyg q:lang(ja):after {
  content: "』";
  display: inline-block;
}
.wysiwyg q q:before {
  content: "'";
  display: inline-block;
}
.wysiwyg q q:after {
  content: "'";
  display: inline-block;
}
.wysiwyg q q:lang(ja):before {
  content: "「";
  display: inline-block;
}
.wysiwyg q q:lang(ja):after {
  content: "」";
  display: inline-block;
}
.wysiwyg cite {
  font-style: italic;
}
.wysiwyg .btn-round--print {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .btn-round--print {
    margin-bottom: 2em;
  }
}
.wysiwyg a.article-map__btn {
  color: #fff;
  text-decoration: none;
}
.wysiwyg a.article-map__btn:hover {
  color: #032052;
}
.wysiwyg .list-post {
  padding-left: 0;
}
.wysiwyg .list-post a:link {
  text-decoration: none !important;
}
.wysiwyg .list-post::before {
  content: none !important;
}
.wysiwyg .list-post__heading {
  margin-top: 0 !important;
  font-size: 100% !important;
}
.wysiwyg .list-post__link {
  padding-top: 0;
}
.wysiwyg .list-icon__item {
  padding-left: 0;
  margin: 0;
}
.wysiwyg .list-icon__item::before {
  content: none !important;
}
.wysiwyg .icon-area-wrap {
  margin: 0 0 0.5em 0;
}
.wysiwyg .icon-area {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5em;
  border-radius: 2em;
  background: #323131;
  line-height: 1;
  min-width: 7.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .icon-area {
    border: 1px solid #FFF;
    font-size: 1.1rem;
    padding: 0.5em 0.2em;
    min-width: 7em;
  }
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .wysiwyg .icon-area {
    font-size: 1.1rem;
    padding-left: 0.8em;
    padding-right: 0.7em;
  }
}
.wysiwyg .icon-area--chubu {
  background: #AE68AB;
}
.wysiwyg .icon-area--nambu {
  background: #E06116;
}
.wysiwyg .icon-area--seibu {
  background: #04649C;
}
.wysiwyg .icon-area--tobu {
  background: #26AC15;
}
.wysiwyg .icon-area--hokuseibu {
  background: #04B4D4;
}
.wysiwyg .icon-area--ureshino {
  background: #26AC15;
}
.wysiwyg .icon-area--karatsu {
  background: #04B4D4;
}
.wysiwyg .icon-area--saga {
  background: #AE68AB;
}
.wysiwyg .icon-area--kashima {
  background: #E06116;
}
.wysiwyg .icon-area--ogi {
  background: #DF4C8D;
}
.wysiwyg .icon-area--tosu {
  background: #BF8515;
}
.wysiwyg a.icon-area {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wysiwyg a.icon-area:hover {
  opacity: 0.8;
}
.wysiwyg .icon-city {
  display: inline-block;
  background: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5em 1.1em;
  border-radius: 2em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .wysiwyg .icon-city {
    font-size: 1.1rem;
    padding-left: 0.8em;
    padding-right: 0.7em;
  }
}
.wysiwyg .icon-city--chubu {
  color: #AE68AB;
  border: 1px solid #AE68AB;
}
.wysiwyg .icon-city--nambu {
  color: #E06116;
  border: 1px solid #E06116;
}
.wysiwyg .icon-city--seibu {
  color: #04649C;
  border: 1px solid #04649C;
}
.wysiwyg .icon-city--tobu {
  color: #26AC15;
  border: 1px solid #26AC15;
}
.wysiwyg .icon-city--hokuseibu {
  color: #04B4D4;
  border: 1px solid #04B4D4;
}
.wysiwyg .icon-city--ureshino {
  color: #26AC15;
  border: 1px solid #26AC15;
}
.wysiwyg .icon-city--karatsu {
  color: #04B4D4;
  border: 1px solid #04B4D4;
}
.wysiwyg .icon-city--saga {
  color: #AE68AB;
  border: 1px solid #AE68AB;
}
.wysiwyg .icon-city--kashima {
  color: #E06116;
  border: 1px solid #E06116;
}
.wysiwyg .icon-city--ogi {
  color: #DF4C8D;
  border: 1px solid #DF4C8D;
}
.wysiwyg .icon-city--tosu {
  color: #BF8515;
  border: 1px solid #BF8515;
}
.wysiwyg a.icon-area {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wysiwyg a.icon-area:hover {
  opacity: 0.8;
}
.wysiwyg .icon-area-text {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: #323131;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .icon-area-text {
    font-size: 1.3rem;
    line-height: 1.2;
    padding-left: -1em;
  }
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .wysiwyg .icon-area-text {
    font-size: 1.1rem;
  }
}
.wysiwyg .icon-area-text--chubu {
  color: #AE68AB;
}
.wysiwyg .icon-area-text--nambu {
  color: #E06116;
}
.wysiwyg .icon-area-text--seibu {
  color: #04649C;
}
.wysiwyg .icon-area-text--tobu {
  color: #26AC15;
}
.wysiwyg .icon-area-text--hokuseibu {
  color: #04B4D4;
}

.icon-area--tobu a,
.icon-area--hokuseibu a,
.icon-area--chubu a,
.icon-area--nanbu a,
.icon-area--seibu a {
  color: #FFF !important;
}

/* --------------------------------------------------

関連ファイル/関連リンク

-------------------------------------------------- */
.related-file,
.related-link {
  margin: 1em 0;
}
.related-file a,
.related-link a {
  color: #0F367A;
  border: 2px solid #0F367A;
  border-radius: 3em;
  padding: 1em 4em;
  display: block;
  position: relative;
  text-decoration: underline;
  color: #032052;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .related-file a,
  .related-link a {
    padding: 1em 2em 1em 4em;
  }
}
.related-file a:before,
.related-link a:before {
  content: "";
  display: inline-block;
  margin: 0 1em 0 0;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.related-file a:hover,
.related-link a:hover {
  opacity: 0.8;
}

/* file */
.related-file a:before {
  width: 1.06em;
  height: 1.17em;
  background: url(../img/common/ico_paper.svg) no-repeat center/contain;
}

/* link */
.related-link a:before {
  width: 1.41em;
  height: 1.41em;
  background: url(../img/common/ico_ex.svg) no-repeat center/contain;
}

.article-map iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .article-map iframe {
    height: 350px;
  }
}

/* --------------------------------------------------

バナーリスト

-------------------------------------------------- */
.link-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1em;
  margin-bottom: 2em;
}
.link-banner-list div {
  margin-right: 1em;
}

.txt-result {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 2em;
}

p.ai-msg {
  text-align: center;
  margin-top: 2em;
}

.make-course-intro h2 {
  font-weight: bold;
  font-size: 120%;
}

.make-course-intro-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .make-course-intro-col {
    display: block;
  }
}
.make-course-intro-col h3 {
  font-size: 110%;
  font-weight: bold;
}
.make-course-intro-col .txt {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .make-course-intro-col .txt {
    width: 100%;
  }
}
.make-course-intro-col .txt h3 {
  color: #032052;
}
.make-course-intro-col .pht {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  .make-course-intro-col .pht {
    width: 100%;
    max-width: 180px;
    margin: 1em auto;
  }
}

/* --------------------------------------------------

特集タイトル画像

-------------------------------------------------- */
.feature__title {
  text-align: center;
}
.feature__title p {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .feature__title figure img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.icon-area-wrap-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-area-wrap-link:hover {
  opacity: 0.8;
}

.icon-area {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5em;
  border-radius: 2em;
  background: #323131;
  line-height: 1;
  min-width: 7.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .icon-area {
    border: 1px solid #FFF;
    font-size: 1.1rem;
    padding: 0.5em 0.2em;
    min-width: 7em;
  }
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .icon-area {
    font-size: 1.1rem;
    padding-left: 0.8em;
    padding-right: 0.7em;
  }
}
.icon-area--chubu {
  background: #AE68AB;
}
.icon-area--nambu {
  background: #E06116;
}
.icon-area--seibu {
  background: #04649C;
}
.icon-area--tobu {
  background: #26AC15;
}
.icon-area--hokuseibu {
  background: #04B4D4;
}
.icon-area--ureshino {
  background: #26AC15;
}
.icon-area--karatsu {
  background: #04B4D4;
}
.icon-area--saga {
  background: #AE68AB;
}
.icon-area--kashima {
  background: #E06116;
}
.icon-area--ogi {
  background: #DF4C8D;
}
.icon-area--tosu {
  background: #BF8515;
}

a.icon-area {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.icon-area:hover {
  opacity: 0.8;
}

.icon-city {
  display: inline-block;
  background: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5em 1.1em;
  border-radius: 2em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .icon-city {
    font-size: 1.1rem;
    padding-left: 0.8em;
    padding-right: 0.7em;
  }
}
.icon-city--chubu {
  color: #AE68AB;
  border: 1px solid #AE68AB;
}
.icon-city--nambu {
  color: #E06116;
  border: 1px solid #E06116;
}
.icon-city--seibu {
  color: #04649C;
  border: 1px solid #04649C;
}
.icon-city--tobu {
  color: #26AC15;
  border: 1px solid #26AC15;
}
.icon-city--hokuseibu {
  color: #04B4D4;
  border: 1px solid #04B4D4;
}
.icon-city--ureshino {
  color: #26AC15;
  border: 1px solid #26AC15;
}
.icon-city--karatsu {
  color: #04B4D4;
  border: 1px solid #04B4D4;
}
.icon-city--saga {
  color: #AE68AB;
  border: 1px solid #AE68AB;
}
.icon-city--kashima {
  color: #E06116;
  border: 1px solid #E06116;
}
.icon-city--ogi {
  color: #DF4C8D;
  border: 1px solid #DF4C8D;
}
.icon-city--tosu {
  color: #BF8515;
  border: 1px solid #BF8515;
}

a.icon-area {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.icon-area:hover {
  opacity: 0.8;
}

.icon-area-text {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: #323131;
}
@media only screen and (max-width: 768px) {
  .icon-area-text {
    font-size: 1.3rem;
    line-height: 1.2;
    padding-left: -1em;
  }
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .icon-area-text {
    font-size: 1.1rem;
  }
}
.icon-area-text--chubu {
  color: #AE68AB;
}
.icon-area-text--nambu {
  color: #E06116;
}
.icon-area-text--seibu {
  color: #04649C;
}
.icon-area-text--tobu {
  color: #26AC15;
}
.icon-area-text--hokuseibu {
  color: #04B4D4;
}

.list-icon {
  width: calc(100% + 0.1em);
  line-height: 1;
}
.list-icon__item {
  display: inline-block;
  margin: 0.3em 0.1em 0.3em 0;
}
@media only screen and (max-width: 768px) {
  .list-icon__item {
    margin: 0em 0.1em 0.35em 0;
  }
}
.list-icon__item--wide {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .list-icon__item--wide {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .list-icon--sp-sm .list-icon__item {
    margin: 0.1em 0.1em 0.1em 0;
  }
}

.num-pv {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .num-pv {
    margin: 10px 0 0;
  }
}
.num-pv p {
  display: inline-block;
  background: #F0F0F0;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #0F367A;
  line-height: 1;
  padding: 0.5em 0.75em;
}
@media only screen and (max-width: 768px) {
  .num-pv p {
    font-size: 1.3rem;
  }
}

.hotpepper-link {
  text-align: right;
  margin-top: 0.5em;
  margin-bottom: -1em;
}
@media only screen and (max-width: 768px) {
  .hotpepper-link {
    margin-top: 0.3em;
    margin-bottom: -0.8em;
  }
}

.list-post {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list-post--sp-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-post--reserve {
  /*padding-bottom: 3.5em;*/
}
@media only screen and (max-width: 768px) {
  .list-post--reserve {
    padding-bottom: 0;
  }
}
.list-post__image {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  isolation: isolate;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .list-post--sp-2col .list-post__image {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
.list-post__image::before {
  content: "";
  display: block;
  padding-top: 68.5%;
}
@media only screen and (max-width: 768px) {
  .list-post__image::before {
    /*padding-top: 86.67%;*/
    padding-top: 120.3%;
  }
}
.list-post__image a {
  display: block;
}
.list-post__image a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.list-post__image--round {
  border-radius: 30px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .list-post__image--round {
    border-radius: 20px 0 20px 0;
  }
}
.list-post__image--lg::before {
  padding-top: 76%;
}
@media only screen and (max-width: 768px) {
  .list-post__image--lg::before {
    padding-top: 120.3%;
  }
}
.list-post__image--sm::before {
  padding-top: 61.23%;
}
@media only screen and (max-width: 768px) {
  .list-post__image--sm::before {
    padding-top: 86.67%;
  }
}
.list-post__image--course {
  margin-bottom: 0.6em;
}
.list-post__image--course::before {
  padding-top: 127%;
}
@media only screen and (max-width: 768px) {
  .list-post__image--course::before {
    padding-top: 127%;
  }
}
.list-post__image img {
  display: block;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-post.is-hover .list-post__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.list-post__link-cource {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list-post__link-cource::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.56)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .list-post--sp-2col .list-post__main {
    /*width: 54%;*/
    width: 100%;
  }
}
.list-post__link {
  display: block;
  padding-top: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .list-post__link {
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .list-post--sp-2col .list-post__link {
    padding-top: 0;
  }
}
.list-post__link .list-post.is-hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.list-post__heading {
  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;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 768px) {
  .list-post__heading {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 0.3em;
    margin-top: 0.3rem;
    letter-spacing: 0.05em;
  }
}
.list-post__heading--lg {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .list-post__heading--lg {
    font-size: 2rem;
  }
}
.list-post__heading__kana {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.35em;
}
@media only screen and (max-width: 768px) {
  .list-post__heading__kana {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.list-post__course {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.666666;
  letter-spacing: 0.2em;
  padding: 0 0.6em 1.2em;
}
@media only screen and (max-width: 768px) {
  .list-post__course {
    font-size: 1.6rem;
  }
}
.list-post__course--lg {
  font-size: 2rem;
  padding: 0 1em 1em;
}
@media only screen and (max-width: 768px) {
  .list-post__course--lg {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.list-post__event-date {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-indent: -1.46em;
  padding-left: 1.46em;
}
.list-post__event-date::before {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_date.svg) no-repeat center/contain;
  width: 1.16em;
  height: 1.15em;
  vertical-align: middle;
  margin: 0 0.3em 0.2em 0;
}
.list-post__date {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.42;
}
@media only screen and (max-width: 768px) {
  .list-post__date {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.list-post__writer {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.42;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 768px) {
  .list-post__writer {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.list-post__lead {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.42;
  margin-bottom: 0.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .list-post__lead {
    display: block;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.list-post__text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.42;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 768px) {
  .list-post__text {
    display: none;
  }
}
.list-post__text--sp-visible {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.42;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 768px) {
  .list-post__text--sp-visible {
    display: block;
    font-size: 1.3rem;
  }
}
.list-post__pin {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.47;
  padding-left: 25px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .list-post__pin {
    padding-left: 19px;
  }
}
.list-post__pin.jalan {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-post__pin.jalan {
    margin-top: 10px;
    padding-left: 18px;
    font-size: 1.3rem;
  }
}
.list-post__pin::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  width: 20px;
  height: 28px;
  display: block;
  background: url(../img/common/ico_pin_blue.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .list-post__pin::before {
    width: 16px;
  }
}

.list-post-wrap-mb {
  margin-bottom: 2.2em;
}

.category-jalan {
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .l-pc-3col .list-post__image--lg::before {
    padding-top: 86.67%;
  }
}

@media only screen and (max-width: 768px) {
  .list-post--sp-1col .list-post__image--lg::before {
    padding-top: 86.67%;
  }
}

.post-info-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}
.post-info-sm__image {
  width: 2.588235em;
  height: 2.588235em;
  margin-right: 0.5em;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .post-info-sm__image {
    width: 3.384615em;
    height: 3.384615em;
  }
}
.post-info-sm__image img {
  display: block;
}
.post-info-sm__main {
  color: #666666;
  font-weight: 400;
}
.post-info-sm__date {
  font-size: 1.2rem;
}
.post-info-sm__text {
  font-size: 1.4rem;
}

.area-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5em;
}
.area-filter--lg-mb {
  margin-bottom: 4em;
}
.area-filter__heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 100%;
}
.area-filter__item {
  position: relative;
  display: block;
  width: 48.9%;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .area-filter__item {
    width: 100%;
    margin-top: 12px;
  }
}
.area-filter__item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.area-filter__item input:checked + label {
  color: #FFFFFF;
}
.area-filter__item input:focus + label {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.area-filter__item label, .area-filter__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #080F1D;
  background: #FFFFFF;
  padding: 17px 24px;
  border-radius: 105px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 5em;
  transition: 0.3s;
}
.area-filter__item label:hover, .area-filter__item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .area-filter__item label, .area-filter__item a {
    padding: 10px 14px;
  }
}
.area-filter__item--3col {
  width: 32.24%;
  margin-right: 1.64%;
  font-size: 1.6rem;
}
.area-filter__item--3col:nth-child(3n), .area-filter__item--3col:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .area-filter__item--3col {
    font-size: 1.3rem;
    width: 32.24%;
  }
}
.area-filter__item--3col label, .area-filter__item--3col a {
  padding: 14px 20px;
}
@media only screen and (max-width: 768px) {
  .area-filter__item--3col label, .area-filter__item--3col a {
    padding: 14px 14px;
  }
}
.area-filter__item--all input:checked + label {
  background: #032052;
}
.area-filter__item--tobu input:checked + label {
  background: #26AC15;
}
.area-filter__item--hokuseibu input:checked + label {
  background: #04B4D4;
}
.area-filter__item--chubu input:checked + label {
  background: #AE68AB;
}
.area-filter__item--seibu input:checked + label {
  background: #04649C;
}
.area-filter__item--nambu input:checked + label {
  background: #E06116;
}
.area-filter__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 4px;
}
@media only screen and (max-width: 768px) {
  .area-filter__image {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
}
.area-filter__item--3col .area-filter__image {
  margin-right: 0;
}
.area-filter__image img {
  display: block;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.area-filter__main {
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .area-filter__main {
    padding-left: 12px;
  }
}
.area-filter__item--3col .area-filter__image + .area-filter__main {
  padding-left: 14px;
}
.area-filter__lg-heading {
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .area-filter__lg-heading {
    font-size: 1.3rem;
  }
}
.area-filter__lg-heading span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .area-filter__lg-heading span {
    font-size: 1.1rem;
  }
}
.area-filter__text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .area-filter__text {
    font-size: 1.2rem;
  }
}

.area-filter-article__heading {
  margin-bottom: 20px;
}
.area-filter-article dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .area-filter-article dl {
    font-size: 1.3rem;
  }
}
.area-filter-article dl dt {
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.area-filter-article dl dd {
  margin-left: 2em;
}

.area-filter-article-chubu dt {
  color: #AE68AB;
}

.area-filter-article-tobu dt {
  color: #3FA72E;
}

.area-filter-article-hokuseibu dt {
  color: #04B4D4;
}

.area-filter-article-nambu dt {
  color: #E06116;
}

.area-filter-article-seibu dt {
  color: #04649C;
}

.writer-filter__heading {
  margin-bottom: 20px;
}

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

.writer-filter__item {
  margin-right: 2em;
  margin-bottom: 20px;
}

.area-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5em;
}
.area-filter--lg-mb {
  margin-bottom: 4em;
}
.area-filter__heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 100%;
}
.area-filter__item {
  position: relative;
  display: block;
  width: 48.9%;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .area-filter__item {
    width: 100%;
    margin-top: 12px;
  }
}
.area-filter__item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.area-filter__item input:checked + label {
  color: #FFFFFF;
}
.area-filter__item input:focus + label {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.area-filter__item label, .area-filter__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #080F1D;
  background: #FFFFFF;
  padding: 17px 24px;
  border-radius: 105px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 5em;
  transition: 0.3s;
}
.area-filter__item label:hover, .area-filter__item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .area-filter__item label, .area-filter__item a {
    padding: 10px 14px;
  }
}
.area-filter__item--3col {
  width: 32.24%;
  margin-right: 1.64%;
  font-size: 1.6rem;
}
.area-filter__item--3col:nth-child(3n), .area-filter__item--3col:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .area-filter__item--3col {
    font-size: 1.3rem;
    width: 100%;
  }
}
.area-filter__item--3col label, .area-filter__item--3col a {
  padding: 14px 20px;
}
@media only screen and (max-width: 768px) {
  .area-filter__item--3col label, .area-filter__item--3col a {
    padding: 14px 14px;
  }
}
.area-filter__item--all input:checked + label {
  background: #032052;
}
.area-filter__item--tobu input:checked + label {
  background: #26AC15;
}
.area-filter__item--hokuseibu input:checked + label {
  background: #04B4D4;
}
.area-filter__item--chubu input:checked + label {
  background: #AE68AB;
}
.area-filter__item--seibu input:checked + label {
  background: #04649C;
}
.area-filter__item--nambu input:checked + label {
  background: #E06116;
}
.area-filter__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 4px;
}
@media only screen and (max-width: 768px) {
  .area-filter__image {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
}
.area-filter__item--3col .area-filter__image {
  margin-right: 0;
}
.area-filter__image img {
  display: block;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.area-filter__main {
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .area-filter__main {
    padding-left: 12px;
  }
}
.area-filter__item--3col .area-filter__image + .area-filter__main {
  padding-left: 14px;
}
.area-filter__lg-heading {
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .area-filter__lg-heading {
    font-size: 1.3rem;
  }
}
.area-filter__lg-heading span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .area-filter__lg-heading span {
    font-size: 1.1rem;
  }
}
.area-filter__text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .area-filter__text {
    font-size: 1.2rem;
  }
}

.category-filter-spot__heading {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.category-filter-spot dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .category-filter-spot dl {
    font-size: 1.5rem;
  }
}
.category-filter-spot dl dt {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.category-filter-spot dl dd {
  margin-left: 2em;
}
@media only screen and (max-width: 768px) {
  .category-filter-spot dl dd {
    margin: 0.5em 0 0.5em 2em;
  }
}

.category-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .category-filter-list {
    font-size: 1.5rem;
  }
}
.category-filter-list li {
  width: 25%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .category-filter-list li {
    width: 100%;
  }
}

.area-filter-image {
  max-width: 639px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.area-filter-image svg {
  width: 100%;
  height: auto;
}
.area-filter-image__map {
  fill: #D6D6D6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area-filter-image__map.is-hover#map-hokuseibu {
  fill: rgba(4, 180, 212, 0.7);
}
.area-filter-image__map.is-hover#map-tobu {
  fill: rgba(38, 172, 21, 0.7);
}
.area-filter-image__map.is-hover#map-chubu {
  fill: rgba(174, 104, 171, 0.7);
}
.area-filter-image__map.is-hover#map-seibu {
  fill: rgba(4, 100, 156, 0.7);
}
.area-filter-image__map.is-hover#map-nambu {
  fill: rgba(224, 97, 22, 0.7);
}
.area-filter-image__map.is-active#map-hokuseibu {
  fill: #04B4D4;
}
.area-filter-image__map.is-active#map-tobu {
  fill: #26AC15;
}
.area-filter-image__map.is-active#map-chubu {
  fill: #AE68AB;
}
.area-filter-image__map.is-active#map-seibu {
  fill: #04649C;
}
.area-filter-image__map.is-active#map-nambu {
  fill: #E06116;
}
.area-filter-image__line-1 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: square;
  stroke-width: 3;
  stroke-dasharray: 6 12;
}
.area-filter-image__line-2 {
  stroke: #FFF;
  stroke-linecap: square;
  stroke-width: 3;
  stroke-dasharray: 6 12;
}
.area-filter-image__text-wrap {
  fill: #FFFFFF;
  stroke-width: 3;
}
.area-filter-image__text-wrap--hokuseibu {
  stroke: #04B4D4;
}
.area-filter-image__text-wrap--tobu {
  stroke: #26AC15;
}
.area-filter-image__text-wrap--chubu {
  stroke: #AE68AB;
}
.area-filter-image__text-wrap--seibu {
  stroke: #04649C;
}
.area-filter-image__text-wrap--nambu {
  stroke: #E06116;
}
.area-filter-image__lg-text {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.area-filter-image__lg-text--hokuseibu {
  fill: #04B4D4;
}
.area-filter-image__lg-text--tobu {
  fill: #26AC15;
}
.area-filter-image__lg-text--chubu {
  fill: #AE68AB;
}
.area-filter-image__lg-text--seibu {
  fill: #04649C;
}
.area-filter-image__lg-text--nambu {
  fill: #E06116;
}
.area-filter-image__sm-text {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.list-page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.8em 0;
}
@media only screen and (max-width: 768px) {
  .list-page-navi {
    display: block;
    margin-bottom: 2em;
  }
}

.sort-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
}

.sort-link {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  background: #EEF0F1;
  padding: 0.3em 1.1em;
  border-radius: 3em;
  margin-left: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sort-link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .sort-link {
    font-size: 1.3rem;
  }
}
.sort-link.is-active {
  background: #032052;
  color: #FFFFFF;
  font-weight: 700;
  pointer-events: none;
}

.bg-gray-line {
  position: relative;
  padding-bottom: 1px;
}
.bg-gray-line::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.74) 74px, rgba(240, 240, 240, 0.74) 74px, rgba(240, 240, 240, 0.74) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.bg-gray {
  background: #F6F6F6;
}

.btn-fav {
  white-space: nowrap;
  display: block;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #0F367A;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 46px;
  padding: 5px 20px 5px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .btn-fav {
    margin-top: 1em;
    font-size: 1.4rem;
    width: 100%;
    padding: 8px 20px 8px 30px;
  }
}
.btn-fav.is-active {
  color: #E06116;
  border-color: #E06116;
}
.btn-fav.is-active::before {
  background-image: url(../img/common/ico_fav_orange.svg);
}
.btn-fav.is-active:hover {
  background: #E06116;
}
@media only screen and (max-width: 768px) {
  .btn-fav--sp-right {
    margin-left: auto;
  }
}
.btn-fav:hover, .btn-fav:focus {
  background: #0F367A;
  color: #ffffff;
}
.btn-fav:hover::before, .btn-fav:focus::before {
  background-image: url(../img/common/ico_fav_white.svg);
}
.btn-fav::before {
  content: "";
  width: 13px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/ico_fav_blue.svg) no-repeat center/contain;
  margin-right: 15px;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* --------------------------------------------------

スライダー

-------------------------------------------------- */
.sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sns-share {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.sns-share--border {
  margin-top: 5em;
  border-top: 1px solid #A9A9A9;
  padding-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .sns-share--border {
    padding-top: 2em;
    margin-bottom: 0;
    margin-top: 2em;
  }
}
.sns-share__item {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.sns-share__item:not(:last-child) {
  margin-right: 2em;
}
@media only screen and (max-width: 768px) {
  .sns-share__item:not(:last-child) {
    margin-right: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .sns-share__item {
    font-size: 1.2rem;
  }
}
.sns-share__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns-share__item a:hover {
  opacity: 0.8;
}
.sns-share__icon {
  width: 2em;
  height: 2em;
  margin-right: 0.666666em;
  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;
}
.sns-share--mb-sm {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sns-share--mb-sm {
    margin-bottom: 30px;
  }
}

.map-area {
  margin: 6em 0 0;
  background: #EFF7F2;
  padding: 1em;
  position: relative;
}
.map-area__heading {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.map-area .ac-p {
  margin: 0;
}
.map-area .ac-p .ac-s-p {
  pointer-events: auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 13px 17px;
  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;
  margin: 0 auto;
  position: relative;
}
.map-area .ac-p .ac-s-p:after {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-left: 1em;
  background: url(/img/common/icon_map_open.svg) no-repeat center center;
}
.map-area .ac-p .ac-s-p.active-ac:after {
  background: url(/img/common/icon_map_close.svg) no-repeat center center;
}
.map-area .map-block .map-wrap {
  width: 100%;
  height: 396px;
}
@media only screen and (max-width: 768px) {
  .map-area .map-block .map-wrap {
    height: 220px;
  }
}
.map-area .map-block .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.map-area .map-block .map-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 0;
}
.map-area .map-block .map-list li {
  width: 50%;
  font-size: 1.6rem;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  .map-area .map-block .map-list li {
    width: 100%;
    padding: 0.25em;
  }
}
.map-area .map-block .map-list li .start {
  color: #009340;
  font-size: 80%;
  padding-left: 2.5em;
}
.map-area .map-block .map-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.map-area .map-block .map-list li a .num {
  border: 1px solid #000000;
  background: #E5E36D;
  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: 1.6em;
  min-width: 1.6em;
  height: 1.6em;
  min-height: 1.6em;
  border-radius: 50%;
  margin-right: 0.5em;
  line-height: 1;
  margin-top: 0.1em;
}

.map-message {
  font-size: 85%;
  line-height: 1.5;
}

.list-rank__item {
  position: relative;
  margin-bottom: 2.7em;
  padding-left: 8px;
}
.list-rank__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .list-rank__item a {
    font-size: 1.5em;
  }
}
.list-rank__item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.list-rank__num {
  position: absolute;
  top: -0.9em;
  left: -0.4em;
  z-index: 5;
  font: 700 2.2rem "EB Garamond", serif;
  background: #D2D2D2;
  width: 2em;
  height: 2em;
  border-radius: 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) {
  .list-rank__num {
    font-size: 1.8rem;
  }
}
.list-rank__num--1 {
  background: #B39B54;
  color: #ffffff;
}
.list-rank__num--2 {
  background: #888CA5;
  color: #ffffff;
}
.list-rank__num--3 {
  background: #E28100;
  color: #ffffff;
}
.list-rank__num--4 {
  background: #DB5362;
  color: #ffffff;
}
.list-rank__num--5 {
  background: #48A79B;
  color: #ffffff;
}
.list-rank__image {
  width: 52.6%;
  max-width: 147px;
  max-height: 147px;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.list-rank__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-rank__title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.47;
}

.filter-area {
  background: #F0F0F0;
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  .filter-area {
    padding: 15px 0;
  }
}

.filter-content {
  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) {
  .filter-content {
    /*display: block;*/
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.filter-content .btn-filter-modal,
.filter-content .input-search {
  border: 1px solid #707070;
  border-radius: 8px;
  background: #ffffff;
  width: 277px;
  height: 64px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .filter-content .btn-filter-modal,
  .filter-content .input-search {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 38px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.filter-content .btn-filter-modal:focus,
.filter-content .input-search:focus {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .filter-content .input-search {
    font-size: 1.7rem;
  }
}
.filter-content .btn-filter-modal {
  margin-right: 10px;
  text-align: left;
  padding: 0 50px 0 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .filter-content .btn-filter-modal {
    margin-right: 0;
    padding: 0 20px 0 10px;
  }
}
.filter-content .btn-filter-modal::before {
  position: absolute;
  top: 45%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
}
@media only screen and (max-width: 768px) {
  .filter-content .btn-filter-modal::before {
    right: 12px;
    width: 5px;
    height: 5px;
  }
}
.filter-content .input-search {
  position: relative;
}
.filter-content .input-search legend {
  display: none;
}
.filter-content .input-search fieldset {
  width: 100%;
  height: 100%;
}
.filter-content .input-search input {
  padding: 0 50px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.filter-content .input-search input::-webkit-input-placeholder {
  color: #000;
}
.filter-content .input-search input::-moz-placeholder {
  color: #000;
}
.filter-content .input-search input:-ms-input-placeholder {
  color: #000;
}
.filter-content .input-search input::-ms-input-placeholder {
  color: #000;
}
.filter-content .input-search input::placeholder {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .filter-content .input-search input {
    padding: 0 50px 0 10px;
  }
}
.filter-content .input-search button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
}

.period-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .period-search {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.period-search > div {
  position: relative;
  border: 1px solid #707070;
  border-radius: 8px;
  background: transparent;
  width: 170px;
  height: 64px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .period-search > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    width: 46%;
  }
}
.period-search > div label {
  display: none;
}
.period-search > div input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  background: #FFF;
  color: #000;
  overflow: hidden;
  font-size: 1.6rem !important;
  position: relative;
}
.period-search > div input::-webkit-input-placeholder {
  color: #000;
}
.period-search > div input::-moz-placeholder {
  color: #000;
}
.period-search > div input:-ms-input-placeholder {
  color: #000;
}
.period-search > div input::-ms-input-placeholder {
  color: #000;
}
.period-search > div input::placeholder {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .period-search > div input {
    padding: 0 0px 0 5px;
    font-size: 1rem;
  }
}
.period-search span {
  display: inline-block;
  padding: 0 0.2em;
}

.filter-content.jalan {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-content.jalan .jalan-search {
  width: 100%;
  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) {
  .filter-content.jalan .jalan-search {
    display: block;
  }
}
.filter-content.jalan .jalan-search .jalan-search-block {
  width: 32%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .filter-content.jalan .jalan-search .jalan-search-block {
    width: 100%;
  }
}
.filter-content.jalan .jalan-search .jalan-search-block::before {
  position: absolute;
  top: 45%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .filter-content.jalan .jalan-search .jalan-search-block::before {
    top: 35%;
  }
}
.filter-content.jalan .jalan-search .jalan-search-block select {
  width: 100%;
  font-size: 1.6rem;
  padding: 1.5em 1em;
  border: none;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 768px) {
  .filter-content.jalan .jalan-search .jalan-search-block select {
    font-size: 1.5rem;
    padding: 0.75em 1em;
    margin-bottom: 10px;
  }
}
.filter-content.jalan .btn-block {
  margin: 1.2em 0 0;
}
.filter-content.jalan .btn-block .btn-filter-clear {
  margin-top: 17px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .btn-filter-modal--category {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    width: 58% !important;
    margin-right: 4% !important;
  }
}

@media only screen and (max-width: 768px) {
  .btn-filter-modal--mokuteki {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    width: 58% !important;
    margin-right: 4% !important;
  }
}

@media only screen and (max-width: 768px) {
  .btn-filter-modal--area {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    width: 38% !important;
  }
}

.modal {
  position: relative;
  z-index: 10000;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  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;
}

.modal__container {
  position: relative;
  background-color: #F0F0F0;
  padding: 3.4em 0 3.5em;
  max-width: 1165px;
  max-height: 90%;
  width: 95vw;
  border-radius: 40px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .modal__container {
    width: 95%;
    padding: 2em 0 2em;
    border-radius: 30px;
  }
}

.modal__inner {
  width: 94%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
  }
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  color: #323131;
  position: absolute;
  top: 28px;
  right: 42px;
  padding-left: 27px;
  font-size: 1.7rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .modal__close {
    top: 20px;
    right: 20px;
    padding-right: 0;
    font-size: 1.2rem;
  }
}
.modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_modal_close.svg) no-repeat center/contain;
}
.modal__close:hover, .modal__close:focus {
  opacity: 0.8;
}
[data-site=child] .modal__close::before, [data-site=kazoku] .modal__close::before {
  background-image: url(../../img/common/ico_close_pink.svg);
}
[data-site=marriage] .modal__close::before {
  background-image: url(../../img/common/ico_close_blue.svg);
}

.download-warning {
  text-align: center;
  color: #00449e;
}
.download-warning p {
  margin: 2em;
  position: relative;
}
.download-warning p::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 2em;
  background-image: url(../img/common/warning.svg);
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .download-warning p::before {
    width: 35px;
    height: 35px;
  }
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
	Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.tag-filter {
  margin-right: -13px;
}
@media only screen and (max-width: 768px) {
  .tag-filter {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.tag-filter__heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .tag-filter__heading {
    margin-bottom: 10px;
  }
}
.tag-filter__item {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-right: 13px;
}
@media only screen and (max-width: 768px) {
  .tag-filter__item {
    margin-top: 17px;
  }
}
.tag-filter__item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tag-filter__item input:checked + label {
  background: #0F367A;
  color: #ffffff;
}
.tag-filter__item input:hover + label, .tag-filter__item input:focus + label {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.tag-filter__item label {
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 9px;
  padding: 4.5px 14px;
  cursor: pointer;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  white-space: nowrap;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .tag-filter__item label {
    line-height: 1.8;
  }
}

.article-head__title {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.47;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .article-head__title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.article-head__title span {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .article-head__title span {
    font-size: 1.2rem;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.article-head__cat-wrap {
  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;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .article-head__cat-wrap {
    display: block;
  }
}

.list-post-lg {
  margin-bottom: 45px;
}
.list-post-lg__title {
  position: absolute;
  top: 85px;
  left: 0;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  z-index: 10;
  max-width: calc(100% - 1em);
}
@media only screen and (max-width: 768px) {
  .list-post-lg__title {
    top: 1em;
    font-size: 1.6rem;
    line-height: 1.7;
    max-width: 100%;
  }
}
.list-post-lg__title span {
  background: #ffffff;
  padding: 8px 20px 12px 30px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  white-space: nowrap;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .list-post-lg__title span {
    padding: 0.4em 0.3em 0.4em 0.3em;
  }
}
.list-post-lg__image {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  position: relative;
}
.list-post-lg__image::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 45.4%;
}
@media only screen and (max-width: 768px) {
  .list-post-lg__image::before {
    padding-top: 64.2%;
  }
}
.list-post-lg__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-post-lg__info {
  margin-left: auto;
  margin-right: 0;
  margin-top: -19px;
  position: relative;
  z-indec: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.list-post-lg__info .list-icon {
  width: auto;
  max-width: calc(100% - 100px);
  background: #ffffff;
  padding: 15px 0 15px 36px;
}
@media only screen and (max-width: 768px) {
  .list-post-lg__info {
    width: 100%;
    margin: 0;
  }
  .list-post-lg__info .list-icon {
    padding: 0;
    max-width: initial;
  }
}

/* --------------------------------------------------

ページング、検索結果、検索条件

-------------------------------------------------- */
.conditions {
  margin: 0 auto;
  padding: 2% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .conditions {
    display: block;
  }
}
.conditions .btn-delete {
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete {
    text-align: right;
  }
}
.conditions .btn-delete a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0.2em 0;
  padding: 0.35em 0.9em 0.35em 0.9em;
  background: #ffffff;
  border: 1px solid #B6B6B6;
  display: block;
  border-radius: 2em;
  white-space: nowrap;
  position: relative;
  /*&::before {
   	position: absolute;
   	top: 50%;
   	right: 15px;
   	transform: translateY(-50%);
  	content: "";
  	width: 17px;
  	height: 17px;
  	display: block;
  	background: url(../img/common/ico_conditions_close.svg) no-repeat center / contain;
  	}*/
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete a {
    margin-top: 1em;
    display: inline-block;
    font-size: 1.2rem;
  }
}
.conditions .paging-result {
  float: right;
  font-weight: bold;
}
.conditions dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .conditions dl {
    width: 100%;
    display: block;
  }
}
.conditions dt {
  white-space: nowrap;
  font-weight: 400;
  height: 2.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .conditions dt {
    margin: 0 0 1em 0;
    height: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .conditions dd {
    width: calc(100% + 0.5em);
    margin-left: -0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.conditions dd a, .conditions dd span {
  padding: 0.35em 42px 0.35em 0.9em;
  margin: 0.3em 0.25em;
  display: inline-block;
  border: 1px solid #B6B6B6;
  background: #ffffff;
  border-radius: 22px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.conditions dd a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url(../img/common/ico_conditions_close.svg) no-repeat center/contain;
}
.conditions a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------

form

-------------------------------------------------- */
.form-area button, .form-area fieldset, .form-area form, .form-area input, .form-area label, .form-area legend, .form-area select, .form-area textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.form-area fieldset {
  border: none;
  display: block;
}
.form-area fieldset span {
  display: inline-block;
}
.form-area legend {
  /*display: none;*/
}
.form-area .galleries-select {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .form-area .galleries-select {
    margin: 1em 0;
  }
}
.form-area .galleries-select span {
  margin-right: 2em;
  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) {
  .form-area .galleries-select span {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.form-area textarea {
  width: 100%;
  min-height: 7em;
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  resize: none;
  height: 148px;
}
.form-area textarea::-webkit-input-placeholder {
  color: #A2A2A2;
}
.form-area textarea::-moz-placeholder {
  color: #A2A2A2;
}
.form-area textarea:-ms-input-placeholder {
  color: #A2A2A2;
}
.form-area textarea::-ms-input-placeholder {
  color: #A2A2A2;
}
.form-area textarea::placeholder {
  color: #A2A2A2;
}
.form-area textarea:focus {
  border-color: #000;
}
.form-area button {
  padding: 0.5em 0.8em;
  cursor: pointer;
  vertical-align: middle;
}
.form-area input[type=checkbox], .form-area input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
}
.form-area input[type=checkbox] + label, .form-area input[type=radio] + label {
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: middle;
}
.form-area #credit-check + label,
.form-area #deliverable + label {
  padding-bottom: 0.5em;
}
.form-area input[type=text], .form-area input[type=tel], .form-area input[type=email] {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0.7em 1em 0.9em;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  outline: none;
  border: 1px solid #BFBFBF;
}
.form-area input[type=text]::-webkit-input-placeholder, .form-area input[type=tel]::-webkit-input-placeholder, .form-area input[type=email]::-webkit-input-placeholder {
  color: #A2A2A2;
}
.form-area input[type=text]::-moz-placeholder, .form-area input[type=tel]::-moz-placeholder, .form-area input[type=email]::-moz-placeholder {
  color: #A2A2A2;
}
.form-area input[type=text]:-ms-input-placeholder, .form-area input[type=tel]:-ms-input-placeholder, .form-area input[type=email]:-ms-input-placeholder {
  color: #A2A2A2;
}
.form-area input[type=text]::-ms-input-placeholder, .form-area input[type=tel]::-ms-input-placeholder, .form-area input[type=email]::-ms-input-placeholder {
  color: #A2A2A2;
}
.form-area input[type=text]::placeholder, .form-area input[type=tel]::placeholder, .form-area input[type=email]::placeholder {
  color: #A2A2A2;
}
@media only screen and (max-width: 768px) {
  .form-area input[type=text], .form-area input[type=tel], .form-area input[type=email] {
    font-size: 1.7rem;
    padding: 0.4em 0.8em;
  }
}
.form-area input[type=text]:focus, .form-area input[type=tel]:focus, .form-area input[type=email]:focus {
  border-color: #000;
}
.form-area select {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.9em 3em 0.9em 1em;
  border: 1px solid #BFBFBF;
  border-radius: 0;
  background: url(../img/common/ico_arrow_select.svg) no-repeat center right 20px/15px auto, #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 55px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 768px) {
  .form-area select {
    background: url(../img/common/ico_arrow_select.svg) no-repeat center right 10px/12px auto, #ffffff;
    font-size: 1.4rem;
    padding: 0.4em 2.5em 0.4em 0.8em;
    height: 37px;
  }
}
.form-area select:focus {
  border-color: #000;
}
.form-area select option[selected],
.form-area select option[active] {
  color: #FFF;
  background: #323131;
}
.form-area input[type=file] {
  padding: 5px 0;
  border: none !important;
}
.form-area .label-name {
  margin: 0px 7px 0 0;
  display: inline-block;
}
.form-area input.text-ss,
.form-area select.text-ss {
  width: 153px;
}
@media only screen and (max-width: 768px) {
  .form-area input.text-ss,
  .form-area select.text-ss {
    width: 80px;
  }
}
.form-area input.text-s,
.form-area select.text-s {
  width: 50.6%;
}
@media only screen and (max-width: 768px) {
  .form-area input.text-s,
  .form-area select.text-s {
    width: 60%;
  }
}
.form-area fieldset legend {
  font-size: 1.6rem;
}
.term-select span {
  margin: 0 0.5em;
}

.txt-required {
  color: #F00;
}

.link-reminder {
  margin: 1em 0 2em;
  text-align: center;
}

.form-area {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
}
.form-area--complete {
  max-width: 840px;
}
.form-area--lg {
  max-width: none;
}
.form-area .table-form h3 {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl,
  .form-area .table-form > div {
    width: 100%;
    display: block;
  }
}
.form-area .table-form > dl > dt,
.form-area .table-form > div > dt {
  font-size: 1.9rem;
  font-weight: 700;
  padding: 0.52em 1em;
  letter-spacing: 0;
  text-align: left;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dt,
  .form-area .table-form > div > dt {
    font-size: 1.6rem;
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > fieldset,
.form-area .table-form > div > fieldset {
  display: contents;
}
.form-area .table-form > dl > fieldset > legend,
.form-area .table-form > div > fieldset > legend {
  font-size: 1.9rem;
  font-weight: 700;
  padding: 0.52em 1em;
  margin-bottom: 0;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > fieldset > legend,
  .form-area .table-form > div > fieldset > legend {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
    font-size: 1.6rem;
  }
}
.form-area .table-form > dl > dd,
.form-area .table-form > div > dd {
  padding: 1em 0 1.5em;
}
.form-area .table-form > dl > dd,
.form-area .table-form > dl .form-content,
.form-area .table-form > div > dd,
.form-area .table-form > div .form-content {
  padding: 0.5em 0 1.5em;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-area .table-form > dl > dd span,
.form-area .table-form > dl .form-content span,
.form-area .table-form > div > dd span,
.form-area .table-form > div .form-content span {
  margin: 0 0.3em 0.3em;
}
.form-area .table-form > dl > dd input,
.form-area .table-form > dl .form-content input,
.form-area .table-form > div > dd input,
.form-area .table-form > div .form-content input {
  border: 1px solid #BFBFBF;
}
.form-area .table-form > dl > dd button,
.form-area .table-form > dl .form-content button,
.form-area .table-form > div > dd button,
.form-area .table-form > div .form-content button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dd,
  .form-area .table-form > dl .form-content,
  .form-area .table-form > div > dd,
  .form-area .table-form > div .form-content {
    width: 100%;
    display: block;
    border-bottom: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-area .table-form > dl > dd button,
  .form-area .table-form > dl .form-content button,
  .form-area .table-form > div > dd button,
  .form-area .table-form > div .form-content button {
    font-size: 1.3rem;
    padding: 0.5em 0.8em;
  }
}
.form-area .table-form > dl .form-content > div,
.form-area .table-form > dl .form-content > fieldset > div,
.form-area .table-form > div .form-content > div,
.form-area .table-form > div .form-content > fieldset > div {
  margin-bottom: 0.6em;
}
.form-area .table-form > dl .form-content > div:last-child,
.form-area .table-form > dl .form-content > fieldset > div:last-child,
.form-area .table-form > div .form-content > div:last-child,
.form-area .table-form > div .form-content > fieldset > div:last-child {
  margin: 0;
}
.form-area .table-form > dl .form-content > div label,
.form-area .table-form > dl .form-content > fieldset > div label,
.form-area .table-form > div .form-content > div label,
.form-area .table-form > div .form-content > fieldset > div label {
  width: 6em;
  min-width: 6em;
  margin-bottom: 0.5em;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .form-content > div label,
  .form-area .table-form > dl .form-content > fieldset > div label,
  .form-area .table-form > div .form-content > div label,
  .form-area .table-form > div .form-content > fieldset > div label {
    width: 100%;
  }
}
.form-area .table-form > dl .form-content > div select + input,
.form-area .table-form > dl .form-content > fieldset > div select + input,
.form-area .table-form > div .form-content > div select + input,
.form-area .table-form > div .form-content > fieldset > div select + input {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .form-content > div select + input,
  .form-area .table-form > dl .form-content > fieldset > div select + input,
  .form-area .table-form > div .form-content > div select + input,
  .form-area .table-form > div .form-content > fieldset > div select + input {
    margin: 0.7em 0 0;
  }
}
.form-area .table-form > dl .form-content > div legend,
.form-area .table-form > dl .form-content > fieldset > div legend,
.form-area .table-form > div .form-content > div legend,
.form-area .table-form > div .form-content > fieldset > div legend {
  display: none;
}
.form-area .table-form > dl .form-content > fieldset > legend,
.form-area .table-form > div .form-content > fieldset > legend {
  display: none;
}
.form-area .table-form > dl .form-content .select-block,
.form-area .table-form > div .form-content .select-block {
  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;
}
.form-area .table-form > dl .form-content .select-block label,
.form-area .table-form > div .form-content .select-block label {
  width: auto;
}
.form-area .table-form > dl .form-content .select-block > div,
.form-area .table-form > div .form-content .select-block > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-area .table-form > dl .form-content input:focus,
.form-area .table-form > div .form-content input:focus {
  border-color: #000;
}
.form-area p.txt-error {
  color: #BE2439;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .form-area p.txt-error {
    font-size: 1.4rem;
  }
}
.form-area p.txt-example {
  margin-top: 8px;
  margin-bottom: 8px;
}
.form-area strong.txt-required {
  color: #D2032F;
  padding: 0 0.6em;
  font-size: 1.5rem;
  background: #ffffff;
  border: 1px solid #E40434;
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 500;
  line-height: 1.33;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.form-area .agree-part {
  margin: 0 0 3.8em;
  line-height: 1.76;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part {
    margin: 2em 0;
  }
}
.form-area .agree-part__heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part__heading {
    font-size: 1.6rem;
  }
}
.form-area .agree-part .check-agree {
  margin: 1.2em 0;
  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;
}
.form-area .agree-part .check-agree fieldset {
  margin-bottom: 0;
}
.form-area .agree-part .check-agree input {
  margin-right: 0.88em;
  display: inline-block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part .check-agree input {
    margin-right: 0.5em;
  }
}
.form-area .agree-part .check-agree input:focus {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.form-area .agree-part .check-agree label {
  letter-spacing: 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part .check-agree label {
    font-size: 1.5rem;
  }
}
.form-area .agree-part .check-agree legend {
  display: none;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part {
    text-align: left;
  }
}
.form-area .agree-part strong.txt-required {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.form-area .agree-part a:link,
.form-area .agree-part a:visited {
  text-decoration: underline;
}
.form-area .agree-part .txt-error {
  text-align: center;
  margin-top: 8px;
}
.form-area .btn-block {
  margin: 4.65em 0 0;
}
.form-area .btn-block.btn-aiplan {
  margin: 2em 0 0;
}
@media only screen and (max-width: 768px) {
  .form-area .btn-block {
    margin: 2em 0;
  }
}
.form-area .btn-block button {
  width: 346px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-area .btn-block button {
    width: 100%;
    max-width: none;
  }
}
.form-area .btn-block a {
  width: 346px;
  text-align: center;
  display: block;
  max-width: 290px;
}
@media only screen and (max-width: 768px) {
  .form-area .btn-block a {
    width: 100%;
    max-width: none;
  }
}
.form-area .complete-part {
  margin: 4.5em 0 6em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part {
    margin: 1.8em 0 3em;
  }
}
.form-area .complete-part p {
  line-height: 1.875em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p {
    text-align: left;
  }
}
.form-area .complete-part p.txt-complete {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.42em;
  color: #0F367A;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    text-align: center;
  }
}
.form-area .complete-part .list-complete {
  text-align: left;
  margin-top: 4.3em;
}
.form-area .complete-part .list-complete li {
  text-indent: -30px;
  padding-left: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 1.875em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part .list-complete li {
    font-size: 1.4rem;
  }
}
.form-area .complete-part .list-complete li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #0F367A;
  margin-right: 20px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* --------------------------------------------------

recaptcha-area

-------------------------------------------------- */
.recaptcha-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}
.check-list li input[type=checkbox] {
  margin-right: 0.5rem;
}

.select-photo {
  background-color: #EFF7F2;
  border-radius: 10px;
  padding: 2em;
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.select-photo h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.select-photo ul > li {
  padding-left: 1em;
  list-style: none;
  position: relative;
}
.select-photo ul > li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  left: 0;
  top: 0.8em;
}

.file-upload-thumbnail {
  display: block;
}

.form-note {
  margin-top: 30px;
  padding: 25px;
  background: #F5F5F5;
  margin-bottom: 2em;
}
.form-note__item {
  position: relative;
  line-height: 1.5;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.form-note__item:not(:last-of-type) {
  margin-bottom: 28px;
}
.form-note__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #032052;
}

.form-head {
  margin-bottom: 55px;
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .form-head {
    margin-bottom: 30px;
  }
}
.form-head--mblg {
  margin-bottom: 113px;
}
@media only screen and (max-width: 768px) {
  .form-head--mblg {
    margin-bottom: 60px;
  }
}
.form-head__heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.48;
  padding-left: 1.4em;
  margin-bottom: 22px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form-head__heading {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.form-head__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 6px;
  height: calc(100% - 0.52em);
  display: block;
  background: #0F367A;
}
.form-head__text {
  line-height: 1.76;
  letter-spacing: 0;
}

.step-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 920px;
  max-width: 100%;
  position: relative;
  margin: 0.1em auto 3.9em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .step-bar ul {
    margin-bottom: 1em;
  }
}

.step-bar li {
  font-size: 1.6rem;
  position: relative;
  width: 33.333%;
  letter-spacing: 0.1em;
  color: #032052;
}

.step-bar li:after {
  background: #032052;
  content: "";
  width: calc(100% - 6em);
  height: 2px;
  position: absolute;
  left: calc(-50% + 3em);
  right: auto;
  top: 1.8em;
}
@media only screen and (max-width: 768px) {
  .step-bar li:after {
    width: calc(100% - 4em);
    left: calc(-50% + 2em);
    top: 1.5em;
  }
}

.step-bar li:first-child:after {
  display: none;
}

.step-bar li span {
  background: #ffffff;
  border: 2px solid #032052;
  color: #032052;
  margin-bottom: 20px;
  border-radius: 50%;
  font-size: 2rem;
  width: 55px;
  height: 55px;
  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;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .step-bar li span {
    width: 40px;
    height: 40px;
    padding: 0.1em 0.7em;
    margin-bottom: 10px;
  }
}

.step-bar .visited:after {
  background: #323131;
}

.step-bar .visited span {
  background: #323131;
  color: #FFF;
  z-index: 10;
}

.step-bar li:nth-child(2).visited span {
  background: #323131;
}

.step-bar li:last-child.visited span {
  background: #323131;
}

@media only screen and (max-width: 768px) {
  .step-bar ul {
    width: 100%;
  }
  .step-bar ul li {
    font-size: 1.4rem;
    padding: 0 0.2em;
  }
  .step-bar ul li span {
    font-size: 1.8rem;
  }
}
.info-table {
  margin: 48px 0 40px;
}
@media only screen and (max-width: 768px) {
  .info-table {
    margin: 20px 0;
  }
}
.info-table__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}
@media only screen and (max-width: 768px) {
  .info-table__inner {
    display: block;
  }
}
.info-table__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 768px) {
  .info-table__item {
    width: 100%;
  }
}
.info-table__item:nth-child(2n+1):last-child {
  width: 100%;
}
.info-table__item dt {
  background: #F0F0F0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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) {
  .info-table__item dt {
    width: 110px;
    font-size: 1.3rem;
  }
}
.info-table__item dd {
  letter-spacing: 0.1em;
  line-height: 1.47;
  padding: 10px 20px;
  min-height: 65px;
  width: calc(100% - 200px);
  text-align: left;
  /*display: flex;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .info-table__item dd {
    width: calc(100% - 110px);
    min-height: auto;
  }
}
.info-table__item dd.table-link-list a {
  display: block;
}
.info-table__item dd a[href] {
  word-break: break-all;
  color: #0F367A;
  text-decoration: underline;
  border: none;
  padding: 0;
}
.info-table__item dd a[href][target=_blank]::before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/ico_external_blue.svg) no-repeat center/contain;
  margin-right: 10px;
  vertical-align: middle;
}
.info-table__item dd a[href].related-file::before {
  background: url(../img/common/ico_paper.svg) no-repeat center/contain;
}
.info-table__item dd a[href]:hover {
  text-decoration: none;
}
.info-table__note {
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: right;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .info-table__note {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 10px;
  }
}

.photos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .photos-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.photos-list > li {
  width: 22%;
  margin: 0 4% 2em 0;
  text-indent: 0;
  padding: 0;
}
.photos-list > li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .photos-list > li {
    width: 46%;
    margin: 0 8% 1em 0;
  }
  .photos-list > li:nth-child(3n) {
    margin: 0 8% 1em 0;
  }
  .photos-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
.photos-list > li .photos-list {
  float: none;
  width: 100%;
  margin: 0;
}
.photos-list > li .photos-list > div {
  background: #ebebeb;
  padding-top: 75%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.photos-list > li .photos-list > div > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media all and (-ms-high-contrast: none) {
  .photos-list > li .photos-list > div > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.photos-list > li .photos-list figcaption {
  font-size: 90%;
  text-align: left;
}

.side-cate-area {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 3em;
}
.side-cate-area .icon-tag {
  color: #323131;
}
@media only screen and (max-width: 1070px) {
  .side-cate-area .icon-tag {
    font-size: 1.4rem !important;
    padding: 0.5em 1.1em;
  }
}
.side-cate-area .area-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.side-cate-area .area-list-icon dt {
  width: 6em;
  min-width: 6em;
  margin: 0;
}
@media only screen and (max-width: 1070px) {
  .side-cate-area .area-list-icon dt {
    width: 100%;
  }
}
@media only screen and (max-width: 1070px) {
  .side-cate-area .area-list-icon dt .list-icon__item {
    display: block;
  }
}
@media only screen and (max-width: 1070px) {
  .side-cate-area .area-list-icon dt .list-icon__item .icon-area {
    display: block;
    font-size: 1.4rem;
  }
}
.side-cate-area .area-list-icon dd {
  width: calc(100% - 6em);
  min-width: 6em;
  margin: 0;
}
@media only screen and (max-width: 1070px) {
  .side-cate-area .area-list-icon dd {
    width: 100%;
  }
}
@media only screen and (max-width: 1070px) {
  .side-cate-area .area-list-icon dd .list-icon__item {
    margin-bottom: 0.5em;
  }
}
.side-cate-area .area-list-icon dd .icon-city {
  color: #323131;
  border: 1px solid #AEAEAE;
  font-weight: 500;
}
@media only screen and (max-width: 1070px) {
  .side-cate-area .area-list-icon dd .icon-city {
    font-size: 1.4rem !important;
  }
}

.side-author-area {
  margin-bottom: 3em;
}
@media only screen and (max-width: 1070px) {
  .side-author-area {
    font-size: 1.6rem;
  }
}
.side-author-area .list-author li {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1070px) {
  .side-author-area .list-author li {
    margin-bottom: 10px;
  }
}
.side-author-area .list-author__image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
  border: 1px solid #323131;
}
.side-author-area .list-author__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-author-area .list-author__name {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.side-author-area .list-author__name a:link {
  text-decoration: underline;
}
.side-author-area .list-author__name a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1070px) {
  .side-author-area .list-author__name {
    font-size: 1.5rem;
  }
}
.side-author-area .list-author__intro {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  word-break: break-all;
}
@media only screen and (max-width: 1070px) {
  .side-author-area .list-author__intro {
    font-size: 1.2rem;
  }
}

.tab {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #080f1d;
}
@media only screen and (max-width: 768px) {
  .tab {
    margin-top: -1em;
    margin-bottom: 1em;
  }
}
.tab__list {
  margin-top: 20px;
  /*width: 32.456%;*/
  /*width: 42.456%;*/
  width: 48.684%;
  max-width: 458px;
  margin-right: 2.632%;
}
.tab__list:nth-child(3n), .tab__list:last-child {
  margin-right: 0;
}
.tab__list a {
  background: #f0f0f0;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  display: block;
  text-align: center;
  color: #5f5e5e;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 1.1em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab__list a.visittab {
  padding: 0.7em 0;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .tab__list a {
    letter-spacing: 0.05em;
  }
}
.tab__list a[target=_blank]::before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/ico_external_blue.svg) no-repeat center/contain;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .tab__list a[target=_blank]::before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .tab__list a {
    font-size: 1.3rem;
    padding: 0.6em 0;
    line-height: 1.2;
    min-height: 48px;
    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;
  }
}
.tab__list a:hover, .tab__list a:focus {
  border-color: #3F444E;
  border-width: 2px;
  color: #000;
}
.tab__list.is-active {
  margin-top: 0;
}
.tab__list.is-active a {
  position: relative;
  top: 2px;
  background: #fff;
  border-top: 2px solid #080f1d;
  border-right: 2px solid #080f1d;
  border-left: 2px solid #080f1d;
  padding: 1.3em 0;
  font-size: 2.1rem;
  color: #080f1d;
}
.tab__list.is-active a.visittab {
  padding: 1em 0;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .tab__list.is-active a {
    top: 3px;
    font-size: 1.3rem;
    padding: 0.9em 0;
    min-height: 50px;
  }
}
.tab__list.is-active a:hover, .tab__list.is-active a:focus {
  color: #032052;
}
.tab__list--2col {
  width: 48.684%;
  max-width: 458px;
}

.tab--4col {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #080f1d;
}
.tab--4col .tab__list {
  margin-top: 20px;
  width: 23.6%;
  margin-right: 1.632%;
}
.tab--4col .tab__list:nth-child(4n), .tab--4col .tab__list:last-child {
  margin-right: 0;
}

.paragraph-block {
  margin: 1em 0;
}
.post-sttl-small + .paragraph-block {
  margin-top: 0 !important;
}
.paragraph-block ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.paragraph-block ul li.important {
  color: #BE2439;
}
.paragraph-block ul li::before {
  content: "・";
}
.paragraph-block ul li a {
  color: #005dff;
  text-decoration: underline;
}
.paragraph-block ul li a:hover {
  text-decoration: none;
}
.paragraph-block ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 3.4em !important;
}
@media only screen and (max-width: 768px) {
  .link-list {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
  }
}
.link-list li::before {
  content: none !important;
}
.link-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
  padding-left: 0 !important;
}
.link-list__item:not(:last-child) {
  margin-right: 2%;
}
@media only screen and (max-width: 768px) {
  .link-list__item:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .link-list__item {
    width: 100%;
  }
  .link-list__item:not(:last-child) {
    margin-bottom: 0.6em;
  }
}
.link-list__item a {
  width: 100%;
  display: block;
  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;
  border: 1px solid #032052;
  border-radius: 34px;
  background: #fff;
  color: #032052;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.4706;
  text-align: center;
  padding: 0.45em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .link-list__item a {
    padding: 0.6em 0.45em;
    font-size: 1.5rem;
  }
}
.link-list__item a:hover {
  background: #032052;
  color: #fff !important;
}
.link-list__item.is-active a {
  background: #032052;
  color: #fff !important;
}

.paragraph-block-label {
  color: #0F367A;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.421;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .paragraph-block-label {
    font-size: 1.5rem;
  }
}

.language h2 {
  padding: 0.7em 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .language h2 {
    font-size: 2.8rem;
    padding-bottom: 0;
  }
}
.language h2 + h3 {
  margin-top: 0;
}
.language h3 {
  border-bottom: none;
  margin: 3.5em 0 1.5em 0;
  padding-left: 1.7em;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .language h3 {
    padding-left: 1em;
    margin: 2em 0 0 0;
  }
}
.language h4 {
  font-size: 2.1rem;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 1.9em;
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 768px) {
  .language h4 {
    margin-bottom: 0;
  }
}
.language h4::before {
  content: "";
  background: #3FA72E;
  width: 0.666666em;
  height: 0.666666em;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.75em;
  margin-bottom: 0.3em;
}
.language p {
  letter-spacing: 0.1em;
  line-height: 2.058;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .language p {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .language p + h3 {
    margin-top: 0;
  }
}
.language ul li {
  margin-bottom: 0.4em;
}
.language ul li:before {
  top: 0.6em;
}
.language > a[href] {
  color: #0F367A;
  letter-spacing: 0.1em;
}

.btn-reserve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #A9A9A9;
  border-radius: 6px;
  padding: 0.55em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-reserve:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .btn-reserve {
    position: relative;
    margin-top: 1.3em;
  }
}

.c-red {
  color: #BE2439;
}

.volunteer__top-image {
  margin-bottom: 3.2em;
}
@media only screen and (max-width: 768px) {
  .volunteer__top-image {
    margin-bottom: 1rem;
  }
}
.volunteer__top-image img {
  display: block;
}
.volunteer__lead {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.47;
}
@media only screen and (max-width: 768px) {
  .volunteer__lead {
    font-size: 1.6rem;
  }
}
.volunteer ul > li {
  padding-left: 0;
}
.volunteer ul > li::before {
  content: none;
}
.volunteer h3, .volunteer .post-sttl-small {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.47;
  border: none;
  padding: 0;
  color: #0F367A;
}
@media only screen and (max-width: 768px) {
  .volunteer h3, .volunteer .post-sttl-small {
    font-size: 1.7rem;
  }
}
.volunteer h3::before, .volunteer .post-sttl-small::before {
  content: none;
}
.volunteer h2 {
  font-size: 2.5rem;
  line-height: 1.48;
  padding: 0 0 1em;
  margin: 1.6em 0;
}
@media only screen and (max-width: 768px) {
  .volunteer h2 {
    font-size: 2rem;
    margin: 1em 0 0.5em;
  }
}
.volunteer a[href] {
  color: inherit;
  text-decoration: none;
}
.volunteer .list-post {
  margin-bottom: 2.7em;
}
@media only screen and (max-width: 768px) {
  .volunteer .list-post {
    margin-bottom: 1.5em;
  }
}
.volunteer .list-post__image::before {
  padding-top: 61.8%;
}
.volunteer .list-post__volunteer {
  text-decoration: underline;
  margin: 0.5em 0 0.3em;
}
@media only screen and (max-width: 768px) {
  .volunteer .list-post__volunteer {
    margin: 0.5em 0 0.3em;
  }
}
.volunteer .list-post__link {
  padding-top: 0.3em;
}
.volunteer .list-post .icon-area {
  position: absolute;
  top: 24px;
  right: 10px;
  z-index: 1;
}
.volunteer .list-post.is-hover .list-post__volunteer {
  text-decoration: none;
}

.volunteer-detail h2 {
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  line-height: 1.47;
}
.volunteer-detail h3, .volunteer-detail .post-sttl-small {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.48;
  padding: 0 0 1.1em;
  margin: 2.65em 0 2.1em;
  border-bottom: 1px solid #c5c5c5;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail h3, .volunteer-detail .post-sttl-small {
    padding: 0 0 0.8em;
  }
}
.volunteer-detail h3::before, .volunteer-detail .post-sttl-small::before {
  top: auto;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 114px;
  height: 3px;
  background: #0F367A;
}
.volunteer-detail h4 {
  color: #080F1D;
  font-size: 2.2rem;
  margin: 0 0 0.9em 0;
  background: #E4F5F8;
  padding: 0.47em 0.5em 0.6em 1em;
  position: relative;
}
.volunteer-detail h4::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 6px;
  height: 22px;
  display: block;
  background: #0F367A;
}

.volunteer-detail-top figure {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8em;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail-top figure {
    margin-bottom: 1em;
  }
}
.volunteer-detail-top p {
  max-width: 900px;
  margin: 0 auto 5.6em;
  line-height: 1.47;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail-top p {
    margin: 0 auto 3em;
  }
}

.volunteer-detail-post ul {
  margin: 0;
  list-style-type: none;
}
.volunteer-detail-post ul > li {
  padding-left: 0;
}
.volunteer-detail-post ul > li::before {
  content: none;
}

.volunteer-detail-list ul {
  margin-bottom: 2.7em;
}
.volunteer-detail-list ul > li {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6em;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail-list ul > li {
    font-size: 1.6rem;
  }
}
.volunteer-detail-list ul > li::before {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.volunteer-detail-info .volunteer-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.76em;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail-info .volunteer-table {
    display: block;
  }
}
.volunteer-detail-info dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail-info dl {
    width: 100%;
    font-size: 1.4rem;
  }
}
.volunteer-detail-info dl dt {
  width: 177px;
  padding: 1.35em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail-info dl dt {
    width: 110px;
    padding: 1em;
  }
}
.volunteer-detail-info dl dd {
  padding: 1.35em 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .volunteer-detail-info dl dd {
    padding: 1em;
  }
}
.volunteer-detail-info dl dd a[href][target=_blank] {
  color: #0F367A;
  text-decoration: underline;
  border: none;
  padding: 0;
}
.volunteer-detail-info dl dd a[href][target=_blank]::before {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.volunteer-detail-info dl dd a[href][target=_blank]:hover {
  text-decoration: none;
}
.volunteer-detail-info a[href] {
  border: 2px solid #0F367A;
  border-radius: 48px;
  padding: 0.9em 1.8em;
  display: block;
  text-decoration: underline;
}
.volunteer-detail-info a[href][target=_blank]::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/common/ico_external_blue.svg) no-repeat center/contain;
  margin-right: 23px;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.volunteer-detail-info a[href][href*=mailto] {
  border: none;
  padding: 0.9em 0;
}
.volunteer-detail-info a[href]:hover {
  text-decoration: none;
}
.volunteer-detail-info h4 {
  margin: 2.5em 0 1.2em;
}

.list-volunteer {
  padding-bottom: 0.8em;
}
.list-volunteer__image {
  position: relative;
  margin-bottom: 0.76em;
}
.list-volunteer__image::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 62%;
}
.list-volunteer__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-volunteer__text {
  letter-spacing: 0.1em;
  line-height: 1.47;
  display: block;
}

.reborn .lead {
  font-size: 110%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .reborn .lead {
    font-size: 90%;
  }
}
.reborn .link-list {
  margin-bottom: 2em !important;
}
.reborn .link-list li {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .reborn .link-list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0.5em;
  }
}
.reborn .link-list li a {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 768px) {
  .reborn .link-list li a {
    font-size: 80%;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .reborn .link-list li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.reborn .link-list li:nth-child(4n) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
  .reborn .link-list li:nth-child(4n) {
    margin-right: 5% !important;
  }
}
.reborn ul > li {
  padding-left: 0;
}
.reborn ul > li::before {
  content: none;
}
.reborn h3, .reborn .post-sttl-small {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.47;
  border: none;
  padding: 0;
  color: #0F367A;
}
@media only screen and (max-width: 768px) {
  .reborn h3, .reborn .post-sttl-small {
    font-size: 1.7rem;
  }
}
.reborn h3::before, .reborn .post-sttl-small::before {
  content: none;
}
.reborn h2 {
  font-size: 2.5rem;
  line-height: 1.48;
  padding: 0 0 1em;
  margin: 1.6em 0;
}
@media only screen and (max-width: 768px) {
  .reborn h2 {
    font-size: 2rem;
    margin: 1em 0 0.5em;
  }
}
.reborn a[href] {
  color: inherit;
  text-decoration: none;
}
.reborn .list-post {
  margin-bottom: 2.7em;
}
@media only screen and (max-width: 768px) {
  .reborn .list-post {
    margin-bottom: 1.5em;
  }
}
.reborn .list-post__image::before {
  padding-top: 61.8%;
}
.reborn .list-post__reborn {
  text-decoration: underline;
  margin: 0.5em 0 0.3em;
}
@media only screen and (max-width: 768px) {
  .reborn .list-post__reborn {
    margin: 0.5em 0 0.3em;
  }
}
.reborn .list-post__reborn__lead {
  margin-top: 0;
}
.reborn .list-post__link {
  padding-top: 0.3em;
}
.reborn .list-post.is-hover .list-post__volunteer {
  text-decoration: none;
}
.reborn .btn-block a:hover {
  color: #FFF !important;
}

.reborn-detail .info-table__item dd {
  min-height: auto !important;
}
@media only screen and (max-width: 768px) {
  .reborn-detail .article-head__title span {
    display: inline-block !important;
  }
}

.sagagyu .top-ttl {
  margin: 3em 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sagagyu .top-ttl {
    margin: 0.5em 0;
  }
}
.sagagyu .top-ttl img {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sagagyu .top-ttl img {
    width: 90%;
  }
}
.sagagyu .lead {
  font-size: 110%;
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sagagyu .lead {
    font-size: 90%;
    margin-bottom: 0.5em;
  }
}
.sagagyu .red-txt {
  color: #D10000;
  text-align: center;
  margin-bottom: 3em;
}
.sagagyu .red-txt span {
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .sagagyu .red-txt span {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
.sagagyu .top-sagagyu {
  margin-bottom: 5em;
}
.sagagyu .about a {
  text-decoration: underline !important;
}
.sagagyu ul > li {
  padding-left: 0;
}
.sagagyu ul > li::before {
  content: none;
}
.sagagyu h3, .sagagyu .post-sttl-small {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.47;
  border: none;
  padding: 0;
  color: #0F367A;
}
@media only screen and (max-width: 768px) {
  .sagagyu h3, .sagagyu .post-sttl-small {
    font-size: 1.7rem;
  }
}
.sagagyu h3::before, .sagagyu .post-sttl-small::before {
  content: none;
}
.sagagyu h2 {
  font-size: 2.5rem;
  line-height: 1.48;
  padding: 0 0 1em;
  margin: 1.6em 0;
}
@media only screen and (max-width: 768px) {
  .sagagyu h2 {
    font-size: 2rem;
    margin: 1em 0 0.5em;
  }
}
.sagagyu a[href] {
  color: inherit;
  text-decoration: none;
}
.sagagyu .list-post {
  margin-bottom: 4em;
}
.sagagyu .list-post .btn-block {
  margin-top: 3em;
}
@media only screen and (max-width: 768px) {
  .sagagyu .list-post {
    margin-bottom: 3em;
  }
}
.sagagyu .list-post__image::before {
  padding-top: 61.8%;
}
.sagagyu .list-post__reborn {
  margin: 0.5em 0 0.3em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .sagagyu .list-post__reborn {
    margin: 0.5em 0 0.3em;
  }
}
.sagagyu .list-post__reborn span {
  margin-left: 1em;
}
.sagagyu .list-post__reborn__lead {
  margin-top: 0;
  font-size: 1.9rem;
}
.sagagyu .list-post__reborn__lead .icon-lunch,
.sagagyu .list-post__reborn__lead .icon-dinner {
  margin-left: 1em;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.4em;
  border-radius: 2em;
  background: #dd3d45;
  line-height: 1;
  min-width: 7em;
  text-align: center;
}
.sagagyu .list-post__reborn__lead .icon-dinner {
  background: #3d0f7a;
}
.sagagyu .list-post__link {
  padding-top: 0.3em;
}
.sagagyu .list-post.is-hover .list-post__volunteer {
  text-decoration: none;
}
.sagagyu .btn-block a {
  color: #FFF;
  background: #0F367A;
}
.sagagyu .btn-block a:hover, .sagagyu .btn-block a:focus {
  background: #FFF;
  color: #0F367A;
}
.sagagyu .btn-block a:hover:before, .sagagyu .btn-block a:focus:before {
  border-top: 1.5px solid #0F367A;
  border-right: 1.5px solid #0F367A;
}
.sagagyu .kingaku {
  text-align: center;
}
.sagagyu .kingaku p {
  border: 3.5px solid #000;
  display: inline-block;
  padding: 0.5em 1.5em;
  font-weight: bold;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .sagagyu .kingaku p {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .sagagyu .kingaku p {
    padding: 0.3em 0.8em;
    border: 2px solid #000;
  }
}
.sagagyu .kingaku p span {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .sagagyu .kingaku p span {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}

.sagagyu-detail .info-table__item {
  width: 100%;
}
.sagagyu-detail .info-table__item dd span {
  color: #D10000;
  padding-left: 1em;
}
.sagagyu-detail .info-table__item dd p {
  margin: 0;
  text-indent: 8em;
}
.sagagyu-detail .info-table__item dd {
  min-height: auto !important;
}
@media only screen and (max-width: 768px) {
  .sagagyu-detail .article-head__title span {
    display: inline-block !important;
  }
}
.sagagyu-detail a.btn-round {
  color: #FFF;
  text-decoration: none;
}
.sagagyu-detail a.btn-round:hover {
  color: #1F4C9C;
}
.sagagyu-detail .spot-text {
  font-weight: bold;
  font-size: 2.4rem;
}
.sagagyu-detail .btn-block a {
  color: #FFF;
  background: #0F367A;
}
.sagagyu-detail .btn-block a:hover, .sagagyu-detail .btn-block a:focus {
  background: #FFF;
  color: #0F367A;
}
.sagagyu-detail .btn-block a:hover:before, .sagagyu-detail .btn-block a:focus:before {
  border-top: 1.5px solid #0F367A;
  border-right: 1.5px solid #0F367A;
}

@media only screen and (max-width: 768px) {
  div.taxicourse .feature__top-image {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  div.taxicourse .top-image {
    margin-top: 1em;
  }
}
div.taxicourse h2.taxi-ttl-l {
  margin-top: 0.5em;
  font-size: 160%;
  border-bottom: 4px solid #FFE900 !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  div.taxicourse h2.taxi-ttl-l {
    font-size: 120%;
  }
}
div.taxicourse h2.taxi-ttl-l::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 30%;
  height: inherit;
  border-bottom: 4px solid #003894;
}
div.taxicourse h3.taxi-ttl-s {
  position: relative;
  padding-left: 1.5em !important;
  border-bottom: 0;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  div.taxicourse h3.taxi-ttl-s {
    font-size: 110%;
  }
}
div.taxicourse h3.taxi-ttl-s::before {
  position: absolute;
  content: "";
  background: #0F367A;
  width: 22px !important;
  height: 5px !important;
  left: 0;
  top: 1.3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.taxicourse ul.caution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.taxicourse ul.caution-list li {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  div.taxicourse ul.caution-list li {
    width: 100%;
  }
}
div.taxicourse ul.caution-list li:before {
  content: none;
}
div.taxicourse ul.caution-list li img {
  width: 57px;
  height: 57px;
  margin-right: 0.8em;
}
@media only screen and (max-width: 768px) {
  div.taxicourse ul.caution-list li img {
    width: 44px;
    height: 44px;
    padding-top: 0.5em;
  }
}
div.taxicourse ul.caution-list li p {
  margin-top: 0;
}
div.taxicourse ul.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.taxicourse ul.top-menu li {
  width: 47%;
  padding-left: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  div.taxicourse ul.top-menu li {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
div.taxicourse ul.top-menu li:before {
  content: none;
}
div.taxicourse ul.top-menu li a:hover {
  opacity: 0.8;
}
div.taxicourse .top-map {
  margin-bottom: 2em;
}
div.taxicourse div.kokusai {
  background: #003894;
  border-radius: 20px 20px 0 0;
  padding: 15px 30px;
  position: relative;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  div.taxicourse div.kokusai {
    padding: 15px 10px;
    margin-top: 1em;
  }
}
div.taxicourse div.kokusai:before {
  content: ""; /*何も入れない*/
  position: absolute;
  width: 100%; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-image: url(/files/uploads/taxicourse/check.png);
  background-size: contain;
  vertical-align: middle;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  div.taxicourse div.kokusai:before {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
div.taxicourse div.kokusai ul.kokusai-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.taxicourse div.kokusai ul.kokusai-list li {
  width: 24%;
  padding-left: 0;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  div.taxicourse div.kokusai ul.kokusai-list li {
    width: 48%;
  }
}
div.taxicourse div.kokusai ul.kokusai-list li:before {
  content: none;
}
div.taxicourse div.kokusai h4 {
  position: relative;
  padding-left: 120px;
}
@media only screen and (max-width: 768px) {
  div.taxicourse div.kokusai h4 {
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    padding-top: 3em;
  }
}
div.taxicourse div.kokusai h4:before {
  content: ""; /*何も入れない*/
  position: absolute;
  width: 90px; /*画像の幅*/
  height: 35px; /*画像の高さ*/
  background-image: url(/files/uploads/taxicourse/hikouki.png);
  background-size: contain;
  vertical-align: middle;
  left: 20px;
  top: -5px;
}
@media only screen and (max-width: 768px) {
  div.taxicourse div.kokusai h4:before {
    top: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
div.taxicourse div.kokusai h4 img {
  width: 400px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  div.taxicourse div.kokusai h4 img {
    width: 90%;
    margin: 0 auto;
  }
}
div.taxicourse .course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.taxicourse .course-list li {
  padding-left: 0;
  margin-bottom: 1.4em;
  width: 78%;
  margin: 1em auto;
}
@media only screen and (max-width: 768px) {
  div.taxicourse .course-list li {
    width: 100%;
    margin-bottom: 0.8em;
    margin-top: 0;
  }
}
div.taxicourse .course-list li:before {
  content: none;
}
div.taxicourse .course-list li a:hover {
  opacity: 0.8;
}

html:lang(en) body {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0;
}
html:lang(en) .quick-menu-main-wrap {
  padding-right: 5em;
}
html:lang(en) .quick-menu-main {
  color: #0D0E39;
  letter-spacing: 0;
  font-size: clamp(1rem, 1vw, 1.4rem);
}
html:lang(en) .quick-menu-main__item img {
  margin-right: 0;
}
html:lang(en) .quick-menu-sub {
  font-size: 1.5rem;
  font-size: clamp(1rem, 1vw, 1.5rem);
  letter-spacing: 0;
}
html:lang(en) .hd-function-block {
  padding: 1.2em 5em 1.2em 0;
}
html:lang(en) .header-fixed {
  top: -104.8px;
}
html:lang(en) .header-fixed__inner {
  height: 5.7em;
}
html:lang(en) .btn-hd-sky,
html:lang(en) .saga-now__comment,
html:lang(en) .list-post__heading,
html:lang(en) .list-post__date,
html:lang(en) .list-event__title,
html:lang(en) .list-event__date,
html:lang(en) .about-area-list__sm-text,
html:lang(en) .btn-base,
html:lang(en) .ttl-top-2__jp,
html:lang(en) .special__text,
html:lang(en) .ttl-top-2__jp,
html:lang(en) .list-post__course,
html:lang(en) .sns-link__lead,
html:lang(en) .ttl-top-1__heading,
html:lang(en) .page-head__jp,
html:lang(en) .page-head__sub-title,
html:lang(en) .page-head__text,
html:lang(en) .breadCrumbs li,
html:lang(en) .category-filter-spot__heading,
html:lang(en) .area-filter__heading,
html:lang(en) .area-filter-image__lg-text,
html:lang(en) .area-filter-image__sm-text,
html:lang(en) .ttl-green-icon,
html:lang(en) .article-head__title,
html:lang(en) .ttl-jp-en__en,
html:lang(en) .ttl-jp-en__jp,
html:lang(en) .schedule__heading,
html:lang(en) .list-post-lg__title,
html:lang(en) .list-rank__title,
html:lang(en) .trip-article-head__title,
html:lang(en) .list-post__lead {
  letter-spacing: 0;
}
html:lang(en) .list-post-lg__title span {
  word-break: break-all;
}
html:lang(en) .saga-now {
  font-size: 150%;
}
html:lang(en) .news .list-article a {
  font-size: 150%;
}
html:lang(en) .ttl-top-2--event::after {
  left: 29.4em;
}
html:lang(en) .overview__head {
  width: 38.64em;
}
html:lang(en) .overview__image__pc {
  width: calc(100% - 40em);
}
html:lang(en) .overview__content {
  width: 30.64em;
}
html:lang(en) .overview__text,
html:lang(en) .spot-text,
html:lang(en) .info-table__item dd,
html:lang(en) .btn-round,
html:lang(en) .souvenir-spot__text,
html:lang(en) .menu-list-sp-1,
html:lang(en) .menu-tourism__list,
html:lang(en) .menu-list-sp-3,
html:lang(en) .global-menu .btn-lang-wrap,
html:lang(en) .schedule__time__text,
html:lang(en) .netshop,
html:lang(en) .trip-article-content p,
html:lang(en) .wysiwyg table {
  font-size: 150%;
}
html:lang(en) .about-area-list__main {
  width: 75%;
  margin: 0 auto;
}
html:lang(en) .ttl-top-1__text {
  margin-top: 0;
  font-size: 150%;
}
html:lang(en) .ttl-top-2--model::after {
  left: 30.4em;
}
html:lang(en) .category-filter-spot dl {
  font-size: 150%;
}
html:lang(en) .area-filter__lg-heading {
  font-size: 150%;
}
html:lang(en) .area-filter-image__sm-text {
  font-size: 90%;
  line-height: 1;
}
html:lang(en) .article-head__title span {
  display: none;
}
html:lang(en) .list-souvenir__text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}
html:lang(en) .souvenir-spot__heading {
  text-align: center;
  letter-spacing: 0;
}
html:lang(en) .list-gourmet__text {
  left: 0;
}
html:lang(en) .list-gourmet__text__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  padding: 0 0.5em;
}
html:lang(en) .schedule__top__2col {
  margin: 4em auto;
}
html:lang(en) .schedule__top__2col p {
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .schedule__top__2col p {
    font-size: 100%;
  }
}
html:lang(en) .schedule .day {
  font-size: 200%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) .schedule .day {
    font-size: 150%;
  }
}
html:lang(en) .schedule .schedule__item:last-of-type {
  margin-top: 5em;
}
html:lang(en) .btn-lang-pulldown dd .btn-lang {
  font-size: 150%;
}
html:lang(en) .list-gourmet__text__inner {
  word-break: break-all;
}
html:lang(en) .list-post__course {
  line-height: 1;
}
@media only screen and (max-width: 1379px) {
  html:lang(en) .quick-menu-main__item a {
    padding: 0 0.5em 0 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .overview__text,
  html:lang(en) .spot-text,
  html:lang(en) .info-table__item dd,
  html:lang(en) .btn-round,
  html:lang(en) .souvenir-spot__text,
  html:lang(en) .menu-list-sp-1,
  html:lang(en) .menu-tourism__list,
  html:lang(en) .menu-list-sp-3,
  html:lang(en) .global-menu .btn-lang-wrap,
  html:lang(en) .schedule__time__text,
  html:lang(en) .netshop,
  html:lang(en) .news .list-article a,
  html:lang(en) .trip-article-content p,
  html:lang(en) .wysiwyg table,
  html:lang(en) .list-article li a .date-post {
    font-size: 100%;
    line-height: 1.2;
  }
  html:lang(en) .overview__content {
    width: 100%;
  }
  html:lang(en) .overview__head {
    width: 100%;
  }
  html:lang(en) .list-gourmet__text {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    position: initial;
  }
  html:lang(en) .list-gourmet__text__inner {
    font-size: 1.3rem;
    white-space: initial;
    padding: 0.5em 0.5em;
  }
  html:lang(en) .list-souvenir__text {
    line-height: 1.2;
  }
  html:lang(en) .list-souvenir__text__inner {
    white-space: unset;
    word-break: break-all;
    font-size: 1.3rem;
  }
  html:lang(en) .menu-list-sp-1__item a {
    letter-spacing: 0;
  }
  html:lang(en) .ttl-top-1__text {
    letter-spacing: 0;
  }
  html:lang(en) .header-fixed__inner {
    height: 5.5em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  html:lang(en) .header-fixed__inner .header-logo-sm {
    margin-bottom: 1em;
  }
  html:lang(en) .header-fixed__inner .btn-menu {
    top: 2em;
    right: 3%;
  }
}

html:lang(ko) body {
  font-family: "Noto Sans KR", sans-serif;
}
html:lang(ko) .header-fixed {
  top: -8.8em;
}
html:lang(ko) .quick-menu-main {
  margin-right: 2.9em;
}
html:lang(ko) .hd-function-block {
  padding: 1.2em 5em 1.2em 0;
}
html:lang(ko) .saga-now,
html:lang(ko) .overview__text,
html:lang(ko) .ttl-top-1__text,
html:lang(ko) .list-article p,
html:lang(ko) .spot-text,
html:lang(ko) .info-table__item dd,
html:lang(ko) .schedule__time__text,
html:lang(ko) .souvenir-spot__text,
html:lang(ko) .netshop,
html:lang(ko) .menu-list-sp-1,
html:lang(ko) .menu-tourism__list,
html:lang(ko) .menu-list-sp-3,
html:lang(ko) .global-menu .btn-lang-wrap,
html:lang(ko) .trip-article-content p,
html:lang(ko) .wysiwyg table {
  font-size: 150%;
}
html:lang(ko) .accordion .more-btn-area .accordion_button::before {
  left: -55%;
}
html:lang(ko) .accordion .more-btn-area .accordion_button::after {
  left: -55%;
}
html:lang(ko) .overview__head {
  width: 38.64em;
}
html:lang(ko) .overview__image__pc {
  width: calc(100% - 40em);
}
html:lang(ko) .overview__content {
  width: 30.64em;
}
html:lang(ko) .about-area-list__main {
  width: 65%;
  margin: 0 auto;
}
html:lang(ko) .ttl-top-2__en br {
  display: none;
}
html:lang(ko) .category-filter-spot dl {
  font-size: 150%;
}
html:lang(ko) .area-filter__lg-heading {
  font-size: 150%;
}
html:lang(ko) .area-filter-image__sm-text {
  font-size: 90%;
  line-height: 1;
}
html:lang(ko) .schedule__top__2col {
  margin: 4em auto;
}
html:lang(ko) .schedule__top__2col p {
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  html:lang(ko) .schedule__top__2col p {
    font-size: 100%;
  }
}
html:lang(ko) .schedule .day {
  font-size: 200%;
}
@media only screen and (max-width: 768px) {
  html:lang(ko) .schedule .day {
    font-size: 150%;
  }
}
html:lang(ko) .schedule .schedule__item:last-of-type {
  margin-top: 5em;
}
html:lang(ko) .btn-lang-pulldown dd .btn-lang {
  font-size: 150%;
}
html:lang(ko) .list-souvenir__text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.5;
}
html:lang(ko) .souvenir-spot__heading {
  text-align: center;
  letter-spacing: 0;
}
html:lang(ko) .list-gourmet__text {
  left: 0;
}
html:lang(ko) .list-gourmet__text__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  padding: 0 0.5em;
}
html:lang(ko) .list-gourmet__text__inner {
  word-break: break-all;
}
html:lang(ko) .list-post__course {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  html:lang(ko) .overview__text,
  html:lang(ko) .spot-text,
  html:lang(ko) .info-table__item dd,
  html:lang(ko) .btn-round,
  html:lang(ko) .souvenir-spot__text,
  html:lang(ko) .menu-list-sp-1,
  html:lang(ko) .menu-tourism__list,
  html:lang(ko) .menu-list-sp-3,
  html:lang(ko) .global-menu .btn-lang-wrap,
  html:lang(ko) .schedule__time__text,
  html:lang(ko) .netshop,
  html:lang(ko) .news .list-article a,
  html:lang(ko) .trip-article-content p,
  html:lang(ko) .wysiwyg table,
  html:lang(ko) .list-article li a .date-post {
    font-size: 100%;
  }
  html:lang(ko) .overview__content {
    width: 100%;
  }
  html:lang(ko) .overview__head {
    width: 100%;
  }
  html:lang(ko) .list-souvenir__text {
    line-height: 1.2;
  }
  html:lang(ko) .list-souvenir__text__inner {
    white-space: unset;
    word-break: break-all;
    font-size: 1.3rem;
  }
  html:lang(ko) .list-gourmet__text {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    position: initial;
  }
  html:lang(ko) .list-gourmet__text__inner {
    font-size: 1.3rem;
    white-space: initial;
    padding: 0.5em 0.5em;
  }
  html:lang(ko) .header-fixed__inner {
    height: 6.5em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  html:lang(ko) .header-fixed__inner .header-logo-sm {
    margin-bottom: 1em;
  }
  html:lang(ko) .header-fixed__inner .btn-menu {
    top: 4.2em;
    right: 3%;
  }
}

html:lang(zh) body {
  font-family: "Noto Sans SC", sans-serif;
}
html:lang(zh) .header-fixed {
  top: -8.8em;
}
html:lang(zh) .quick-menu-main {
  margin-right: 2.9em;
}
html:lang(zh) .hd-function-block {
  padding: 1.2em 5em 1.2em 0;
}
html:lang(zh) .saga-now,
html:lang(zh) .overview__text,
html:lang(zh) .ttl-top-1__text,
html:lang(zh) .list-article p,
html:lang(zh) .spot-text,
html:lang(zh) .info-table__item dd,
html:lang(zh) .schedule__time__text,
html:lang(zh) .souvenir-spot__text,
html:lang(zh) .netshop,
html:lang(zh) .menu-list-sp-1,
html:lang(zh) .menu-tourism__list,
html:lang(zh) .menu-list-sp-3,
html:lang(zh) .global-menu .btn-lang-wrap,
html:lang(zh) .trip-article-content p,
html:lang(zh) .wysiwyg table {
  font-size: 150%;
}
html:lang(zh) .accordion .more-btn-area .accordion_button::before {
  left: -55%;
}
html:lang(zh) .accordion .more-btn-area .accordion_button::after {
  left: -55%;
}
html:lang(zh) .overview__head {
  width: 38.64em;
}
html:lang(zh) .overview__image__pc {
  width: calc(100% - 40em);
}
html:lang(zh) .overview__content {
  width: 30.64em;
}
html:lang(zh) .about-area-list__main {
  width: 65%;
  margin: 0 auto;
}
html:lang(zh) .ttl-top-2__en br {
  display: none;
}
html:lang(zh) .category-filter-spot dl {
  font-size: 150%;
}
html:lang(zh) .area-filter__lg-heading {
  font-size: 150%;
}
html:lang(zh) .area-filter-image__sm-text {
  font-size: 90%;
  line-height: 1;
}
html:lang(zh) .schedule__top__2col {
  margin: 4em auto;
}
html:lang(zh) .schedule__top__2col p {
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  html:lang(zh) .schedule__top__2col p {
    font-size: 100%;
  }
}
html:lang(zh) .schedule .day {
  font-size: 200%;
}
@media only screen and (max-width: 768px) {
  html:lang(zh) .schedule .day {
    font-size: 150%;
  }
}
html:lang(zh) .schedule .schedule__item:last-of-type {
  margin-top: 5em;
}
html:lang(zh) .btn-lang-pulldown dd .btn-lang {
  font-size: 150%;
}
html:lang(zh) .list-souvenir__text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}
html:lang(zh) .souvenir-spot__heading {
  text-align: center;
  letter-spacing: 0;
}
html:lang(zh) .list-gourmet__text {
  left: 0;
}
html:lang(zh) .list-gourmet__text__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  padding: 0 0.5em;
}
html:lang(zh) .list-gourmet__text__inner {
  word-break: break-all;
}
html:lang(zh) .list-post__course {
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  html:lang(zh) .overview__text,
  html:lang(zh) .spot-text,
  html:lang(zh) .info-table__item dd,
  html:lang(zh) .btn-round,
  html:lang(zh) .souvenir-spot__text,
  html:lang(zh) .menu-list-sp-1,
  html:lang(zh) .menu-tourism__list,
  html:lang(zh) .menu-list-sp-3,
  html:lang(zh) .global-menu .btn-lang-wrap,
  html:lang(zh) .schedule__time__text,
  html:lang(zh) .netshop,
  html:lang(zh) .news .list-article a,
  html:lang(zh) .trip-article-content p,
  html:lang(zh) .wysiwyg table,
  html:lang(zh) .list-article li a .date-post,
  html:lang(zh) .list-article p {
    font-size: 100%;
  }
  html:lang(zh) .overview__content {
    width: 100%;
  }
  html:lang(zh) .overview__head {
    width: 100%;
  }
  html:lang(zh) .list-souvenir__text {
    line-height: 1.2;
  }
  html:lang(zh) .list-souvenir__text__inner {
    white-space: unset;
    word-break: break-all;
    font-size: 1.3rem;
  }
  html:lang(zh) .list-gourmet__text {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    position: initial;
  }
  html:lang(zh) .list-gourmet__text__inner {
    font-size: 1.3rem;
    white-space: initial;
    padding: 0.5em 0.5em;
  }
  html:lang(zh) .header-fixed__inner {
    height: 6.5em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  html:lang(zh) .header-fixed__inner .header-logo-sm {
    margin-bottom: 1em;
  }
  html:lang(zh) .header-fixed__inner .btn-menu {
    top: 4.2em;
    right: 3%;
  }
}

html:lang(tw) body {
  font-family: "Noto Sans TC", sans-serif;
}
html:lang(tw) .header-fixed {
  top: -8.8em;
}
html:lang(tw) .quick-menu-main {
  margin-right: 2.9em;
}
html:lang(tw) .hd-function-block {
  padding: 1.2em 5em 1.2em 0;
}
html:lang(tw) .saga-now,
html:lang(tw) .overview__text,
html:lang(tw) .ttl-top-1__text,
html:lang(tw) .list-article p,
html:lang(tw) .spot-text,
html:lang(tw) .info-table__item dd,
html:lang(tw) .schedule__time__text,
html:lang(tw) .souvenir-spot__text,
html:lang(tw) .netshop,
html:lang(tw) .menu-list-sp-1,
html:lang(tw) .menu-tourism__list,
html:lang(tw) .menu-list-sp-3,
html:lang(tw) .global-menu .btn-lang-wrap,
html:lang(tw) .trip-article-content p,
html:lang(tw) .wysiwyg table {
  font-size: 150%;
}
html:lang(tw) .accordion .more-btn-area .accordion_button::before {
  left: -55%;
}
html:lang(tw) .accordion .more-btn-area .accordion_button::after {
  left: -55%;
}
html:lang(tw) .overview__head {
  width: 38.64em;
}
html:lang(tw) .overview__image__pc {
  width: calc(100% - 40em);
}
html:lang(tw) .overview__content {
  width: 30.64em;
}
html:lang(tw) .about-area-list__main {
  width: 65%;
  margin: 0 auto;
}
html:lang(tw) .ttl-top-2__en br {
  display: none;
}
html:lang(tw) .category-filter-spot dl {
  font-size: 150%;
}
html:lang(tw) .area-filter__lg-heading {
  font-size: 150%;
}
html:lang(tw) .area-filter-image__sm-text {
  font-size: 90%;
  line-height: 1;
}
html:lang(tw) .schedule__top__2col {
  margin: 4em auto;
}
html:lang(tw) .schedule__top__2col p {
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  html:lang(tw) .schedule__top__2col p {
    font-size: 100%;
  }
}
html:lang(tw) .schedule .day {
  font-size: 200%;
}
@media only screen and (max-width: 768px) {
  html:lang(tw) .schedule .day {
    font-size: 150%;
  }
}
html:lang(tw) .schedule .schedule__item:last-of-type {
  margin-top: 5em;
}
html:lang(tw) .btn-lang-pulldown dd .btn-lang {
  font-size: 150%;
}
html:lang(tw) .list-souvenir__text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}
html:lang(tw) .souvenir-spot__heading {
  text-align: center;
  letter-spacing: 0;
}
html:lang(tw) .list-gourmet__text {
  left: 0;
}
html:lang(tw) .list-gourmet__text__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  padding: 0 0.5em;
}
html:lang(tw) .ttl-top-2--model::after {
  width: 130px;
  top: -40px;
  left: 30.4em;
}
html:lang(tw) .list-gourmet__text__inner {
  word-break: break-all;
}
html:lang(tw) .list-post__course {
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  html:lang(tw) .overview__text,
  html:lang(tw) .spot-text,
  html:lang(tw) .info-table__item dd,
  html:lang(tw) .btn-round,
  html:lang(tw) .souvenir-spot__text,
  html:lang(tw) .menu-list-sp-1,
  html:lang(tw) .menu-tourism__list,
  html:lang(tw) .menu-list-sp-3,
  html:lang(tw) .global-menu .btn-lang-wrap,
  html:lang(tw) .schedule__time__text,
  html:lang(tw) .netshop,
  html:lang(tw) .news .list-article a,
  html:lang(tw) .trip-article-content p,
  html:lang(tw) .wysiwyg table,
  html:lang(tw) .list-article li a .date-post,
  html:lang(tw) .list-article p {
    font-size: 100%;
  }
  html:lang(tw) .overview__content {
    width: 100%;
  }
  html:lang(tw) .overview__head {
    width: 100%;
  }
  html:lang(tw) .list-souvenir__text {
    line-height: 1.2;
  }
  html:lang(tw) .list-souvenir__text__inner {
    white-space: unset;
    word-break: break-all;
    font-size: 1.3rem;
  }
  html:lang(tw) .list-gourmet__text {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    position: initial;
  }
  html:lang(tw) .list-gourmet__text__inner {
    font-size: 1.3rem;
    white-space: initial;
    padding: 0.5em 0.5em;
  }
  html:lang(tw) .header-fixed__inner {
    height: 6.5em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  html:lang(tw) .header-fixed__inner .header-logo-sm {
    margin-bottom: 1em;
  }
  html:lang(tw) .header-fixed__inner .btn-menu {
    top: 4.2em;
    right: 3%;
  }
}

html:lang(th) body {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0;
}
html:lang(th) .quick-menu-main-wrap {
  padding-right: 5em;
}
html:lang(th) .quick-menu-main {
  color: #0D0E39;
  letter-spacing: 0;
  font-size: clamp(1rem, 1vw, 1.4rem);
}
html:lang(th) .quick-menu-main__item img {
  margin-right: 0;
}
html:lang(th) .quick-menu-sub {
  font-size: 1.5rem;
  font-size: clamp(1rem, 1vw, 1.5rem);
  letter-spacing: 0;
}
html:lang(th) .hd-function-block {
  padding: 1.2em 5em 1.2em 0;
}
html:lang(th) .header-fixed {
  top: -104.8px;
}
html:lang(th) .header-fixed__inner {
  height: 5.7em;
}
html:lang(th) .btn-hd-sky,
html:lang(th) .saga-now__comment,
html:lang(th) .list-post__heading,
html:lang(th) .list-post__date,
html:lang(th) .list-event__title,
html:lang(th) .list-event__date,
html:lang(th) .about-area-list__sm-text,
html:lang(th) .btn-base,
html:lang(th) .ttl-top-2__jp,
html:lang(th) .special__text,
html:lang(th) .ttl-top-2__jp,
html:lang(th) .list-post__course,
html:lang(th) .sns-link__lead,
html:lang(th) .ttl-top-1__heading,
html:lang(th) .page-head__jp,
html:lang(th) .page-head__sub-title,
html:lang(th) .page-head__text,
html:lang(th) .breadCrumbs li,
html:lang(th) .category-filter-spot__heading,
html:lang(th) .area-filter__heading,
html:lang(th) .area-filter-image__lg-text,
html:lang(th) .area-filter-image__sm-text,
html:lang(th) .ttl-green-icon,
html:lang(th) .article-head__title,
html:lang(th) .ttl-jp-en__en,
html:lang(th) .ttl-jp-en__jp,
html:lang(th) .schedule__heading,
html:lang(th) .list-post-lg__title,
html:lang(th) .list-rank__title,
html:lang(th) .trip-article-head__title,
html:lang(th) .list-post__lead {
  letter-spacing: 0;
}
html:lang(th) .list-post-lg__title span {
  word-break: break-all;
}
html:lang(th) html .saga-now {
  font-size: 150%;
}
html:lang(th) .news .list-article a {
  font-size: 150%;
}
html:lang(th) .ttl-top-2--event::after {
  left: 39.4em;
}
html:lang(th) .overview__head {
  width: 38.64em;
}
html:lang(th) .overview__image__pc {
  width: calc(100% - 40em);
}
html:lang(th) .overview__content {
  width: 30.64em;
}
html:lang(th) .overview__text,
html:lang(th) .spot-text,
html:lang(th) .info-table__item dd,
html:lang(th) .btn-round,
html:lang(th) .souvenir-spot__text,
html:lang(th) .menu-list-sp-1,
html:lang(th) .menu-tourism__list,
html:lang(th) .menu-list-sp-3,
html:lang(th) .global-menu .btn-lang-wrap,
html:lang(th) .schedule__time__text,
html:lang(th) .netshop,
html:lang(th) .trip-article-content p,
html:lang(th) .wysiwyg table {
  font-size: 150%;
}
html:lang(th) .about-area-list__main {
  width: 75%;
  margin: 0 auto;
}
html:lang(th) .ttl-top-1__text {
  margin-top: 0;
  font-size: 150%;
}
html:lang(th) .ttl-top-2--model::after {
  left: 30.4em;
}
html:lang(th) .category-filter-spot dl {
  font-size: 150%;
}
html:lang(th) .area-filter__lg-heading {
  font-size: 150%;
}
html:lang(th) .area-filter-image__sm-text {
  font-size: 90%;
  line-height: 1;
}
html:lang(th) .article-head__title span {
  display: none;
}
html:lang(th) .list-souvenir__text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}
html:lang(th) .souvenir-spot__heading {
  text-align: center;
  letter-spacing: 0;
}
html:lang(th) .list-gourmet__text {
  left: 0;
}
html:lang(th) .list-gourmet__text__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  padding: 0 0.5em;
}
html:lang(th) .schedule__top__2col {
  margin: 4em auto;
}
html:lang(th) .schedule__top__2col p {
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  html:lang(th) .schedule__top__2col p {
    font-size: 100%;
  }
}
html:lang(th) .schedule .day {
  font-size: 200%;
}
@media only screen and (max-width: 768px) {
  html:lang(th) .schedule .day {
    font-size: 150%;
  }
}
html:lang(th) .schedule .schedule__item:last-of-type {
  margin-top: 5em;
}
html:lang(th) .btn-lang-pulldown dd .btn-lang {
  font-size: 150%;
}
html:lang(th) .list-souvenir__text__inner {
  white-space: unset;
}
html:lang(th) .list-gourmet__text__inner {
  word-break: break-all;
}
@media only screen and (max-width: 1379px) {
  html:lang(th) .quick-menu-main__item a {
    padding: 0 0.5em 0 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(th) .overview__text,
  html:lang(th) .spot-text,
  html:lang(th) .info-table__item dd,
  html:lang(th) .btn-round,
  html:lang(th) .souvenir-spot__text,
  html:lang(th) .menu-list-sp-1,
  html:lang(th) .menu-tourism__list,
  html:lang(th) .menu-list-sp-3,
  html:lang(th) .global-menu .btn-lang-wrap,
  html:lang(th) .schedule__time__text,
  html:lang(th) .netshop,
  html:lang(th) .news .list-article a,
  html:lang(th) .trip-article-content p,
  html:lang(th) .wysiwyg table,
  html:lang(th) .list-article li a .date-post {
    font-size: 100%;
  }
  html:lang(th) .overview__content {
    width: 100%;
  }
  html:lang(th) .overview__head {
    width: 100%;
  }
  html:lang(th) .list-souvenir__text__inner {
    white-space: unset;
    word-break: break-all;
    font-size: 1.3rem;
  }
  html:lang(th) .list-gourmet__text__inner {
    white-space: unset;
    word-break: break-all;
    font-size: 1.3rem;
  }
  html:lang(th) .list-souvenir__text {
    line-height: 1;
  }
  html:lang(th) .menu-list-sp-1__item a {
    letter-spacing: 0;
  }
  html:lang(th) .list-gourmet__text {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    position: initial;
  }
  html:lang(th) .list-gourmet__text__inner {
    font-size: 1.3rem;
    white-space: initial;
    padding: 0.5em 0.5em;
  }
  html:lang(th) .list-souvenir__text {
    line-height: 1.2;
  }
  html:lang(th) .list-souvenir__text__inner {
    white-space: unset;
    word-break: break-all;
    font-size: 1.3rem;
  }
  html:lang(th) .header-fixed__inner {
    height: 5.5em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  html:lang(th) .header-fixed__inner .header-logo-sm {
    margin-bottom: 1em;
  }
  html:lang(th) .header-fixed__inner .btn-menu {
    top: 2em;
    right: 3%;
  }
}

.feature a:hover {
  opacity: 0.7;
}
.feature .feature__top-image {
  margin-bottom: 1.2em;
}
.feature .ttl-blue-to-gray::before {
  background: #E95583;
}
.feature .area-navi-box {
  background: #F3F2F3;
}
.feature .area-navi-box-ttl {
  pointer-events: none;
  display: none;
  color: #FFF;
  background: #032052;
  position: relative;
}
.feature .area-navi-box-ttl:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%) rotateZ(135deg);
          transform: translateY(-50%) rotateZ(135deg);
}
.feature .area-navi-box-ttl + input {
  display: none;
  height: 0;
  opacity: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .feature .area-navi-box-ttl {
    pointer-events: all;
    display: block;
    padding: 0.5em 1em;
  }
  .feature .toggle {
    height: 0;
    padding: 0 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
  }
  .feature input:checked + .toggle {
    height: auto;
    padding: 8px;
  }
}
.feature .area-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  border-bottom: 1px solid #CFCFCF;
  padding: 1em 0 1em 0;
  margin: 0 2em;
}
@media only screen and (max-width: 768px) {
  .feature .area-navi {
    padding: 0;
    border-bottom: none;
    margin: 0 1em;
  }
}
.feature .area-navi:last-child {
  border-bottom: none;
}
.feature .area-navi > li {
  padding-left: 0;
}
.feature .area-navi > li a {
  display: block;
  color: #032052;
  font-size: 1.6rem;
  padding: 0.5em 1.5em;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .feature .area-navi > li a {
    padding: 0.5em 1.5em;
  }
}
.feature .area-navi > li a:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #032052;
  border-right: 2px solid #032052;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotateZ(135deg);
          transform: translateY(-50%) rotateZ(135deg);
}
@media only screen and (max-width: 768px) {
  .feature .list-post__image::before {
    padding-top: 86.67% !important;
  }
}
.feature h2 {
  font-size: 2.5rem;
  line-height: 1.48;
  padding: 0 0 1em;
  margin: 1.6em 0;
}
.feature .list-post__feature {
  font-size: 2.2rem;
  font-weight: bold;
  color: #080F1D;
  border-left: 6px solid #E65283;
  margin: 0.5em 0;
  padding: 0 0 0 0.8em;
  line-height: 1.1;
  border-bottom: none;
}
.feature .list-post__feature::before {
  display: none;
}
.feature ul > li::before {
  display: none;
}
.feature .info {
  color: #000;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0.5em 0 0.4em;
}
.feature .info-txt {
  color: #333;
  font-size: 1.5rem;
  margin: 0.5em 0;
}
.feature .contact {
  color: #333;
  font-size: 1.5rem;
  margin: 1em 0 0.5em;
}
.feature .contact a {
  color: #0F367A;
}
.feature .map-link {
  margin: 0;
}
.feature .map-link a {
  color: #0F367A;
  font-size: 1.7rem;
  padding-left: 1.8em;
  text-decoration: underline;
  position: relative;
}
.feature .map-link a:after {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  background: url(/img/common/ico_external_blue.svg) no-repeat center/contain;
}
.feature .info-box {
  margin: 1em 0 0.5em;
}
.feature .info-box p {
  color: #333;
  font-size: 1.5rem;
  margin: 0;
}
.feature .info-box p span {
  font-weight: bold;
}
.feature .illumination .ttl-blue-to-gray::before {
  background: #019EC5;
}
.feature .illumination .ttl-box {
  background: #DEEBF1;
}
.feature .illumination .list-post__feature {
  border-left: 6px solid #019EC5;
}
.feature .kouyou .ttl-blue-to-gray::before {
  background: #D37A4B;
}
.feature .kouyou .ttl-box {
  background: #ECD1B1;
}
.feature .kouyou .list-post__feature {
  border-left: 6px solid #D37A4B;
}
.feature .hatsumoude .ttl-blue-to-gray::before {
  background: #D0102C;
}
.feature .hatsumoude .ttl-box {
  Ebackground: #F5B9B3;
}
.feature .hatsumoude .list-post__feature {
  border-left: 6px solid #D0102C;
}
.feature .shakunage .ttl-blue-to-gray::before {
  background: #D70096;
}
.feature .shakunage .ttl-box {
  Ebackground: #F5D6D7;
}
.feature .shakunage .list-post__feature {
  border-left: 6px solid #D70096;
}
.feature .summer .ttl-blue-to-gray::before {
  background: #397fec;
}
.feature .summer .ttl-box {
  background: #dbf5ff;
}
.feature .summer .list-post__feature {
  border-left: 6px solid #397fec;
}
.feature .summer .pht-menu {
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .feature .summer .pht-menu {
    margin-top: 24px;
    margin-bottom: 22px;
  }
}
.feature .summer .pht-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -16px;
}
@media only screen and (max-width: 768px) {
  .feature .summer .pht-menu__list {
    margin: 0 8px;
  }
}
.feature .summer .pht-menu__list__item {
  width: 29.5%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .feature .summer .pht-menu__list__item {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .feature .summer .pht-menu__list__item:not(:nth-child(3n)) {
    margin-right: 4.5%;
  }
}
.feature .summer .pht-menu__list__item a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature .summer .pht-menu__list__item a:hover {
  opacity: 0.8;
}
.feature .summer .pht-menu__list__item a:hover img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  -webkit-transform-origin: center center !important;
          transform-origin: center center !important;
}
.feature .summer .pht-menu__list__bg {
  position: relative;
}
.feature .summer .pht-menu__list__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.feature .summer .pht-menu__list__bg img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
}
.feature .summer .pht-menu__list__bg--overlay-dark::before {
  background: rgba(0, 0, 0, 0.43);
}
.feature .summer .pht-menu__list__bg--no-overlay::before {
  content: none;
}
.feature .summer .pht-menu__list a[href] {
  color: #ffffff !important;
  text-decoration: none !important;
}
.feature .summer .pht-menu__list__txt {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #ffffff !important;
  text-decoration: none !important;
  -webkit-filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.82));
          filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.82));
  z-index: 10;
}
.feature .summer .pht-menu__list__txt span {
  display: block;
  font-size: 70%;
}
@media only screen and (max-width: 768px) {
  .feature .summer .pht-menu__list__txt {
    font-size: 100%;
  }
}

.wysiwyg .feature ul > li {
  padding-left: 0 !important;
}

.feature__lead {
  font-size: 1.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature__lead {
    font-size: 1.6rem;
  }
}

.ttl-box {
  padding: 0.4em 0.5em 0.4em 0;
  background: #FCE7E9;
  margin-bottom: 0.9em;
}

@media print {
  body {
    width: 1400px !important;
    zoom: 0.8;
    -webkit-print-color-adjust: exact;
  }
  #contents {
    background: none !important;
  }
  #header {
    /*display: none;*/
  }
  .header-full__inner {
    display: none;
  }
  .header-fixed {
    display: none;
  }
  .header-logo-lg {
    width: 10%;
  }
  .page-head__en {
    font-size: 2.6rem;
  }
  .page-head__jp {
    font-size: 1.8rem;
  }
  #footer {
    display: none;
  }
  .info-table__item dt {
    background: #F0F0F0 !important;
  }
  .info-table__item {
    border-bottom: 1px solid #DDDDDD !important;
  }
  .l-pc-4col {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .l-pc-4col > li {
    width: 22.595614% !important;
    margin-bottom: 3.3em;
    margin-right: 1.205848%;
  }
  .l-body {
    background: none !important;
  }
  .spot {
    background: #EFF7F2 !important;
  }
  .l-pc-3col {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .l-pc-3col > li {
    width: 30.781578% !important;
    margin-bottom: 2em !important;
    margin-right: 3.827633%;
  }
  .l-pc-3col > li:nth-child(3n) {
    margin-right: 0;
  }
  .l-pc-4col-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .l-pc-4col-lg > li {
    width: 23.5% !important;
    margin-bottom: 3.3em;
    margin-right: 2% !important;
  }
  .l-pc-4col-lg > li:nth-child(4n) {
    width: 23.5% !important;
    margin-bottom: 3.3em;
    margin-right: 0 !important;
  }
  .breadCrumbs {
    display: none !important;
  }
  .btn-fav {
    display: none !important;
  }
}
/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */
/* swiper-container */
.swiper-container {
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  /* overflow:hidden; */
  list-style: none;
  z-index: 1;
}
.swiper-container button:focus {
  outline: auto;
}
.swiper-container.swiper-container-dot-navi {
  overflow: hidden;
  margin-bottom: 35px;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* swiper-wrapper */
.swiper-wrapper {
  position: relative;
  width: 100%;
  /* height:100%; */
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* .swiper-slide */
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 20px ;
}

/*　左右矢印の設定　*/
.swiper-button-next, .swiper-button-prev {
  cursor: pointer;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #000;
  width: 2em;
  height: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  width: 20%;
  height: 20%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next:before {
  border-bottom: 2.5px solid #323131;
  border-right: 2.5px solid #323131;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 4px;
}

.swiper-button-prev:before {
  border-bottom: 2.5px solid #323131;
  border-left: 2.5px solid #323131;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4px;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev:before {
    border-width: 2px;
  }
}

.swiper-button-next {
  right: 15px;
}

.swiper-button-prev {
  left: 15px;
}

.swiper-button-next:hover, .swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  background: #032052;
}
.swiper-button-next:hover:before, .swiper-button-next:focus:before,
.swiper-button-prev:hover:before,
.swiper-button-prev:focus:before {
  border-color: #FFFFFF;
}

/* .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
} */
/* .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
} */
/*　再生、停止ボタン　*/
.swiper-button-stop {
  cursor: pointer;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #000;
  width: 2em;
  height: 2em;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-stop:hover, .swiper-button-stop:focus {
  background: #032052;
}
.swiper-button-stop:hover::before, .swiper-button-stop:hover::after, .swiper-button-stop:focus::before, .swiper-button-stop:focus::after {
  background: #FFFFFF;
}
.swiper-button-stop::before, .swiper-button-stop::after {
  content: "";
  display: block;
  width: 10%;
  height: 1.1em;
  background: #000;
  margin: 0 0.15em;
}
.swiper-button-stop.is-stoped::before {
  width: 0;
  height: 0;
  border-left: 0.8em solid #000;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  background: none;
  -webkit-transform: translateX(0.15em);
          transform: translateX(0.15em);
}
.swiper-button-stop.is-stoped::after {
  content: none;
}
.swiper-button-stop.is-stoped:hover::before, .swiper-button-stop.is-stoped:focus::before {
  border-left-color: #FFFFFF;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/*　ページネーション　*/
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination {
  position: absolute;
  text-align: left;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 3;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 4px;
  left: 6em;
  /* width:100% */
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.4;
}

.swiper-pagination-bullet:focus {
  outline: 3px solid #000;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000 ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-dot-navi .swiper-pagination-bullets {
  position: static;
  bottom: auto;
  left: auto;
  text-align: center;
  margin-top: 0.5em;
}
.swiper-container-dot-navi .swiper-pagination-bullet {
  opacity: 1;
  background: #CECECE;
  vertical-align: middle;
  margin: 0 13px !important;
}
@media only screen and (max-width: 768px) {
  .swiper-container-dot-navi .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
.swiper-container-dot-navi .swiper-pagination-bullet-active {
  background: #0F367A;
  width: 16px;
  height: 16px;
}
/*# sourceMappingURL=common.css.map */