@charset "UTF-8";
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

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

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*
---------------------------------------------------------
	reset.css ver 1.2 [2008/11/25] 
	*This document validates as CSS level 3
	*GNU General Public License v3
	*http://higash.net/20081125/reset_css3.html

	Modify YUI Reset CSS, YUI Fonts CSS	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html

	Modify Formy CSS Form Framework 0.8(beta)
	*GNU General Public License v2
	*http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/
/* --HTML-- */
html {
  font-size: 62.5%;
}

/* --BODY-- */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, arial, clean, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  margin: 0 auto;
  padding: 0;
  color: #7e7b78;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

body.open {
  overflow: hidden;
}

.serif {
  font-family: "NotoSerifCJKjp-R", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

* {
  box-sizing: border-box;
}

/* --OTHER TAGS-- */
a {
  overflow: hidden;
  transition: all 0.2s ease-out;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

a:link,
a:visited {
  text-decoration: none;
  color: #7e7b78;
}

a:hover {
  text-decoration: none;
  color: #7e7b78;
}

a:active {
  text-decoration: none;
  color: #7e7b78;
}

a img,
img {
  vertical-align: bottom;
  border: 0;
}

abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
  font-weight: normal;
  font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

/* for IE7 */
* + html code,
kbd,
pre,
samp,
tt {
  font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

/* form */
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */
table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
  display: block;
}

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

.loader-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0079e0;
}

.loader {
  position: absolute;
  top: 50%;
  left: calc(50% - 200px);
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-name: roadingAnime;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  white-space: nowrap;
  text-indent: 100%;
  opacity: 0;
  background: url(../img/common/fv_bike.webp) center center no-repeat;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  animation-fill-mode: forwards;
}

.vis .loader {
  animation-name: roadingAnime2;
  animation-duration: 0.5s;
}

/*
* #Header
*/
header {
  position: relative;
  z-index: 10;
}

.header-logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 284px;
}

/**
 * #Footer
 */
/**
 * #Main
 */
#container {
  overflow: hidden;
}

.list-icon li {
  line-height: 1.6;
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.2em;
}

.list-icon li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "○";
}

.shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

/**
 * #btn
 */
.btn a {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block;
  min-width: 288px;
  padding: 18px 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-optical-sizing: auto;
}

.btn a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/arr.webp) center center no-repeat;
  background-size: 100% auto;
}

.heading__large {
  margin-bottom: 60px;
}

.heading__large ._eng {
  display: block;
  margin-bottom: 15px;
}

.heading__large ._eng img {
  height: 97px;
}

.heading__large ._eng._s img {
  height: 66px;
}

.heading__large ._jpn {
  font-size: 16px;
  font-size: 1.6rem;
}

.heading__medium {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 10px;
  color: #7e7b78;
}

/**
 * #Col
 */
.section {
  padding-right: 10.23077vw;
  padding-left: 10.23077vw;
}

.section__w {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.333%;
  padding-left: 3.333%;
}

.w600 {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.w700 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

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

.flex {
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.align-c {
  -ms-flex-align: center;
  align-items: center;
}

.flex._revease {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.flex._revease .grid2 {
  margin-right: 0;
}

.flex._revease .grid2:nth-child(2n) {
  margin-right: 6%;
}

.flex._start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex._mb > * {
  margin-bottom: 50px;
}

.grid2 {
  width: 47%;
  margin-right: 6%;
}

.grid2:nth-child(2n) {
  margin-right: 0;
}

.grid3 {
  width: 31%;
  margin-right: 3.5%;
}

.grid3:nth-child(3n) {
  margin-right: 0;
}

.grid4 {
  width: 22%;
  margin-right: 4%;
}

.grid4:nth-child(4n) {
  margin-right: 0;
}

.grid7 {
  width: 65.5%;
}

.grid2_small {
  width: 35%;
  margin-right: 4%;
}

.grid2_wide {
  width: 61%;
}

/**
 * #Position
 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/**
 * #Margin
 */
.mb-xs {
  margin-bottom: 10px;
}

.mb-s {
  margin-bottom: 30px;
}

.mb-m {
  margin-bottom: 50px;
}

.mb-l {
  margin-bottom: 80px;
}

.mb-xl {
  margin-bottom: 100px;
}

.mb-xxl {
  margin-bottom: 150px;
}

.pb-xs {
  padding-bottom: 10px;
}

.pb-s {
  padding-bottom: 30px;
}

.pb-m {
  padding-bottom: 50px;
}

.pb-l {
  padding-bottom: 80px;
}

.pb-xl {
  padding-bottom: 100px;
}

.pb-xxl {
  padding-bottom: 150px;
}

.pt-xs {
  padding-top: 10px;
}

.pt-s {
  padding-top: 30px;
}

.pt-m {
  padding-top: 50px;
}

.pt-l {
  padding-top: 80px;
}

.pt-xl {
  padding-top: 100px;
}

.pt-xxl {
  padding-top: 150px;
}

.ptb-l {
  padding-top: 100px;
  padding-bottom: 100px;
}

/**
 * #Text
 */
.text_s {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.text_m {
  font-size: 18px;
  font-size: 1.8rem;
}

.text_l {
  font-size: 19px;
  font-size: 1.9rem;
}

.text_red {
  color: #de2900;
}

.text_blue {
  color: #0079e0;
}

.bold {
  font-weight: 700;
}

a.link_orange {
  text-decoration: underline;
  color: #ff8a00;
}

/**
 * #Display
 */
.sp {
  display: none;
}

.tablet {
  display: none;
}

.pc {
  display: inline;
}

.map iframe {
  width: 100%;
  height: 500px;
}

/*-------------------------------*/
.icon_tel {
  font-size: 25px;
  font-size: 2.5rem;
}

.icon_tel span {
  position: relative;
  padding-left: 30px;
}

.icon_tel span:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 23px;
  height: 24px;
  content: "";
  background: url(../img/common/icon_tel.webp) center center no-repeat;
  background-size: 100% auto;
}

.icon_time span {
  position: relative;
  padding-left: 30px;
}

.icon_time span:after {
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background: url(../img/common/icon_time.webp) center center no-repeat;
  background-size: 100% auto;
}

.icon_map span {
  position: relative;
  padding-left: 37px;
}

.icon_map span:after {
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  width: 33px;
  height: 26px;
  content: "";
  background: url(../img/common/icon_map.webp) center center no-repeat;
  background-size: 100% auto;
}

.list_icon li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  color: #0079e0;
}

.list_icon li:after {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../img/common/icon_check.webp) center center no-repeat;
  background-size: 100% auto;
}

.timetable {
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px 0 20px 0;
}

.timetable ._tr {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  box-lines: multiple;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timetable ._tr:last-child {
  border-bottom: none;
}

.timetable ._th,
.timetable ._td {
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding: 7px 10px;
  text-align: center;
  border-left: 1px solid #ccc;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timetable ._th._ttl,
.timetable ._td._ttl {
  width: 100px;
  width: 16%;
  border-left: none;
}

.timetable ._th {
  background: #ebebeb;
}

.timetable ._circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8a8a8a;
}

.timetable ._minus {
  display: inline-block;
  width: 100%;
  max-width: 25px;
  height: 4px;
  background: #8a8a8a;
}

.bg1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ebebeb;
}

.bg1 .heading__exlarge._line span {
  background: #ebebeb;
}

.bg2 {
  padding: 3.333%;
  border-radius: 10px 0 0 10px;
  background: #ebebeb;
}

.medicalList__item {
  min-height: 100px;
  margin-bottom: 25px;
}

.medicalList__item a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 5% 8%;
  background: #fff;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.medicalList__item a:hover:after {
  animation-name: arr_animation2;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

.medicalList__item a:after {
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #000;
  border-radius: 50%;
  background: url(../img/common/arr2.webp) 9px 7px no-repeat;
  background-size: 5px auto;
}

.eng {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

.table-1 {
  width: 100%;
}

.table-1 th,
.table-1 td {
  padding: 20px 0;
}

.table-1 th {
  position: relative;
  padding: 20px 20px 20px 0;
  text-align: justify;
  white-space: nowrap;
  text-justify: distribute;
  letter-spacing: 0.3em;
}

.table-1 th:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  content: "";
  background: #ccc;
}

.table-1 td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.table-1 tr:last-child th:before {
  content: none;
}

.table-1 tr:last-child td {
  border-bottom: none;
}

/*------------ top ------------*/
.top_bg {
  background: #f2f2f2 url(../img/top_bg.webp) center top no-repeat;
  background-size: 100% auto;
}

.fv {
  position: relative;
}

.fv-heading {
  position: relative;
  z-index: 5;
  padding-top: 21.96193vw;
  padding-right: 9.51684vw;
  padding-bottom: 51.24451vw;
  text-align: right;
}

.fv-heading img {
  width: 43.70425vw;
}

.fv-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 77.96486vw;
}

.fv-saga {
  position: absolute;
  z-index: 3;
  top: -7.02782vw;
  left: -2.70864vw;
  width: 78.25769vw;
}

.fv-univ {
  position: absolute;
  z-index: 1;
  top: 33.38214vw;
  left: -4.5388vw;
  width: 72.32796vw;
}

.fv-eng {
  position: absolute;
  z-index: 3;
  top: 32.86969vw;
  left: -8.27233vw;
  width: 37.40849vw;
  animation: rotate 25s linear infinite;
}

.fv-catch {
  margin-bottom: 19.61933vw;
  padding-right: 15.81259vw;
  text-align: right;
}

.fv-catch img {
  width: 14.64129vw;
}

.fv-txts {
  position: relative;
  padding-bottom: 29.28258vw;
}

.fv-read {
  width: 66.47145vw;
  margin-left: 9.73646vw;
}

.fv-img {
  position: absolute;
  right: -12.59151vw;
  bottom: 13.17716vw;
  width: 35.13909vw;
}

.news-inner {
  position: relative;
  padding-bottom: 8.78477vw;
}

.news-inner .btn {
  position: absolute;
  top: 20px;
  right: 0;
}
.news-inner .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 64px;
  font-size: 18px;
  border-radius: 4px;
  background: linear-gradient(to right bottom, #4FADFF, #FF61EF);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news-inner .btn a {
    width: 69.8666666667vw;
    height: 17.0666666667vw;
    font-size: 4.8vw;
    border-radius: 1.0666666667vw;
  }
}
.news-inner .btn a::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news-inner .btn a::before {
    width: calc(100% - 0.5333333333vw);
    height: calc(100% - 0.5333333333vw);
    border-radius: 1.0666666667vw;
  }
}
.news-inner .btn a::after {
  content: none;
}
.news-inner .btn a i {
  position: absolute;
  aspect-ratio: 10/16;
  display: flex;
  width: 10px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news-inner .btn a i {
    width: 2.6666666667vw;
    right: 5.3333333333vw;
  }
}
.news-inner .btn a i svg {
  width: 100%;
}

.news-box {
  border-bottom: 1px solid #ccc;
}

.news-box:first-child {
  border-top: 1px solid #ccc;
}

.news-box a {
  display: block;
  padding-top: 2.19619vw;
  padding-bottom: 2.19619vw;
}

.news-box a span {
  display: block;
}

.news-box ._time {
  font-size: 13px;
  font-size: 1.3rem;
}

.news-box ._ttl {
  font-size: 20px;
  font-size: 2rem;
}

.news-box .no_link {
  pointer-events: none;
}

.purpose {
  position: relative;
  padding-top: 21.96193vw;
  padding-bottom: 27.96486vw;
  background: url(../img/pur_bg.webp) center bottom no-repeat;
  background-size: 100% auto;
}

.pur-icon {
  position: absolute;
  top: -4.39239vw;
  right: 0;
  width: 25.62225vw;
}

.pur-box1 {
  margin-bottom: 14.64129vw;
}

.pur-box1__img {
  width: 50%;
  text-align: center;
}

.pur-box1__img img {
  max-width: 27.76923vw;
}

.pur-box1__txt {
  line-height: 3;
  width: 50%;
  padding-top: 21.96193vw;
  padding-left: 10%;
}

.pur-box2 {
  position: relative;
  margin-bottom: 18.1552vw;
}

.pur-box2__flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pur-box2__txt {
  line-height: 3;
  width: 40.26354vw;
  padding-left: 9.51684vw;
}

.pur-box2__img {
  width: 40.48316vw;
  margin-top: 28.47731vw;
}

.pur-box3__img {
  width: 50%;
  padding-top: 6.95461vw;
  text-align: center;
}

.pur-box3__img img {
  max-width: 27.76923vw;
}

.pur-box3__txt {
  line-height: 3;
  width: 50%;
  padding-left: 10%;
}

.learning {
  padding-top: 8.78477vw;
  padding-bottom: 14.34846vw;
  background: #f2f2f2;
}

.lea-img {
  padding-top: 2.92826vw;
  padding-bottom: 1.97657vw;
  background: linear-gradient(108.41deg, #fff -2.9%, #d5d7ce 99.75%);
}

.lea-img a {
  display: block;
  max-width: 745px;
  margin-right: auto;
  margin-left: auto;
}

.overview {
  position: relative;
  padding-top: 11.347vw;
  padding-bottom: 13.17716vw;
}

.ove-icon1 {
  position: absolute;
  top: -1.46413vw;
  right: 0vw;
  width: 7.61347vw;
}

.ove-icon2 {
  position: absolute;
  top: -4.39239vw;
  left: -15.30015vw;
  width: 59.80966vw;
}

.ove-inner {
  position: relative;
  padding-left: 41.87408vw;
}

.faq {
  position: relative;
  padding-top: 11.71303vw;
  padding-bottom: 9.51684vw;
  background: url(../img/faq_bg.webp) center center no-repeat;
  background-size: cover;
}

.faq-slidetxt {
  position: absolute;
  z-index: -1;
  top: -4.68521vw;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8.41874vw;
  animation: slide 20s linear infinite;
  background: url(../img/faq_slidetxt.webp) 0 center repeat-x;
  background-size: auto 100%;
  box-lines: multiple;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-slidetxt img {
  display: none;
}

.faq__flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-heading {
  width: 24.89019vw;
}

.faq-cont {
  width: 53.29429vw;
}

.faq-box {
  position: relative;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.faq-box__ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  padding: 30px 100px 30px 90px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.faq-box__ttl:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

.faq-box__ttl:after {
  font-family: "Italiana", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 40px;
  content: "Q";
}

.faq-box__ttl ._icon {
  position: absolute;
  top: 24px;
  right: 50px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #7e7b78;
  border-radius: 50%;
}

._open .faq-box__ttl ._icon {
  background: #7e7b78;
}

.faq-box__ttl ._icon i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.faq-box__ttl ._icon i:before,
.faq-box__ttl ._icon i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 1px;
  content: "";
  transition: all 0.3s ease-out;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #7e7b78;
}

._open .faq-box__ttl ._icon i:before,
._open .faq-box__ttl ._icon i:after {
  background: #fff;
}

.faq-box__ttl ._icon i:after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

._open .faq-box__ttl ._icon i:after {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-box__txt {
  line-height: 2;
  display: none;
  padding: 0 100px 30px 40px;
}

.faq-box__txt p {
  margin-top: 20px;
}

.faq-box__txt p:first-child {
  margin-top: 0;
}

.faq-box__txt .has-small-font-size {
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-box__txt ul {
  margin-top: 20px;
}

.faq-box__txt li {
  line-height: 1.6;
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.2em;
}

.faq-box__txt li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "○";
}


.faq-box__txt ._link {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
}

.faq-box__txt a {
  text-decoration: underline;
}

/*.faq-box__txt ._link a {
  text-decoration: underline;
}*/

._open .faq-box__txt {
  display: block;
}

.postMain {
  width: 73%;
}

.wp-side {
  width: 24%;
  margin-right: 4%;
}

.wp-side .heading__medium {
  font-size: 17px;
  font-size: 1.7rem;
}

.wp-side .heading__medium:after {
  top: 18px;
}

.post_wrap {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.post_wrap .heading__large {
  text-align: left;
}

.post_wrap .heading__large span {
  display: block;
}

.post_main {
  width: 72%;
}

.post_main .heading_medium {
  text-align: left;
  background-position: 0 0;
}

.post_main .heading_medium:after {
  left: 0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.post_main .heading_medium a {
  color: #0079e0;
}

.wp-postItem {
  position: relative;
  margin-bottom: 50px;
}

.wp-postItem .heading__large {
  margin-bottom: 15px;
}

.wp-postItem .flex {
  -ms-flex-align: center;
  align-items: center;
}

.postListBox__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url(../img/common/line1.png) center bottom 0 repeat-x;
  background-size: 14px auto;
}

.wp-postItem__img {
  width: 30%;
  margin-right: 3%;
}

.wp-postItem__txt {
  width: 67%;
}

.wp-postItem__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.wp-postItem__btn span {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  min-width: 130px;
  padding: 3px 20px 5px;
  color: #fff;
  background: #ff8a00;
}

.wp-postItem__btn span:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  content: "";
  transition: all 0.2s ease-out;
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background: url(../img/common/arr_blue.png) 0 center no-repeat;
  background-size: 100% auto;
}

.wp-postItem__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
}

.wp-postSingle__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.wp-postItem__times {
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-postItem__times._single {
  margin-bottom: 50px;
}

.wp-postItem__date .categoryList__item {
  display: inline-block;
}

.categoryList__item {
  line-height: 1.5;
  display: inline-block;
  min-width: 100px;
  margin-bottom: 8px;
  padding: 1px 10px;
  text-align: center;
  vertical-align: 0;
  color: #fff;
  background: #b68e52;
}

.wp-postItem__time {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.post-categories {
  display: inline-block;
}

.post-categorie {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline;
  min-width: 100px;
  margin-right: 10px;
  padding: 4px 10px;
  vertical-align: 3px;
  color: #fff;
  border-radius: 5px;
  background: #0079e0;
}

.sideBox {
  padding-bottom: 50px;
}

.sideBox__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sideBox__ttl .eng {
  font-size: 20px;
  font-size: 2rem;
  color: #0079e0;
}

.sideBox__list {
  line-height: 1.5;
}

.sideBox__list > li {
  margin-bottom: 10px;
}

.sideBox__list > li > a {
  position: relative;
  display: block;
  padding-left: 16px;
  padding-left: 15px;
}

.sideBox__list > li > a:after {
  position: absolute;
  top: 50%;
  top: 6px;
  right: 15px;
  right: auto;
  left: 0;
  display: block;
  width: 28px;
  width: 11px;
  height: 28px;
  height: 11px;
  content: "";
  -ms-transform: translate(0, -50%);
  -ms-transform: translate(0, 0);
  transform: translate(0, -50%);
  transform: translate(0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../img/common/arrow1_white.webp) left 50% center no-repeat;
  background-size: 56% auto;
}

.no-webp .sideBox__list > li > a:after {
  background-image: url(../img/common/arr_blue.png);
}

.sideBox__list .children {
  padding-left: 20px;
}

.sideBox__list .children li {
  position: relative;
  margin-top: 5px;
  padding-left: 10px;
}

.sideBox__list .children li:after {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  color: #0079e0;
  border-radius: 50%;
  background: #0079e0;
}

.sideBox__list .children li a {
  display: block;
}

.postBody h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: bold;
  position: relative;
  clear: both;
  margin-top: 40px;
  padding: 10px 15px;
  color: #fff;
  background: #747474;
}

.postBody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  clear: both;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  border-top: 2px solid #747474;
  border-bottom: 2px solid #747474;
  background-color: transparent;
  background-image: none;
}

.postBody h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  clear: both;
  margin-top: 40px;
  padding: 14px 20px;
  border-bottom: none;
  background: #ebebeb;
}

.postBody h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  clear: both;
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #747474;
}

.postBody h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  clear: both;
  margin-top: 40px;
  padding-left: 16px;
}

.postBody h6:after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 7px;
  height: 23px;
  content: "";
  background: #747474;
}

.postBody p {
  clear: both;
  margin-top: 20px;
}

.postBody ul {
  margin-top: 20px;
}

.postBody ul li {
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
}

.postBody ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 12px;
  height: 4px;
  content: "";
}

.postBody img,
.postBody video,
.postBody iframe {
  max-width: auto;
  height: auto;
}

.postBody strong {
  font-weight: bold;
}

.postBody .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.postBody .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.postBody .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.postBody a {
  text-decoration: underline;
  color: #0079e0;
}

.postBody .ez-toc-list li:before {
  content: none;
}

.postBody .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.postBody .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pager_wrap {
  padding-top: 50px;
}

.pager {
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager .page-numbers {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  display: inline-block;
  min-width: 50px;
  height: 50px;
  margin: 0 5px;
  text-align: center;
  vertical-align: top;
  font-optical-sizing: auto;
}

.pager .page-numbers:hover,
.pager .page-numbers.current {
  text-decoration: underline;
  color: #0079e0;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
  position: relative;
  transition: all 0.2s ease-out;
  text-indent: -9999px;
}

.pager .page-numbers.prev:after,
.pager .page-numbers.next:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  width: 46px;
  height: 10px;
  height: 46px;
  content: "";
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background: url(../img/common/arrow1_white.webp) center center no-repeat;
  background-size: 100% auto;
  background-size: 18px auto;
}

.no-webp .pager .page-numbers.prev:after,
.no-webp .pager .page-numbers.next:after {
  background-image: url(../img/common/arrow1_white.png);
}

.no-webp .pager .page-numbers.prev:after,
.no-webp .pager .page-numbers.next:after {
  background-image: url(../img/common/arr_white.png);
}

.pager .page-numbers.prev:hover:after,
.pager .page-numbers.next:hover:after {
  background-image: url(../img/common/arr_white.webp);
}

.no-webp .pager .page-numbers.prev:hover:after,
.no-webp .pager .page-numbers.next:hover:after {
  background-image: url(../img/common/arr_white.png);
}

.pager .page-numbers.prev {
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.wp-paging:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.wp-paging .prev {
  float: left;
}

.wp-paging .prev a span {
  padding-right: 0;
  padding-left: 80px;
}

.wp-paging .prev a span:before {
  right: auto;
  left: 0;
}

.wp-paging .prev a span:after {
  right: auto;
  left: 0;
  -ms-transform: scale(-1, 1) translate(0, -50%);
  transform: scale(-1, 1) translate(0, -50%);
}

.wp-paging .prev a:hover span:after {
  animation-name: arrAnime2;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.wp-paging .next {
  float: right;
}

.blog-footcv {
  position: relative;
}

.blog-footcv:after {
  position: absolute;
  top: 60px;
  right: 10px;
  display: block;
  width: 170px;
  height: 213px;
  content: "";
  background: url(../img/common/illust_family) 0 0 no-repeat;
  background-size: 100% auto;
}

.blog-footcv__btns .btn {
  margin-bottom: 10px;
}

.blog-footcv__btns .btn a {
  width: 100%;
  min-width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
  .section__w {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading__large ._eng img {
    height: 9.47266vw;
  }
  .heading__large ._eng._s img {
    height: 6.44531vw;
  }
  .section {
    padding-right: 3.84615vw;
    padding-left: 3.84615vw;
  }
  .bg2 {
    padding: 6.83594vw 20px;
    border-radius: 0;
  }
  .fv-heading {
    padding-right: 3.66032vw;
  }
  .fv-read {
    margin-left: 3.84615vw;
  }
}
@media only screen and (max-width: 1000px) {
  .blog-footcv:after {
    top: -80px;
  }
  .blog-footcv__flex {
    display: block;
  }
  .blog-footcv__flex > div:first-child {
    margin-bottom: 30px;
  }
  .blog-footcv__flex .grid2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-footcv__btns {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 830px) {
  .w800 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 4.26667vw;
  }
  .header-logo {
    top: 4.26667vw;
    left: 4.26667vw;
    width: 55.46667vw;
  }
  .list-icon li {
    margin-bottom: 2.13333vw;
  }
  .btn a {
    font-size: 4.8vw;
    display: block;
    min-width: none;
    margin-right: 6.13333vw;
    margin-left: 6.13333vw;
    padding: 4vw 8vw;
    border-radius: 100px;
  }
  .btn a:after {
    right: 6.66667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .heading__large {
    margin-bottom: 16vw;
  }
  .heading__large ._eng img {
    height: 15.2vw;
  }
  .heading__large ._eng._s img {
    height: 11.2vw;
  }
  .heading__large ._jpn {
    font-size: 3.73333vw;
  }
  .heading__medium {
    font-size: 5.86667vw;
  }
  .section {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
  .flex._mb > * {
    margin-bottom: 25px;
  }
  .flex._mb_sp > * {
    margin-bottom: 30px;
  }
  .flex._mb_sp > *:last-child {
    margin-bottom: 0;
  }
  .flex._mb_sp-s > * {
    margin-bottom: 15px;
  }
  .flex._mb_sp-s > *:last-child {
    margin-bottom: 0;
  }
  .grid2 {
    width: 100%;
    margin-right: 0;
  }
  .grid3 {
    width: 100%;
    margin-right: 0;
  }
  .grid4 {
    width: 100%;
    margin-right: 0;
  }
  .grid7 {
    width: 100%;
  }
  .mb-xs {
    margin-bottom: 4vw;
  }
  .mb-s {
    margin-bottom: 5.33333vw;
  }
  .mb-m {
    margin-bottom: 8vw;
  }
  .mb-l {
    margin-bottom: 10.66667vw;
  }
  .mb-xl {
    margin-bottom: 13.33333vw;
  }
  .mb-xxl {
    margin-bottom: 14.93333vw;
  }
  .pb-xs {
    padding-bottom: 4vw;
  }
  .pb-s {
    padding-bottom: 5.33333vw;
  }
  .pb-m {
    padding-bottom: 8vw;
  }
  .pb-l {
    padding-bottom: 10.66667vw;
  }
  .pb-xl {
    padding-bottom: 13.33333vw;
  }
  .pb-xxl {
    padding-bottom: 14.93333vw;
  }
  .pt-xs {
    padding-top: 4vw;
  }
  .pt-s {
    padding-top: 5.33333vw;
  }
  .pt-m {
    padding-top: 8vw;
  }
  .pt-l {
    padding-top: 10.66667vw;
  }
  .pt-xl {
    padding-top: 13.33333vw;
  }
  .pt-xxl {
    padding-top: 14.93333vw;
  }
  .text_s {
    font-size: 3.73333vw;
  }
  .text_m {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .text_l {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .tablet_left {
    text-align: left;
  }
  .tablet_center {
    text-align: center;
  }
  .tablet {
    display: inline;
  }
  .pc {
    display: none;
  }
  .list_icon li {
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 28px;
  }
  .list_icon li:after {
    top: 2px;
    width: 22px;
    height: 22px;
  }
  .bg2 {
    padding: 14.93333vw 20px;
  }
  .medicalList__item {
    width: 48%;
    margin-right: 4%;
  }
  .medicalList__item:nth-child(2n) {
    margin-right: 0;
  }
  .medicalList__item a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .medicalList__item a:after {
    width: 20px;
    height: 20px;
    background-position: 8px 6px;
  }
  .top_bg {
    background-image: url(../img/top_bg_sp.webp);
    background-position: center top;
    background-size: 130% auto;
  }
  .fv-heading {
    padding-top: 93.33333vw;
    padding-right: 2.93333vw;
    padding-bottom: 80.53333vw;
    padding-left: 2.93333vw;
  }
  .fv-heading img {
    width: auto;
  }
  .fv-bg {
    width: 100%;
  }
  .fv-saga {
    top: 12vw;
    left: -8vw;
    width: 118.66667vw;
  }
  .fv-univ {
    top: 61.33333vw;
    left: -8vw;
    width: 106.66667vw;
  }
  .fv-eng {
    top: 115vw;
    left: -22.53333vw;
    width: 67.73333vw;
  }
  .fv-catch {
    margin-bottom: 73.86667vw;
    padding-right: 7.2vw;
  }
  .fv-catch img {
    width: 32vw;
  }
  .fv-txts {
    padding-bottom: 80vw;
  }
  .fv-read {
    width: 87.46667vw;
    margin-left: 5.33333vw;
  }
  .fv-img {
    right: -36.59151vw;
    bottom: 10vw;
    width: 85vw;
  }
  .news-inner .btn {
    position: static;
  }
  .news-list {
    margin-bottom: 10.66667vw;
  }
  .news-box a {
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
  .news-box ._time {
    font-size: 3.2vw;
  }
  .news-box ._ttl {
    font-size: 4vw;
  }
  .purpose {
    padding-top: 73.33333vw;
    padding-bottom: 21.33333vw;
    background-size: auto 53.33333vw;
  }
  .pur-icon {
    width: 46.66667vw;
  }
  .pur-box1__flex,
  .pur-box2__flex,
  .pur-box3__flex {
    display: block;
  }
  .pur-box1 {
    margin-bottom: 21.33333vw;
  }
  .pur-box1__img {
    width: auto;
    padding-left: 6.4vw;
    text-align: left;
  }
  .pur-box1__img img {
    max-width: 53.86667vw;
  }
  .pur-box1__txt {
    width: auto;
    padding-top: 29.6vw;
    padding-left: 0;
  }
  .pur-box2 {
    margin-bottom: 21.33333vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
  .pur-box2__txt {
    width: auto;
    padding-left: 0;
  }
  .pur-box2__img {
    width: auto;
    margin-top: 0;
    margin-bottom: 21.33333vw;
    padding-left: 9.06667vw;
  }
  .pur-box3__img {
    width: auto;
    margin-bottom: 21.33333vw;
    padding-top: 0;
  }
  .pur-box3__img img {
    max-width: 100%;
  }
  .pur-box3__txt {
    width: auto;
    padding-left: 0;
  }
  .learning {
    padding-top: 21.33333vw;
    padding-bottom: 18.66667vw;
  }
  .learning .heading__large ._eng img {
    height: 10.13333vw;
  }
  .lea-img {
    padding-top: 5.33333vw;
    padding-right: 7.46667vw;
    padding-bottom: 5.33333vw;
    padding-left: 7.46667vw;
  }
  .overview {
    padding-top: 19.46667vw;
    padding-bottom: 29.33333vw;
  }
  .ove-icon1 {
    top: -5.33333vw;
    width: 15.46667vw;
  }
  .ove-icon2 {
    top: -21.33333vw;
    left: -20vw;
    width: 66.66667vw;
  }
  .ove-inner {
    padding-left: 0;
  }
  .faq {
    padding-top: 24vw;
    padding-bottom: 18.66667vw;
  }
  .faq-slidetxt {
    top: -8vw;
    height: 16vw;
    animation: slide 10s linear infinite;
  }
  .faq__flex {
    display: block;
  }
  .faq-heading {
    width: auto;
  }
  .faq-cont {
    width: auto;
  }
  .faq-box__ttl {
    font-size: 3.73333vw;
    padding: 6.66667vw 12vw 6.66667vw 14.66667vw;
  }
  .faq-box__ttl:after {
    font-size: 6.66667vw;
    top: 6.13333vw;
    left: 6.66667vw;
  }
  .faq-box__ttl ._icon {
    top: 6.66667vw;
    right: 4vw;
    width: 5.86667vw;
    height: 5.86667vw;
  }
  .faq-box__ttl ._icon i:before,
  .faq-box__ttl ._icon i:after {
    width: 2.13333vw;
  }
  .faq-box__txt {
    font-size: 3.73333vw;
    padding: 0 12vw 6.66667vw 6.66667vw;
  }
  .faq-box__txt ._link {
    font-size: 3.73333vw;
  }
  .faq-box__txt .has-small-font-size {
    font-size: 3.73333vw!important;
  }
  .faq-box__txt li {
    margin-bottom: 2.13333vw;
  }
  .cation_txt {
    font-size: 3.73333vw;
  }
  .postMain {
    width: 100%;
    margin-bottom: 50px;
  }
  .wp-side {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .post_main {
    float: none;
    width: 100%;
    margin-bottom: 100px;
  }
  .post_main .heading_medium {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .wp-postItem {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .wp-postItem__btn {
    font-size: 11px;
    font-size: 1.1rem;
    position: static;
    margin-top: 10px;
    margin-right: 20px;
    text-align: right;
  }
  .wp-postItem__btn span {
    min-width: auto;
  }
  .wp-postItem__btn span:after {
    width: 25px;
  }
  .wp-postItem__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .wp-postSingle__ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .wp-postItem__desc {
    display: none;
  }
  .sideBox__list {
    border-top: 1px dotted #ccc;
  }
  .sideBox__list > li {
    margin-bottom: 0;
    border-bottom: 1px dotted #ccc;
  }
  .sideBox__list > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sideBox__list > li > a:after {
    width: 20px;
    height: 20px;
  }
  .sideBox__list > li > a:after {
    top: 21px;
    width: 10px !important;
    height: 10px !important;
  }
  .sideBox__list .children li {
    margin-top: 0;
    border-top: 1px dotted #ccc;
  }
  .sideBox__list .children li:after {
    top: 21px;
  }
  .sideBox__list .children li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .postBody h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .postBody h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .postBody ul li:before {
    top: 10px;
  }
  .wp-paging .btn {
    width: 40%;
  }
  .wp-paging a {
    display: block;
    min-width: auto;
  }
  .blog-footcv:after {
    top: -11vw;
    width: 21vw;
  }
  .blog-footcv__flex .grid2 {
    width: 100%;
  }
}
@media only screen and (max-width: 730px) {
  .w700 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 630px) {
  .w600 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .loader {
    width: 70px;
    height: 70px;
  }
  .sp-fixNav {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100% - 60px);
  }
  .sp-fixNav ul {
    display: -ms-flexbox;
    display: flex;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sp-fixNav li {
    width: 25%;
    border-right: 1px solid #fff;
  }
  .sp-fixNav a {
    font-size: 3vw;
    display: block;
    height: 60px;
    padding-top: 40px;
    text-align: center;
    color: #fff;
    background: #ff8a00;
  }
  .sp-fixNav ._access a {
    background: #ff8a00 url(../img/common/icon_map.png) center 6px no-repeat;
    background-size: auto 30px;
  }
  .sp-fixNav ._park a {
    background: #ff8a00 url(../img/common/icon_park2.png) center 6px no-repeat;
    background-size: auto 30px;
  }
  .sp-fixNav ._tel a {
    background: #ff8a00 url(../img/common/icon_tel_white.png) center 6px no-repeat;
    background-size: auto 30px;
  }
  .sp-fixNav ._time a {
    background: #ff8a00 url(../img/common/icon_time_white.png) center 6px no-repeat;
    background-size: auto 30px;
  }
  .sp_left {
    text-align: left;
  }
  .sp_center {
    text-align: center;
  }
  .sp {
    display: inline;
  }
  .tablet {
    display: none;
  }
  .pc {
    display: none;
  }
  .list_icon li {
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 25px;
  }
  .list_icon li:after {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .timetable {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .timetable ._th,
  .timetable ._td {
    width: 11%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .timetable ._th._ttl,
  .timetable ._td._ttl {
    width: 23%;
  }
  .timetable ._circle {
    width: 18px;
    height: 18px;
  }
  .timetable ._minus {
    max-width: 20px;
    height: 3px;
  }
  .bg1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .medicalList__item {
    min-height: 80px;
  }
  .medicalList__item a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 30px;
  }
  .medicalList__item a:after {
    width: 12px;
    height: 12px;
    background-position: 5px 3px;
    background-size: 3px auto;
  }
  .wp-postItem .flex {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .postListBox__ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .wp-postItem__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wp-postSingle__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .wp-postItem__times {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .categoryList__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wp-postItem__time {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: 0;
  }
  .wp-paging a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wp-paging .prev {
    width: 45%;
  }
  .wp-paging .next {
    width: 45%;
  }
}
@keyframes roadingAnime {
  0% {
    left: calc(50% - 200px);
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
  }
  100% {
    left: calc(50% - 0px);
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }
}
@keyframes roadingAnime2 {
  0% {
    left: calc(50% - 0px);
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }
  100% {
    left: calc(50% + 200px);
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
  }
}
@keyframes arr_animation2 {
  0% {
    background-position: 9px 7px;
  }
  50% {
    background-position: 20px 7px;
  }
  51% {
    background-position: -20px 7px;
  }
  100% {
    background-position: 9px 7px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slide {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -113.98243vw;
  }
}
@keyframes arrAnime2 {
  0% {
    left: 0;
  }
  30% {
    left: -5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@keyframes arr_animation_re {
  0% {
    width: 95px;
  }
  50% {
    left: 12px;
    width: 0;
  }
  51% {
    left: 107px !important;
  }
  100% {
    left: 12px;
    width: 95px;
  }
}
@keyframes arr_animation_re_tablet {
  0% {
    width: 65px;
  }
  50% {
    left: 9px;
    width: 0;
  }
  51% {
    left: 74px;
  }
  100% {
    left: 9px;
    width: 65px;
  }
}
@keyframes arr_animation_re_sp {
  0% {
    width: 50px;
  }
  50% {
    left: 7px;
    width: 0;
  }
  51% {
    left: 57px;
  }
  100% {
    left: 7px;
    width: 50px;
  }
}
.l-main {
  display: block;
  overflow: hidden;
}

.l-wrapper {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 0 5.3333333333vw;
  }
}
.l-wrapper.-wide {
  max-width: 1140px;
}

.breadcrumb {
  position: relative;
  min-width: 475px;
  margin-left: auto;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    min-width: 0;
  }
}
.breadcrumb::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  column-gap: 10px;
  min-height: 64px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__items {
    column-gap: 2.6666666667vw;
    min-height: 9.8666666667vw;
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    gap: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
}
.breadcrumb__item a {
  display: block;
}
.breadcrumb__item a:hover {
  opacity: 0.5;
}
.breadcrumb__item a * {
  display: block;
  transition: 0.6s;
}
.breadcrumb__item a[aria-current=page] {
  pointer-events: none;
}

.page {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page {
    padding-bottom: 21.3333333333vw;
  }
}
.page__intro {
  margin-bottom: 70px;
  background: linear-gradient(to right bottom, #4FADFF, #FF61EF);
}
@media screen and (max-width: 768px) {
  .page__intro {
    margin-bottom: 15.4666666667vw;
  }
}
.page__data {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  height: 355px;
}
@media screen and (max-width: 768px) {
  .page__data {
    gap: 11.2vw;
    height: 54.9333333333vw;
  }
}
.page__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.page__head [lang=en] {
  font-size: 110px;
  line-height: 1;
  font-family: "Italiana", sans-serif;
}
@media screen and (max-width: 768px) {
  .page__head [lang=en] {
    font-size: 17.0666666667vw;
  }
}
.page__head [lang=ja] {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page__head [lang=ja] {
    font-size: 3.7333333333vw;
  }
}
.page__head [lang=ja]::before {
  content: "／";
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .page__head [lang=ja]::before {
    margin-right: 1.0666666667vw;
  }
}
.page__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 46px;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to right bottom, #4FADFF, #FF61EF);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page__btn {
    width: 29.0666666667vw;
    height: 12.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.page__btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page__btn::before {
    width: calc(100% - 0.5333333333vw);
    height: calc(100% - 0.5333333333vw);
    border-radius: 1.0666666667vw;
  }
}
.page__btn i {
  position: absolute;
  aspect-ratio: 10/16;
  display: flex;
  width: 10px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page__btn i {
    width: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.page__btn i svg {
  width: 100%;
  height: auto;
}
.page__btn.-back {
  width: 262px;
  height: 64px;
  margin: 0 auto;
  font-size: 18px;
  text-transform: inherit;
}
@media screen and (max-width: 768px) {
  .page__btn.-back {
    width: 69.8666666667vw;
    height: 17.0666666667vw;
    font-size: 4.8vw;
  }
}
.page__btn.-back i {
  left: 18px;
}
@media screen and (max-width: 768px) {
  .page__btn.-back i {
    left: 4.8vw;
  }
}
.page__wrap {
  margin-bottom: 70px;
}

.news {
  margin-top: 50px;
  border-top: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 13.3333333333vw;
    border-top: 0.2666666667vw solid #ECECEC;
  }
}
.news__item {
  border-bottom: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .news__item {
    border-bottom: 0.2666666667vw solid #ECECEC;
  }
}
.news__item a {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .news__item a {
    flex-wrap: wrap;
    padding: 4.2666666667vw 0;
  }
}
.news__heading {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .news__heading {
    width: 100%;
  }
}
.news__date {
  order: -1;
  flex-shrink: 0;
  width: 80px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .news__date {
    width: auto;
    font-size: 3.7333333333vw;
  }
}

.news-detail {
  margin: 50px 0 178px;
}
@media screen and (max-width: 768px) {
  .news-detail {
    margin: 13.3333333333vw 0 32.5333333333vw;
  }
}
.news-detail__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .news-detail__intro {
    gap: 3.7333333333vw;
    margin-bottom: 9.6vw;
  }
}
.news-detail__intro::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #F4C989 0%, #EF9AD4 50%, #617BE6 100%);
}
@media screen and (max-width: 768px) {
  .news-detail__intro::after {
    height: 0.8vw;
    margin-top: 1.3333333333vw;
  }
}
.news-detail__head {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-detail__head {
    font-size: 6.4vw;
  }
}
.news-detail__date {
  display: flex;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 32px;
  font-size: 13px;
  border: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .news-detail__date {
    width: 23.7333333333vw;
    height: 8.5333333333vw;
    font-size: 3.4666666667vw;
    border-width: 0.2666666667vw;
  }
}

.the_content {
  line-height: 2.5;
}
.the_content + * {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .the_content + * {
    margin-top: 30px;
  }
}
.the_content > * {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .the_content > * {
    margin-bottom: 11.2vw;
  }
}
.the_content > *:last-child {
  margin-bottom: 0;
}
.the_content > * + h2 {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .the_content > * + h2 {
    margin-top: 22.9333333333vw;
  }
}
.the_content > * + h3 {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .the_content > * + h3 {
    margin-top: 16.5333333333vw;
  }
}
.the_content > * + h4 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .the_content > * + h4 {
    margin-top: 13.3333333333vw;
  }
}
.the_content h2 {
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .the_content h2 {
    font-size: 5.6vw;
  }
}
.the_content h2::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 6px;
  top: 100%;
  left: 0;
  background: linear-gradient(to right bottom, #4FADFF, #FF61EF);
}
.the_content h3 {
  display: flex;
  gap: 12px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .the_content h3 {
    gap: 3.2vw;
    font-size: 4.8vw;
  }
}
.the_content h3::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 3px;
  transform: translateY(13px);
  background: linear-gradient(to right bottom, #4FADFF, #FF61EF);
}
@media screen and (max-width: 768px) {
  .the_content h3::before {
    width: 4.2666666667vw;
    height: 0.8vw;
  }
}
.the_content h4 {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .the_content h4 {
    font-size: 4.2666666667vw;
  }
}
.the_content div::after {
  content: "";
  display: block;
  clear: both;
}
.the_content p + p {
  margin-top: 28px;
}
.the_content p img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.the_content p img.alignleft {
  float: left;
  display: inline;
  margin: 0 48px 28px 0;
}
@media screen and (max-width: 768px) {
  .the_content p img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 28px;
  }
}
.the_content p img.alignright {
  float: right;
  display: inline;
  margin: 0 0 28px 40px;
}
@media screen and (max-width: 768px) {
  .the_content p img.alignright {
    float: none;
    display: block;
    margin: 0 auto 28px;
  }
}
.the_content img.alignleft {
  float: left;
  display: inline;
  margin: 0 48px 28px 0;
}
@media screen and (max-width: 768px) {
  .the_content img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 28px;
  }
}
.the_content img.alignright {
  float: right;
  display: inline;
  margin: 0 0 28px 40px;
}
@media screen and (max-width: 768px) {
  .the_content img.alignright {
    float: none;
    display: block;
    margin: 0 auto 28px;
  }
}
.the_content figure {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .the_content figure {
    margin-top: 16.5333333333vw;
  }
}
.the_content ul, .the_content ol {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .the_content ul, .the_content ol {
    padding-left: 20px;
  }
}
.the_content ul li, .the_content ol li {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .the_content ul li, .the_content ol li {
    padding-left: 35px;
  }
}
.the_content ul li + li, .the_content ol li + li {
  margin-top: 12px;
}
.the_content ul li {
  position: relative;
}
.the_content ul li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 5px;
  left: 0;
  border-radius: 50%;
  background: #F8DADA;
}
.the_content ul.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}
.the_content ul.row li {
  margin-right: 50px;
  padding-left: 0;
}
.the_content ul.row li::before {
  content: none;
}
.the_content ul.row li:last-of-type {
  margin-right: 0;
}
.the_content ul.row li img {
  width: 100%;
}
.the_content ul.row li a {
  display: block;
  text-decoration: none;
}
.the_content ol {
  counter-reset: item;
}
.the_content ol li {
  position: relative;
}
.the_content ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .the_content .table {
    overflow-x: scroll;
  }
}
.the_content table {
  table-layout: fixed;
  width: 100%;
  margin-top: 88px;
  border-top: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .the_content table {
    margin-top: 60px;
  }
}
.the_content table + * {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .the_content table + * {
    margin-top: 60px;
  }
}
.the_content table th, .the_content table td {
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .the_content table th, .the_content table td {
    display: block;
  }
}
.the_content table th {
  width: 163px;
  padding: 10px 16px 10px 42px;
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  color: #111;
  vertical-align: middle;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .the_content table th {
    width: 100%;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
.the_content table td {
  padding: 10px 33px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .the_content table td {
    padding: 8px 14px 16px;
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
.the_content strong {
  font-weight: bold;
}
.the_content a {
  text-decoration: underline;
}
.the_content a:hover {
  opacity: 0.7;
}

.archive-pager {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .archive-pager {
    justify-content: center;
    margin-top: 10.6666666667vw;
  }
}
.archive-pager__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .archive-pager__btn {
    display: none;
  }
}
.archive-pager__btn i {
  aspect-ratio: 10/16;
  display: flex;
  width: 10px;
}
.archive-pager__btn i svg {
  width: 100%;
  height: auto;
}
.archive-pager__btn[aria-disabled] {
  opacity: 0.3;
}
.archive-pager__btn.-first {
  margin-right: auto;
}
.archive-pager__btn.-last {
  margin-left: auto;
}
.archive-pager__items {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media screen and (max-width: 768px) {
  .archive-pager__items {
    gap: 5.0666666667vw;
  }
}
.archive-pager__item a {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #4FADFF, #FF61EF);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .archive-pager__item a {
    width: 9.0666666667vw;
  }
}
.archive-pager__item a::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .archive-pager__item a::before {
    width: calc(100% - 0.5333333333vw);
    height: calc(100% - 0.5333333333vw);
  }
}
.archive-pager__item.-current a {
  pointer-events: none;
}
.archive-pager__item.-dot a {
  width: auto;
  background: none;
}

.footer {
  border-top: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .footer {
    border-top: none;
  }
}
.footer__columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .footer__columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer__columns::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ECECEC;
}
@media screen and (max-width: 768px) {
  .footer__columns::before {
    content: none;
  }
}
.footer__column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 275px;
}
@media screen and (max-width: 768px) {
  .footer__column {
    height: auto;
    min-height: 30.1333333333vw;
  }
}
.footer__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285px;
}
@media screen and (max-width: 768px) {
  .footer__head {
    width: 51.2vw;
    padding-top: 2.6666666667vw;
  }
}
.footer__head img {
  width: 100%;
}
.footer__contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    height: 42.1333333333vw;
    padding-top: 1.8666666667vw;
    background: linear-gradient(to left, #F4C989 0%, #EF9AD4 50%, #617BE6 100%);
  }
}
.footer__contact i {
  display: flex;
}
.footer__contact i svg {
  width: 100%;
  height: auto;
}
.footer__contact i.-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  width: 146px;
}
@media screen and (max-width: 768px) {
  .footer__contact i.-title {
    gap: 4vw;
    width: 38.9333333333vw;
  }
}
.footer__contact i.-title span {
  display: flex;
}
.footer__contact i.-title span svg {
  width: 100%;
}
.footer__contact i.-title span:first-child {
  aspect-ratio: 146/33;
  width: 146px;
  fill: url(#FooterGradient01);
}
@media screen and (max-width: 768px) {
  .footer__contact i.-title span:first-child {
    width: 38.9333333333vw;
    fill: #fff;
  }
}
.footer__contact i.-title span:last-child {
  aspect-ratio: 94/16;
  width: 94px;
  fill: url(#FooterGradient02);
}
@media screen and (max-width: 768px) {
  .footer__contact i.-title span:last-child {
    width: 22.4vw;
    fill: #fff;
  }
}
.footer__contact i.-arrow {
  position: absolute;
  aspect-ratio: 10/16;
  width: 10px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  stroke: url(#FooterGradient03);
}
@media screen and (max-width: 768px) {
  .footer__contact i.-arrow {
    width: 2.6666666667vw;
    right: 5.3333333333vw;
    stroke: #fff;
  }
}
