@charset "UTF-8";

*,
:before,
:after {
  box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0
}

ul[role=list],
ol[role=list] {
  list-style: none
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

img,
picture {
  max-width: 100%;
  display: inline-block
}

input,
button,
textarea,
select {
  font: inherit
}

@media(prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *,
  :before,
  :after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

.font-en {
  font-family: fot-tsukuardgothic-std, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif
}

@keyframes SHIP_YURA {
  0% {
    transform: rotate(0deg) translate(0, 0)
  }

  25% {
    transform: rotate(-10deg) translate(0, -3px)
  }

  50% {
    transform: rotate(0deg) translate(0, 0)
  }

  75% {
    transform: rotate(0deg) translate(0, 0)
  }

  100% {
    transform: rotate(0deg) translate(0, 0)
  }
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: .6
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x {
  background-color: #999;
  height: 11px
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports(-ms-overflow-style:none) {
  .ps {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ps {
    overflow: auto !important
  }
}

.ps__rail-y {
  position: absolute;
  top: 0;
  right: 0;
  left: auto !important
}

@media screen and (max-width:800) {
  .ps__rail-y {
    display: none !important;
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (max-width:800) {
  .js-scrollbar {
    overflow-y: scroll
  }
}

.js-scrollbar.ps.ps--active-y .ps__rail-y {
  display: block;
  opacity: 1;
  width: 4px
}

.js-scrollbar.ps.ps--active-y .ps__rail-y .ps__thumb-y {
  background-color: rgba(146, 188, 217, .5);
  border-radius: 0;
  width: 3px;
  right: 1px
}

html,
body {
  width: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto
}

html {
  font-size: .625vw
}

body {
  min-width: 320px;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  letter-spacing: .1em;
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, fot-tsukuardgothic-std, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  color: #191919;
  width: 100%;
  position: relative;
  font-size: 12px;
  background-color: #fff;
  -webkit-overflow-scrolling: auto
}

@media screen and (max-width:800px) {
  body {
    min-width: inherit
  }
}

#wrapper {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, fot-tsukuardgothic-std, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  position: relative;
  z-index: 5
}

.container {
  position: relative;
  z-index: 5
}

.inner {
  overflow: hidden
}

dl,
dt,
dd,
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0
}

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

a {
  color: #2f2f2f;
  text-decoration: none
}

input,
button,
textarea,
select {
  appearance: none
}

input::-webkit-input-placeholder {
  color: #191919
}

input:-moz-placeholder {
  color: #191919
}

input::-moz-placeholder {
  color: #191919
}

input:-ms-input-placeholder {
  color: #191919
}

input {
  outline: transparent;
  appearance: auto
}

.js-load {
  opacity: 0
}

.is-loaded {
  opacity: 1;
  transition: opacity .25s ease-out
}

.is-pc {
  display: block
}

@media screen and (max-width:800px) {
  .is-pc {
    display: none !important
  }
}

.is-sp {
  display: none !important
}

@media screen and (max-width:800px) {
  .is-sp {
    display: block !important
  }
}

#wrapper {
  position: relative;
  z-index: 3
}

a {
  opacity: 1;
  transition: opacity .4s cubic-bezier(.08, .92, .35, 1)
}

a:hover {
  opacity: .5
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none
}

select {
  width: 293px;
  height: 52px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 20px;
  border: 2px solid #191919;
  appearance: none
}

@media screen and (max-width:800px) {
  select {
    width: 100%
  }
}

.swiper-container {
  width: 100%;
  height: 100%
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.wpcf7-response-output {
  text-align: center;
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 16px
}

.fadeIn {
  opacity: 0
}

.fadeInUp {
  transform: translateY(80px);
  opacity: 0
}

.fadeInUpOver {
  transform: translateY(40px);
  opacity: 0
}

.fadeInDown {
  transform: translateY(-30px);
  opacity: 0
}

.fadeInDownOver {
  transform: translateY(-40px);
  opacity: 0
}

.fadeInLeft {
  transform: translateX(-50px);
  opacity: 0
}

.fadeInLeftOver {
  transform: translateX(-30px);
  opacity: 0
}

.fadeInRight {
  transform: translateX(20px);
  opacity: 0
}

.fadeInRightOver {
  transform: translateX(30px);
  opacity: 0
}

.fadeInRightSkew {
  transform: translateX(30px) skewX(-10deg);
  opacity: 0
}

.fadeInLeftSkew {
  transform: translateX(-30px) skewX(10deg);
  opacity: 0
}

.maskSlideIn {
  transform: translate(-120%, 0);
  overflow: hidden
}

@media screen and (max-width:800) {
  .maskSlideIn {
    transform: translate(0, 0)
  }
}

.maskSlideIn .js-inner {
  transform: translate(100%, 0)
}

@media screen and (max-width:800) {
  .maskSlideIn .js-inner {
    transform: translate(0, 0)
  }
}

.scaleUpIn {
  transform: scale(.7);
  opacity: 0
}

.scaleUpInOver {
  transform: scale(.85);
  opacity: 0
}

.scaleDownIn {
  transform: scale(1.07);
  opacity: 0
}

.scaleDownInOver {
  transform: scale(1.15) translate(-30px, 0);
  opacity: 0
}

.scalePop {
  transform: scale(.5) translate(-30px, 0) rotate(15deg);
  transform-origin: center center
}

.slideIn {
  transform: scale(0);
  transform-origin: center center
}

.leanInLeft {
  opacity: 0;
  transform: translate3d(-40px, -40px, 0) rotate(-15deg);
  transform-origin: 0 100%
}

.inBtn .c-btn .top {
  transform: skew(-40deg) scale(0);
  transform-origin: center center
}

.inBtn .c-btn .right {
  transform: skewY(-50deg) scale(0);
  transform-origin: center center
}

.inTitle svg path:nth-of-type(0),
.inTitle svg polygon:nth-of-type(0),
.inTitle svg rect:nth-of-type(0) {
  opacity: 0;
  transform: translate(-93px, 34px)
}

.inTitle svg path:nth-of-type(1),
.inTitle svg polygon:nth-of-type(1),
.inTitle svg rect:nth-of-type(1) {
  opacity: 0;
  transform: translate(-73px, 69px)
}

.inTitle svg path:nth-of-type(2),
.inTitle svg polygon:nth-of-type(2),
.inTitle svg rect:nth-of-type(2) {
  opacity: 0;
  transform: translate(-81px, 9px)
}

.inTitle svg path:nth-of-type(3),
.inTitle svg polygon:nth-of-type(3),
.inTitle svg rect:nth-of-type(3) {
  opacity: 0;
  transform: translate(-75px, 94px)
}

.inTitle svg path:nth-of-type(4),
.inTitle svg polygon:nth-of-type(4),
.inTitle svg rect:nth-of-type(4) {
  opacity: 0;
  transform: translate(-13px, 76px)
}

.inTitle svg path:nth-of-type(5),
.inTitle svg polygon:nth-of-type(5),
.inTitle svg rect:nth-of-type(5) {
  opacity: 0;
  transform: translate(-22px, 49px)
}

.inTitle svg path:nth-of-type(6),
.inTitle svg polygon:nth-of-type(6),
.inTitle svg rect:nth-of-type(6) {
  opacity: 0;
  transform: translate(-20px, 6px)
}

.inTitle svg path:nth-of-type(7),
.inTitle svg polygon:nth-of-type(7),
.inTitle svg rect:nth-of-type(7) {
  opacity: 0;
  transform: translate(-65px, 61px)
}

.inTitle svg path:nth-of-type(8),
.inTitle svg polygon:nth-of-type(8),
.inTitle svg rect:nth-of-type(8) {
  opacity: 0;
  transform: translate(-38px, 76px)
}

.inTitle svg path:nth-of-type(9),
.inTitle svg polygon:nth-of-type(9),
.inTitle svg rect:nth-of-type(9) {
  opacity: 0;
  transform: translate(-91px, 19px)
}

.inTitle svg path:nth-of-type(10),
.inTitle svg polygon:nth-of-type(10),
.inTitle svg rect:nth-of-type(10) {
  opacity: 0;
  transform: translate(-1px, 60px)
}

.inTitle svg path:nth-of-type(11),
.inTitle svg polygon:nth-of-type(11),
.inTitle svg rect:nth-of-type(11) {
  opacity: 0;
  transform: translate(-91px, 49px)
}

.inTitle svg path:nth-of-type(12),
.inTitle svg polygon:nth-of-type(12),
.inTitle svg rect:nth-of-type(12) {
  opacity: 0;
  transform: translate(-10px, 56px)
}

.inTitle svg path:nth-of-type(13),
.inTitle svg polygon:nth-of-type(13),
.inTitle svg rect:nth-of-type(13) {
  opacity: 0;
  transform: translate(-62px, 51px)
}

.inTitle svg path:nth-of-type(14),
.inTitle svg polygon:nth-of-type(14),
.inTitle svg rect:nth-of-type(14) {
  opacity: 0;
  transform: translate(-1px, 9px)
}

.inTitle svg path:nth-of-type(15),
.inTitle svg polygon:nth-of-type(15),
.inTitle svg rect:nth-of-type(15) {
  opacity: 0;
  transform: translate(-13px, 94px)
}

.inTitle svg path:nth-of-type(16),
.inTitle svg polygon:nth-of-type(16),
.inTitle svg rect:nth-of-type(16) {
  opacity: 0;
  transform: translate(-53px, 11px)
}

.inTitle svg path:nth-of-type(17),
.inTitle svg polygon:nth-of-type(17),
.inTitle svg rect:nth-of-type(17) {
  opacity: 0;
  transform: translate(-49px, 52px)
}

.inTitle svg path:nth-of-type(18),
.inTitle svg polygon:nth-of-type(18),
.inTitle svg rect:nth-of-type(18) {
  opacity: 0;
  transform: translate(-39px, 13px)
}

.inTitle svg path:nth-of-type(19),
.inTitle svg polygon:nth-of-type(19),
.inTitle svg rect:nth-of-type(19) {
  opacity: 0;
  transform: translate(-20px, 4px)
}

.inTitle svg path:nth-of-type(20),
.inTitle svg polygon:nth-of-type(20),
.inTitle svg rect:nth-of-type(20) {
  opacity: 0;
  transform: translate(-88px, 79px)
}

.inTitle svg path:nth-of-type(21),
.inTitle svg polygon:nth-of-type(21),
.inTitle svg rect:nth-of-type(21) {
  opacity: 0;
  transform: translate(-12px, 36px)
}

.inTitle svg path:nth-of-type(22),
.inTitle svg polygon:nth-of-type(22),
.inTitle svg rect:nth-of-type(22) {
  opacity: 0;
  transform: translate(-92px, 96px)
}

.inTitle svg path:nth-of-type(23),
.inTitle svg polygon:nth-of-type(23),
.inTitle svg rect:nth-of-type(23) {
  opacity: 0;
  transform: translate(-30px, 50px)
}

.inTitle svg path:nth-of-type(24),
.inTitle svg polygon:nth-of-type(24),
.inTitle svg rect:nth-of-type(24) {
  opacity: 0;
  transform: translate(-11px, 58px)
}

.inTitle svg path:nth-of-type(25),
.inTitle svg polygon:nth-of-type(25),
.inTitle svg rect:nth-of-type(25) {
  opacity: 0;
  transform: translate(-13px, 86px)
}

.inList .inItem svg {
  transform: translate(0, -10px) scaleX(.5);
  transform-origin: bottom center
}

.maskDown {
  overflow: hidden;
  position: relative
}

.maskDown:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #191919
}

.maskDown:after {
  content: "";
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff
}

.inShip {
  transform: translate(50px, 0)
}

.is-active .scaleUpIn {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .2s, opacity .25s .2s ease-in
}

.is-active.maskSlideIn {
  transition: transform .5s .2s cubic-bezier(.7, 0, .3, 1)
}

.is-active.maskSlideIn .js-inner {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  transition: transform .5s .2s cubic-bezier(.7, 0, .3, 1)
}

.is-active.inList .inItem:nth-of-type(0) svg {
  animation: ICON_DOWN .5s 0s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(1) svg {
  animation: ICON_DOWN .5s .1s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(2) svg {
  animation: ICON_DOWN .5s .2s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(3) svg {
  animation: ICON_DOWN .5s .3s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(4) svg {
  animation: ICON_DOWN .5s .4s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(5) svg {
  animation: ICON_DOWN .5s .5s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(6) svg {
  animation: ICON_DOWN .5s .6s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(7) svg {
  animation: ICON_DOWN .5s .7s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(8) svg {
  animation: ICON_DOWN .5s .8s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(9) svg {
  animation: ICON_DOWN .5s .9s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(10) svg {
  animation: ICON_DOWN .5s 1s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(11) svg {
  animation: ICON_DOWN .5s 1.1s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(12) svg {
  animation: ICON_DOWN .5s 1.2s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(13) svg {
  animation: ICON_DOWN .5s 1.3s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(14) svg {
  animation: ICON_DOWN .5s 1.4s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(15) svg {
  animation: ICON_DOWN .5s 1.5s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(16) svg {
  animation: ICON_DOWN .5s 1.6s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(17) svg {
  animation: ICON_DOWN .5s 1.7s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(18) svg {
  animation: ICON_DOWN .5s 1.8s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(19) svg {
  animation: ICON_DOWN .5s 1.9s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inList .inItem:nth-of-type(20) svg {
  animation: ICON_DOWN .5s 2s cubic-bezier(.7, 0, 1, 1) both
}

.is-active.inTitle svg path:nth-of-type(0),
.is-active.inTitle svg polygon:nth-of-type(0),
.is-active.inTitle svg rect:nth-of-type(0) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .15s, opacity .25s .15s ease-in
}

.is-active.inTitle svg path:nth-of-type(1),
.is-active.inTitle svg polygon:nth-of-type(1),
.is-active.inTitle svg rect:nth-of-type(1) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .18s, opacity .25s .18s ease-in
}

.is-active.inTitle svg path:nth-of-type(2),
.is-active.inTitle svg polygon:nth-of-type(2),
.is-active.inTitle svg rect:nth-of-type(2) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .21s, opacity .25s .21s ease-in
}

.is-active.inTitle svg path:nth-of-type(3),
.is-active.inTitle svg polygon:nth-of-type(3),
.is-active.inTitle svg rect:nth-of-type(3) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .24s, opacity .25s .24s ease-in
}

.is-active.inTitle svg path:nth-of-type(4),
.is-active.inTitle svg polygon:nth-of-type(4),
.is-active.inTitle svg rect:nth-of-type(4) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .27s, opacity .25s .27s ease-in
}

.is-active.inTitle svg path:nth-of-type(5),
.is-active.inTitle svg polygon:nth-of-type(5),
.is-active.inTitle svg rect:nth-of-type(5) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .3s, opacity .25s .3s ease-in
}

.is-active.inTitle svg path:nth-of-type(6),
.is-active.inTitle svg polygon:nth-of-type(6),
.is-active.inTitle svg rect:nth-of-type(6) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .33s, opacity .25s .33s ease-in
}

.is-active.inTitle svg path:nth-of-type(7),
.is-active.inTitle svg polygon:nth-of-type(7),
.is-active.inTitle svg rect:nth-of-type(7) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .36s, opacity .25s .36s ease-in
}

.is-active.inTitle svg path:nth-of-type(8),
.is-active.inTitle svg polygon:nth-of-type(8),
.is-active.inTitle svg rect:nth-of-type(8) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .39s, opacity .25s .39s ease-in
}

.is-active.inTitle svg path:nth-of-type(9),
.is-active.inTitle svg polygon:nth-of-type(9),
.is-active.inTitle svg rect:nth-of-type(9) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .42s, opacity .25s .42s ease-in
}

.is-active.inTitle svg path:nth-of-type(10),
.is-active.inTitle svg polygon:nth-of-type(10),
.is-active.inTitle svg rect:nth-of-type(10) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .45s, opacity .25s .45s ease-in
}

.is-active.inTitle svg path:nth-of-type(11),
.is-active.inTitle svg polygon:nth-of-type(11),
.is-active.inTitle svg rect:nth-of-type(11) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .48s, opacity .25s .48s ease-in
}

.is-active.inTitle svg path:nth-of-type(12),
.is-active.inTitle svg polygon:nth-of-type(12),
.is-active.inTitle svg rect:nth-of-type(12) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .51s, opacity .25s .51s ease-in
}

.is-active.inTitle svg path:nth-of-type(13),
.is-active.inTitle svg polygon:nth-of-type(13),
.is-active.inTitle svg rect:nth-of-type(13) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .54s, opacity .25s .54s ease-in
}

.is-active.inTitle svg path:nth-of-type(14),
.is-active.inTitle svg polygon:nth-of-type(14),
.is-active.inTitle svg rect:nth-of-type(14) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .57s, opacity .25s .57s ease-in
}

.is-active.inTitle svg path:nth-of-type(15),
.is-active.inTitle svg polygon:nth-of-type(15),
.is-active.inTitle svg rect:nth-of-type(15) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .6s, opacity .25s .6s ease-in
}

.is-active.inTitle svg path:nth-of-type(16),
.is-active.inTitle svg polygon:nth-of-type(16),
.is-active.inTitle svg rect:nth-of-type(16) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .63s, opacity .25s .63s ease-in
}

.is-active.inTitle svg path:nth-of-type(17),
.is-active.inTitle svg polygon:nth-of-type(17),
.is-active.inTitle svg rect:nth-of-type(17) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .66s, opacity .25s .66s ease-in
}

.is-active.inTitle svg path:nth-of-type(18),
.is-active.inTitle svg polygon:nth-of-type(18),
.is-active.inTitle svg rect:nth-of-type(18) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .69s, opacity .25s .69s ease-in
}

.is-active.inTitle svg path:nth-of-type(19),
.is-active.inTitle svg polygon:nth-of-type(19),
.is-active.inTitle svg rect:nth-of-type(19) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .72s, opacity .25s .72s ease-in
}

.is-active.inTitle svg path:nth-of-type(20),
.is-active.inTitle svg polygon:nth-of-type(20),
.is-active.inTitle svg rect:nth-of-type(20) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .75s, opacity .25s .75s ease-in
}

.is-active.inTitle svg path:nth-of-type(21),
.is-active.inTitle svg polygon:nth-of-type(21),
.is-active.inTitle svg rect:nth-of-type(21) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .78s, opacity .25s .78s ease-in
}

.is-active.inTitle svg path:nth-of-type(22),
.is-active.inTitle svg polygon:nth-of-type(22),
.is-active.inTitle svg rect:nth-of-type(22) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .81s, opacity .25s .81s ease-in
}

.is-active.inTitle svg path:nth-of-type(23),
.is-active.inTitle svg polygon:nth-of-type(23),
.is-active.inTitle svg rect:nth-of-type(23) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .84s, opacity .25s .84s ease-in
}

.is-active.inTitle svg path:nth-of-type(24),
.is-active.inTitle svg polygon:nth-of-type(24),
.is-active.inTitle svg rect:nth-of-type(24) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .87s, opacity .25s .87s ease-in
}

.is-active.inTitle svg path:nth-of-type(25),
.is-active.inTitle svg polygon:nth-of-type(25),
.is-active.inTitle svg rect:nth-of-type(25) {
  transform: scale(1) translate(0, 0) rotate(0deg) !important;
  opacity: 1 !important;
  transition: transform .5s .9s, opacity .25s .9s ease-in
}

.is-active.inBtn .c-btn .top {
  transform: skew(-40deg) scale(1);
  transform-origin: center center;
  transition: transform .5s cubic-bezier(.7, 0, .3, 1)
}

.is-active.inBtn .c-btn .right {
  transform: skewY(-50deg) scale(1);
  transform-origin: center center;
  transition: transform .5s cubic-bezier(.7, 0, .3, 1)
}

.is-active.inShip {
  transition: transform 5s ease-out
}

.is-active.fadeText>span:nth-of-type(0)>span {
  transition: transform .4s 0s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(1)>span {
  transition: transform .4s .05s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(2)>span {
  transition: transform .4s .1s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(3)>span {
  transition: transform .4s .15s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(4)>span {
  transition: transform .4s .2s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(5)>span {
  transition: transform .4s .25s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(6)>span {
  transition: transform .4s .3s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(7)>span {
  transition: transform .4s .35s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(8)>span {
  transition: transform .4s .4s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(9)>span {
  transition: transform .4s .45s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(10)>span {
  transition: transform .4s .5s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(11)>span {
  transition: transform .4s .55s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(12)>span {
  transition: transform .4s .6s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(13)>span {
  transition: transform .4s .65s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(14)>span {
  transition: transform .4s .7s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span:nth-of-type(15)>span {
  transition: transform .4s .75s cubic-bezier(.21, .5, .29, .99)
}

.is-active.fadeText>span>span {
  transform: translateX(0) !important
}

.is-active .fadeInRightSkew,
.is-active .fadeInLeftSkew {
  transition: transform 1s cubic-bezier(.7, 0, .3, 1), opacity .6s
}

.is-active .fadeInUp,
.is-active .fadeInDown {
  transition: transform 1.8s .5s cubic-bezier(.08, .92, .35, 1), opacity .5s .5s
}

.is-active .scaleBaloon {
  transition: transform .3s .1s cubic-bezier(.08, .92, .35, 1), opacity .2s .1s ease-in
}

.is-active .scaleBaloon.is-current {
  transition: transform .3s cubic-bezier(.08, .92, .35, 1), opacity .2s ease-in
}

.is-active .scalePop {
  transition: transform .3s cubic-bezier(.08, .92, .35, 1)
}

.is-active .leanInLeft {
  transition: transform .6s .1s cubic-bezier(.08, .92, .35, 1), opacity .3s .2s
}

.is-active .maskDown:before,
.is-active .maskDown:after {
  transform: translateY(200.1%);
  transition: .7s cubic-bezier(.08, .92, .35, 1)
}

.delay1 {
  transition-delay: .1s
}

.delay2 {
  transition-delay: .2s
}

.delay3 {
  transition-delay: .3s
}

.delay4 {
  transition-delay: .4s
}

.delay5 {
  transition-delay: .5s
}

.delay6 {
  transition-delay: .6s
}

.delay7 {
  transition-delay: .7s
}

.delay8 {
  transition-delay: .8s
}

.delay9 {
  transition-delay: .9s
}

.delay10 {
  transition-delay: 1s
}

.c-btn {
  background-color: #fcdc4a;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap
}

@media screen and (max-width:800px) {
  .c-btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px
  }
}

.c-btn.is-confirm {
  font-weight: 700;
  font-size: 20px;
  padding: 0 50px;
  height: 50px;
  line-height: 50px
}

.c-btn.is-back {
  font-weight: 700;
  font-size: 20px;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 20px 0 0
}

.c-btn.is-reservation {
  font-weight: 700;
  font-size: 20px;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  border: none
}

.c-btn.is-large {
  padding: 0 50px;
  height: 88px;
  line-height: 88px;
  box-shadow: 6px 7px 0 #aeb6c2
}

@media screen and (max-width:800px) {
  .c-btn.is-large {
    height: 50px;
    line-height: 50px;
    padding: 0 20px
  }
}

.c-btn.is-large .text {
  font-size: 35px
}

@media screen and (max-width:800px) {
  .c-btn.is-large .text {
    font-size: 20px
  }
}

.c-btn.is-large .arrow {
  width: 30px;
  height: 20px;
  margin: 0 0 0 5px
}

.c-btn.is-large .arrow>span:nth-of-type(2) {
  top: 6px;
  right: 5px;
  height: 15px
}

.c-btn .text {
  font-size: 16px;
  font-weight: 700
}

@media screen and (max-width:800px) {
  .c-btn .text {
    font-size: 13px
  }
}

.c-btn .arrow {
  display: inline-block;
  width: 20px;
  height: 10px;
  position: relative
}

.c-btn .arrow>span:nth-of-type(1) {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #191919;
  left: 0;
  bottom: 0
}

.c-btn .arrow>span:nth-of-type(2) {
  position: absolute;
  top: -1px;
  right: 3px;
  width: 2px;
  height: 12px;
  background-color: #191919;
  transform: rotate(-45deg)
}

.c-column__link {
  display: block;
  opacity: 1;
  transition: opacity .4s cubic-bezier(.08, .92, .35, 1)
}

.c-column__link:hover {
  opacity: .75
}

.c-column__link .image img {
  object-fit: cover
}

.c-column__link .title {
  font-size: 24px;
  font-weight: 700;
  margin: 25px 0 0;
  letter-spacing: .01em
}

@media screen and (max-width:800px) {
  .c-column__link .title {
    display: block;
    font-size: 17px;
    margin: 15px 0 0
  }
}

.c-column__link .text {
  margin: 25px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .01em
}

@media screen and (max-width:800px) {
  .c-column__link .text {
    display: block;
    font-size: 16px;
    margin: 0;
    letter-spacing: .04em
  }
}

.c-container {
  font-size: 16px
}

.c-container h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 30px
}

.c-container h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 30px
}

.c-container h3 {
  font-size: 18px;
  margin: 20px 0 30px
}

.c-container h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 30px
}

.c-container h5 {
  font-size: 16px;
  margin: 20px 0 30px
}

.c-container h6 {
  font-size: 14px;
  margin: 20px 0 30px
}

.c-container p {
  font-size: 16px
}

@media screen and (max-width:800px) {
  .c-container p {
    font-size: 13px
  }
}

.c-container ins {
  text-decoration: underline
}

.c-container strong {
  font-weight: 700
}

.c-container em {
  font-weight: 700
}

.c-container a {
  color: #184a95
}

.c-container ul li {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0
}

.c-container ul li:first-of-type {
  margin: 0
}

.c-container ol li {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0
}

.c-container ol li:first-of-type {
  margin: 0
}

.c-container code {
  font-size: 16px;
  border: 1px solid #ccc;
  display: block;
  padding: 20px;
  background-color: #ddd
}

.c-container img {
  margin: 20px 0;
  max-width: 100%
}

.c-container .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.c-container .gallery img {
  width: 100%;
  height: auto
}

.c-container .gallery.gallery-columns-4 .gallery-item {
  width: 18%
}

.c-container .gallery.gallery-columns-3 .gallery-item {
  width: 30%
}

.c-container .gallery.gallery-columns-2 .gallery-item {
  width: 45%
}

.c-container .gallery.gallery-columns-1 .gallery-item {
  width: 100%
}

.c-container blockquote {
  font-size: 16px;
  border: 1px solid #191919;
  padding: 30px
}

.c-container table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0
}

.c-container table th {
  padding: 10px;
  background: #184a95;
  border: solid 1px #ccc;
  color: #fff
}

.c-container table td {
  padding: 10px;
  border: solid 1px #ccc
}

.c-container img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.c-container img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline
}

.c-container img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline
}

.c-container .alignright {
  float: right
}

.c-container .alignleft {
  float: left
}

.c-input {
  position: relative;
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, fot-tsukuardgothic-std, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif
}

.c-input .title {
  font-weight: 700
}

@media screen and (max-width:800px) {
  .c-input .title {
    font-size: 15px;
    letter-spacing: .05em
  }
}

.c-input__left {
  min-width: 255px;
  max-width: 255px;
  width: 255px;
  display: flex
}

@media screen and (max-width:800px) {
  .c-input__left {
    min-width: 100%;
    max-width: 100%;
    width: 100%
  }
}

.c-input__left .title {
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0 0
}

@media screen and (max-width:800px) {
  .c-input__left .title {
    padding: 0;
    font-size: 14px
  }
}

.c-input__right {
  min-width: calc(100% - 250px);
  max-width: calc(100% - 250px);
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width:800px) {
  .c-input__right {
    min-width: 100%;
    max-width: 100%;
    width: 100%
  }
}

.c-input__right .wpcf7-custom-item-error {
  width: 100%;
  font-size: 18px;
  color: red;
  margin: 0 0 10px;
  font-weight: 700
}

@media screen and (max-width:800px) {
  .c-input__right .wpcf7-custom-item-error {
    font-size: 14px
  }
}

@media screen and (max-width:800) {
  .c-input {
    margin-bottom: 39.3px
  }
}

.c-input__body {
  position: relative;
  margin: 0 0 0 auto;
  width: 100%;
  font-size: 15px;
  display: flex
}

@media screen and (max-width:800px) {
  .c-input__body {
    display: block
  }
}

@media screen and (max-width:800) {
  .c-input__body {
    width: 100%;
    font-size: 14.5px;
    line-height: 14px
  }
}

.c-input__body .required {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #bf2445
}

@media screen and (max-width:800px) {
  .c-input__body .required {
    right: 12px
  }
}

.c-input__body>span {
  display: block;
  width: 100%;
  height: 100%
}

.c-input__body .contactInquiry {
  position: absolute;
  right: 0;
  top: 0
}

.c-input__body__result {
  display: none;
  width: 100%;
  height: 60px;
  min-height: 60px;
  font-weight: 700;
  z-index: 1;
  font-size: 18px;
  color: #2f2f2f;
  padding-left: 0;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0 30px;
  border-bottom: 2px solid #191919;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent
}

@media screen and (max-width:800px) {
  .c-input__body__result {
    font-size: 14px
  }
}

.c-input input {
  height: 54px
}

@media screen and (max-width:800px) {
  .c-input input {
    height: 45px;
    min-height: 45px
  }
}

.c-input input[type=text],
.c-input input[type=date],
.c-input input[type=email],
.c-input input[type=tel],
.c-input select,
.c-input textarea {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  color: #2f2f2f;
  transition: all .3s;
  box-shadow: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 2px;
  border: none;
  font-size: 18px;
  letter-spacing: .01em;
  border: 2px solid #191919;
  font-weight: 700
}

@media screen and (max-width:800px) {

  .c-input input[type=text],
  .c-input input[type=date],
  .c-input input[type=email],
  .c-input input[type=tel],
  .c-input select,
  .c-input textarea {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
    letter-spacing: .1em;
    border-radius: 0;
    border: 2px solid #191919
  }
}

.c-input input[type=text]:focus,
.c-input input[type=date]:focus,
.c-input input[type=email]:focus,
.c-input input[type=tel]:focus,
.c-input select:focus,
.c-input textarea:focus {
  background: white
}

.c-input select {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 54px;
  color: #2f2f2f;
  padding: 0 20px;
  transition: all .3s;
  box-shadow: none;
  font-weight: 700;
  background: white;
  letter-spacing: 2.2px
}

@media screen and (max-width:800px) {
  .c-input select {
    height: 45px;
    min-height: 45px;
    line-height: 40px
  }
}

.c-input__check {
  white-space: normal;
  margin-top: 33px
}

@media screen and (max-width:800) {
  .c-input__check {
    margin-top: -1px;
    height: 26px
  }
}

.c-input__check label {
  display: block;
  position: relative;
  top: 1px;
  line-height: 21px;
  cursor: pointer
}

@media screen and (max-width:800) {
  .c-input__check label {
    height: 100%;
    top: 0
  }
}

.c-input__check label input {
  display: none
}

.c-input__check label span {
  position: relative;
  display: block;
  letter-spacing: .5px
}

@media screen and (max-width:800) {
  .c-input__check label span {
    padding-left: 46px;
    padding-top: 3px;
    letter-spacing: 2.6px
  }
}

.c-input__check label span:before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid 2px #2f2f2f;
  margin-right: 10px
}

@media screen and (max-width:800) {
  .c-input__check label span:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    border: solid 1px #2f2f2f
  }
}

.c-input__check label span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  margin: auto;
  height: 6px;
  width: 6px;
  background: #fff;
  opacity: 0;
  transition: .2s
}

@media screen and (max-width:800) {
  .c-input__check label span:after {
    left: 8px;
    top: 8px;
    width: 9px;
    height: 9px
  }
}

.c-input__check label input:checked+span:after {
  opacity: 1
}

.c-input__check .c-input__body__result {
  line-height: 31px
}

.c-input__textarea {
  height: auto
}

.c-input__textarea .required {
  top: 29px
}

.c-input__textarea .c-input__body__result {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 13px;
  line-height: 33px;
  white-space: pre-line;
  -webkit-appearance: none
}

.c-input textarea {
  height: 270px;
  min-height: 270px;
  padding-top: 10px;
  line-height: 33px;
  white-space: pre-line;
  position: relative;
  -webkit-appearance: none;
  overflow: auto
}

@media screen and (max-width:800) {
  .c-input textarea {
    height: 350px
  }
}

.is-error input[type=text],
.is-error input[type=date],
.is-error input[type=email],
.is-error input[type=tel],
.is-error textarea,
.is-error .c-input__file-wrap {
  border: 4px solid #e9b5b5
}

.is-confirm .c-input input,
.is-confirm .c-input textarea,
.is-confirm .c-input label,
.is-confirm .c-input select,
.is-confirm .c-input .contactInquiry {
  opacity: 0;
  pointer-events: none
}

.is-confirm .c-input__body__result {
  opacity: 1;
  height: 100%;
  pointer-events: all
}

.is-confirm .c-input__textarea .c-input__body__result {
  position: relative;
  min-height: 150px
}

.is-confirm .c-input textarea {
  height: auto;
  min-height: 70px;
  display: none
}

.is-confirm .c-input .title {
  display: inline-block
}

@media screen and (max-width:800) {
  .is-confirm .c-input__check {
    padding-bottom: 52px
  }

  .is-confirm .c-input__check .c-input__body__result {
    padding-left: 0
  }

  .is-confirm .c-input__check .c-input__body__result:after {
    display: none
  }
}

.wpcf7-radio {
  display: flex
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 30px 0 0
}

@media screen and (max-width:800px) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 10px 0 0
  }
}

.wpcf7-radio .wpcf7-list-item:last-of-type {
  margin: 0
}

.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 700
}

@media screen and (max-width:800px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 14px
  }
}

@media screen and (max-width:350px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 12px
  }
}

.wpcf7-form-control-wrap {
  width: 100%
}

.c-input__your-name .c-input__right,
.c-input__your-name-kana .c-input__right {
  display: flex;
  justify-content: space-between
}

.c-input__your-name .c-input__right .wpcf7-form-control-wrap,
.c-input__your-name-kana .c-input__right .wpcf7-form-control-wrap {
  width: 48%
}

.c-input__choices .c-input__choice-text {
  font-size: 16px;
  font-weight: 700;
  margin: 0 20px 0 0;
  white-space: nowrap
}

@media screen and (max-width:800px) {
  .c-input__choices .c-input__choice-text {
    width: 100%;
    margin: 0 0 10px
  }
}

.c-input__choices .c-input__choice {
  display: flex;
  align-items: center;
  margin: 20px 0 0
}

@media screen and (max-width:800px) {
  .c-input__choices .c-input__choice {
    flex-wrap: wrap;
    margin: 20px 0 0
  }
}

.c-input__choices .c-input__choice:first-of-type {
  margin: 0
}

@media screen and (max-width:800px) {
  .c-input__choices .c-input__choice:first-of-type {
    margin: 20px 0 0
  }
}

.c-input__choices .c-input__choice .unit {
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px
}

.c-input__choices .c-input__choice .date {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0
}

.c-input__choices .c-input__choice .date input[type=date] {
  width: 200px
}

@media screen and (max-width:350px) {
  .c-input__choices .c-input__choice .time {
    margin: 10px 0 0
  }
}

@media screen and (max-width:800px) {
  input[type=date] {
    font-size: 15px !important
  }
}

.c-news {
  border-top: 1px solid #191919
}

.c-news:last-of-type {
  border-bottom: 1px solid #191919
}

.c-news__link {
  display: block;
  padding: 28px 10%
}

@media screen and (max-width:800px) {
  .c-news__link {
    padding: 20px
  }
}

.c-news__inner {
  display: flex;
  align-items: center
}

@media screen and (max-width:800px) {
  .c-news__inner {
    display: block
  }
}

.c-news__inner .date {
  font-size: 24px;
  font-weight: 700;
  width: 130px;
  white-space: nowrap;
  letter-spacing: .01em;
  margin: 0 42px 0 0
}

@media screen and (max-width:800px) {
  .c-news__inner .date {
    display: block;
    font-size: 16px
  }
}

.c-news__inner .text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .01em
}

@media screen and (max-width:800px) {
  .c-news__inner .text {
    display: block;
    font-size: 16px
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center
}

.c-pager__prev {
  font-size: 16px;
  font-weight: 700
}

.c-pager__next {
  font-size: 16px;
  font-weight: 700
}

.c-pager__first {
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0
}

.c-pager__last {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 10px
}

.c-pager__list {
  display: flex;
  margin: 0 20px
}

.c-pager__item {
  margin: 0 20px 0 0
}

.c-pager__item:last-of-type {
  margin: 0
}

.c-pager__item>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #184a95;
  font-size: 16px;
  color: #fff;
  font-weight: 700
}

@media screen and (max-width:800px) {
  .c-pager__item>a {
    width: 30px;
    height: 30px;
    font-size: 12px
  }
}

.c-pager__item.is-current>a {
  background-color: #fff;
  border: 1px solid #184a95;
  color: #191919;
  pointer-events: none
}

.c-pager__item.is-none:before {
  content: "...";
  position: relative;
  top: 10px;
  font-size: 16px
}

.c-pagetop {
  opacity: .9
}

.c-pagetop__link {
  display: inline-block
}

.c-pagetop__text {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  padding: 0 0 5px
}

@media screen and (max-width:800px) {
  .c-pagetop__text {
    font-size: 10px
  }
}

.c-title {
  text-align: center
}

.c-title .copy {
  font-size: 34px;
  font-weight: 700;
  color: #184a95;
  display: block
}

@media screen and (max-width:800px) {
  .c-title .copy {
    font-size: 16px
  }
}

.c-title .title {
  position: relative;
  display: inline-block;
  line-height: 64px
}

@media screen and (max-width:800px) {
  .c-title .title {
    line-height: inherit
  }
}

.c-title .title>span {
  font-size: 58px;
  font-weight: 700;
  color: #184a95;
  background-color: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  display: inline-block;
  letter-spacing: .01em
}

@media screen and (max-width:800px) {
  .c-title .title>span {
    font-size: 27px;
    padding: 0 10px;
    line-height: 38px
  }
}

.c-title .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  left: -100px;
  height: 3px;
  z-index: 1;
  width: 100px;
  background-image: linear-gradient(to right, #184a95, #184a95 8px, transparent 8px, transparent 10px);
  background-size: 15px 3px;
  background-repeat: repeat-x
}

@media screen and (max-width:800px) {
  .c-title .title:before {
    left: -40px;
    width: 40px;
    height: 2px;
    background-image: linear-gradient(to right, #184a95, #184a95 5px, transparent 5px, transparent 12px);
    background-size: 8px 2px
  }
}

.c-title .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: -100px;
  height: 3px;
  z-index: 1;
  width: 100px;
  background-image: linear-gradient(to left, #184a95, #184a95 8px, transparent 8px, transparent 10px);
  background-size: 14px 3px;
  background-repeat: repeat-x
}

@media screen and (max-width:800px) {
  .c-title .title:after {
    right: -40px;
    width: 40px;
    height: 2px;
    background-image: linear-gradient(to left, #184a95, #184a95 5px, transparent 5px, transparent 12px);
    background-size: 8px 2px
  }
}

.p-column__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 94px
}

@media screen and (max-width:800px) {
  .p-column__inner {
    padding: 100px 20px 25px
  }
}

.p-column__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width:800px) {
  .p-column__list {
    display: block;
    padding: 0
  }
}

.p-column__list:after {
  display: block;
  content: "";
  width: 30.7%
}

.p-column__list .c-column {
  width: 30.7%;
  margin: 0 0 50px
}

@media screen and (max-width:800px) {
  .p-column__list .c-column {
    width: 100%;
    margin: 0 0 40px
  }
}

@media screen and (max-width:800px) {
  .p-column__list .c-column:last-of-type {
    margin: 0
  }
}

.p-column__body {
  padding: 107px 0 0
}

@media screen and (max-width:800px) {
  .p-column__body {
    padding: 40px 0 0
  }
}

.p-column__foot {
  text-align: center;
  margin: 64px 0 0
}

@media screen and (max-width:800px) {
  .p-column__foot {
    margin: 0;
    padding: 40px 0
  }
}

.p-column__btn .text {
  font-size: 24px;
  color: #184a95;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 0 4px;
  letter-spacing: .01em;
  border-bottom: 2px solid #184a95
}

@media screen and (max-width:800px) {
  .p-column__btn .text {
    font-size: 16px
  }
}

.p-columnDetail {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  padding: 165px 20px 150px;
  width: 100%
}

@media screen and (max-width:800px) {
  .p-columnDetail {
    padding: 90px 20px 80px
  }
}

.p-columnDetail__head {
  text-align: center
}

.p-columnDetail__head .title {
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0 0
}

@media screen and (max-width:800px) {
  .p-columnDetail__head .title {
    font-size: 24px
  }
}

.p-columnDetail__head img {
  display: inline-block;
  width: 100%;
  height: auto
}

.p-columnDetail__body {
  margin: 60px 0 0;
  text-align: left
}

@media screen and (max-width:800px) {
  .p-columnDetail__body {
    margin: 30px 0 0
  }
}

.p-columnDetail__foot {
  position: relative;
  margin: 100px 0 0
}

.p-columnDetail__prev .text,
.p-columnDetail__next .text {
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:800px) {

  .p-columnDetail__prev .text,
  .p-columnDetail__next .text {
    font-size: 16px
  }
}

.p-columnDetail__prev .image,
.p-columnDetail__next .image {
  width: 150px;
  height: 100px
}

.p-columnDetail__prev .image img,
.p-columnDetail__next .image img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.p-columnDetail__prev {
  position: absolute;
  top: 0;
  left: 0
}

.p-columnDetail__center {
  padding: 0
}

.p-columnDetail__next {
  position: absolute;
  top: 0;
  right: 0
}

.p-complete__inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 116px;
  min-height: calc(100vh - 66px)
}

@media screen and (max-width:800px) {
  .p-complete__inner {
    padding: 100px 0 25px;
    min-height: calc(100vh - 76px)
  }
}

.p-complete__head .c-title .title>span {
  font-size: 50px
}

@media screen and (max-width:800px) {
  .p-complete__head .c-title .title>span {
    font-size: 20px;
    line-height: 30px
  }
}

.p-complete__body {
  margin: 50px 0 0
}

@media screen and (max-width:800px) {
  .p-complete__body {
    margin: 40px 20px 0
  }
}

.p-complete__note {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0
}

@media screen and (max-width:800px) {
  .p-complete__note {
    font-size: 14px;
    line-height: 20px
  }
}

.p-contact__inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 116px
}

@media screen and (max-width:800px) {
  .p-contact__inner {
    padding: 100px 0
  }
}

.p-contact__head .c-title .title>span {
  font-size: 50px
}

@media screen and (max-width:800px) {
  .p-contact__head .c-title .title>span {
    font-size: 20px;
    line-height: 30px
  }
}

.p-contact__body {
  margin: 50px 0 0
}

@media screen and (max-width:800px) {
  .p-contact__body {
    margin: 40px 0 0;
    padding: 0 20px
  }
}

.p-contact__note {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 20px 0 0
}

@media screen and (max-width:800px) {
  .p-contact__note {
    font-size: 14px;
    line-height: 20px
  }
}

.p-contact__note:first-of-type {
  margin: 0
}

.p-contact__note .is-small {
  font-size: 14px;
  display: block;
  margin: 20px 0 0
}

@media screen and (max-width:800px) {
  .p-contact__note .is-small {
    font-size: 12px
  }
}

.p-contact__link {
  display: block;
  text-align: right;
  margin: 20px 0 0
}

.p-contact__link .link {
  font-size: 18px;
  font-weight: 700;
  color: #184a95;
  display: inline-block
}

@media screen and (max-width:800px) {
  .p-contact__link .link {
    font-size: 12px
  }
}

.p-contact__link .link .arrow {
  display: inline-block;
  width: 20px;
  height: 10px;
  position: relative;
  left: -3px
}

@media screen and (max-width:800px) {
  .p-contact__link .link .arrow {
    transform: scale(.7)
  }
}

.p-contact__link .link .arrow>span:nth-of-type(1) {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #184a95;
  left: 0;
  bottom: 0
}

.p-contact__link .link .arrow>span:nth-of-type(2) {
  position: absolute;
  top: -1px;
  right: 3px;
  width: 2px;
  height: 12px;
  background-color: #184a95;
  transform: rotate(-45deg)
}

.p-contact__form {
  margin: 20px 0 0
}

.p-contact__input-item {
  padding: 20px 0;
  border-top: 1px solid #191919
}

@media screen and (max-width:800px) {
  .p-contact__input-item {
    padding: 15px 0
  }
}

.p-contact__input-item:first-of-type {
  border: none
}

.p-contact__btns {
  text-align: center;
  margin: 50px 0 0
}

.p-contact__btns input {
  background-color: #fcdc4a;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #191919;
  opacity: 1;
  transition: opacity .4s cubic-bezier(.08, .92, .35, 1)
}

.p-contact__btns input:hover {
  opacity: .5
}

@media screen and (max-width:800px) {
  .p-contact__btns input {
    margin: 0 0 10px
  }
}

.p-contact__confirm {
  display: block
}

.p-contact__submit {
  display: none
}

.p-contact .wpcf7-form.custom-wpcf7c-confirmed .wpcf7-custom-item-error {
  display: none
}

.p-contact .wpcf7-form.custom-wpcf7c-confirmed .wpcf7-form-control.wpcf7c-conf {
  border: none !important
}

.p-diff__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 120px
}

@media screen and (max-width:800px) {
  .p-diff__inner {
    padding: 55px 20px 40px
  }
}

.p-diff__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 0
}

@media screen and (max-width:800px) {
  .p-diff__text {
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 24px
  }
}

.p-diff__image {
  margin: 100px 0 0
}

@media screen and (max-width:800px) {
  .p-diff__image {
    margin: 50px 0 0
  }
}

.p-diff__note {
  font-size: 16px;
  margin: 10px 0 0
}

.p-diff__top {
  text-align: right;
  padding: 150px 0 0
}

@media screen and (max-width:800px) {
  .p-diff__top {
    padding: 35px 0 0
  }
}

.p-faq {
  background-color: #eee
}

.p-faq__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 25px
}

@media screen and (max-width:800px) {
  .p-faq__inner {
    padding: 40px 0 25px
  }
}

.p-faq__head .c-title .title>span {
  background-color: #eee
}

.p-faq__body {
  padding: 107px 0 0
}

@media screen and (max-width:800px) {
  .p-faq__body {
    padding: 45px 0 0
  }
}

.p-faq__item {
  border-top: 1px solid #191919;
  padding: 60px 7px;
  cursor: pointer
}

@media screen and (max-width:800px) {
  .p-faq__item {
    padding: 20px
  }
}

.p-faq__item:last-of-type {
  border-bottom: 1px solid #191919
}

.p-faq__item.is-active .p-faq__icon>span:nth-of-type(2) {
  opacity: 0
}

.p-faq__q {
  position: relative
}

.p-faq__q .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.p-faq__q .inner img {
  width: 54px;
  height: auto;
  margin: 0 24px 0 0
}

@media screen and (max-width:800px) {
  .p-faq__q .inner img {
    width: 30px
  }
}

.p-faq__q .inner h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 40px 0 0
}

@media screen and (max-width:800px) {
  .p-faq__q .inner h3 {
    font-size: 16px
  }
}

.p-faq__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translate(0, 0)
}

@media screen and (max-width:800px) {
  .p-faq__icon {
    width: 26px;
    height: 26px
  }
}

.p-faq__icon>span {
  display: block
}

.p-faq__icon>span:nth-of-type(1) {
  width: 100%;
  height: 6px;
  background-color: #191919
}

.p-faq__icon>span:nth-of-type(2) {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #191919;
  transform: rotate(90deg) translate(-50%, 0);
  top: 50%;
  left: 0
}

.p-faq__a {
  padding: 24px 0 0 75px
}

@media screen and (max-width:800px) {
  .p-faq__a {
    padding: 24px 0 0
  }
}

.p-faq__a .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.p-faq__a .inner img {
  width: 54px;
  height: auto;
  margin: 0 24px 0 0
}

@media screen and (max-width:800px) {
  .p-faq__a .inner img {
    width: 30px
  }
}

.p-faq__a .inner p {
  font-size: 24px;
  font-weight: 700
}

@media screen and (max-width:800px) {
  .p-faq__a .inner p {
    font-size: 16px
  }
}

.p-faq__btn {
  text-align: center;
  margin: 156px 0 0
}

@media screen and (max-width:800px) {
  .p-faq__btn {
    margin: 30px 0 0
  }
}

.p-faq__top {
  text-align: right;
  padding: 105px 0 0
}

@media screen and (max-width:800px) {
  .p-faq__top {
    padding: 50px 20px 0
  }
}

.p-flow {
  background-color: #eee
}

.p-flow__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 20px 25px
}

@media screen and (max-width:800px) {
  .p-flow__inner {
    padding: 45px 0 25px
  }
}

.p-flow__head .c-title .title>span {
  background-color: #eee
}

.p-flow__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 0
}

@media screen and (max-width:800px) {
  .p-flow__text {
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 24px
  }
}

.p-flow__image {
  margin: 100px 0 0
}

@media screen and (max-width:800px) {
  .p-flow__image {
    padding: 0 20px;
    margin: 50px 0 0
  }
}

.p-flow__top {
  text-align: right;
  padding: 140px 0 0
}

@media screen and (max-width:800px) {
  .p-flow__top {
    padding: 35px 20px 0
  }
}

.p-footer {
  background-color: #191919;
  padding: 20px 106px
}

@media screen and (max-width:800px) {
  .p-footer {
    padding: 10px 0 70px
  }
}

.p-footer__inner {
  display: flex;
  justify-content: center;
  position: relative
}

@media screen and (max-width:800px) {
  .p-footer__inner {
    display: block
  }
}

.p-footer__left {
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width:800px) {
  .p-footer__left {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    justify-content: center
  }
}

.p-footer__left .link {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap
}

@media screen and (max-width:800px) {
  .p-footer__left .link {
    font-size: 12px
  }
}

.p-footer__left .link:first-of-type {
  margin: 0 44px 0 0
}

@media screen and (max-width:800px) {
  .p-footer__center {
    margin: 10px 0 0;
    text-align: center
  }
}

.p-footer__center small {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em
}

@media screen and (max-width:800px) {
  .p-footer__center small {
    font-size: 12px
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 9px 12px
}

@media screen and (max-width:800px) {
  .p-header__inner {
    padding: 0 0 0 7px
  }
}

.p-header__right {
  display: flex;
  align-items: center
}

@media screen and (max-width:800px) {
  .p-header__logo svg {
    width: auto;
    height: 25px
  }
}

@media screen and (max-width:350px) {
  .p-header__logo svg {
    width: auto;
    height: 18px
  }
}

@media screen and (max-width:800px) {
  .p-header__nav {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, -30px);
    pointer-events: none;
    transition: all .5s cubic-bezier(.08, .92, .35, 1)
  }
}

.p-header__nav-list {
  display: flex
}

@media screen and (max-width:800px) {
  .p-header__nav-list {
    flex-wrap: wrap;
    border-top: 1px solid #191919
  }
}

.p-header__nav-item {
  border-left: 1px solid #191919
}

@media screen and (max-width:800px) {
  .p-header__nav-item {
    width: 50%;
    border-bottom: 1px solid #191919
  }
}

.p-header__nav-item:last-of-type {
  border-right: 1px solid #191919
}

@media screen and (max-width:800px) {
  .p-header__nav-item:last-of-type {
    border-right: none
  }
}

.p-header__nav-link {
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  white-space: nowrap;
  display: block;
  opacity: 1;
  transition: opacity .4s cubic-bezier(.08, .92, .35, 1)
}

.p-header__nav-link:hover {
  opacity: .5
}

@media screen and (max-width:800px) {
  .p-header__nav-link {
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    font-size: 16px
  }
}

.p-header__btn {
  margin: 0 0 0 14px
}

@media screen and (max-width:800px) {
  .p-header__btn {
    margin: 0 10px 0 0
  }
}

.p-header__menu {
  display: none
}

@media screen and (max-width:800px) {
  .p-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 60px;
    height: 60px;
    background-color: #184a95
  }
}

.p-header__menu .icon {
  width: 25px;
  height: 18px;
  position: relative
}

.p-header__menu .open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1
}

.p-header__menu .open>span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px
}

.p-header__menu .close {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.p-header__menu .close>span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0
}

.p-header__menu .close>span:nth-of-type(1) {
  transform: rotate(45deg)
}

.p-header__menu .close>span:nth-of-type(2) {
  transform: rotate(-45deg)
}

.p-header__menu .text {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff
}

body.is-nav-open .p-header__nav {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto
}

body.is-nav-open .p-header__menu .open {
  opacity: 0
}

body.is-nav-open .p-header__menu .close {
  opacity: 1
}

.p-mv {
  position: relative;
  height: 100vh
}

@media screen and (max-width:800px) {
  .p-mv {
    height: calc(100vh - 60px);
    margin: 60px 0 0
  }
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/mv-bg.jpg);
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  background-position: center center
}

.p-mv__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center
}

.p-mv__inner .title .logo {
  width: 57.9365079vw;
  height: auto
}

@media screen and (max-width:800px) {
  .p-mv__inner .title .logo {
    width: 90vw
  }
}

.p-news__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 116px
}

@media screen and (max-width:800px) {
  .p-news__inner {
    padding: 100px 0 25px
  }
}

.p-news__body {
  margin: 100px 0 0
}

@media screen and (max-width:800px) {
  .p-news__body {
    margin: 40px 0 0
  }
}

.p-news__foot {
  text-align: center;
  margin: 80px 0 0
}

@media screen and (max-width:800px) {
  .p-news__foot {
    margin: 0;
    padding: 40px 0
  }
}

.p-newsDetail {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  padding: 165px 20px 150px;
  width: 100%
}

@media screen and (max-width:800px) {
  .p-newsDetail {
    padding: 90px 20px 80px
  }
}

.p-newsDetail__head .title {
  font-size: 30px;
  font-weight: 700
}

@media screen and (max-width:800px) {
  .p-newsDetail__head .title {
    font-size: 24px
  }
}

.p-newsDetail__body {
  margin: 120px 0 0;
  text-align: left
}

@media screen and (max-width:800px) {
  .p-newsDetail__body {
    margin: 30px 0 0
  }
}

.p-newsDetail__foot {
  position: relative;
  margin: 100px 0 0
}

.p-newsDetail__prev .text,
.p-newsDetail__next .text {
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:800px) {

  .p-newsDetail__prev .text,
  .p-newsDetail__next .text {
    font-size: 16px
  }
}

.p-newsDetail__prev .image,
.p-newsDetail__next .image {
  width: 150px;
  height: 100px
}

.p-newsDetail__prev .image img,
.p-newsDetail__next .image img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.p-newsDetail__prev {
  position: absolute;
  top: 0;
  left: 0
}

.p-newsDetail__center {
  padding: 0
}

.p-newsDetail__next {
  position: absolute;
  top: 0;
  right: 0
}

.p-point {
  background-color: #eee
}

.p-point__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 25px
}

@media screen and (max-width:800px) {
  .p-point__inner {
    padding: 65px 20px 25px
  }
}

.p-point__head .c-title .title>span {
  background-color: #eee
}

.p-point__body {
  padding: 107px 0 0
}

@media screen and (max-width:800px) {
  .p-point__body {
    padding: 37px 0 0
  }
}

.p-point__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch
}

@media screen and (max-width:800px) {
  .p-point__list {
    display: block
  }
}

.p-point__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  width: 29.6153846%
}

@media screen and (max-width:800px) {
  .p-point__item {
    width: 100%;
    margin: 40px 0 0
  }
}

@media screen and (max-width:800px) {
  .p-point__item:nth-of-type(1) {
    margin: 0
  }
}

.p-point__item:nth-of-type(1) .image img {
  width: 90.163934426%
}

@media screen and (max-width:800px) {
  .p-point__item:nth-of-type(1) .image img {
    width: 81%
  }
}

.p-point__item:nth-of-type(2) .image img {
  width: 38.3606557%
}

@media screen and (max-width:800px) {
  .p-point__item:nth-of-type(2) .image img {
    width: 32%
  }
}

.p-point__item:nth-of-type(3) .image img {
  width: 74.098360656%
}

@media screen and (max-width:800px) {
  .p-point__item:nth-of-type(3) .image img {
    width: 52%
  }
}

.p-point__item .image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px
}

@media screen and (max-width:800px) {
  .p-point__item .image {
    height: 150px
  }
}

.p-point__item .image img {
  display: inline-block;
  height: auto
}

.p-point__item .inner {
  text-align: left;
  display: flex;
  flex-direction: column
}

.p-point__item .inner .point {
  width: 100%;
  border-bottom: 1px solid #191919;
  opacity: .9
}

.p-point__item .inner .point>span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .14em
}

@media screen and (max-width:800px) {
  .p-point__item .inner .point>span {
    font-size: 15px;
    letter-spacing: .08em
  }
}

.p-point__item .inner .point .num {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .1em
}

@media screen and (max-width:800px) {
  .p-point__item .inner .point .num {
    font-size: 20px;
    position: relative;
    left: -5px
  }
}

.p-point__item .inner .title {
  font-size: 40px;
  font-weight: 700;
  margin: 25px 0 0;
  letter-spacing: .05em;
  opacity: .9
}

@media screen and (max-width:800px) {
  .p-point__item .inner .title {
    font-size: 25px;
    margin: 14px 0 0;
    letter-spacing: .01em
  }
}

.p-point__item .inner .text {
  font-size: 22px;
  font-weight: 700;
  line-height: 46px;
  margin: 2px 0 0;
  letter-spacing: .03em;
  opacity: .9
}

@media screen and (max-width:800px) {
  .p-point__item .inner .text {
    font-size: 16px;
    line-height: 28px
  }
}

.p-point__top {
  text-align: right;
  padding: 105px 0 0
}

@media screen and (max-width:800px) {
  .p-point__top {
    padding: 30px 0 0
  }
}

.p-price {
  padding: 150px 0 0
}

@media screen and (max-width:800px) {
  .p-price {
    padding: 55px 0 25px
  }
}

.p-price__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 0
}

@media screen and (max-width:800px) {
  .p-price__text {
    font-size: 16px;
    letter-spacing: .01em;
    margin: 0
  }
}

.p-price__body .list {
  margin: 100px 0 0;
  display: flex;
  justify-content: space-around
}

@media screen and (max-width:800px) {
  .p-price__body .list {
    display: block;
    padding: 0 10px;
    margin: 40px 0 0
  }
}

.p-price__body .item {
  flex-basis: 23.846153846%
}

@media screen and (max-width:800px) {
  .p-price__body .item {
    flex-basis: 100%;
    margin: 20px 0 0
  }
}

@media screen and (max-width:800px) {
  .p-price__body .item:first-of-type {
    margin: 0
  }
}

.p-price__body-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px
}

@media screen and (max-width:800px) {
  .p-price__body-inner {
    padding: 10px 20px 55px
  }
}

.p-price__option-wrap {
  background-color: #e7edf4
}

.p-price__option-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex
}

@media screen and (max-width:800px) {
  .p-price__option-inner {
    display: block;
    padding: 45px 20px 40px
  }
}

.p-price__option-left {
  min-width: 468px;
  max-width: 468px;
  width: 468px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

@media screen and (max-width:800px) {
  .p-price__option-left {
    min-width: 100%;
    max-width: 100%;
    width: 100%
  }
}

.p-price__option-left .title {
  font-size: 30px;
  color: #184a95;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #184a95;
  display: inline-block;
  padding: 0 30px
}

@media screen and (max-width:800px) {
  .p-price__option-left .title {
    font-size: 27px;
    padding: 0 62px
  }
}

.p-price__option-left .text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 0
}

@media screen and (max-width:800px) {
  .p-price__option-left .text {
    font-size: 15px;
    letter-spacing: .01em
  }
}

.p-price__option-right {
  width: 100%
}

@media screen and (max-width:800px) {
  .p-price__option-right {
    margin: 30px 0 0
  }
}

.p-price__option-right .list {
  display: flex;
  justify-content: flex-start
}

@media screen and (max-width:800px) {
  .p-price__option-right .list {
    display: block;
    padding: 0 10px
  }
}

.p-price__option-right .item {
  width: 45%
}

@media screen and (max-width:800px) {
  .p-price__option-right .item {
    width: 100%
  }
}

.p-price__option-right .item:nth-of-type(1) {
  margin: 0 20px 0 0
}

@media screen and (max-width:800px) {
  .p-price__option-right .item:nth-of-type(1) {
    margin: 0 0 20px
  }
}

.p-price__option-note {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: right;
  font-size: 16px
}

@media screen and (max-width:800px) {
  .p-price__option-note {
    font-size: 10px;
    padding: 10px 20px 0
  }
}

.p-price__top {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 160px 0 116px
}

@media screen and (max-width:800px) {
  .p-price__top {
    padding: 50px 20px 0
  }
}

.p-service {
  background-color: #eee
}

.p-service__inner {
  padding: 150px 0 25px
}

@media screen and (max-width:800px) {
  .p-service__inner {
    padding: 40px 0 50px
  }
}

.p-service__head .c-title .title>span {
  background-color: #eee
}

.p-service__body {
  padding: 70px 0 0
}

@media screen and (max-width:800px) {
  .p-service__body {
    padding: 10px 0 0
  }
}

.p-service__list {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px
}

@media screen and (max-width:800px) {
  .p-service__list {
    display: block;
    padding: 0 30px
  }
}

.p-service__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-basis: 30%;
  cursor: pointer
}

.p-service__item .image {
  text-align: center;
  position: relative;
  z-index: 1;
  top: 36px
}

.p-service__item .image img {
  position: relative;
  left: -20px;
  display: block;
  height: auto;
  width: calc(100% + 40px);
  max-width: inherit
}

@media screen and (max-width:800px) {
  .p-service__item .image img {
    left: -10px;
    width: calc(100% + 20px)
  }
}

.p-service__item .inner {
  text-align: left;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0 25px 60px;
  flex-grow: 1;
  position: relative;
  z-index: 2
}

@media screen and (max-width:800px) {
  .p-service__item .inner {
    border-radius: 5px;
    padding: 0 25px 30px
  }
}

.p-service__item .inner .num {
  width: 63px;
  height: 63px;
  background-color: #184a95;
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto
}

@media screen and (max-width:800px) {
  .p-service__item .inner .num {
    font-size: 23px;
    width: 40px;
    height: 40px;
    border-radius: 0 0 5px 5px
  }
}

.p-service__item .inner .title {
  font-size: 26px;
  font-weight: 700;
  margin: 28px 0 0;
  letter-spacing: .05em;
  opacity: .9;
  text-align: center;
  color: #184a95;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width:800px) {
  .p-service__item .inner .title {
    font-size: 25px;
    height: auto;
    margin: 15px 0 0;
    letter-spacing: .01em;
    line-height: 30px
  }
}

.p-service__item .inner .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin: 30px 0 0;
  letter-spacing: .03em;
  opacity: .9;
  text-align: left;
  flex-grow: 1
}

@media screen and (max-width:800px) {
  .p-service__item .inner .text {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0 0
  }
}

.p-service__option {
  text-align: center;
  padding: 136px 0 180px
}

@media screen and (max-width:800px) {
  .p-service__option {
    padding: 55px 20px 60px
  }
}

.p-service__option .slider {
  margin: 90px 0 0;
  overflow: hidden;
  position: relative
}

@media screen and (max-width:800px) {
  .p-service__option .slider {
    margin: 40px 0 0
  }
}

.p-service__option .slider .item {
  background-color: #fff;
  border: 2px solid #191919;
  border-radius: 20px;
  padding: 30px 38px;
  min-width: 660px;
  max-width: 660px;
  width: 660px
}

@media screen and (max-width:800px) {
  .p-service__option .slider .item {
    min-width: 335px;
    max-width: 335px;
    width: 335px;
    padding: 20px;
    border-radius: 20px
  }
}

.p-service__option .slider .item .image {
  margin: 0 0 40px
}

.p-service__option .slider .item .title {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fcdc4a 0);
  display: inline;
  padding: 0 2px 4px
}

@media screen and (max-width:800px) {
  .p-service__option .slider .item .title {
    font-size: 24px
  }
}

.p-service__option .slider .item .text {
  margin: 36px 0 0;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
  text-align: left
}

@media screen and (max-width:800px) {
  .p-service__option .slider .item .text {
    font-size: 20px;
    line-height: 30px
  }
}

.p-service__option .slider .item .text .is-small {
  font-size: 18px;
  line-height: 26px;
  display: block;
  font-weight: 400
}

.p-service__option .slider .item .text .is-small:first-of-type {
  margin: 5px 0 0
}

.p-service__option .slider .pagers {
  display: flex;
  justify-content: center;
  margin: 21px 0 0
}

.p-service__option .slider .pagers .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 2px solid #191919;
  margin: 0 32px 0 0;
  cursor: pointer
}

@media screen and (max-width:800px) {
  .p-service__option .slider .pagers .swiper-pagination-bullet {
    width: 12px;
    height: 12px
  }
}

.p-service__option .slider .pagers .swiper-pagination-bullet:last-of-type {
  margin: 0
}

.p-service__option .slider .pagers .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #184a95;
  border: none
}

.p-service__option-title {
  background-color: #184a95;
  color: #fff;
  border-radius: 45px;
  padding: 14px 150px;
  display: inline-block;
  font-size: 40px;
  letter-spacing: .04em
}

@media screen and (max-width:800px) {
  .p-service__option-title {
    font-size: 25px;
    padding: 5px 20px;
    line-height: 32px;
    width: 100%
  }
}

.p-service__btn {
  text-align: center
}

.p-service__top {
  text-align: right;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 0
}

.p-strengths__inner {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 25px
}

@media screen and (max-width:800px) {
  .p-strengths__inner {
    padding: 55px 0 50px
  }
}

.p-strengths__list {
  padding: 92px 0 0
}

@media screen and (max-width:800px) {
  .p-strengths__list {
    padding: 50px 0 0
  }
}

.p-strengths__item {
  display: flex;
  margin: 90px 0 0
}

@media screen and (max-width:800px) {
  .p-strengths__item {
    flex-direction: column;
    margin: 40px 0 0
  }
}

.p-strengths__item:first-of-type {
  margin: 0
}

.p-strengths__item:nth-of-type(1) .image {
  order: 2
}

@media screen and (max-width:800px) {
  .p-strengths__item:nth-of-type(1) .image {
    order: 1;
    padding: 0 0 0 20px
  }
}

.p-strengths__item:nth-of-type(1) .inner {
  order: 1;
  padding: 0 53px 0 10vw
}

@media screen and (max-width:800px) {
  .p-strengths__item:nth-of-type(1) .inner {
    padding: 0 20px;
    order: 2
  }
}

.p-strengths__item:nth-of-type(2) .image {
  order: 1
}

@media screen and (max-width:800px) {
  .p-strengths__item:nth-of-type(2) .image {
    padding: 0 20px 0 0
  }
}

.p-strengths__item:nth-of-type(2) .inner {
  order: 2;
  padding: 0 10vw 0 53px
}

@media screen and (max-width:800px) {
  .p-strengths__item:nth-of-type(2) .inner {
    width: 100%;
    padding: 0 20px
  }
}

.p-strengths__item:nth-of-type(3) .image {
  order: 2
}

@media screen and (max-width:800px) {
  .p-strengths__item:nth-of-type(3) .image {
    order: 1;
    padding: 0 0 0 20px
  }
}

.p-strengths__item:nth-of-type(3) .inner {
  order: 1;
  padding: 0 53px 0 10vw
}

@media screen and (max-width:800px) {
  .p-strengths__item:nth-of-type(3) .inner {
    padding: 0 20px;
    order: 2
  }
}

.p-strengths__item .image {
  position: relative;
  width: 46%
}

@media screen and (max-width:800px) {
  .p-strengths__item .image {
    width: 100%
  }
}

.p-strengths__item .inner {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

@media screen and (max-width:800px) {
  .p-strengths__item .inner {
    width: 100%
  }
}

@media screen and (max-width:800px) {
  .p-strengths__item .inner .title {
    margin: 20px 0 0
  }
}

.p-strengths__item .inner .title>span {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fcdc4a 0);
  display: inline;
  padding: 0 2px 4px
}

@media screen and (max-width:800px) {
  .p-strengths__item .inner .title>span {
    font-size: 25px
  }
}

.p-strengths__item .inner .text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 46px
}

@media screen and (max-width:800px) {
  .p-strengths__item .inner .text {
    font-size: 16px;
    line-height: 27px;
    margin: 10px 0 0
  }
}

.p-strengths__feel {
  text-align: center;
  padding: 150px 0 25px
}

@media screen and (max-width:800px) {
  .p-strengths__feel {
    padding: 55px 0 25px
  }
}

.p-strengths__feel .title {
  background-color: #184a95;
  color: #fff;
  font-size: 40px;
  padding: 17px 0;
  border-radius: 15px 15px 0 0
}

@media screen and (max-width:800px) {
  .p-strengths__feel .title {
    font-size: 25px;
    border-radius: 15px 15px 0 0;
    padding: 8px 0
  }
}

.p-strengths__feel .inner {
  text-align: left;
  padding: 46px 56px;
  border-right: 2px solid #184a95;
  border-bottom: 2px solid #184a95;
  border-left: 2px solid #184a95;
  border-radius: 0 0 15px 15px
}

@media screen and (max-width:800px) {
  .p-strengths__feel .inner {
    border-radius: 0 0 15px 15px;
    padding: 20px
  }
}

.p-strengths__feel .text {
  margin: 42px 0 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 46px
}

@media screen and (max-width:800px) {
  .p-strengths__feel .text {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 0
  }
}

.p-strengths__feel-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden
}

.p-strengths__recommend {
  text-align: center;
  padding: 136px 0 180px
}

@media screen and (max-width:800px) {
  .p-strengths__recommend {
    padding: 25px 0 60px
  }
}

.p-strengths__recommend .title {
  background-color: #184a95;
  color: #fff;
  border-radius: 40px;
  padding: 24px 40px;
  display: inline-block;
  font-size: 40px;
  letter-spacing: .01em
}

@media screen and (max-width:800px) {
  .p-strengths__recommend .title {
    font-size: 25px;
    padding: 5px 25px;
    line-height: 30px
  }
}

.p-strengths__recommend .list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0
}

@media screen and (max-width:800px) {
  .p-strengths__recommend .list {
    margin: 25px 0 0
  }
}

.p-strengths__recommend .item {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  padding: 84px 5px 60px
}

@media screen and (max-width:800px) {
  .p-strengths__recommend .item {
    flex-basis: 50%;
    padding: 40px 5px;
    border-bottom: 2px solid #184a95
  }
}

.p-strengths__recommend .item:nth-of-type(1),
.p-strengths__recommend .item:nth-of-type(2),
.p-strengths__recommend .item:nth-of-type(3) {
  border-bottom: 2px solid #184a95
}

.p-strengths__recommend .item:nth-of-type(1),
.p-strengths__recommend .item:nth-of-type(2),
.p-strengths__recommend .item:nth-of-type(4),
.p-strengths__recommend .item:nth-of-type(5) {
  border-right: 2px solid #184a95
}

@media screen and (max-width:800px) {

  .p-strengths__recommend .item:nth-of-type(1),
  .p-strengths__recommend .item:nth-of-type(2),
  .p-strengths__recommend .item:nth-of-type(4),
  .p-strengths__recommend .item:nth-of-type(5) {
    border-right: none
  }
}

@media screen and (max-width:800px) {

  .p-strengths__recommend .item:nth-of-type(1),
  .p-strengths__recommend .item:nth-of-type(3),
  .p-strengths__recommend .item:nth-of-type(5) {
    border-right: 2px solid #184a95
  }
}

@media screen and (max-width:800px) {

  .p-strengths__recommend .item:nth-of-type(5),
  .p-strengths__recommend .item:nth-of-type(6) {
    border-bottom: none
  }
}

.p-strengths__recommend .item:nth-of-type(1) .image img {
  width: 31.014492754%
}

.p-strengths__recommend .item:nth-of-type(2) .image img {
  width: 41.449275362%
}

.p-strengths__recommend .item:nth-of-type(3) .image img {
  width: 33.043478261%
}

.p-strengths__recommend .item:nth-of-type(4) .image img {
  width: 41.449275362%
}

.p-strengths__recommend .item:nth-of-type(5) .image img {
  width: 37.68115942%
}

.p-strengths__recommend .item:nth-of-type(6) .image img {
  width: 34.202898551%
}

.p-strengths__recommend .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 126px;
  height: 100%;
  margin: 60px 0 0
}

@media screen and (max-width:800px) {
  .p-strengths__recommend .item .image {
    height: 100px;
    margin: 0
  }
}

.p-strengths__recommend .item .image img {
  display: inline-block
}

.p-strengths__recommend .item .text {
  font-size: 23px;
  font-weight: 700;
  flex-grow: 1;
  margin: 60px 0 0;
  letter-spacing: .01em
}

@media screen and (max-width:800px) {
  .p-strengths__recommend .item .text {
    font-size: 15px;
    margin: 0
  }
}

.p-strengths__recommend-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px
}

.p-strengths__btn {
  text-align: center
}

@media screen and (max-width:800px) {
  .p-strengths__btn {
    padding: 0 20px
  }
}

.p-strengths__top {
  text-align: right;
  padding: 50px 20px 0;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto
}

@media screen and (max-width:800px) {
  .p-strengths__top {
    padding: 40px 20px 0
  }
}

.p-top-column {
  background-color: #eee
}

.p-top-column__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 94px
}

@media screen and (max-width:800px) {
  .p-top-column__inner {
    padding: 40px 20px 105px
  }
}

.p-top-column__head .c-title .title>span {
  background-color: #eee
}

.p-top-column__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-top-column__list::after {
  display: block;
  content: "";
  width: 30.7%;
}

@media screen and (max-width:800px) {
  .p-top-column__list {
    display: block;
    padding: 0 10px
  }
}

.p-top-column__list .c-column {
  width: 30.7%
}

@media screen and (max-width:800px) {
  .p-top-column__list .c-column {
    width: 100%;
    margin: 0 0 40px
  }
}

@media screen and (max-width:800px) {
  .p-top-column__list .c-column:last-of-type {
    margin: 0
  }
}

.p-top-column__body {
  padding: 107px 0 0
}

@media screen and (max-width:800px) {
  .p-top-column__body {
    padding: 40px 0 0
  }
}

.p-top-column__foot {
  text-align: center;
  margin: 64px 0 0
}

@media screen and (max-width:800px) {
  .p-top-column__foot {
    margin: 30px 0 0
  }
}

.p-top-column__btn .text {
  font-size: 24px;
  color: #184a95;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 0 4px;
  letter-spacing: .01em;
  border-bottom: 2px solid #184a95
}

@media screen and (max-width:800px) {
  .p-top-column__btn .text {
    font-size: 16px
  }
}

.p-top-column__top {
  text-align: right;
  padding: 105px 0 0
}

@media screen and (max-width:800px) {
  .p-top-column__top {
    padding: 50px 0 0
  }
}

.p-top-news__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 116px
}

@media screen and (max-width:800px) {
  .p-top-news__inner {
    padding: 40px 0 25px
  }
}

.p-top-news__body {
  margin: 100px 0 0
}

@media screen and (max-width:800px) {
  .p-top-news__body {
    margin: 40px 0 0
  }
}

.p-top-news__foot {
  text-align: center;
  margin: 64px 0 0
}

@media screen and (max-width:800px) {
  .p-top-news__foot {
    margin: 30px 0 0
  }
}

.p-top-news__btn .text {
  font-size: 24px;
  color: #184a95;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 0 4px;
  letter-spacing: .01em;
  border-bottom: 2px solid #184a95
}

@media screen and (max-width:800px) {
  .p-top-news__btn .text {
    font-size: 16px
  }
}

.p-top-news__top {
  text-align: right;
  padding: 105px 0 0
}

@media screen and (max-width:800px) {
  .p-top-news__top {
    padding: 50px 20px 0
  }
}

.update {
  padding: 25px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .update {
    padding: 10px 0 5px 0;
  }
}

.p-columnDetail .update,
.p-newsDetail .update {
  font-size: 16px;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 768px) {

  .p-columnDetail .update,
  .p-newsDetail .update {
    font-size: 13px;
  }
}

.c-column__link .image img,
.p-columnDetail__head img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.c-column__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .2rem;
  padding: 0 0 10px 0;
}

li.c-column__tag {
  padding: 0.2rem 1rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-columnDetail .c-column__tags {
  justify-content: center;
  padding: 10px 0;
}

.p-tel_btn {
  background-color: #fcdc4a;
  display: inline-block;
  padding: 6px 20px;
  white-space: nowrap;
  position: fixed;
  bottom: 0;
  right: 140px;
  z-index: 10;
  text-align: center;
  font-weight: 700;
  margin: 12px 20px;
  border-radius: 999rem;
}

@media screen and (max-width: 768px) {
  .p-tel_btn {
    right: 70px;
    left: 0;
  }
}

.p-tel_btn__tiny-txt {
  font-size: 10px;
}

#wpcf7-f5-p53-o1>form>div.p-contact__input-list>div:nth-child(1),
#wpcf7-f5-p53-o1>form>div.p-contact__input-list>div:nth-child(3),
#wpcf7-f5-p53-o1>form>div.p-contact__input-list>div:nth-child(5),
#wpcf7-f5-p53-o1>form>div.p-contact__input-list>div:nth-child(8) {
  display: none;
}


.color-red {
  color: red;
}


.grecaptcha-badge {
  visibility: hidden;
}