@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.875;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #222;
}

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

figure {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  font-size: 1.3rem;
}

a {
  color: #3c58cd;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.type-first {
  margin-top: 0 !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.text-left {
  text-align: left !important;
}

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

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

.color-red {
  color: #a40000 !important;
}

.color-blue {
  color: #4b68af !important;
}

.bold {
  font-weight: 500;
}

.type-has-button {
  margin-bottom: 0 !important;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::placeholder {
  color: #bfbfbf;
}

/* IE */
input:-ms-input-placeholder {
  color: #bfbfbf;
}

/* Edge */
input::-ms-input-placeholder {
  color: #bfbfbf;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section-top02 {
  background-color: #f5f8fb;
  overflow: hidden;
}

.global-nav-button {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.global-nav-button__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav-button__item a {
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: opacity .2s;
}
.global-nav-button__item a:hover {
  opacity: .5;
}
.global-nav-button__item a:after {
  content: "";
  background-image: url(/common/image/arrow02_white_next.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.global-nav-icon {
  margin: 40px 0 80px;
}

.global-nav-icon__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav-icon__item {
  text-align: center;
  width: 70px;
}
.global-nav-icon__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.global-nav-icon__item a:hover {
  opacity: .5;
}
.global-nav-icon__item i {
  height: 37px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.global-nav-icon__item span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 10px;
}
.global-nav-icon__item.type-english i {
  background-image: url(/common/image/icon_world01.png);
  background-size: 28px auto;
}
.global-nav-icon__item.type-access i {
  background-image: url(/common/image/icon_access01.png);
  background-size: 20px auto;
}
.global-nav-icon__item.type-watanabe i {
  height: 37px;
  background-image: url(/common/image/icon_watanabe01.png);
  background-size: 30px auto;
}
.global-nav-icon__item.type-watanabe span {
  font-size: 1.3rem;
  line-height: 1.23077;
  margin-top: 5px;
}
.global-nav-icon__item.type-world i {
  background-image: url(/common/image/icon_world01.png);
  background-size: 28px auto;
}

.global-nav-main__sub {
  display: none;
}

.global-nav-main__head {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.footer {
  line-height: 1.4;
}

.footer-1st {
  background-color: #607cc1;
  color: #fff;
  overflow: hidden;
}

.footer-nav01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav01__item a {
  color: #fff;
  text-decoration: none;
}

.footer-2nd {
  background-color: #4b68af;
  overflow: hidden;
}

.footer-nav02__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav02__list.type-no-category {
  margin-top: 50px;
}

.footer-nav02__item.type-category {
  font-weight: bold;
}
.footer-nav02__item.type-category a {
  background-image: none;
}

.footer-nav02__item a {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 0;
  color: #fff;
  text-decoration: none;
  background-image: url(/common/image/arrow01_white_next.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.footer__copyright {
  background-color: #444;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.footer-banner {
  background-color: #eff5f7;
}

.pagetop {
  background-color: #222;
  font-size: 1px;
  text-indent: -9999px;
}
.pagetop a {
  display: block;
  background-image: url(/common/image/pagetop02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  height: 60px;
}

.mainvisual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainvisual .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mainvisual .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 1px;
  text-indent: -9999px;
}
.mainvisual .slick-dots .slick-active button {
  background-color: #000;
}
.mainvisual.type-english {
  background-image: url(/en/image/mainvisual.jpg);
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  color: #444;
  margin: 0 10px;
}
.breadcrumb__item a {
  color: #444;
  text-decoration: none;
}
.breadcrumb__item span {
  color: #4b68af;
}

.page-title {
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title.type-under {
  background-image: url(/common/image/pagetitle.png);
}
.page-title.type-number {
  background-color: #dbe1ef;
  background-size: auto;
  background-position: right center;
}

.page-title__inner {
  position: relative;
  overflow: hidden;
}

.page-title__text.type-white {
  color: #fff;
}

.page-title__title {
  margin: 0;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  line-height: 1.2;
}

.page-title__lead {
  margin: 0;
}

.page-title__sns-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
}

.page-title__sns {
  margin-right: 5px;
  transition: opacity .2s;
}
.page-title__sns:hover {
  opacity: .5;
}

.local-nav__title {
  margin: 0;
}
.local-nav__title a {
  display: block;
  background-color: #4b68af;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.44444;
  box-sizing: border-box;
}
.local-nav__title a:after {
  content: "";
  background-image: url(/common/image/arrow02_white_next.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.local-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-nav__item {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.local-nav__item > a {
  display: block;
  color: #222;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.42857;
  box-sizing: border-box;
}
.local-nav__item > a:after {
  content: "";
  background-image: url(/common/image/arrow01_black_next.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.local-nav__item.is-current > a {
  color: #4b68af;
  background-color: #f0f2f8;
}
.local-nav__item.is-current > a:after {
  background-image: url(/common/image/arrow03_theme_next.png);
  background-size: 10px auto;
}
.local-nav__item.is-current .local-nav__trigger {
  background-color: #e2e6f0;
}
.local-nav__item.has-subnav > a:after {
  display: none;
}
.local-nav__item.is-open .local-nav__trigger:before {
  transform: rotate(270deg);
}

.local-nav__trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ebebeb;
  font-size: 1px;
  text-indent: -9999px;
  width: 36px;
}
.local-nav__trigger:before {
  content: "";
  background-color: #4b68af;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  bottom: auto;
  z-index: 1;
  transition: transform .2s;
}
.local-nav__trigger:after {
  content: "";
  background-color: #4b68af;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  bottom: auto;
  z-index: 1;
  transform: rotate(90deg);
}

.local-nav-sub {
  display: none;
}

.local-nav-sub__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-nav-sub__item > a {
  display: block;
  text-decoration: none;
  color: #222;
  line-height: 1.42857;
  position: relative;
}
.local-nav-sub__item > a:after {
  content: "";
  background-image: url(/common/image/arrow01_black_next.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.local-nav-sub__item.is-current > a {
  color: #4b68af;
}
.local-nav-sub__item.is-current > a:after {
  background-image: url(/common/image/arrow03_theme_next.png);
  background-size: 10px auto;
}

.topics-block01 {
  background-color: #fff;
}

.topics-block01__title {
  background-color: #222;
  color: #fff;
  margin: 0;
  text-align: center;
}

.topics-block01__text a {
  display: block;
  color: #ff001c;
  text-decoration: none;
}

.topics-block02__title {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.topics-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topics-list01__inner {
  display: block;
  text-decoration: none;
}

.topics-list01__date {
  color: #4b68af;
  text-align: center;
  line-height: 1;
  letter-spacing: .05em;
}
.topics-list01__date span {
  display: block;
  margin-bottom: 5px;
}

.topics-list01__title {
  letter-spacing: .05em;
  color: #222;
}

.topics-list01__more {
  border-top: 2px solid #f0f2f8;
}
.topics-list01__more .button-type02 {
  border-bottom: 0;
}

.topics-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topics-list02__inner {
  display: block;
  text-decoration: none;
  color: #222;
}

.topics-list02__img {
  overflow: hidden;
}
.topics-list02__img img {
  max-width: none;
  width: 100%;
  transition: transform .35s;
}

.topics-list02__text {
  overflow: hidden;
  line-height: 1.5;
}

.topics-list02__date {
  color: #888;
  margin: 5px 0;
  font-size: 1.4rem;
}

.topics-list02__title {
  font-weight: normal;
  margin: 0;
}

.banner-slider01 .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  font-size: 1px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: opacity .2s, border .2s;
}
.banner-slider01 .slick-arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .2s;
}
.banner-slider01 .slick-arrow.slick-prev {
  left: 20px;
}
.banner-slider01 .slick-arrow.slick-prev:after {
  background-image: url(/common/image/arrow02_white_prev.png);
}
.banner-slider01 .slick-arrow.slick-next {
  right: 20px;
}
.banner-slider01 .slick-arrow.slick-next:after {
  background-image: url(/common/image/arrow02_white_next.png);
}
.banner-slider01 .slick-arrow:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #3c58cd;
}
.banner-slider01 .slick-arrow:hover:after {
  opacity: .5;
}

.banner-slider01__item.slick-slide img {
  max-width: none;
  width: 100%;
  transition: transform .35s;
}

.banner-slider02 {
  position: relative;
  background-color: #f5f8fb;
}
.banner-slider02 .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  font-size: 1px;
  text-indent: -9999px;
  background-color: #b1b1b1;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
}
.banner-slider02 .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/common/image/arrow01_white_prev.png);
}
.banner-slider02 .slick-arrow.slick-next {
  right: 0;
  background-image: url(/common/image/arrow01_white_next.png);
}

.banner-slider02__item {
  box-sizing: border-box;
}
.banner-slider02__item.slick-slide img {
  display: inline;
  max-width: none;
  width: 100%;
}

.banner-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading-type01 {
  text-align: center;
  position: relative;
  line-height: 1;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}
.heading-type01 i {
  font-family: "Prata", serif;
  color: #ededed;
  font-style: normal;
  letter-spacing: .2em;
  white-space: nowrap;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.heading-type01 span {
  position: relative;
  z-index: 1;
}

.heading-type02 {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  position: relative;
}
.heading-type02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #5974b5;
}

.heading-type03 {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.heading-type04 {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.table-type01 {
  width: 100%;
  line-height: 1.4;
  margin: 2em 0;
}
.table-type01 th, .table-type01 td {
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.table-type01 th.bg01, .table-type01 td.bg01 {
  background-color: #284383;
  color: #fff;
}
.table-type01 thead th {
  background-color: #284383;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
.table-type01 tbody th {
  background-color: #e7f0f9;
  font-weight: normal;
  text-align: left;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  white-space: nowrap;
  margin: 0 0 1em !important;
}

.table-scroll::-webkit-scrollbar {
  height: 10px;
}

.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.features-block01 .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  font-size: 1px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
}
.features-block01 .slick-arrow.slick-prev {
  background-image: url(/common/image/arrow01_gray_prev.png);
  left: 0;
}
.features-block01 .slick-arrow.slick-next {
  background-image: url(/common/image/arrow01_gray_next.png);
  right: 0;
}

.features-block01 .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
}
.features-block01 .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  position: relative;
  font-family: "Fjalla One", serif;
  font-weight: normal;
  color: #bfbfbf;
  border-radius: 50%;
  box-sizing: border-box;
  transition: background .2s, color .2s;
}
.features-block01 .slick-dots button:before {
  content: "0";
}
.features-block01 .slick-dots button:after {
  content: "";
  opacity: 0;
  border-color: rgba(60, 88, 205, 0.2);
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  transition: opacity .2s;
}
.features-block01 .slick-dots .slick-active button {
  color: #3c58cd;
  background-color: #fff;
}

.features-block01__frame {
  background-color: #fff;
  box-shadow: 0 0 20px 5px rgba(207, 208, 216, 0.5);
}

.features-block01__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.features-block01__control {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.features-block-type01 {
  box-sizing: border-box;
}

.features-block-type01__title {
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #3c58cd;
}
.features-block-type01__title strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.features-block-type01__title strong:after {
  content: "";
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #3c58cd;
}

.features-block-type01__lead {
  margin: 0;
}

.features-block-type01__row {
  display: flex;
  color: #3c58cd;
  line-height: 1;
}

.features-block-type01__column {
  text-align: center;
}

.features-block-type01__name {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  display: inline-block;
}

.features-block-type01__num {
  font-family: "Prata", serif;
  text-align: center;
  margin: 0;
}

.features-block-type01__notes {
  color: #3c58cd;
  margin: 0;
  text-align: right;
}

.features-block-type02 {
  box-sizing: border-box;
}

.features-block-type02__title {
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #3c58cd;
}
.features-block-type02__title strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.features-block-type02__title strong:after {
  content: "";
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #3c58cd;
}

.features-block-type02__lead {
  margin: 0;
}

.features-block-type02__row {
  color: #3c58cd;
}

.features-block-type02__sub {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1;
  margin: 0;
}

.features-block-type02__name {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.features-block-type02__num {
  font-family: "Prata", serif;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.features-block-type03 {
  box-sizing: border-box;
}

.features-block-type03__title {
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #3c58cd;
}
.features-block-type03__title strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.features-block-type03__title strong:after {
  content: "";
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #3c58cd;
}

.features-block-type03__lead {
  margin: 0;
}

.features-block-type03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.features-block-type03__item {
  text-align: center;
  color: #3c58cd;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.features-block-type03__text {
  margin: 0;
  line-height: 1.4;
}

.features-block-type04 {
  box-sizing: border-box;
}

.features-block-type04__title {
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #3c58cd;
}
.features-block-type04__title strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.features-block-type04__title strong:after {
  content: "";
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #3c58cd;
}

.features-block-type04__lead {
  margin: 0;
}

.features-block-type04__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.features-block-type04__item {
  text-align: center;
  color: #3c58cd;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.features-block-type04__item img {
  display: inline;
}

.features-block-type04__text {
  margin: 0;
  line-height: 1.4;
}

.department-block02__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.department-block02__item {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.department-block02__main {
  position: relative;
}

.department-block02__img img {
  max-width: none;
  width: 100%;
}

.department-block02__title {
  margin: 0;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.department-block02__link {
  background-color: #f5f8fb;
  line-height: 1.4;
  display: flex;
}
.department-block02__link a {
  width: 100%;
  border-top-style: solid;
  text-decoration: none;
  color: #222;
  position: relative;
}
.department-block02__link a:after {
  content: "";
  background-image: url(/common/image/arrow01_black_next.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.department-block02__link a.type01 {
  border-color: #907ab0;
}
.department-block02__link a.type02 {
  border-color: #d85e78;
}
.department-block02__link a.type03 {
  border-color: #00a086;
}
.department-block02__link a:nth-child(even) {
  margin-left: 2px;
}

.department-block-detail {
  background-image: url(/common/image/top_gakka_img00.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 530px;
  position: relative;
}

.department-block-detail__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.department-block-detail__item.is-show {
  opacity: 1;
  visibility: visible;
}
.department-block-detail__item.type01 .department-block-detail__title {
  color: #f0597c;
}
.department-block-detail__item.type02 .department-block-detail__title {
  color: #c7455a;
}
.department-block-detail__item.type03 .department-block-detail__title {
  color: #00a086;
}
.department-block-detail__item.type04 .department-block-detail__title {
  color: #80b746;
}
.department-block-detail__item.type05 .department-block-detail__title {
  color: #86217f;
}
.department-block-detail__item.type06 .department-block-detail__title {
  color: #4d2381;
}
.department-block-detail__item.type07 .department-block-detail__title {
  color: #29519d;
}
.department-block-detail__item.type08 .department-block-detail__title {
  color: #dd7443;
}
.department-block-detail__item.type09 .department-block-detail__title {
  color: #dd7443;
}
.department-block-detail__item.type10 .department-block-detail__title {
  color: #0094d9;
}
.department-block-detail__item.type11 .department-block-detail__title {
  color: #28acc1;
}
.department-block-detail__item.type12 .department-block-detail__title {
  color: #d11e7d;
}
.department-block-detail__item.type07 .department-block-detail__title, .department-block-detail__item.type08 .department-block-detail__title, .department-block-detail__item.type11 .department-block-detail__title {
  font-size: 2.8rem;
  letter-spacing: -.5px;
}

.department-block-detail__inner {
  width: 100%;
  max-width: 1540px;
  height: 530px;
  margin: 0 auto;
  position: relative;
}

.department-block-detail__title {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 15px 15px;
  line-height: 1.3;
  position: absolute;
  top: 220px;
  left: 20px;
  font-size: 3rem;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.department-block-detail__title span {
  display: block;
  color: #222;
  font-size: 2rem;
}

.department-block-detail__text {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.77778;
  margin: 0;
  position: absolute;
  top: 330px;
  left: 20px;
}

.item-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list01__inner {
  display: block;
  text-decoration: none;
  color: #222;
}

.item-list01__text {
  margin: 0;
}

.item-list01__img {
  overflow: hidden;
}
.item-list01__img img {
  max-width: none;
  width: 100%;
  transition: transform .35s;
}

.item-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list02__inner {
  display: block;
  text-decoration: none;
  color: #222;
  background-color: #e7f0f9;
}

.item-list02__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45.90164%;
}
.item-list02__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.item-list02__text {
  overflow: hidden;
  position: relative;
}
.item-list02__text:after {
  content: "";
  background-color: #fff;
  background-image: url(/common/image/arrow01_gray_next.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
}

.item-list02__title {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}

.item-list02__description {
  margin: 0;
}

.item-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list03__inner {
  display: block;
  text-decoration: none;
  position: relative;
  color: #222;
}
.item-list03__inner:after {
  content: "";
  background-image: url(/common/image/arrow02_gray_next.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.item-list03__title {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #222;
  font-weight: normal;
  line-height: 1.27273;
  margin: 0;
}

.item-list03__description {
  font-family: "Prata", serif;
  color: #4b68af;
  line-height: 1.5;
  margin: 0;
  word-break: break-all;
}

.item-list03__label {
  margin: 0 0 10px;
}

.item-list03__name {
  font-weight: 500;
  margin: 0 15px 10px 0;
  display: inline-block;
}

.item-list03__ruby {
  font-weight: normal;
  display: inline-block;
  margin: 0;
  color: #888;
}

.item-list03__note {
  margin: 0;
  line-height: 1.71429;
}
.item-list03__note .bold {
  font-weight: 700;
}

.item-list04__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list04__item {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.item-list04__inner {
  display: block;
  text-decoration: none;
  position: relative;
}

.item-list04__main {
  position: relative;
}

.item-list04__img {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 0;
  padding-top: 37.7551%;
}
.item-list04__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.item-list04__img.type-auto {
  padding-top: 0;
  height: auto;
}
.item-list04__img.type-auto img {
  position: static;
  height: auto;
}

.item-list04__title {
  margin: 0;
  color: #fff;
  line-height: 1.7;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  transform: translateY(-50%);
  box-sizing: border-box;
  word-break: break-all;
}
.item-list04__title .lead {
  display: block;
}

.item-list04__text {
  background-color: #f5f8fb;
  position: relative;
  color: #222;
  margin: 0;
}
.item-list04__text:after {
  content: "";
  background-image: url(/common/image/arrow02_gray_next.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
}

.item-list05__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list05__inner {
  display: block;
  text-decoration: none;
  background-color: #e7f0f9;
}

.item-list05__visual {
  overflow: hidden;
  position: relative;
}

.item-list05__img {
  width: 100%;
  height: 0;
  padding-top: 44.16476%;
}
.item-list05__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.item-list05__text {
  overflow: hidden;
  position: relative;
  letter-spacing: .05em;
}
.item-list05__text:after {
  content: "";
  background-color: #fff;
  background-image: url(/common/image/arrow01_gray_next.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
}

.item-list05__title {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  color: #444;
}

.item-list05__english {
  font-family: "Prata", serif;
  color: #beccda;
  margin: 0;
  word-break: break-all;
}

.item-list06__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list06__inner {
  display: block;
  text-decoration: none;
  color: #222;
  overflow: hidden;
}

.item-list06__img {
  float: left;
  max-width: 30%;
  margin-right: 15px;
}

.item-list06__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.item-list06__link {
  clear: both;
  margin-top: 10px;
}

.item-list07__item {
  margin-bottom: 100px;
}
.item-list07__item.type-border {
  border: 1px solid #ededed;
}
.item-list07__item.type-bg {
  background-color: #fafbfd;
}

.item-list07__inner {
  display: block;
  text-decoration: none;
  color: #222;
}

.item-list07__text > *:first-child, .item-list07__text > .entry-block > *:first-child {
  margin-top: 0 !important;
}

.item-list07__text > *:last-child, .item-list07__text > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.item-list08__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list08__inner {
  display: block;
  text-decoration: none;
  background-color: #f5f5f5;
  color: #222;
}

.item-list08__img {
  flex-shrink: 0;
  box-sizing: border-box;
}

.item-list08__text {
  box-sizing: border-box;
}
.item-list08__text > *:first-child, .item-list08__text > .entry-block > *:first-child {
  margin-top: 0 !important;
}
.item-list08__text > *:last-child, .item-list08__text > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.item-list08__title {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  margin: 0;
}

.item-list08__description {
  line-height: 1.71429;
  margin: 0;
}

.item-list09__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.item-list09__item {
  border: 1px solid #bfbfbf;
  line-height: 1.6;
  box-sizing: border-box;
}

.item-list09__inner {
  display: block;
  text-decoration: none;
  color: #222;
  text-align: center;
}

.item-list09__title {
  margin: 0;
  background-color: #284383;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  font-size: 2rem;
  padding: 20px 10px;
}

.item-list09__text {
  margin: 0;
  padding: 20px 10px;
}
.item-list09__text > *:first-child, .item-list09__text > .entry-block > *:first-child {
  margin-top: 0 !important;
}
.item-list09__text > *:last-child, .item-list09__text > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.item-list10 {
  background-color: #f5f5f5;
}

.item-list10__inner {
  text-decoration: none;
  color: #222;
}

.item-list10__text {
  overflow: hidden;
  box-sizing: border-box;
}
.item-list10__text > *:first-child, .item-list10__text > .entry-block > *:first-child {
  margin-top: 0 !important;
}
.item-list10__text > *:last-child, .item-list10__text > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.item-list10__title {
  margin: 0;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
}

.item-list10__description01, .item-list10__description02 {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .05em;
}

.item-list11__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.item-list11__item {
  position: relative;
}

.item-list11__inner {
  display: block;
  text-decoration: none;
  color: #fff;
}

.item-list11__text {
  margin: 0;
  padding: 0 5px;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.item-list11__img img {
  max-width: none;
  width: 100%;
}

.item-list12__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list12__item {
  color: #fff;
}

.item-list12__title {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  margin: 0;
}

.item-list12__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list12__link a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  padding: 0 15px 0 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right center;
}

.tab-nav01 {
  display: flex;
}

.tab-nav01__item {
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-top-style: solid;
  border-top-color: transparent;
  cursor: pointer;
  color: #222;
}
.tab-nav01__item.is-active {
  background-color: #fff;
  border-top-color: #3c58cd;
  color: #3c58cd;
}

.tab-body01 {
  background-color: #fff;
  box-shadow: 0 0 90px 20px #eef3f8;
}

.tab-body01__item {
  overflow: hidden;
  display: none;
}
.tab-body01__item.js-topics-height {
  overflow: auto;
}

.tab-body01__inner > *:first-child, .tab-body01__inner > .entry-block > *:first-child {
  margin-top: 0 !important;
}

.tab-body01__inner > *:last-child, .tab-body01__inner > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.label-type01 {
  color: #f00;
  display: inline-block;
  vertical-align: top;
  letter-spacing: .05em;
  text-align: center;
  font-style: normal;
}

.tag-type01 {
  display: inline-block;
  vertical-align: top;
  color: #607cc1;
  border: 1px solid #607cc1;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  border-radius: 25px;
  box-sizing: border-box;
}

.tag-type02 {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #4b68af;
  font-style: normal;
}

.instagram-block01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.instagram-block01__item {
  border-radius: 5px;
  overflow: hidden;
}
.instagram-block01__item a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.instagram-block01__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.banner-slider {
  position: relative;
}
.banner-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  font-size: 1px;
  text-indent: -9999px;
  background-color: #b1b1b1;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/common/image/arrow01_white_prev.png);
}
.banner-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url(/common/image/arrow01_white_next.png);
}

.banner-slider__item {
  box-sizing: border-box;
}
.banner-slider__item.slick-slide img {
  display: inline;
  max-width: none;
  width: 100%;
}

.frame-type01 {
  overflow: hidden;
  background-color: #fafbfd;
}
.frame-type01 > *:first-child, .frame-type01 > .entry-block > *:first-child {
  margin-top: 0 !important;
}
.frame-type01 > *:last-child, .frame-type01 > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.frame-type02 {
  overflow: hidden;
  background-color: rgba(164, 0, 0, 0.1);
}
.frame-type02 > *:first-child, .frame-type02 > .entry-block > *:first-child {
  margin-top: 0 !important;
}
.frame-type02 > *:last-child, .frame-type02 > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.frame-type03 {
  overflow: hidden;
  border: 1px solid #ededed;
}
.frame-type03 > *:first-child, .frame-type03 > .entry-block > *:first-child {
  margin-top: 0 !important;
}
.frame-type03 > *:last-child, .frame-type03 > .entry-block > *:last-child {
  margin-bottom: 0 !important;
}

.media-block.media-center .media-block__media {
  text-align: center;
}
.media-block.media-center .media-block__media figure {
  display: inline-block;
}
.media-block.media-center .media-block__media figcaption {
  text-align: left;
}

.media-block figure {
  margin: 0;
}

.media-block__text *:first-child {
  margin-top: 0 !important;
}

.media-block__text *:last-child {
  margin-bottom: 0 !important;
}

.column-set {
  display: flex;
  flex-wrap: wrap;
}

.column-set__item.type-button {
  text-align: center;
}

.entry-block h2:not([class*="heading"]) {
  text-align: center;
  position: relative;
  line-height: 1;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}
.entry-block h2:not([class*="heading"]) i {
  font-family: "Prata", serif;
  color: #ededed;
  font-style: normal;
  letter-spacing: .2em;
  white-space: nowrap;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.entry-block h2:not([class*="heading"]) span {
  position: relative;
  z-index: 1;
}

.entry-block h3:not([class*="heading"]) {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  position: relative;
}
.entry-block h3:not([class*="heading"]):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #5974b5;
}

.entry-block h4:not([class*="heading"]) {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.entry-block h5:not([class*="heading"]) {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.entry-block ul:not([class*="list"]) {
  list-style: none;
  padding: 0;
  margin: 2em 0;
}
.entry-block ul:not([class*="list"]) > li {
  position: relative;
  padding-left: 20px;
  margin: 15px 0 0;
}
.entry-block ul:not([class*="list"]) > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  box-sizing: border-box;
}
.entry-block ul:not([class*="list"]) > li ul > li:before {
  background-color: transparent !important;
  border: 2px solid #bfbfbf;
}
.entry-block ul:not([class*="list"]) > li ul, .entry-block ul:not([class*="list"]) > li ol {
  margin: 0;
}

.entry-block ol:not([class*="list"]) {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  counter-reset: count;
}
.entry-block ol:not([class*="list"]) > li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0 0;
}
.entry-block ol:not([class*="list"]) > li:before {
  color: #888;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: count;
  content: counter(count) ".";
  border: 0 !important;
}
.entry-block ol:not([class*="list"]) > li ul, .entry-block ol:not([class*="list"]) > li ol {
  margin: 0;
}

.entry-block table:not([class*="table"]) {
  width: 100%;
  line-height: 1.4;
  margin: 2em 0;
}
.entry-block table:not([class*="table"]) th, .entry-block table:not([class*="table"]) td {
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.entry-block table:not([class*="table"]) th.bg01, .entry-block table:not([class*="table"]) td.bg01 {
  background-color: #284383;
  color: #fff;
}
.entry-block table:not([class*="table"]) thead th {
  background-color: #284383;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
.entry-block table:not([class*="table"]) tbody th {
  background-color: #e7f0f9;
  font-weight: normal;
  text-align: left;
}

.list-type01 {
  list-style: none;
  padding: 0;
  margin: 2em 0;
}
.list-type01 > li {
  position: relative;
  padding-left: 20px;
  margin: 15px 0 0;
}
.list-type01 > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  box-sizing: border-box;
}
.list-type01 > li ul > li:before {
  background-color: transparent !important;
  border: 2px solid #bfbfbf;
}
.list-type01 > li ul, .list-type01 > li ol {
  margin: 0;
}

.list-type02 {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  counter-reset: count;
}
.list-type02 > li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0 0;
}
.list-type02 > li:before {
  color: #888;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: count;
  content: counter(count) ".";
  border: 0 !important;
}
.list-type02 > li ul, .list-type02 > li ol {
  margin: 0;
}

.list-type03 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-type03 > li {
  background-image: url(/common/image/icon_check01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.list-type03.column2 {
  display: flex;
  flex-wrap: wrap;
}
.list-type03.column2 > li {
  width: 50%;
}
.list-type03.column2 > li:nth-child(odd) {
  padding-right: 10px;
}
.list-type03.column2 > li:last-child, .list-type03.column2 > li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.list-type04 {
  list-style: none;
  padding: 0;
}
.list-type04 > li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0 0;
}
.list-type04 > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  border: 0 !important;
}

.link-icon01 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #222;
  text-decoration: none;
}
.link-icon01:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/common/image/icon_arrow01.png);
  background-size: auto 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.link-icon01.type-color {
  color: #3c58cd;
}
.link-icon01.type-pdf:after {
  background-image: url(/common/image/icon_pdf01.png);
  background-size: auto 16px;
  width: 13px;
  height: 16px;
  margin-left: 5px;
}
.link-icon01.type-window:after {
  background-image: url(/common/image/icon_window01.png);
  background-size: auto 15px;
  width: 16px;
  height: 15px;
  margin-left: 5px;
}
.link-icon01.type-download:after {
  background-image: url(/common/image/icon_download01.png);
  background-size: auto 12px;
  width: 14px;
  height: 12px;
  margin-left: 5px;
}

.link-list01 {
  display: flex;
}

.link-list01__item {
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  color: #222;
  position: relative;
  text-decoration: none;
  padding: 10px 25px 10px 15px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.link-list01__item + .link-list01__item {
  border-left: 1px solid #fff;
}
.link-list01__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url(/common/image/arrow03_theme_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 9px;
  width: 14px;
  height: 9px;
  transform: translateY(-50%);
}
.link-list01__item.type-center {
  justify-content: center;
}

.link-list02 {
  flex-wrap: wrap;
  align-items: flex-start;
}

.link-list02__item {
  color: #3c58cd;
  text-decoration: none;
}
.link-list02__item:after {
  content: "";
  background-image: url(/common/image/arrow01_black_next.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

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

.pager-type01__control {
  display: block;
  text-decoration: none;
  color: #222;
  background-repeat: no-repeat;
}
.pager-type01__control.type-prev {
  padding-left: 30px;
  background-image: url(/common/image/arrow02_gray_prev.png);
  background-position: left center;
}
.pager-type01__control.type-next {
  padding-right: 30px;
  background-image: url(/common/image/arrow02_gray_next.png);
  background-position: right center;
}

.pager-type01__num {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #bfbfbf;
  border-radius: 50%;
  text-align: center;
  font-family: "Fjalla One", serif;
  font-weight: normal;
  letter-spacing: .05em;
  box-sizing: border-box;
  transition: background .2s, color .2s;
}
.pager-type01__num.is-active, .pager-type01__num:hover {
  background-color: #4b68af;
  color: #fff;
}

.button-type01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #4b68af;
  text-decoration: none;
  line-height: 1.6;
  box-sizing: border-box;
}
.button-type01.type-gray {
  background-color: #bfbfbf;
}
.button-type01.type-prev:before {
  content: "";
  background-image: url(/common/image/arrow02_white_prev.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.button-type01.type-prev:after {
  display: none;
}
.button-type01:after {
  content: "";
  background-image: url(/common/image/arrow02_white_next.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.button-type01.type-full {
  width: 100%;
  display: block;
}
.type-button .button-type01 {
  display: block;
}
.button-type01.type-outside:after {
  background-image: url(/common/image/icon_window02.png);
  background-size: 16px 15px;
  width: 16px;
  height: 15px;
}

.button-type02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  text-align: center;
  color: #4b68af;
  display: block;
  border-bottom: 1px solid #4b68af;
  text-decoration: none;
  line-height: 1.6;
  box-sizing: border-box;
}
.button-type02:after {
  content: "";
  background-image: url(/common/image/arrow02_theme_next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 14px;
  width: 10px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.faq-list01 {
  border-bottom: 1px solid #ededed;
}

.faq-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-list01__list + .faq-list01__list {
  border-top: 1px solid #ededed;
}

.faq-list01__q, .faq-list01__a {
  margin: 0;
  line-height: 1.7;
  display: flex;
}
.faq-list01__q span, .faq-list01__a span {
  width: 2.5em;
  line-height: 1;
  flex-shrink: 0;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.faq-list01__q span {
  color: #bfbfbf;
}

.faq-list01__a span {
  color: #4b68af;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.17647%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap {
  position: relative;
  width: 100%;
  padding-top: 44.11765%;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.detail-block01.type01 .detail-block01__img:before {
  background-color: #d85e78;
}

.detail-block01.type02 .detail-block01__img:before {
  background-color: #c7455a;
}

.detail-block01.type03 .detail-block01__img:before {
  background-color: #00a086;
}

.detail-block01.type04 .detail-block01__img:before {
  background-color: #80b746;
}

.detail-block01.type05 .detail-block01__img:before {
  background-color: #86217f;
}

.detail-block01.type06 .detail-block01__img:before {
  background-color: #4d2381;
}

.detail-block01.type07 .detail-block01__img:before {
  background-color: #29519d;
}

.detail-block01.type08 .detail-block01__img:before {
  background-color: #dd7443;
}

.detail-block01.type09 .detail-block01__img:before {
  background-color: #dd7443;
}

.detail-block01.type10 .detail-block01__img:before {
  background-color: #0094d9;
}

.detail-block01.type11 .detail-block01__img:before {
  background-color: #28acc1;
}

.detail-block01.type12 .detail-block01__img:before {
  background-color: #d11e7d;
}

.detail-block01.type13 .detail-block01__img:before {
  background-color: #EB6FA5;
}

.detail-block01.type14 .detail-block01__img:before {
  background-color: #6BBB5A;
}

.detail-block01__img {
  position: relative;
}
.detail-block01__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  z-index: 1;
}

.detail-block01__tag {
  margin: 0;
}

.detail-block01__category {
  margin: 0;
  font-weight: 500;
}

.detail-block01__name {
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

.detail-block01__en {
  margin: 0;
  line-height: 1.2;
  color: #888;
}

.detail-block01__frame {
  background-color: #fafbfd;
  overflow: hidden;
  text-align: left;
  line-height: 1.5;
}

.detail-block01__message-title {
  margin: 0;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  line-height: 1;
}

.detail-block01__message {
  margin: 0;
}

.search-block01:after {
  content: "";
  display: block;
  clear: both;
}

.search-block01__search {
  display: flex;
}

.search-block01__input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f2f8;
  border-right: 0;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.search-block01__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  background-image: url(/common/image/icon_search01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #222;
  background-size: 23px auto;
  font-size: 1px;
  text-indent: -9999px;
  flex-shrink: 0;
  transition: opacity .2s;
}
.search-block01__button:hover {
  opacity: .5;
}

.search-block01__reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #222;
  float: right;
  margin: 20px 0 0;
  transition: opacity .2s;
}
.search-block01__reset:hover {
  opacity: .5;
}

.calendar-description01 {
  font-size: 0;
}

.calendar-description01__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
  line-height: 1.2;
  box-sizing: border-box;
}
.calendar-description01__item.title {
  background-color: transparent;
}
.calendar-description01__item.type01 {
  background-color: #f5f5f5;
}
.calendar-description01__item.type02 {
  background-color: rgba(226, 145, 58, 0.1);
}
.calendar-description01__item.type03 {
  background-color: #e7f0f9;
}
.calendar-description01__item.type04 {
  background-color: #beccda;
}
.calendar-description01__item.type05 {
  background-color: #f6e5e5;
}
.calendar-description01__item.type06 {
  background-color: #d8d8d8;
}
.calendar-description01__item.type07 {
  background-color: #f7f5c6;
}
.calendar-description01__item.type08 {
  background-color: #d9ecd9;
}

.calendar-type01__table {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.calendar-type01__table thead {
  background-color: #284383;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.calendar-type01__table tbody .week td {
  border-top: 0;
  border-left: 0;
  position: relative;
}
.calendar-type01__table tbody .week td:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #284383;
}
.calendar-type01__table tbody td {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}
.calendar-type01__table tbody td:first-child {
  border-left: 0;
}
.calendar-type01__table tbody .type01 {
  background-color: #f5f5f5;
}
.calendar-type01__table tbody .type02 {
  background-color: rgba(226, 145, 58, 0.1);
}
.calendar-type01__table tbody .type03 {
  background-color: #e7f0f9;
}
.calendar-type01__table tbody .type04 {
  background-color: #beccda;
}
.calendar-type01__table tbody .type05 {
  background-color: #f6e5e5;
}
.calendar-type01__table tbody .type06 {
  background-color: #d8d8d8;
}
.calendar-type01__table tbody .type07 {
  background-color: #f7f5c6;
}
.calendar-type01__table tbody .type08 {
  background-color: #d9ecd9;
}

.form-table__title {
  line-height: 1.4;
  box-sizing: border-box;
}
.form-table__title .required {
  background-color: #a40000;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 1.4rem;
  width: 60px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.form-table__input {
  box-sizing: border-box;
}
.form-table__input > *:first-child {
  margin-top: 0 !important;
}
.form-table__input > *:last-child {
  margin-bottom: 0 !important;
}
.form-table__input .note {
  color: #888;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 10px 0;
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  height: 50px;
  border: 1px solid #ededed;
  background-color: #fff;
  line-height: 1.2;
  text-align: left;
  box-sizing: border-box;
}
.form-input.size-max {
  width: 100%;
}
.form-input.size-s {
  width: 130px;
}

.form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #ededed;
  background-color: #fff;
  line-height: 1.8;
  text-align: left;
  box-sizing: border-box;
}
.form-textarea.type-no-border {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
}
.form-textarea.type-bg-gray {
  border: 0;
  background-color: #fafafa;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 60px 5px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  max-width: 100%;
  min-width: 300px;
  height: 50px;
  border: 1px solid #ededed;
  background-color: #fff;
  background-image: url(/common/image/select.svg);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
}

.form-select::-ms-expand {
  display: none;
}

.form-radio {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  line-height: 1.8;
}
.form-radio input {
  opacity: 0;
  position: absolute;
}
.form-radio input:checked + .form-radio__icon {
  border-color: #4b68af;
}
.form-radio input:checked + .form-radio__icon:before {
  display: block;
}

.form-radio__icon {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #ededed;
  border-radius: 50%;
  box-sizing: border-box;
}
.form-radio__icon:before {
  display: none;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #4b68af;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  line-height: 1.8;
}
.form-checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form-checkbox input:checked + .form-checkbox__icon {
  background-color: #4b68af;
  background-image: url(/common/image/check01.png);
}

.form-checkbox__icon {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  background-color: #ededed;
  box-sizing: border-box;
}

.input-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-file {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.6rem;
  width: 335px;
  height: 50px;
  border: 1px solid #ededed;
  background-color: #fff;
  box-sizing: border-box;
}
.form-file:after {
  content: "選択";
  width: 70px;
  line-height: 48px;
  background-color: #4b68af;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
}
.form-file input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form-file__name {
  display: block;
  font-size: 1.6rem;
  line-height: 48px;
  padding: 0 80px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-sns {
  list-style: none;
  margin: 30px 18px 30px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.content-sns__item {
  margin-left: 5px;
}

.topics-select__body .form-select {
  width: 100%;
}

.topics-select__title {
  margin: 0;
}

.numblock01 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.numblock01.type-bg01 {
  background-color: #f4f7fa;
}

.numblock01__title01 {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.numblock01__title01.white {
  color: #fff;
}
.numblock01__title01 + .numblock01__notes01 {
  margin-bottom: 30px;
}

.numblock01__title02 {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  color: #3c58cd;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.numblock01__title02.white {
  color: #fff;
}
.numblock01__title02 .sans {
  display: block;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.numblock01__notes01 {
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
}
.numblock01__notes01.white {
  color: #fff;
}

.numblock01__notes02 {
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
}
.numblock01__notes02.white {
  color: #fff;
}
.numblock01__notes02.nowrap {
  white-space: nowrap;
}

.numblock01__notes03 {
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
}

.graph-list {
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.graph-circle {
  border-radius: 50%;
  background: #888;
  background-image: linear-gradient(to right, transparent 50%, #3c58cd 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.graph-circle:before {
  content: "";
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.graph-circle:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
}
.graph-circle.p1:before {
  transform: rotate(3.6deg);
}
.graph-circle.p2:before {
  transform: rotate(7.2deg);
}
.graph-circle.p3:before {
  transform: rotate(10.8deg);
}
.graph-circle.p4:before {
  transform: rotate(14.4deg);
}
.graph-circle.p5:before {
  transform: rotate(18deg);
}
.graph-circle.p6:before {
  transform: rotate(21.6deg);
}
.graph-circle.p7:before {
  transform: rotate(25.2deg);
}
.graph-circle.p8:before {
  transform: rotate(28.8deg);
}
.graph-circle.p9:before {
  transform: rotate(32.4deg);
}
.graph-circle.p10:before {
  transform: rotate(36deg);
}
.graph-circle.p11:before {
  transform: rotate(39.6deg);
}
.graph-circle.p12:before {
  transform: rotate(43.2deg);
}
.graph-circle.p13:before {
  transform: rotate(46.8deg);
}
.graph-circle.p14:before {
  transform: rotate(50.4deg);
}
.graph-circle.p15:before {
  transform: rotate(54deg);
}
.graph-circle.p16:before {
  transform: rotate(57.6deg);
}
.graph-circle.p17:before {
  transform: rotate(61.2deg);
}
.graph-circle.p18:before {
  transform: rotate(64.8deg);
}
.graph-circle.p19:before {
  transform: rotate(68.4deg);
}
.graph-circle.p20:before {
  transform: rotate(72deg);
}
.graph-circle.p21:before {
  transform: rotate(75.6deg);
}
.graph-circle.p22:before {
  transform: rotate(79.2deg);
}
.graph-circle.p23:before {
  transform: rotate(82.8deg);
}
.graph-circle.p24:before {
  transform: rotate(86.4deg);
}
.graph-circle.p25:before {
  transform: rotate(90deg);
}
.graph-circle.p26:before {
  transform: rotate(93.6deg);
}
.graph-circle.p27:before {
  transform: rotate(97.2deg);
}
.graph-circle.p28:before {
  transform: rotate(100.8deg);
}
.graph-circle.p29:before {
  transform: rotate(104.4deg);
}
.graph-circle.p30:before {
  transform: rotate(108deg);
}
.graph-circle.p31:before {
  transform: rotate(111.6deg);
}
.graph-circle.p32:before {
  transform: rotate(115.2deg);
}
.graph-circle.p33:before {
  transform: rotate(118.8deg);
}
.graph-circle.p34:before {
  transform: rotate(122.4deg);
}
.graph-circle.p35:before {
  transform: rotate(126deg);
}
.graph-circle.p36:before {
  transform: rotate(129.6deg);
}
.graph-circle.p37:before {
  transform: rotate(133.2deg);
}
.graph-circle.p38:before {
  transform: rotate(136.8deg);
}
.graph-circle.p39:before {
  transform: rotate(140.4deg);
}
.graph-circle.p40:before {
  transform: rotate(144deg);
}
.graph-circle.p41:before {
  transform: rotate(147.6deg);
}
.graph-circle.p42:before {
  transform: rotate(151.2deg);
}
.graph-circle.p43:before {
  transform: rotate(154.8deg);
}
.graph-circle.p44:before {
  transform: rotate(158.4deg);
}
.graph-circle.p45:before {
  transform: rotate(162deg);
}
.graph-circle.p46:before {
  transform: rotate(165.6deg);
}
.graph-circle.p47:before {
  transform: rotate(169.2deg);
}
.graph-circle.p48:before {
  transform: rotate(172.8deg);
}
.graph-circle.p49:before {
  transform: rotate(176.4deg);
}
.graph-circle.p50:before {
  transform: rotate(180deg);
}
.graph-circle.p51:before {
  background-color: #3c58cd;
  transform: rotate(3.6deg);
}
.graph-circle.p52:before {
  background-color: #3c58cd;
  transform: rotate(7.2deg);
}
.graph-circle.p53:before {
  background-color: #3c58cd;
  transform: rotate(10.8deg);
}
.graph-circle.p54:before {
  background-color: #3c58cd;
  transform: rotate(14.4deg);
}
.graph-circle.p55:before {
  background-color: #3c58cd;
  transform: rotate(18deg);
}
.graph-circle.p56:before {
  background-color: #3c58cd;
  transform: rotate(21.6deg);
}
.graph-circle.p57:before {
  background-color: #3c58cd;
  transform: rotate(25.2deg);
}
.graph-circle.p58:before {
  background-color: #3c58cd;
  transform: rotate(28.8deg);
}
.graph-circle.p59:before {
  background-color: #3c58cd;
  transform: rotate(32.4deg);
}
.graph-circle.p60:before {
  background-color: #3c58cd;
  transform: rotate(36deg);
}
.graph-circle.p61:before {
  background-color: #3c58cd;
  transform: rotate(39.6deg);
}
.graph-circle.p62:before {
  background-color: #3c58cd;
  transform: rotate(43.2deg);
}
.graph-circle.p63:before {
  background-color: #3c58cd;
  transform: rotate(46.8deg);
}
.graph-circle.p64:before {
  background-color: #3c58cd;
  transform: rotate(50.4deg);
}
.graph-circle.p65:before {
  background-color: #3c58cd;
  transform: rotate(54deg);
}
.graph-circle.p66:before {
  background-color: #3c58cd;
  transform: rotate(57.6deg);
}
.graph-circle.p67:before {
  background-color: #3c58cd;
  transform: rotate(61.2deg);
}
.graph-circle.p68:before {
  background-color: #3c58cd;
  transform: rotate(64.8deg);
}
.graph-circle.p69:before {
  background-color: #3c58cd;
  transform: rotate(68.4deg);
}
.graph-circle.p70:before {
  background-color: #3c58cd;
  transform: rotate(72deg);
}
.graph-circle.p71:before {
  background-color: #3c58cd;
  transform: rotate(75.6deg);
}
.graph-circle.p72:before {
  background-color: #3c58cd;
  transform: rotate(79.2deg);
}
.graph-circle.p73:before {
  background-color: #3c58cd;
  transform: rotate(82.8deg);
}
.graph-circle.p74:before {
  background-color: #3c58cd;
  transform: rotate(86.4deg);
}
.graph-circle.p75:before {
  background-color: #3c58cd;
  transform: rotate(90deg);
}
.graph-circle.p76:before {
  background-color: #3c58cd;
  transform: rotate(93.6deg);
}
.graph-circle.p77:before {
  background-color: #3c58cd;
  transform: rotate(97.2deg);
}
.graph-circle.p78:before {
  background-color: #3c58cd;
  transform: rotate(100.8deg);
}
.graph-circle.p79:before {
  background-color: #3c58cd;
  transform: rotate(104.4deg);
}
.graph-circle.p80:before {
  background-color: #3c58cd;
  transform: rotate(108deg);
}
.graph-circle.p81:before {
  background-color: #3c58cd;
  transform: rotate(111.6deg);
}
.graph-circle.p82:before {
  background-color: #3c58cd;
  transform: rotate(115.2deg);
}
.graph-circle.p83:before {
  background-color: #3c58cd;
  transform: rotate(118.8deg);
}
.graph-circle.p84:before {
  background-color: #3c58cd;
  transform: rotate(122.4deg);
}
.graph-circle.p85:before {
  background-color: #3c58cd;
  transform: rotate(126deg);
}
.graph-circle.p86:before {
  background-color: #3c58cd;
  transform: rotate(129.6deg);
}
.graph-circle.p87:before {
  background-color: #3c58cd;
  transform: rotate(133.2deg);
}
.graph-circle.p88:before {
  background-color: #3c58cd;
  transform: rotate(136.8deg);
}
.graph-circle.p89:before {
  background-color: #3c58cd;
  transform: rotate(140.4deg);
}
.graph-circle.p90:before {
  background-color: #3c58cd;
  transform: rotate(144deg);
}
.graph-circle.p91:before {
  background-color: #3c58cd;
  transform: rotate(147.6deg);
}
.graph-circle.p92:before {
  background-color: #3c58cd;
  transform: rotate(151.2deg);
}
.graph-circle.p93:before {
  background-color: #3c58cd;
  transform: rotate(154.8deg);
}
.graph-circle.p94:before {
  background-color: #3c58cd;
  transform: rotate(158.4deg);
}
.graph-circle.p95:before {
  background-color: #3c58cd;
  transform: rotate(162deg);
}
.graph-circle.p96:before {
  background-color: #3c58cd;
  transform: rotate(165.6deg);
}
.graph-circle.p97:before {
  background-color: #3c58cd;
  transform: rotate(169.2deg);
}
.graph-circle.p98:before {
  background-color: #3c58cd;
  transform: rotate(172.8deg);
}
.graph-circle.p99:before {
  background-color: #3c58cd;
  transform: rotate(176.4deg);
}
.graph-circle.p100:before {
  background-color: #3c58cd;
  transform: rotate(180deg);
}

.graph01 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph01__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph01__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.graph01__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph02 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #f4f7fb;
  background-image: url(/about/image/number_circle01.svg);
  background-size: contain;
}

.graph02__eki01 {
  margin: 0;
  color: #3c58cd;
  text-align: center;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
}
.graph02__eki01 span {
  font-weight: bold;
  display: block;
  letter-spacing: .05em;
}

.graph02__eki02 {
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.graph02__from {
  margin: 0;
  line-height: 1;
}

.graph02__minutes {
  margin: 0;
  line-height: 1;
}
.graph02__minutes span {
  color: #3c58cd;
  font-family: "Prata", serif;
}

.graph03 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph03__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  position: absolute;
  line-height: 1;
  font-weight: bold;
}

.graph03__row {
  display: table-row;
}

.graph03__dt {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.graph03__dd {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}
.graph03__dd span {
  color: #3c58cd;
  font-family: "Prata", serif;
  font-weight: normal;
}

.graph04 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph04__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph04__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.graph04__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph05 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph05__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph05__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.graph05__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph06 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph06__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph06__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.graph06__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph07 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.graph07__title {
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
}

.graph07__num01 {
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
}
.graph07__num01 span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph07__circle {
  width: 50%;
  position: absolute;
  left: 50%;
}

.graph07__sub {
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
}

.graph07__num02 {
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Prata", serif;
}
.graph07__num02 span {
  color: #3c58cd;
}

.graph08 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph08__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph08__text {
  position: absolute;
  left: 50%;
  text-align: left;
  line-height: 1;
  margin: 0;
}
.graph08__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph10 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph10__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph10__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  position: absolute;
  line-height: 1.3;
  font-weight: bold;
}

.graph10__row {
  display: table-row;
}

.graph10__dt {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.graph10__dd {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}
.graph10__dd span {
  color: #3c58cd;
  font-family: "Prata", serif;
  font-weight: normal;
}

.graph11 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph11__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph11__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.graph11__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph12 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #f2f6fa;
}

.graph12__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph12__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.graph12__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph13 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.graph13__icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.graph13__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.graph13__text span {
  font-family: "Prata", serif;
  color: #3c58cd;
}

.graph13__notes {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #888;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.accordion-type01__trigger {
  background-color: #4b68af;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  min-height: 75px;
  margin: 2px -18px 0;
  padding: 20px 60px 20px 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.accordion-type01__trigger:after {
  content: "";
  background-image: url(/about/image/open.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px;
  transition: background .2s, transform .2s;
}
.accordion-type01__trigger.is-open:after {
  background-image: url(/about/image/close.svg);
  transform: rotate(180deg);
}

.accordion-type01__close a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  text-align: center;
  color: #4b68af;
  display: block;
  border-bottom: 1px solid #4b68af;
  text-decoration: none;
  line-height: 1.6;
  padding: 15px 10px;
  margin: 0 -18px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.accordion-type01__close a:after {
  content: "";
  background-image: url(/common/image/close01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  animation: mfp-bg-fadein .3s linear;
  transition: opacity .3s linear .3s;
}

@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}

.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transform: scale(0.9);
  transition: transform .3s ease-in .3s, opacity .3s linear .3s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.9);
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

.mfp-figure figcaption {
  margin: 0;
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media print, screen and (min-width: 48em) {
  /* ---------------------------
 * PC & Tablet
 * --------------------------- */
  .pc-hide {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .small {
    font-size: 1.4rem;
  }
  .large {
    font-size: 2rem;
  }
  .xxxlarge {
    font-size: 3.2rem;
  }
  .close-heading01 {
    margin-bottom: -20px !important;
  }
  .hover {
    transition: opacity .2s;
  }
  .hover:hover {
    opacity: .5;
  }
  body.is-open, body.is-search-open {
    overflow: hidden;
  }
  .content-wrapper {
    display: flex;
    margin: 0 80px 0 0;
  }
  .content-wrapper__single {
    width: 100%;
  }
  .content-wrapper__nav {
    margin: 0;
    background-color: #f5f5f5;
  }
  .content {
    margin: 0 0 150px 0;
  }
  .section-inner01 {
    margin: 0 auto;
  }
  .section-top02 {
    margin: 120px 0;
  }
  .section-top02 > *:last-child {
    margin-bottom: 80px;
  }
  .section-type01 {
    margin: 0 0 100px;
  }
  .section-type02 {
    margin: 0 0 60px;
  }
  .section-type03 {
    margin: 0 0 120px;
  }
  .section-type04 {
    margin: 0 0 40px;
  }
  .header .sp-menu {
    display: none;
  }
  .header__logo {
    font-size: 0;
    margin: 0;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
  }
  .header__logo a {
    display: block;
    width: 250px;
    height: 136px;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .header__search {
    display: none;
  }
  .side-nav {
    background-color: #4b68af;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    bottom: 0;
    z-index: 100;
  }
  .side-nav__inner {
    position: relative;
  }
  .side-nav__list {
    list-style: none;
    margin: 0;
    padding: 90px 0 0;
  }
  .side-nav__item {
    text-align: center;
    margin: 10px 0 0;
  }
  .side-nav__item a {
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    transition: opacity .2s;
  }
  .side-nav__item a:hover {
    opacity: .5;
  }
  .side-nav__item i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
  .side-nav__item span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-top: 5px;
  }
  .side-nav__item.type-search i {
    height: 23px;
    background-image: url(/common/image/icon_search01.png);
    background-size: 23px auto;
  }
  .side-nav__item.type-search a {
    position: relative;
  }
  .side-nav__item.type-search a:before, .side-nav__item.type-search a:after {
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: 25px;
    width: 28px;
    height: 2px;
    transition: transform .2s, opacity .2s;
    background: #f1eb47;
  }
  .side-nav__item.type-search a:before {
    transform: rotate(135deg);
  }
  .side-nav__item.type-search a:after {
    transform: rotate(45deg);
  }
  .side-nav__item.type-english i {
    height: 28px;
    background-image: url(/common/image/icon_world01.png);
    background-size: 28px auto;
  }
  .side-nav__item.type-access i {
    height: 30px;
    background-image: url(/common/image/icon_access01.png);
    background-size: 20px auto;
  }
  .side-nav__item.type-watanabe i {
    height: 37px;
    background-image: url(/common/image/icon_watanabe01.png);
    background-size: 30px auto;
  }
  .side-nav__item.type-watanabe span {
    font-size: 1.1rem;
    line-height: 1.27273;
  }
  .side-nav__item.type-watanabe a {
    position: relative;
  }
  .side-nav__item.type-watanabe a:before, .side-nav__item.type-watanabe a:after {
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    top: 30px;
    left: 25px;
    width: 28px;
    height: 2px;
    transition: transform .2s, opacity .2s;
    background: #f1eb47;
  }
  .side-nav__item.type-watanabe a:before {
    transform: rotate(135deg);
  }
  .side-nav__item.type-watanabe a:after {
    transform: rotate(45deg);
  }
  .side-nav__item.type-world i {
    height: 28px;
    background-image: url(/common/image/icon_world01.png);
    background-size: 28px auto;
  }
  .side-nav__scroll {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }
  .side-nav__scroll a {
    width: 8px;
    height: 139px;
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    text-decoration: none;
    background-image: url(/common/image/pagedown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
    transition: opacity .2s;
  }
  .side-nav__scroll a:hover {
    opacity: .5;
  }
  .side-nav__scroll.is-show {
    opacity: 1;
    visibility: visible;
  }
  .side-nav__pagetop {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }
  .side-nav__pagetop a {
    width: 8px;
    height: 127px;
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    text-decoration: none;
    background-image: url(/common/image/pagetop.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 8px auto;
    transition: opacity .2s;
  }
  .side-nav__pagetop a:hover {
    opacity: .5;
  }
  .side-nav__pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
  body.is-search-open .side-nav__item.type-search i {
    opacity: 0;
  }
  body.is-search-open .side-nav__item.type-search a {
    color: #f1eb47;
    position: relative;
  }
  body.is-search-open .side-nav__item.type-search a:before, body.is-search-open .side-nav__item.type-search a:after {
    opacity: 1;
  }
  body.is-search-open .side-nav__item.type-search a:before {
    transform: rotate(-135deg);
  }
  body.is-search-open .side-nav__item.type-search a:after {
    transform: rotate(-45deg);
  }
  body.is-watanabe-open .side-nav__item.type-watanabe i {
    opacity: 0;
  }
  body.is-watanabe-open .side-nav__item.type-watanabe a {
    color: #f1eb47;
    position: relative;
  }
  body.is-watanabe-open .side-nav__item.type-watanabe a:before, body.is-watanabe-open .side-nav__item.type-watanabe a:after {
    opacity: 1;
  }
  body.is-watanabe-open .side-nav__item.type-watanabe a:before {
    transform: rotate(-135deg);
  }
  body.is-watanabe-open .side-nav__item.type-watanabe a:after {
    transform: rotate(-45deg);
  }
  body.is-open .global-nav {
    transform: translateX(0);
  }
  .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 80px;
    z-index: 50;
    transform: translateX(100vw);
    transition: transform .4s;
  }
  .global-nav:before {
    content: "";
    background-image: url(/common/image/nav_open_img.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 240px);
    max-width: calc(100% - 907px);
    min-width: 240px;
  }
  .global-nav__inner {
    float: right;
    background-color: #5974b5;
    width: calc(100% - 240px);
    max-width: 907px;
    min-height: 100vh;
    max-height: 100vh;
    padding: 40px 4% 0;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .global-nav__inner > form {
    overflow: hidden;
  }
  .global-nav__sub {
    margin: 0 0 40px;
  }
  .global-nav__button {
    margin: 40px 0;
  }
  .global-nav__icon {
    display: none;
  }
  .global-nav-sub__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
  }
  .global-nav-sub__item {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .global-nav-sub__item:last-child {
    border-right: 0;
  }
  .global-nav-sub__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s;
  }
  .global-nav-sub__item a:hover {
    opacity: .5;
  }
  .global-nav-button__list {
    display: flex;
  }
  .global-nav-button__item {
    flex: 1;
  }
  .global-nav-button__item + .global-nav-button__item {
    margin-left: 30px;
  }
  .global-nav-button__item a {
    font-size: 1.8rem;
    line-height: 70px;
    text-align: center;
    transition: opacity .2s;
  }
  .global-nav-button__item a:hover {
    opacity: .5;
  }
  .global-nav-main__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .global-nav-main__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .global-nav-main__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .global-nav-main__item.is-current .global-nav-main__link {
    color: #f1eb47;
  }
  .global-nav-main__head {
    display: flex;
  }
  .global-nav-main__head.is-open .global-nav-main__button {
    background-color: #4b68af;
  }
  .global-nav-main__head.is-open .global-nav-main__button:before {
    transform: rotate(90deg);
  }
  .global-nav-main__head.is-open .global-nav-main__button:after {
    transform: rotate(270deg);
  }
  .global-nav-main__link {
    width: 35%;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: opacity .2s;
  }
  .global-nav-main__link:hover {
    opacity: .5;
  }
  .global-nav-main__title {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 15px 0 20px;
    position: relative;
    box-sizing: border-box;
  }
  .global-nav-main__title:after {
    content: "";
    background-image: url(/common/image/arrow02_white_next.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .global-nav-main__trigger {
    width: 65%;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: opacity .2s;
  }
  .global-nav-main__trigger:hover {
    opacity: .5;
  }
  .global-nav-main__lead {
    width: 100%;
    font-size: 1.4rem;
    margin-left: 5%;
    padding-right: 10px;
    color: #fff;
    transition: opacity .2s;
  }
  .global-nav-main__button {
    display: block;
    width: 60px;
    min-height: 60px;
    position: relative;
    cursor: pointer;
    font-size: 1px;
    text-indent: -9999px;
    position: relative;
    flex-shrink: 0;
  }
  .global-nav-main__button:before, .global-nav-main__button:after {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #f1eb47;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 0;
    transition: transform .2s;
  }
  .global-nav-main__button:after {
    transform: rotate(90deg);
  }
  .global-nav-main-sub {
    background-color: #4b68af;
  }
  .global-nav-main-sub__list {
    list-style: none;
    margin: 0;
    padding: 30px 20px 10px 40px;
    font-size: 0;
  }
  .global-nav-main-sub__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    margin: 0 20px 20px 0;
  }
  .global-nav-main-sub__item a {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
    display: block;
    background-image: url(/common/image/arrow01_white_next.png);
    background-repeat: no-repeat;
    background-position: right center;
    transition: opacity .2s;
  }
  .global-nav-main-sub__item a:hover {
    opacity: .5;
  }
  body.is-search-open .header-search {
    transform: translateX(0);
  }
  .header-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 80px;
    bottom: 0;
    background-color: rgba(89, 116, 181, 0.8);
    overflow: hidden;
    z-index: 50;
    transform: translateX(100vw);
    transition: transform .4s;
  }
  .header-search__inner {
    max-width: 767px;
    margin: 0 auto;
    padding: 90px 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .header-search__inner > form {
    overflow: hidden;
  }
  .header-search__search {
    display: flex;
  }
  .header-search__input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 20px;
    background-color: #fff;
    font-size: 2rem;
    box-sizing: border-box;
  }
  .header-search__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 70px;
    height: 70px;
    background-image: url(/common/image/icon_search01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #222;
    background-size: 23px auto;
    font-size: 1px;
    text-indent: -9999px;
    flex-shrink: 0;
    transition: opacity .2s;
  }
  .header-search__button:hover {
    opacity: .5;
  }
  .header-search__reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 2rem;
    float: right;
    margin: 20px 0 0;
    transition: opacity .2s;
  }
  .header-search__reset:hover {
    opacity: .5;
  }
  body.is-watanabe-open .header-watanabe {
    transform: translateX(0);
  }
  .header-watanabe {
    position: fixed;
    top: 0;
    left: 0;
    right: 80px;
    bottom: 0;
    background-color: rgba(89, 116, 181, 0.8);
    overflow: auto;
    z-index: 50;
    transform: translateX(100vw);
    transition: transform .4s;
  }
  .header-watanabe__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .header-watanabe__inner > form {
    overflow: hidden;
  }
  .header-watanabe__close {
    display: none;
  }
  .footer {
    font-size: 1.6rem;
  }
  .footer-1st {
    padding: 25px 50px;
    margin-right: 80px;
  }
  .footer__inner {
    max-width: 1260px;
    margin: 0 auto;
  }
  .footer-nav01__list {
    display: flex;
  }
  .footer-nav01__item {
    margin-right: 30px;
  }
  .footer-nav01__item a {
    transition: opacity .2s;
  }
  .footer-nav01__item a:hover {
    opacity: .5;
  }
  .footer-2nd {
    margin-right: 80px;
    padding: 0 50px;
  }
  .footer-2nd__row {
    margin: 40px 0;
    display: flex;
  }
  .footer-2nd__column {
    margin-right: 4%;
  }
  .footer-2nd__column:last-child {
    margin-right: 0;
  }
  .footer-nav02__item {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
  .footer-nav02__item.type-category {
    font-size: 1.6rem;
    margin: 0 0 25px;
  }
  .footer-nav02__item.type-other {
    margin-top: 40px;
  }
  .footer-nav02__item a {
    transition: opacity .2s;
  }
  .footer-nav02__item a:hover {
    opacity: .5;
  }
  .footer__copyright {
    padding: 0 50px;
    margin-right: -80px;
    position: relative;
    z-index: 1000;
  }
  .footer__copyright small {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  .footer-banner {
    overflow: hidden;
    padding: 0 50px;
    margin: 0 80px 0 0;
  }
  .footer-banner__inner {
    max-width: 1260px;
    margin: 55px auto;
    box-sizing: border-box;
  }
  .pagetop {
    display: none;
  }
  .mainvisual {
    position: relative;
    margin: 0 80px 0 0;
  }
  .mainvisual:before {
    content: "";
    background-image: url(/common/image/title_shadow.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 685px;
    height: 383px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .mainvisual .slick-dots {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .mainvisual .slick-dots li {
    margin: 20px 0;
  }
  .mainvisual.type-english {
    height: 800px;
    z-index: 10;
  }
  .mainvisual.type-english .mainvisual__text {
    padding: 0 60px;
  }
  .mainvisual__text {
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .mainvisual__item {
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .breadcrumb__list {
    margin: 30px 0 40px 50px;
  }
  .breadcrumb__item {
    font-size: 1.4rem;
  }
  .breadcrumb__item a {
    transition: opacity .2s;
  }
  .breadcrumb__item a:hover {
    opacity: .5;
  }
  .page-title {
    background-position: center;
    margin-right: 80px;
    position: relative;
  }
  .page-title:before {
    content: "";
    background-image: url(/common/image/title_shadow.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 685px;
    height: 383px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .page-title.type-under .page-title__inner {
    height: 385px;
  }
  .page-title.type-under .page-title__title {
    margin: 190px 0 0;
  }
  .page-title.type-number {
    background-size: 54.33824% auto;
  }
  .page-title__inner {
    height: 665px;
    padding: 0 0 0 4.41176%;
    z-index: 7;
  }
  .page-title__title {
    font-size: 5rem;
    margin: 270px 0 30px;
  }
  .page-title__lead {
    font-size: 2rem;
    line-height: 1.4;
    max-width: 450px;
  }
  .local-nav {
    position: relative;
    z-index: 11;
  }
  .local-nav__title {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }
  .local-nav__title a {
    width: 100%;
    min-height: 90px;
    padding: 10px 50px 10px 20px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
  .local-nav__item {
    display: flex;
    flex-wrap: wrap;
  }
  .local-nav__item > a {
    width: 100%;
    min-height: 65px;
    padding: 10px 50px 10px 20px;
    font-size: 1.4rem;
    transition: background .2s;
  }
  .local-nav__item > a:hover {
    background-color: #f0f2f8;
  }
  .local-nav-sub__item > a {
    padding: 10px 50px 10px 30px;
    font-size: 1.4rem;
  }
  .local-nav-sub__item:last-child {
    margin-bottom: 10px;
  }
  .sp-menu {
    margin: 0;
    position: relative;
    z-index: 110;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sp-menu:hover .sp-menu__icon {
    opacity: .5;
  }
  .sp-menu:hover .sp-menu__button:after {
    opacity: .5;
  }
  .sp-menu__link {
    display: block;
    text-decoration: none;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: #284383;
    box-sizing: border-box;
  }
  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    transform: rotate(-135deg);
  }
  .sp-menu__button {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .sp-menu__button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    transition: opacity .2s;
  }
  .sp-menu__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 1px;
    margin: -9px 0 0 -14px;
    background: #fff;
    transition: opacity .2s;
  }
  .sp-menu__icon:before, .sp-menu__icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 1px;
    transition: transform .2s;
    background: #fff;
  }
  .sp-menu__icon:before {
    top: 50%;
    margin-top: -9px;
  }
  .sp-menu__icon:after {
    bottom: 50%;
    margin-bottom: -9px;
  }
  .topics-block01 {
    display: flex;
  }
  .topics-block01__title {
    font-size: 1.8rem;
    width: 225px;
    line-height: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topics-block01__text {
    width: 100%;
    font-size: 1.6rem;
  }
  .topics-block01__text a {
    padding: 20px;
    transition: opacity .2s;
  }
  .topics-block01__text a:hover {
    opacity: .5;
  }
  .topics-block02 {
    margin: 120px auto;
    padding-right: 50px;
    display: flex;
    box-sizing: border-box;
  }
  .topics-block02__title {
    background-image: url(/common/image/top_news_img01.jpg);
    width: 36.84211%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }
  .topics-block02__title .heading-type01 {
    margin: 50px 40px 0 10px;
    float: right;
  }
  .topics-block02__main {
    width: 100%;
  }
  .topics-list01__item {
    border-bottom: 2px solid #f0f2f8;
  }
  .tab-body01__item .topics-list01__item:last-child {
    border-bottom: 0;
  }
  .tab-body01__inner .topics-list01__item:last-child {
    border-bottom: 2px solid #f0f2f8;
  }
  .tab-body01__inner .topics-list01__item:first-child {
    border-top: 2px solid #f0f2f8;
  }
  .topics-list01__inner {
    padding: 24px 25px 24px 0;
    display: flex;
    align-items: center;
    transition: opacity .2s;
  }
  .topics-list01__inner:hover {
    opacity: .5;
  }
  .topics-list01__date {
    width: 110px;
    font-size: 2.2rem;
    flex-shrink: 0;
    border-right: 1px solid #f0f2f8;
  }
  .topics-list01__date span {
    font-size: 1.4rem;
  }
  .topics-list01__text {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .topics-list01__title {
    font-size: 1.4rem;
    line-height: 1.57143;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .topics-list01__tag {
    width: 110px;
    text-align: center;
    font-size: 0;
    flex-shrink: 0;
  }
  .topics-list01__tag .tag-type01 {
    width: 100%;
  }
  .topics-list01__tag .label-type01 {
    margin-top: 10px;
  }
  .topics-list02 {
    margin: 30px 0;
  }
  .topics-list02.column2 .topics-list02__list {
    display: flex;
  }
  .topics-list02.column2 .topics-list02__item {
    width: calc((100% - 40px * 1.001) / 2);
    margin: 40px 40px 0 0;
  }
  .topics-list02.column2 .topics-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .topics-list02.column2 .topics-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .topics-list02.column3 .topics-list02__list {
    display: flex;
  }
  .topics-list02.column3 .topics-list02__item {
    width: calc((100% - 30px * 2.001) / 3);
    margin: 30px 30px 0 0;
  }
  .topics-list02.column3 .topics-list02__item:nth-child(3n) {
    margin-right: 0;
  }
  .topics-list02.column3 .topics-list02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .topics-list02__list {
    flex-wrap: wrap;
  }
  .topics-list02__item {
    margin: 30px 0 0;
    display: flex;
    align-self: stretch;
  }
  .topics-list02__inner {
    width: 100%;
    transition: opacity .2s;
  }
  .topics-list02__inner:hover {
    opacity: .5;
  }
  .topics-list02__inner:hover .topics-list02__img img {
    transform: scale(1.1, 1.1);
  }
  .banner-slider01__item a {
    overflow: hidden;
    display: block;
    transition: opacity .2s;
  }
  .banner-slider01__item a:hover {
    opacity: .5;
  }
  .banner-slider01__item a:hover img {
    transform: scale(1.1, 1.1);
  }
  .banner-slider02 {
    padding: 50px 10px;
  }
  .banner-slider02__slider {
    max-width: 1251px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .banner-slider02__item {
    width: calc(100% / 3);
    margin-top: 30px;
  }
  .banner-slider02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .banner-slider02__item {
    padding: 0 15px;
    text-align: center;
  }
  .banner-slider02__item a {
    display: block;
    transition: opacity .2s;
  }
  .banner-slider02__item a:hover {
    opacity: .5;
  }
  .banner-list01 {
    margin: 50px 0;
  }
  .banner-list01__list {
    display: flex;
    justify-content: space-between;
  }
  .banner-list01__item {
    display: flex;
  }
  .banner-list01__item a {
    display: block;
    max-width: 100%;
    width: 100%;
    transition: opacity .2s;
  }
  .banner-list01__item a:hover {
    opacity: .5;
  }
  .heading-type01 {
    font-size: 5rem;
    margin: 130px 0 40px;
  }
  .heading-type01.type-first {
    margin-top: 70px !important;
  }
  .heading-type02 {
    font-size: 4.2rem;
    line-height: 1.2;
    padding-bottom: 20px;
    margin: 30px 0;
  }
  .heading-type03 {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin: 30px 0;
  }
  .heading-type04 {
    font-size: 2.2rem;
    line-height: 1.45455;
    margin: 30px 0 20px;
  }
  .table-type01 th, .table-type01 td {
    padding: 20px 15px;
  }
  .features-block01 {
    margin: 40px 0 120px;
  }
  .features-block01 .slick-arrow {
    margin-top: -23px;
    width: 46px;
    height: 46px;
    transition: background .2s;
  }
  .features-block01 .slick-arrow:hover {
    background-color: #3c58cd;
  }
  .features-block01 .slick-arrow:hover.slick-prev {
    background-image: url(/common/image/arrow01_white_prev.png);
  }
  .features-block01 .slick-arrow:hover.slick-next {
    background-image: url(/common/image/arrow01_white_next.png);
  }
  .features-block01 .slick-dots li {
    margin: 0 15px;
  }
  .features-block01 .slick-dots button {
    width: 42px;
    line-height: 42px;
    font-size: 2rem;
  }
  .features-block01 .slick-dots button:hover {
    color: #fff;
    background-color: rgba(60, 88, 205, 0.2);
  }
  .features-block01 .slick-dots button:after {
    border-width: 9px;
    width: 60px;
    height: 60px;
  }
  .features-block01 .slick-dots .slick-active button:hover {
    background-color: #fff;
    color: #3c58cd;
  }
  .features-block01 .slick-dots .slick-active button:after {
    opacity: 1;
  }
  .features-block01__frame {
    margin: 0 auto;
  }
  .features-block01__controls {
    margin: 30px 0;
  }
  .features-block01__control {
    padding: 0 70px;
  }
  .features-block-type01 {
    width: 100%;
    max-width: 590px;
    padding: 20px;
  }
  .features-block-type01__title {
    font-size: 3.6rem;
  }
  .features-block-type01__title strong {
    font-size: 6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .features-block-type01__title strong:after {
    left: 10px;
    right: 10px;
  }
  .features-block-type01__lead {
    font-size: 2rem;
    line-height: 1.7;
    margin: 10px 0 50px 10px;
  }
  .features-block-type01__row {
    justify-content: space-between;
  }
  .features-block-type01__column + .features-block-type01__column {
    margin-left: 1%;
  }
  .features-block-type01__name {
    font-size: 4.4rem;
    margin: 0 0 20px;
  }
  .features-block-type01__num {
    font-size: 5rem;
  }
  .features-block-type01__num span {
    font-size: 8rem;
  }
  .features-block-type01__notes {
    font-size: 2rem;
    margin: 20px 0 0;
  }
  .features-block-type02 {
    width: 100%;
    max-width: 590px;
    padding: 20px;
  }
  .features-block-type02__title {
    font-size: 3.6rem;
  }
  .features-block-type02__title strong {
    font-size: 6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .features-block-type02__title strong:after {
    left: 10px;
    right: 10px;
  }
  .features-block-type02__lead {
    font-size: 2rem;
    line-height: 1.7;
    margin: 10px 0 30px 10px;
  }
  .features-block-type02__row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .features-block-type02__sub {
    font-size: 4rem;
    margin-right: 10%;
    white-space: nowrap;
  }
  .features-block-type02__name {
    font-size: 2rem;
  }
  .features-block-type02__num {
    font-size: 4rem;
  }
  .features-block-type02__num span {
    font-size: 7rem;
  }
  .features-block-type02__notes {
    font-size: 2rem;
    margin: 0;
    text-align: right;
  }
  .features-block-type03 {
    width: 100%;
    max-width: 590px;
    padding: 20px;
  }
  .features-block-type03__title {
    font-size: 3.6rem;
  }
  .features-block-type03__title strong {
    font-size: 6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .features-block-type03__title strong:after {
    left: 10px;
    right: 10px;
  }
  .features-block-type03__lead {
    font-size: 2rem;
    line-height: 1.7;
    margin: 10px 0 30px 10px;
  }
  .features-block-type03__item + .features-block-type03__item {
    margin-left: 15px;
  }
  .features-block-type03__text {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
  .features-block-type04 {
    width: 100%;
    max-width: 590px;
    padding: 20px;
  }
  .features-block-type04__title {
    font-size: 3.6rem;
  }
  .features-block-type04__title strong {
    font-size: 6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .features-block-type04__title strong:after {
    left: 10px;
    right: 10px;
  }
  .features-block-type04__lead {
    font-size: 2rem;
    line-height: 1.7;
    margin: 10px 0 30px 0;
  }
  .features-block-type04__item + .features-block-type04__item {
    margin-left: 15px;
  }
  .features-block-type04__text {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
  .lead-type01 {
    font-size: 1.7rem;
    line-height: 1.76471;
    margin: 40px 0;
    text-align: center;
  }
  .department-block02 {
    margin: 0 0 120px;
  }
  .department-block02__list {
    display: flex;
  }
  .department-block02__item {
    width: calc(50% - 15px);
    margin: 30px 30px 0 0;
  }
  .department-block02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .department-block02__item:nth-child(even) {
    margin-right: 0;
  }
  .department-block02__title {
    font-size: 3rem;
  }
  .department-block02__link a {
    font-size: 1.8rem;
    border-top-width: 4px;
    padding: 15px 30px 15px 30px;
    transition: opacity .2s;
  }
  .department-block02__link a:hover {
    opacity: .5;
  }
  .item-list01__list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list01__item {
    width: calc((100% - 30px * 2.001) / 3);
    margin: 30px 30px 0 0;
  }
  .item-list01__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list01__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list01__inner {
    transition: opacity .2s;
  }
  .item-list01__inner:hover {
    opacity: .5;
  }
  .item-list01__inner:hover .item-list01__img img {
    transform: scale(1.1, 1.1);
  }
  .item-list01__text {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
  .item-list02 {
    margin: 30px 0;
  }
  .item-list02.column2 .item-list02__list, .item-list02.column3 .item-list02__list {
    display: flex;
  }
  .item-list02.column2 .item-list02__item, .item-list02.column3 .item-list02__item {
    width: calc((100% - 40px * 1.001) / 2);
    margin: 40px 40px 0 0;
  }
  .item-list02.column2 .item-list02__item:nth-child(2n), .item-list02.column3 .item-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list02.column2 .item-list02__item:nth-child(-n+2), .item-list02.column3 .item-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list02__list {
    flex-wrap: wrap;
  }
  .item-list02__item {
    margin: 40px 0 0;
    display: flex;
    align-self: stretch;
  }
  .item-list02__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    transition: background .2s;
  }
  .item-list02__inner:hover {
    background-color: #607cc1;
  }
  .item-list02__inner:hover .item-list02__text {
    color: #fff;
  }
  .item-list02__inner:hover .item-list02__text:after {
    transform: translateX(10px);
  }
  .item-list02__inner:hover .item-list02__img img {
    transform: scale(1.1, 1.1);
  }
  .item-list02__text {
    height: 100%;
    padding: 5% 100px 5% 5%;
    transition: color .2s;
    align-self: stretch;
    box-sizing: border-box;
  }
  .item-list02__text:after {
    bottom: 35px;
    right: 20px;
    transition: transform .2s;
  }
  .item-list02__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .item-list02__description {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .item-list04 {
    margin: 30px 0;
  }
  .item-list04.column2 .item-list04__item {
    width: calc(50% - 20px);
    margin: 40px 40px 0 0;
  }
  .item-list04.column2 .item-list04__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list04.column2 .item-list04__item:nth-child(even) {
    margin-right: 0;
  }
  .item-list04.column2 .item-list04__title.type-large {
    font-size: 4rem;
  }
  .item-list04.column2 .item-list04__text {
    font-size: 1.8rem;
    padding: 10px 45px 10px 30px;
  }
  .item-list04.column2 .item-list04__text:after {
    background-size: 8px auto;
    right: 30px;
    width: 8px;
  }
  .item-list04.column3 .item-list04__item {
    width: calc((100% - 30px * 2.001) / 3);
    margin: 30px 30px 0 0;
  }
  .item-list04.column3 .item-list04__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list04.column3 .item-list04__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list04.column3 .item-list04__title {
    font-size: 3rem;
  }
  .item-list04.column3 .item-list04__title.type-small {
    font-size: 2rem;
  }
  .item-list04.column3 .item-list04__text {
    font-size: 1.4rem;
    padding: 12px 45px 12px 20px;
  }
  .item-list04.column3 .item-list04__text:after {
    background-size: 8px auto;
    right: 30px;
    width: 8px;
  }
  .item-list04__list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list04__inner {
    transition: opacity .2s;
  }
  .item-list04__inner:hover {
    opacity: .5;
  }
  .item-list04__inner:hover .item-list04__img img {
    transform: scale(1.1, 1.1);
  }
  .item-list04__title {
    font-size: 3.2rem;
  }
  .item-list04__title .lead {
    font-size: 2.4rem;
  }
  .item-list04__title .notes {
    font-size: 2.2rem;
  }
  .item-list04__title.type-medium {
    font-size: 2.8rem;
    line-height: 1.35714;
  }
  .item-list04__title.type-small {
    font-size: 2rem;
  }
  .item-list05 {
    margin: 30px 0;
  }
  .item-list05__item {
    margin: 60px 0 0 0;
  }
  .item-list05__item:first-child {
    margin-top: 0;
  }
  .item-list05__item:nth-child(even) .item-list05__inner {
    flex-direction: row-reverse;
  }
  .item-list05__inner {
    display: flex;
    transition: background .2s;
  }
  .item-list05__inner:hover {
    background-color: #607cc1;
  }
  .item-list05__inner:hover .item-list05__text:after {
    transform: translateX(10px);
  }
  .item-list05__inner:hover .item-list05__img img {
    transform: scale(1.1, 1.1);
  }
  .item-list05__inner:hover .item-list05__title {
    color: #fff;
  }
  .item-list05__inner:hover .item-list05__english {
    color: #fff;
  }
  .item-list05__visual {
    width: 100%;
  }
  .item-list05__text {
    width: 50%;
    max-width: 386px;
    padding: 3% 85px 5px 3%;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .item-list05__text:after {
    bottom: 40px;
    right: 40px;
    transition: transform .2s;
  }
  .item-list05__title {
    font-size: 4.6rem;
    margin-bottom: 10px;
    transition: color .2s;
  }
  .item-list05__english {
    font-size: 2rem;
    line-height: 1.2;
    transition: color .2s;
  }
  .item-list06.column2 .item-list06__list {
    display: flex;
  }
  .item-list06.column2 .item-list06__item {
    width: calc((100% - 30px * 1.001) / 2);
    margin: 30px 30px 0 0;
  }
  .item-list06.column2 .item-list06__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list06.column2 .item-list06__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list06.column3 .item-list06__list {
    display: flex;
  }
  .item-list06.column3 .item-list06__item {
    width: calc((100% - 30px * 2.001) / 3);
    margin: 30px 30px 0 0;
  }
  .item-list06.column3 .item-list06__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list06.column3 .item-list06__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list06__list {
    flex-wrap: wrap;
  }
  .item-list07:not(.type-self-class) .item-list07__item:nth-child(odd) .item-list07__inner {
    flex-direction: row-reverse;
  }
  .item-list07:not(.type-self-class) .item-list07__item:nth-child(odd).type-balloon .item-list07__img:after {
    border-right-color: transparent;
    border-left: 20px;
    border-left-style: solid;
    border-left-color: #fafbfd;
    right: auto;
    left: 0;
  }
  .item-list07__text {
    padding: 50px 40px;
  }
  .item-list07__item {
    margin-bottom: 40px;
  }
  .item-list07__item.size-auto .item-list07__img, .item-list07__item.size-auto .item-list07__text {
    width: auto;
  }
  .item-list07__item.type-right .item-list07__inner {
    flex-direction: row-reverse;
  }
  .item-list07__item.type-balloon .item-list07__inner {
    align-items: flex-start;
  }
  .item-list07__item.type-balloon .item-list07__img {
    position: relative;
  }
  .item-list07__item.type-balloon .item-list07__img:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent;
    border-right-style: solid;
    border-right-color: #fafbfd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .item-list07__item.type-balloon.type-right .item-list07__img:after {
    border-right-color: transparent;
    border-left: 20px;
    border-left-style: solid;
    border-left-color: #fafbfd;
    right: auto;
    left: 0;
  }
  .item-list07__inner {
    display: flex;
    justify-content: space-between;
  }
  .item-list07__img {
    width: 50%;
    position: relative;
    box-sizing: border-box;
  }
  .item-list07__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .item-list07__img.type-no-fit {
    height: auto;
    padding-top: 0;
  }
  .item-list07__img.type-no-fit img {
    position: static;
    width: auto;
    height: auto;
  }
  .item-list07__img.type-no-fit img {
    width: 100%;
  }
  .item-list07__text {
    width: 50%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .item-list08.column2 .item-list08__list {
    display: flex;
  }
  .item-list08.column2 .item-list08__item {
    width: calc((100% - 40px * 1.001) / 2);
    margin: 40px 40px 0 0;
  }
  .item-list08.column2 .item-list08__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list08.column2 .item-list08__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list08.column2 .item-list08__img {
    width: 45%;
  }
  .item-list08__inner {
    display: flex;
  }
  .item-list08__img {
    width: 50%;
    padding-right: 20px;
  }
  .item-list08__text {
    padding: 20px 20px 20px 0;
  }
  .item-list08__title {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
  .item-list08__description {
    font-size: 1.4rem;
  }
  .item-list09.column2 .item-list09__list {
    display: flex;
  }
  .item-list09.column2 .item-list09__item {
    width: calc((100% - 30px * 1.001) / 2);
    margin: 30px 30px 0 0;
  }
  .item-list09.column2 .item-list09__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list09.column2 .item-list09__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list09.column3 .item-list09__list {
    display: flex;
  }
  .item-list09.column3 .item-list09__item {
    width: calc((100% - 30px * 2.001) / 3);
    margin: 30px 30px 0 0;
  }
  .item-list09.column3 .item-list09__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list09.column3 .item-list09__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list10__text {
    width: 100%;
  }
  .item-list10__title {
    font-size: 4.6rem;
    margin: 0 0 20px;
  }
  .item-list10__description01 {
    font-size: 2rem;
    margin: 10px 0;
  }
  .item-list10__description01 .num {
    font-size: 2.8rem;
  }
  .item-list10__description02 {
    margin: 10px 0;
  }
  .item-list10__description02 .num {
    font-size: 2rem;
  }
  .item-list11__text {
    font-size: 2rem;
  }
  .item-list12__list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list12__item {
    margin: 4px 4px 0 0;
  }
  .item-list12__item.type01 {
    background-color: #ef6b89;
  }
  .item-list12__item.type02 {
    background-color: #e2913a;
  }
  .item-list12__item.type03 {
    background-color: #3fc1bc;
  }
  .item-list12__item.type04 {
    background-color: #3f9bc1;
  }
  .item-list12__title {
    font-size: 3.2rem;
    text-align: center;
    margin: 30px 0 20px;
  }
  .item-list12__link {
    font-size: 1.4rem;
    line-height: 1.42857;
    margin: 15px 0 0;
  }
  .item-list12__link a {
    color: #fff;
    background-image: url(/common/image/arrow01_white_next.png);
    transition: opacity .2s;
  }
  .item-list12__link a:hover {
    opacity: .5;
  }
  .item-list12__text {
    margin: 0 30px 40px;
  }
  .tab-nav01__item {
    font-size: 1.6rem;
    border-top-width: 5px;
    padding: 20px 5px;
    transition: color .2s, border .2s, background .2s;
  }
  .tab-nav01__item:hover {
    color: #3c58cd;
  }
  .tab-body01__inner {
    padding: 40px;
  }
  .label-type01 {
    font-size: 1.8rem;
    display: block;
    line-height: 1;
  }
  .tag-type01 {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .tag-type02 {
    font-size: 1.6rem;
    line-height: 36px;
    padding: 0 20px;
  }
  .instagram-block01 {
    margin: 60px 0 150px;
  }
  .instagram-block01__item {
    width: calc((100% - 2px * 3) / 4.0001);
    margin: 0 2px 0 0;
    transition: opacity .2s;
  }
  .instagram-block01__item:hover {
    opacity: .5;
  }
  .instagram-block01__item:nth-child(4n) {
    margin-right: 0;
  }
  .instagram-block01__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .banner-slider {
    padding: 0 6.34921%;
  }
  .banner-slider .slick-arrow {
    width: 46px;
    height: 46px;
    transition: background .2s;
  }
  .banner-slider .slick-arrow.slick-prev {
    margin-left: -60px;
  }
  .banner-slider .slick-arrow.slick-next {
    margin-right: -60px;
  }
  .banner-slider .slick-arrow:hover {
    background-color: #3c58cd;
  }
  .banner-slider__item {
    padding: 0 14px;
    text-align: center;
  }
  .banner-slider__item a {
    display: block;
    transition: opacity .2s;
  }
  .banner-slider__item a:hover {
    opacity: .5;
  }
  .frame-type01 {
    padding: 50px 40px;
  }
  .content-wrapper__main .frame-type01 {
    padding: 50px 30px;
  }
  .frame-type01.padding-l {
    padding-left: 60px;
    padding-right: 60px;
  }
  .frame-type02 {
    padding: 50px 40px;
  }
  .content-wrapper__main .frame-type02 {
    padding: 50px 30px;
  }
  .frame-type03 {
    padding: 50px 40px;
  }
  .content-wrapper__main .frame-type03 {
    padding: 50px 30px;
  }
  .media-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .media-block.media-left .media-block__media {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: calc(50% - 15px);
  }
  .media-block.media-right .media-block__media {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    max-width: calc(50% - 15px);
  }
  .media-block.type-nowrap .media-block__text {
    overflow: hidden;
  }
  .media-block.type01 .media-block__media {
    width: 42.77778%;
    margin-left: 13.33333%;
    margin-bottom: 0;
    max-width: none;
  }
  .media-block.type02 {
    display: flex;
    align-items: center;
  }
  .media-block.type02 .media-block__media {
    float: none;
    width: 43.33333%;
    max-width: 390px;
    margin-right: 60px;
    flex-shrink: 0;
  }
  .media-block.type02 .media-block__media img {
    width: 100%;
  }
  .media-block.type02 .media-block__text {
    overflow: hidden;
  }
  .column-set {
    width: calc(100% + 30px);
  }
  .column-set.type-center {
    justify-content: center;
  }
  .column-set.type-banner {
    align-items: center;
  }
  .column-set.type-banner .column-set__item a {
    transition: opacity .2s;
  }
  .column-set.type-banner .column-set__item a:hover {
    opacity: .5;
  }
  .column-set__item {
    margin: 0 30px 30px 0;
  }
  .column-set__item.column1-1 {
    width: calc(((100% / 1.001) * 1) - 30px);
  }
  .column-set__item.column1-2 {
    width: calc(((100% / 2.001) * 1) - 30px);
  }
  .column-set__item.column1-3 {
    width: calc(((100% / 3.001) * 1) - 30px);
  }
  .column-set__item.column2-3 {
    width: calc(((100% / 3.001) * 2) - 30px);
  }
  .column-set__item.column1-4 {
    width: calc(((100% / 4.001) * 1) - 30px);
  }
  .column-set__item.column3-4 {
    width: calc(((100% / 4.001) * 3) - 30px);
  }
  .column-set__item.column1-5 {
    width: calc(((100% / 5.001) * 1) - 30px);
  }
  .column-set__item.column1-6 {
    width: calc(((100% / 6.001) * 1) - 30px);
  }
  .column-set__item.type-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .column-set__item.column1-2.type-button:nth-child(odd) > *:first-child {
    float: right;
  }
  .entry-block h2:not([class*="heading"]) {
    font-size: 5rem;
    margin: 130px 0 40px;
  }
  .entry-block h2:not([class*="heading"]).type-first {
    margin-top: 70px !important;
  }
  .entry-block h3:not([class*="heading"]) {
    font-size: 4.2rem;
    line-height: 1.2;
    padding-bottom: 20px;
    margin: 30px 0;
  }
  .entry-block h4:not([class*="heading"]) {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin: 30px 0;
  }
  .entry-block h5:not([class*="heading"]) {
    font-size: 2.2rem;
    line-height: 1.45455;
    margin: 30px 0 20px;
  }
  .entry-block table:not([class*="table"]) th, .entry-block table:not([class*="table"]) td {
    padding: 20px 15px;
  }
  .list-type03.column2 > li {
    margin-bottom: 30px;
  }
  .list-type03.type-recruit {
    font-size: 1.8rem;
  }
  .link-icon01 {
    transition: opacity .2s;
  }
  .link-icon01:hover {
    opacity: .5;
  }
  .link-list01__item {
    font-size: 1.5rem;
    transition: color .2s, background .2s;
  }
  .link-list01__item:hover {
    color: #fff;
    background-color: #4b68af;
  }
  .link-list01__item:hover:after {
    background-image: url(/common/image/arrow03_white_down.png);
  }
  .link-list01__item:after {
    transition: background .2s;
  }
  .link-list01__item.type-center-pc {
    justify-content: center;
  }
  .link-list02.column2 {
    display: flex;
  }
  .link-list02.column2 .link-list02__item {
    width: calc((100% - 30px * 1.001) / 2);
    margin: 15px 30px 0 0;
  }
  .link-list02.column2 .link-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .link-list02.column2 .link-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .link-list02.column3 {
    display: flex;
  }
  .link-list02.column3 .link-list02__item {
    width: calc((100% - 30px * 2.001) / 3);
    margin: 15px 30px 0 0;
  }
  .link-list02.column3 .link-list02__item:nth-child(3n) {
    margin-right: 0;
  }
  .link-list02.column3 .link-list02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .link-list02__item {
    display: block;
    margin: 10px 0;
    transition: opacity .2s;
  }
  .link-list02__item:hover {
    opacity: .5;
  }
  .pager-type01 {
    margin: 30px 0;
  }
  .pager-type01__control {
    line-height: 42px;
    transition: opacity .2s;
  }
  .pager-type01__control:hover {
    opacity: .5;
  }
  .pager-type01__control.type-prev {
    margin-right: 20px;
  }
  .pager-type01__control.type-next {
    margin-left: 20px;
  }
  .pager-type01__num {
    font-size: 2rem;
    width: 42px;
    line-height: 42px;
    margin: 0 1.5%;
  }
  .pager-type01__item {
    line-height: 42px;
  }
  .button-type01 {
    padding: 25px 10px;
    transition: opacity .2s;
  }
  .button-type01:hover {
    opacity: .5;
  }
  .button-type01.type-auto {
    display: inline-block;
    min-width: 380px;
  }
  .button-type01.type-base {
    max-width: 100%;
    width: 320px;
  }
  .button-type02 {
    padding: 25px 10px;
    margin-bottom: 30px;
    transition: opacity .2s;
  }
  .button-type02:hover {
    opacity: .5;
  }
  .faq-list01 {
    margin: 30px 0;
  }
  .faq-list01__list {
    margin-bottom: 30px;
  }
  .faq-list01__list + .faq-list01__list {
    margin-top: 30px;
    padding-top: 30px;
  }
  .faq-list01__q, .faq-list01__a {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .faq-list01__q span, .faq-list01__a span {
    font-size: 3.2rem;
  }
  .detail-block01__img {
    margin: 0 0 40px;
  }
  .detail-block01__img img {
    width: 100%;
  }
  .detail-block01__tag {
    margin: 0 0 15px;
  }
  .detail-block01__category {
    margin: 0;
  }
  .detail-block01__name {
    font-size: 3.2rem;
    margin: 10px 0 3px;
  }
  .detail-block01__en {
    font-size: 2rem;
    margin: 0 0 30px;
  }
  .detail-block01__frame {
    padding: 30px;
  }
  .detail-block01__message-title {
    font-size: 2.2rem;
    margin: 0 0 15px;
  }
  .detail-block01__message {
    font-size: 2rem;
  }
  .search-block01 {
    max-width: 770px;
    margin: 40px auto 50px;
  }
  .search-block01__input {
    padding: 20px;
    font-size: 2rem;
  }
  .search-block01__button {
    font-size: 2rem;
    width: 70px;
    height: 70px;
  }
  .calendar-description01 {
    margin: 40px 0 0;
  }
  .calendar-description01__item {
    width: 135px;
    line-height: 57px;
    font-size: 2rem;
    margin: 0 10px 10px 0;
  }
  .calendar-description01__item.title {
    width: auto;
    margin-right: 30px;
  }
  .calendar-type01__table thead {
    font-size: 2.2rem;
    line-height: 70px;
  }
  .calendar-type01__table tbody {
    font-size: 2rem;
    line-height: 57px;
  }
  .form-table {
    margin: 0 0 80px;
  }
  .form-input {
    width: 335px;
  }
  .form-textarea {
    height: 180px;
    font-size: 1.2rem;
  }
  .input-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .input-list li {
    float: left;
    margin-right: 30px;
  }
  .content-sns {
    display: none;
  }
  .topics-select__body {
    margin: 0 0 20px;
    display: flex;
  }
  .topics-select__title {
    width: 65px;
    line-height: 40px;
    text-align: center;
    flex-shrink: 0;
  }
  .topics-select__wrap {
    width: 100%;
  }
  .topics-select__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
  }
  .topics-select__list::-webkit-scrollbar {
    display: none;
  }
  .topics-select__item {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    margin-left: 30px;
    font-size: 1.6rem;
  }
  .topics-select__item a {
    display: block;
    color: #222;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    transition: background .2s, color .2s;
  }
  .topics-select__item a:hover {
    background-color: #4b68af;
    color: #fff;
  }
  .topics-select__item.is-active a {
    background-color: #4b68af;
    color: #fff;
  }
  .topics-select__nav {
    width: 105px;
    padding: 0 20px;
    flex-shrink: 0;
    display: flex;
    box-sizing: border-box;
  }
  .topics-select__nav-item {
    display: block;
    width: 24px;
    height: 40px;
    font-size: 1px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .topics-select__nav-item.prev {
    background-image: url(/common/image/arrow04_prev.svg);
  }
  .topics-select__nav-item.next {
    margin-left: 20px;
    background-image: url(/common/image/arrow04_next.svg);
  }
  .topics-select__nav-item.is-disabled {
    opacity: .3;
  }
  .numblock01 {
    padding: 0 50px;
  }
  .numblock01.type-no-bg .numblock01__inner {
    margin-top: 80px;
  }
  .numblock01.type-mt {
    margin-top: 40px;
  }
  .numblock01__inner {
    margin: 60px auto;
  }
  .numblock01__title01 {
    font-size: 4.2rem;
    margin: 60px 0 40px;
  }
  .numblock01__title02 {
    font-size: 3.2rem;
    margin: 0 0 20px;
  }
  .numblock01__title02 .small {
    font-size: 2.2rem;
    font-weight: normal;
  }
  .numblock01__notes01 {
    font-size: 2.2rem;
    margin: 10px 0;
  }
  .heading-type01 + .numblock01__notes01 {
    margin-bottom: 30px;
  }
  .numblock01__notes02 {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin: 10px 0 0;
  }
  .numblock01__notes03 {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
  .numblock-accordion01__trigger {
    display: none;
  }
  .numblock-accordion02 {
    display: flex;
    flex-wrap: wrap;
  }
  .numblock-accordion02.column3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .numblock-accordion02.column3 .numblock-accordion02__item {
    width: calc((100% - 60px * 2) / 3.0001);
    margin: 40px 60px 0 0;
  }
  .numblock-accordion02.column3 .numblock-accordion02__item:nth-child(3n) {
    margin-right: 0;
  }
  .numblock-accordion02.column3 .numblock-accordion02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .numblock-accordion02__trigger {
    font-size: 3.2rem;
    font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: normal;
    color: #3c58cd;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
  }
  .graph-list {
    display: flex;
    flex-wrap: wrap;
  }
  .graph-list + .graph-list {
    margin-top: 40px;
  }
  .graph-list.column1 {
    justify-content: center;
  }
  .graph-list.column1 .graph-list__item {
    width: 360px;
  }
  .graph-list.column2 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .graph-list.column2 .graph-list__item {
    width: calc(50% - 30px);
    max-width: 360px;
    margin: 40px 60px 0 0;
  }
  .graph-list.column2 .graph-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .graph-list.column2 .graph-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .graph-list.column3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .graph-list.column3 .graph-list__item {
    width: calc((100% - 60px * 2) / 3.0001);
    margin: 40px 60px 0 0;
  }
  .graph-list.column3 .graph-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .graph-list.column3 .graph-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .graph-circle:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .graph01__icon {
    top: 50%;
    transform: translateY(-120%);
  }
  .graph01__icon img {
    max-width: 105px;
  }
  .graph01__text {
    font-size: 3.6rem;
    bottom: 50%;
    transform: translateY(120%);
  }
  .graph01__text span {
    font-size: 8rem;
  }
  .graph02__eki01 {
    font-size: 2rem;
    line-height: 1.4;
    top: 15%;
  }
  .graph02__eki01 span {
    font-size: 2.7rem;
  }
  .graph02__eki02 {
    top: 50%;
  }
  .graph02__from {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  .graph02__minutes {
    font-size: 3rem;
  }
  .graph02__minutes span {
    font-size: 8rem;
    padding: 0 5px;
  }
  .graph03__icon {
    top: 50%;
    transform: translateY(-150%);
  }
  .graph03__icon img {
    max-width: 93px;
  }
  .graph03__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .graph03__list.type01 {
    line-height: 1.1;
  }
  .graph03__list.type01 .graph03__dt {
    font-size: 2.4rem;
    padding-right: 20px;
  }
  .graph03__list.type01 .graph03__dd {
    font-size: 3rem;
  }
  .graph03__list.type01 .graph03__dd span {
    font-size: 7rem;
  }
  .graph03__list.type02 {
    line-height: 1.3;
  }
  .graph03__list.type02 .graph03__dt {
    font-size: 2.4rem;
    padding-right: 15px;
  }
  .graph03__list.type02 .graph03__dd {
    font-size: 2.2rem;
  }
  .graph03__list.type02 .graph03__dd span {
    font-size: 4.6rem;
  }
  .graph04__icon {
    top: 50%;
    transform: translateY(-120%);
  }
  .graph04__icon img {
    max-width: 80px;
  }
  .graph04__text {
    font-size: 3rem;
    bottom: 50%;
    transform: translateY(120%);
  }
  .graph04__text span {
    font-size: 8rem;
  }
  .graph05__icon {
    top: 50%;
    transform: translateY(-120%);
  }
  .graph05__icon img {
    max-width: 80px;
  }
  .graph05__text {
    font-size: 3.6rem;
    bottom: 50%;
    transform: translateY(120%);
  }
  .graph05__text span {
    font-size: 8rem;
  }
  .graph06__icon {
    top: 50%;
    transform: translateY(-120%);
  }
  .graph06__icon img {
    max-width: 110px;
  }
  .graph06__text {
    font-size: 3.6rem;
    bottom: 50%;
    transform: translateY(120%);
  }
  .graph06__text span {
    font-size: 8rem;
  }
  .graph07 {
    margin: 20px 0;
  }
  .graph07__circle {
    bottom: -20px;
    transform: translateX(-50%);
  }
  .graph07__title {
    font-size: 2.8rem;
    top: 15%;
  }
  .graph07__num01 {
    font-size: 3.6rem;
    top: 30%;
  }
  .graph07__num01 span {
    font-size: 8rem;
  }
  .graph07__sub {
    font-size: 2rem;
    top: 25%;
  }
  .graph07__num02 {
    font-size: 2.4rem;
    top: 50%;
  }
  .graph07__num02 span {
    font-size: 4rem;
  }
  .graph08__icon {
    top: 50%;
    transform: translateY(-133%);
  }
  .graph08__icon img {
    max-width: 110px;
  }
  .graph08__text {
    font-size: 3rem;
    bottom: 50%;
    transform: translateY(100%) translateX(-50%);
  }
  .graph08__text span {
    font-size: 7rem;
  }
  .graph10__icon {
    top: 50%;
    transform: translateY(-130%);
  }
  .graph10__icon img {
    max-width: 80px;
  }
  .graph10__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .graph10__dt {
    font-size: 2.4rem;
    padding-right: 20px;
  }
  .graph10__dd {
    font-size: 2.2rem;
  }
  .graph10__dd span {
    font-size: 4.6rem;
  }
  .graph11__icon {
    top: 50%;
    transform: translateY(-130%);
  }
  .graph11__icon img {
    max-width: 80px;
  }
  .graph11__text {
    font-size: 3.6rem;
    bottom: 50%;
    transform: translateY(120%);
  }
  .graph11__text span {
    font-size: 8rem;
  }
  .graph12__icon {
    top: 50%;
    transform: translateY(-130%);
  }
  .graph12__icon img {
    max-width: 120px;
  }
  .graph12__text {
    font-size: 3rem;
    bottom: 50%;
    transform: translateY(120%);
  }
  .graph12__text span {
    font-size: 8rem;
  }
  .graph13__icon {
    top: 50%;
    transform: translateY(-130%);
  }
  .graph13__icon img {
    max-width: 83px;
  }
  .graph13__text {
    font-size: 3rem;
    bottom: 50%;
    transform: translateY(110%);
  }
  .graph13__text span {
    font-size: 8rem;
  }
  .graph13__notes {
    font-size: 1.6rem;
    line-height: 1.25;
    bottom: 8%;
  }
  .accordion-type01__trigger, .accordion-type01__close {
    display: none;
  }
}

@media print, screen and (min-width: 67.4375em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .content-wrapper__main {
    width: 82.35294%;
  }
  .content-wrapper__nav {
    width: 17.64706%;
  }
  .content-type01 {
    padding: 0 50px;
  }
  .section-inner01 {
    padding: 0 50px;
  }
  .footer-2nd__row {
    justify-content: space-between;
  }
  .banner-list01__list {
    margin-top: -50px;
  }
  .banner-list01__item {
    margin-top: 50px;
  }
  .banner-list01__item + .banner-list01__item {
    margin-left: 50px;
  }
  .features-block01__inner {
    display: flex;
  }
  .features-block01__img {
    min-height: 550px;
    width: 50%;
  }
  .features-block01__img.type01 {
    background-image: url(/common/image/top_features_img01.jpg);
  }
  .features-block01__img.type02 {
    background-image: url(/common/image/top_features_img02.jpg);
  }
  .features-block01__img.type03 {
    background-image: url(/common/image/top_features_img03.jpg);
  }
  .features-block01__img.type04 {
    background-image: url(/common/image/top_features_img04.jpg);
  }
  .features-block01__text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .department-block-nav {
    margin: 0 auto 60px;
    font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  }
  .department-block-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
  }
  .department-block-nav__item {
    flex: 1;
    border-right: 1px solid #f2f2f2;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
  }
  .department-block-nav__item:first-child {
    border-left: 1px solid #f2f2f2;
  }
  .department-block-nav__item.type01 .department-block-nav__title a:before, .department-block-nav__item.type01 .department-block-nav__title a:after {
    background-color: #d85e78;
  }
  .department-block-nav__item.type01 .department-block-nav__title a:hover {
    color: #d85e78;
  }
  .department-block-nav__item.type02 .department-block-nav__title a:before, .department-block-nav__item.type02 .department-block-nav__title a:after {
    background-color: #c7455a;
  }
  .department-block-nav__item.type02 .department-block-nav__title a:hover {
    color: #c7455a;
  }
  .department-block-nav__item.type03 .department-block-nav__title a:before, .department-block-nav__item.type03 .department-block-nav__title a:after {
    background-color: #00a086;
  }
  .department-block-nav__item.type03 .department-block-nav__title a:hover {
    color: #00a086;
  }
  .department-block-nav__item.type04 .department-block-nav__title a:before, .department-block-nav__item.type04 .department-block-nav__title a:after {
    background-color: #80b746;
  }
  .department-block-nav__item.type04 .department-block-nav__title a:hover {
    color: #80b746;
  }
  .department-block-nav__item.type05 .department-block-nav__title a:before, .department-block-nav__item.type05 .department-block-nav__title a:after {
    background-color: #86217f;
  }
  .department-block-nav__item.type05 .department-block-nav__title a:hover {
    color: #86217f;
  }
  .department-block-nav__item.type06 .department-block-nav__title a:before, .department-block-nav__item.type06 .department-block-nav__title a:after {
    background-color: #4d2381;
  }
  .department-block-nav__item.type06 .department-block-nav__title a:hover {
    color: #4d2381;
  }
  .department-block-nav__item.type07 .department-block-nav__title a:before, .department-block-nav__item.type07 .department-block-nav__title a:after {
    background-color: #29519d;
  }
  .department-block-nav__item.type07 .department-block-nav__title a:hover {
    color: #29519d;
  }
  .department-block-nav__item.type08 .department-block-nav__title a:before, .department-block-nav__item.type08 .department-block-nav__title a:after {
    background-color: #dd7443;
  }
  .department-block-nav__item.type08 .department-block-nav__title a:hover {
    color: #dd7443;
  }
  .department-block-nav__item.type09 .department-block-nav__title a:before, .department-block-nav__item.type09 .department-block-nav__title a:after {
    background-color: #dd7443;
  }
  .department-block-nav__item.type09 .department-block-nav__title a:hover {
    color: #dd7443;
  }
  .department-block-nav__item.type10 .department-block-nav__title a:before, .department-block-nav__item.type10 .department-block-nav__title a:after {
    background-color: #0094d9;
  }
  .department-block-nav__item.type10 .department-block-nav__title a:hover {
    color: #0094d9;
  }
  .department-block-nav__item.type11 .department-block-nav__title a:before, .department-block-nav__item.type11 .department-block-nav__title a:after {
    background-color: #28acc1;
  }
  .department-block-nav__item.type11 .department-block-nav__title a:hover {
    color: #28acc1;
  }
  .department-block-nav__item.type12 .department-block-nav__title a:before, .department-block-nav__item.type12 .department-block-nav__title a:after {
    background-color: #d11e7d;
  }
  .department-block-nav__item.type12 .department-block-nav__title a:hover {
    color: #d11e7d;
  }
  .department-block-nav__title {
    font-size: 1.9rem;
    margin: 0;
  }
  .department-block-nav__title a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #222;
    height: 265px;
    padding-top: 20px;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    transition: height .2s, margin .2s;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .department-block-nav__title a:before {
    content: "";
    width: 24px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .department-block-nav__title a:after {
    opacity: 0;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(/common/image/arrow01_white_next.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    transition: opacity .2s;
  }
  .department-block-nav__title a:hover, .department-block-nav__title a:focus {
    height: 300px;
    margin-top: -35px;
  }
  .department-block-nav__title a:hover:before, .department-block-nav__title a:focus:before {
    width: auto;
    left: 17px;
    right: 17px;
    transform: translateX(0);
  }
  .department-block-nav__title a:hover:after, .department-block-nav__title a:focus:after {
    opacity: 1;
  }
  .department-block-nav__text {
    display: none;
  }
  .item-list02.column3 .item-list02__item {
    width: calc((100% - 40px * 2.001) / 3);
    margin: 40px 40px 0 0;
  }
  .item-list02.column3 .item-list02__item:nth-child(2n) {
    margin-right: 40px;
  }
  .item-list02.column3 .item-list02__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list02.column3 .item-list02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list03.column2 .item-list03__list {
    display: flex;
  }
  .item-list03.column2 .item-list03__item {
    width: 50%;
  }
  .item-list03.column3 .item-list03__list {
    display: flex;
  }
  .item-list03.column3 .item-list03__item {
    width: 33.33333%;
  }
  .item-list03__list {
    flex-wrap: wrap;
  }
  .item-list03__item {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: -1px;
    display: flex;
  }
  .item-list03__inner {
    width: 100%;
    min-height: 190px;
    padding: 38px 100px 38px 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: opacity .2s;
  }
  .item-list03__inner:hover {
    opacity: .5;
  }
  .item-list03__inner:hover:after {
    transform: translateX(10px);
  }
  .item-list03__inner:after {
    width: 12px;
    right: 50px;
    transition: transform .2s;
  }
  .content-wrapper__main .item-list03__inner {
    padding: 38px 70px 38px 30px;
  }
  .content-wrapper__main .item-list03__inner:after {
    right: 40px;
  }
  .item-list03__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .item-list03__description {
    font-size: 1.6rem;
  }
  .item-list03__name {
    font-size: 2.2rem;
  }
  .item-list03__ruby {
    font-size: 1.4rem;
  }
  .item-list03__note {
    font-size: 1.4rem;
  }
  .item-list10__inner {
    display: flex;
  }
  .item-list10__visual {
    width: 50.07949%;
    flex-shrink: 0;
  }
  .item-list10__img {
    position: relative;
    padding-top: 47.61905%;
  }
  .item-list10__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .35s;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .item-list10__text {
    padding: 40px 20px;
    display: flex;
    align-items: center;
  }
  .item-list10__text-inner {
    width: 100%;
  }
  .item-list11.column5 .item-list11__item {
    width: calc((100% - 4px * 4) / 5.001);
    margin: 4px 4px 0 0;
  }
  .item-list11.column5 .item-list11__item:nth-child(5n) {
    margin-right: 0;
  }
  .item-list11.column5 .item-list11__item:nth-child(-n+5) {
    margin-top: 0;
  }
  .item-list12__item {
    width: calc((100% - 4px * 3) / 4.001);
  }
  .item-list12__item:nth-child(4n) {
    margin-right: 0;
  }
  .item-list12__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .form-table__row {
    margin: 30px 0;
    display: flex;
    align-items: center;
  }
  .form-table__title {
    flex-shrink: 0;
    width: 290px;
    padding: 10px 75px 10px 0;
    margin-right: 30px;
    position: relative;
    font-size: 2rem;
  }
  .form-table__title .required {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
  }
  .form-table__input {
    width: 100%;
  }
  .form-table__input span.note {
    display: inline-block;
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 90.0625em) {
  /* ---------------------------
 * MAX
 * --------------------------- */
  .page-title.type-number {
    background-size: 739px auto;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 62.5em) {
  /* ---------------------------
 * 768px〜1000px
 * --------------------------- */
  .numblock01__title02.type-small {
    font-size: 2.6rem;
  }
  .numblock01__title02.type-small.small {
    font-size: 2rem;
  }
  .numblock-accordion02.column3 .numblock-accordion02__item {
    width: calc((100% - 20px * 2) / 3.0001);
    margin: 40px 20px 0 0;
  }
  .numblock-accordion02__trigger {
    font-size: 2.6rem;
  }
  .graph01__icon img {
    width: 80px;
  }
  .graph01__text {
    font-size: 3.6vw;
  }
  .graph01__text span {
    font-size: 8vw;
  }
  .graph02__eki01 {
    font-size: 2vw;
    top: 4.5vw;
  }
  .graph02__eki01 span {
    font-size: 2.7vw;
  }
  .graph02__from {
    font-size: 2.4vw;
  }
  .graph02__minutes {
    font-size: 3vw;
  }
  .graph02__minutes span {
    font-size: 8vw;
  }
  .graph03__icon {
    transform: translateY(-11vw);
  }
  .graph03__icon img {
    width: 60px;
  }
  .graph03__list {
    transform: translate(-50%, -1vw);
  }
  .graph03__list.type01 .graph03__dt {
    font-size: 2.4vw;
    padding-right: 10px;
  }
  .graph03__list.type01 .graph03__dd {
    font-size: 3vw;
  }
  .graph03__list.type01 .graph03__dd span {
    font-size: 7vw;
  }
  .graph03__list.type02 .graph03__dt {
    font-size: 2.4vw;
    padding-right: 10px;
  }
  .graph03__list.type02 .graph03__dd {
    font-size: 2.2vw;
  }
  .graph03__list.type02 .graph03__dd span {
    font-size: 4.6vw;
  }
  .graph04__icon img {
    width: 60px;
  }
  .graph04__text {
    font-size: 3vw;
  }
  .graph04__text span {
    font-size: 7vw;
  }
  .graph05__icon img {
    width: 60px;
  }
  .graph05__text {
    font-size: 3.6vw;
  }
  .graph05__text span {
    font-size: 7vw;
  }
  .graph06__icon {
    transform: translateY(-140%);
  }
  .graph06__icon img {
    width: 80px;
  }
  .graph06__text {
    font-size: 3.6vw;
  }
  .graph06__text span {
    font-size: 7vw;
  }
  .graph07__circle {
    width: 55%;
    bottom: -20px;
    transform: translateX(-50%);
  }
  .graph07__title {
    font-size: 2.8vw;
    top: 13%;
  }
  .graph07__num01 {
    font-size: 3.6vw;
    top: 27%;
  }
  .graph07__num01 span {
    font-size: 8vw;
  }
  .graph07__num02 {
    font-size: 2.4vw;
    top: 50%;
  }
  .graph07__num02 span {
    font-size: 4vw;
  }
  .graph10__icon {
    transform: translateY(-12vw);
  }
  .graph10__icon img {
    width: 60px;
  }
  .graph10__list {
    transform: translate(-50%, 0);
  }
  .graph10__dt {
    font-size: 2.4vw;
    padding-right: 10px;
  }
  .graph10__dd {
    font-size: 2.2vw;
  }
  .graph10__dd span {
    font-size: 4.6vw;
  }
  .graph11__icon {
    transform: translateY(-140%);
  }
  .graph11__icon img {
    width: 60px;
  }
  .graph11__text {
    font-size: 3.6vw;
  }
  .graph11__text span {
    font-size: 7vw;
  }
  .graph12__icon img {
    width: 100px;
  }
  .graph12__text {
    font-size: 3.6vw;
  }
  .graph12__text span {
    font-size: 7vw;
  }
  .graph13__icon img {
    width: 70px;
  }
  .graph13__text {
    font-size: 3.6vw;
  }
  .graph13__text span {
    font-size: 7vw;
  }
  .graph13__notes {
    font-size: 1.6vw;
    bottom: 8%;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 87.5em) {
  /* ---------------------------
 * 768px〜1400px
 * --------------------------- */
  .numblock01__title02.type-small br.pc-only {
    display: none;
  }
  .graph-list.column3 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .graph-list.column3 .graph-list__item {
    width: calc(50% - 30px);
    max-width: 360px;
  }
  .graph-list.column3 .graph-list__item:nth-child(3n) {
    margin-right: 60px;
  }
  .graph-list.column3 .graph-list__item:nth-child(-n+3) {
    margin-top: 40px;
  }
  .graph-list.column3 .graph-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .graph-list.column3 .graph-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 67.375em) {
  /* ---------------------------
 * Tablet
 * --------------------------- */
  .pc-only2 {
    display: none !important;
  }
  .content-wrapper__main {
    width: 75%;
  }
  .content-wrapper__nav {
    width: 25%;
  }
  .content-type01 {
    padding: 0 25px;
  }
  .section-inner01 {
    padding: 0 25px;
  }
  .footer-2nd__row {
    flex-wrap: wrap;
  }
  .footer-2nd__column {
    width: 50%;
    margin-right: 0;
    margin-top: 50px;
  }
  .footer-2nd__column:nth-child(-n+2) {
    margin-top: 0;
  }
  .breadcrumb__list {
    margin: 30px 0 40px 25px;
  }
  .topics-block02 {
    padding-right: 25px;
  }
  .banner-list01__list {
    margin-top: -30px;
  }
  .banner-list01__item {
    margin-top: 30px;
  }
  .banner-list01__item + .banner-list01__item {
    margin-left: 10px;
  }
  .features-block01__img {
    width: 100%;
    height: 0;
    padding-top: calc(360 / 680 * 100%);
  }
  .features-block01__img.type01 {
    background-image: url(/common/image/top_features_img01_sp.jpg);
  }
  .features-block01__img.type02 {
    background-image: url(/common/image/top_features_img02_sp.jpg);
  }
  .features-block01__img.type03 {
    background-image: url(/common/image/top_features_img03_sp.jpg);
  }
  .features-block01__img.type04 {
    background-image: url(/common/image/top_features_img04_sp.jpg);
  }
  .features-block-type01 {
    max-width: none;
  }
  .features-block-type01__row {
    justify-content: center;
  }
  .features-block-type01__column + .features-block-type01__column {
    margin-left: 5%;
  }
  .features-block-type02 {
    max-width: none;
  }
  .features-block-type03 {
    max-width: none;
  }
  .features-block-type04 {
    max-width: none;
  }
  .department-block-nav {
    box-shadow: 0 0 20px 5px rgba(207, 208, 216, 0.5);
    margin: 20px 25px 60px;
    font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  }
  .department-block-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .department-block-nav__item {
    border-bottom: 2px solid #f2f2f2;
  }
  .department-block-nav__item:last-child {
    border-bottom: 0;
  }
  .department-block-nav__item.type01 .department-block-nav__title.is-open a {
    color: #d85e78;
  }
  .department-block-nav__item.type01 .department-block-nav__title:before {
    background-color: #d85e78;
  }
  .department-block-nav__item.type01 .department-block-nav__title i {
    background-color: #d85e78;
  }
  .department-block-nav__item.type01 .department-block-nav__text {
    background-color: #fbeff1;
  }
  .department-block-nav__item.type01 .department-block-nav__link:after {
    border-color: #d85e78;
  }
  .department-block-nav__item.type02 .department-block-nav__title.is-open a {
    color: #c7455a;
  }
  .department-block-nav__item.type02 .department-block-nav__title:before {
    background-color: #c7455a;
  }
  .department-block-nav__item.type02 .department-block-nav__title i {
    background-color: #c7455a;
  }
  .department-block-nav__item.type02 .department-block-nav__text {
    background-color: #f8e8eb;
  }
  .department-block-nav__item.type02 .department-block-nav__link:after {
    border-color: #c7455a;
  }
  .department-block-nav__item.type03 .department-block-nav__title.is-open a {
    color: #00a086;
  }
  .department-block-nav__item.type03 .department-block-nav__title:before {
    background-color: #00a086;
  }
  .department-block-nav__item.type03 .department-block-nav__title i {
    background-color: #00a086;
  }
  .department-block-nav__item.type03 .department-block-nav__text {
    background-color: #ebf8f6;
  }
  .department-block-nav__item.type03 .department-block-nav__link:after {
    border-color: #00a086;
  }
  .department-block-nav__item.type04 .department-block-nav__title.is-open a {
    color: #80b746;
  }
  .department-block-nav__item.type04 .department-block-nav__title:before {
    background-color: #80b746;
  }
  .department-block-nav__item.type04 .department-block-nav__title i {
    background-color: #80b746;
  }
  .department-block-nav__item.type04 .department-block-nav__text {
    background-color: #f2f8ec;
  }
  .department-block-nav__item.type04 .department-block-nav__link:after {
    border-color: #80b746;
  }
  .department-block-nav__item.type05 .department-block-nav__title.is-open a {
    color: #86217f;
  }
  .department-block-nav__item.type05 .department-block-nav__title:before {
    background-color: #86217f;
  }
  .department-block-nav__item.type05 .department-block-nav__title i {
    background-color: #86217f;
  }
  .department-block-nav__item.type05 .department-block-nav__text {
    background-color: #f6eef5;
  }
  .department-block-nav__item.type05 .department-block-nav__link:after {
    border-color: #86217f;
  }
  .department-block-nav__item.type06 .department-block-nav__title.is-open a {
    color: #4d2381;
  }
  .department-block-nav__item.type06 .department-block-nav__title:before {
    background-color: #4d2381;
  }
  .department-block-nav__item.type06 .department-block-nav__title i {
    background-color: #4d2381;
  }
  .department-block-nav__item.type06 .department-block-nav__text {
    background-color: #ede9f2;
  }
  .department-block-nav__item.type06 .department-block-nav__link:after {
    border-color: #4d2381;
  }
  .department-block-nav__item.type07 .department-block-nav__title.is-open a {
    color: #29519d;
  }
  .department-block-nav__item.type07 .department-block-nav__title:before {
    background-color: #29519d;
  }
  .department-block-nav__item.type07 .department-block-nav__title i {
    background-color: #29519d;
  }
  .department-block-nav__item.type07 .department-block-nav__text {
    background-color: #e9edf5;
  }
  .department-block-nav__item.type07 .department-block-nav__link:after {
    border-color: #29519d;
  }
  .department-block-nav__item.type08 .department-block-nav__title.is-open a {
    color: #dd7443;
  }
  .department-block-nav__item.type08 .department-block-nav__title:before {
    background-color: #dd7443;
  }
  .department-block-nav__item.type08 .department-block-nav__title i {
    background-color: #dd7443;
  }
  .department-block-nav__item.type08 .department-block-nav__text {
    background-color: #faeae3;
  }
  .department-block-nav__item.type08 .department-block-nav__link:after {
    border-color: #dd7443;
  }
  .department-block-nav__item.type09 .department-block-nav__title.is-open a {
    color: #dd7443;
  }
  .department-block-nav__item.type09 .department-block-nav__title:before {
    background-color: #dd7443;
  }
  .department-block-nav__item.type09 .department-block-nav__title i {
    background-color: #dd7443;
  }
  .department-block-nav__item.type09 .department-block-nav__text {
    background-color: #faeae3;
  }
  .department-block-nav__item.type09 .department-block-nav__link:after {
    border-color: #dd7443;
  }
  .department-block-nav__item.type10 .department-block-nav__title.is-open a {
    color: #0094d9;
  }
  .department-block-nav__item.type10 .department-block-nav__title:before {
    background-color: #0094d9;
  }
  .department-block-nav__item.type10 .department-block-nav__title i {
    background-color: #0094d9;
  }
  .department-block-nav__item.type10 .department-block-nav__text {
    background-color: #ebf7fc;
  }
  .department-block-nav__item.type10 .department-block-nav__link:after {
    border-color: #0094d9;
  }
  .department-block-nav__item.type11 .department-block-nav__title.is-open a {
    color: #28acc1;
  }
  .department-block-nav__item.type11 .department-block-nav__title:before {
    background-color: #28acc1;
  }
  .department-block-nav__item.type11 .department-block-nav__title i {
    background-color: #28acc1;
  }
  .department-block-nav__item.type11 .department-block-nav__text {
    background-color: #e9f7f9;
  }
  .department-block-nav__item.type11 .department-block-nav__link:after {
    border-color: #28acc1;
  }
  .department-block-nav__item.type12 .department-block-nav__title.is-open a {
    color: #d11e7d;
  }
  .department-block-nav__item.type12 .department-block-nav__title:before {
    background-color: #d11e7d;
  }
  .department-block-nav__item.type12 .department-block-nav__title i {
    background-color: #d11e7d;
  }
  .department-block-nav__item.type12 .department-block-nav__text {
    background-color: #fbedf5;
  }
  .department-block-nav__item.type12 .department-block-nav__link:after {
    border-color: #d11e7d;
  }
  .department-block-nav__title {
    background-color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 1.7rem;
    margin: 0;
  }
  .department-block-nav__title a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: #222;
    padding: 25px 50px 25px 15px;
    transition: color .2s;
  }
  .department-block-nav__title:before {
    content: "";
    width: 4px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ccc;
    transition: height .2s;
  }
  .department-block-nav__title i {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .department-block-nav__title i:before, .department-block-nav__title i:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    transition: transform .2s;
  }
  .department-block-nav__title i:after {
    transform: rotate(90deg);
  }
  .department-block-nav__title.is-open:before {
    height: 50px;
  }
  .department-block-nav__title.is-open i:before {
    transform: rotate(180deg);
  }
  .department-block-nav__title.is-open i:after {
    transform: rotate(180deg);
  }
  .department-block-nav__text {
    display: none;
    padding: 25px 15px;
    overflow: hidden;
  }
  .department-block-nav__lead {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.66667;
  }
  .department-block-nav__link {
    display: block;
    float: right;
    margin: 20px 3px 0 0;
    padding: 0 30px 0 0;
    font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-decoration: none;
    color: #222;
    font-size: 1.3rem;
    line-height: 25px;
    position: relative;
  }
  .department-block-nav__link:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .department-block-nav__link:after {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 9px;
    right: 10px;
    transform: rotate(45deg);
  }
  .department-block-detail {
    display: none;
  }
  .item-list03__list {
    border-bottom: 1px solid #ededed;
  }
  .item-list03__item {
    border-top: 1px solid #ededed;
  }
  .item-list03__inner {
    min-height: 115px;
    padding: 20px 50px 20px 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .item-list03__inner:after {
    width: 12px;
    right: 20px;
  }
  .item-list03__title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .item-list03__description {
    font-size: 1.3rem;
  }
  .item-list03__name {
    font-size: 1.8rem;
  }
  .item-list03__ruby {
    font-size: 1.3rem;
  }
  .item-list03__note {
    font-size: 1.3rem;
  }
  .item-list04.column3 .item-list04__item {
    width: calc(50% - 20px);
    margin: 40px 40px 0 0;
  }
  .item-list04.column3 .item-list04__item:nth-child(3n) {
    margin-right: 40px;
  }
  .item-list04.column3 .item-list04__item:nth-child(-n+3) {
    margin-top: 40px;
  }
  .item-list04.column3 .item-list04__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list04.column3 .item-list04__item:nth-child(even) {
    margin-right: 0;
  }
  .item-list04.column3 .item-list04__item .item-list04__title {
    font-size: 2rem;
  }
  .item-list04__title {
    font-size: 2rem;
  }
  .item-list04__title.type-large {
    font-size: 2rem;
  }
  .item-list04__title.type-medium {
    font-size: 2rem;
  }
  .item-list04__title.type-small {
    font-size: 2rem;
  }
  .item-list05__title {
    font-size: 2rem;
  }
  .item-list05__english {
    font-size: 1.2rem;
  }
  .item-list09.column3 .item-list09__item {
    width: calc((100% - 30px * 1.001) / 2);
    margin: 30px 30px 0 0;
  }
  .item-list09.column3 .item-list09__item:nth-child(3n) {
    margin-right: 30px;
  }
  .item-list09.column3 .item-list09__item:nth-child(-n+3) {
    margin-top: 30px;
  }
  .item-list09.column3 .item-list09__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list09.column3 .item-list09__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list10__img img {
    max-width: none;
    width: 100%;
  }
  .item-list10__text {
    padding: 20px 20px;
  }
  .item-list11 .item-list11__item {
    width: calc((100% - 4px * 1) / 2);
    margin: 4px 4px 0 0;
  }
  .item-list11 .item-list11__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list11 .item-list11__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list12__item {
    width: calc((100% - 4px * 1) / 2.0001);
  }
  .item-list12__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list12__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .media-block.type02 {
    display: block;
  }
  .media-block.type02 .media-block__media {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 50px;
    max-width: none;
  }
  .media-block.type02 .media-block__media img {
    width: auto;
  }
  .column-set__item.is-tb-clear {
    width: calc(100% - 20px);
  }
  .column-set__item.is-tb-clear > *:first-child, .column-set__item.is-tb-clear > .entry-block > *:first-child {
    margin-top: 0 !important;
  }
  .column-set__item.is-tb-clear > *:last-child, .column-set__item.is-tb-clear > .entry-block > *:last-child {
    margin-bottom: 0 !important;
  }
  .form-table__row {
    margin: 20px 0 30px;
  }
  .form-table__title {
    margin: 10px 0 15px;
    padding: 0 0 10px;
    border-bottom: 2px solid #ededed;
    overflow: hidden;
  }
  .form-table__title .required {
    float: right;
  }
  .form-table__input span.note {
    display: block;
    margin-top: 10px;
  }
  .numblock01 {
    padding: 0 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  .sp-hide {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .small {
    font-size: 1.3rem;
  }
  .large {
    font-size: 1.8rem;
  }
  .xxxlarge {
    font-size: 2.6rem;
  }
  .close-heading01 {
    margin-bottom: -15px !important;
  }
  body.is-open, body.is-watanabe-open {
    position: fixed;
    width: 100%;
  }
  .content {
    margin: 0 0 75px;
  }
  .content-wrapper__main {
    width: 100%;
  }
  .content-wrapper__nav {
    width: 100%;
  }
  .section-inner01 {
    padding: 0;
    margin: 0 18px;
  }
  .section-top02 {
    margin: 75px 0;
  }
  .section-top02 > *:last-child {
    margin-bottom: 50px;
  }
  .content-type01 {
    padding: 0 18px;
  }
  .type-sp-max {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .section-type01 {
    margin: 0 0 60px;
  }
  .section-type02 {
    margin: 0 0 60px;
  }
  .section-type03 {
    margin: 0 0 60px;
  }
  .section-type04 {
    margin: 0 0 30px;
  }
  .header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header__inner {
    overflow: hidden;
    height: 75px;
  }
  .header__logo {
    font-size: 0;
    float: left;
    margin: 15px 0 0 15px;
  }
  .header__logo img {
    width: 122px;
  }
  .header__search {
    font-size: 1px;
    text-indent: -9999px;
    float: right;
    margin: 15px 70px 0 0;
  }
  .header__search a {
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    background-image: url(/common/image/icon_search02.png);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .side-nav {
    display: none;
  }
  .side-nav__scroll, .side-nav__pagetop {
    display: none;
  }
  body.is-open .global-nav {
    transform: translateX(0);
  }
  .global-nav {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: #5974b5;
    transform: translateX(100vw);
    transition: transform .2s;
  }
  .global-nav__inner {
    max-height: calc(100vh - 75px);
    overflow-y: auto;
  }
  .global-nav-sub {
    margin: 20px 18px;
  }
  .global-nav-sub__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .global-nav-sub__item {
    margin-bottom: 2px;
  }
  .global-nav-sub__item a {
    display: block;
    font-size: 1.4rem;
    line-height: 65px;
    background-color: #4b68af;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
  }
  .global-nav-button {
    margin: 20px 18px;
  }
  .global-nav-button__item {
    margin: 15px 0;
  }
  .global-nav-button__item a {
    font-size: 1.4rem;
    line-height: 65px;
    padding: 0 20px;
  }
  .global-nav-main__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .global-nav-main__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .global-nav-main__head {
    display: flex;
  }
  .global-nav-main__head.is-open .global-nav-main__button {
    background-color: #4b68af;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .global-nav-main__head.is-open .global-nav-main__button:before {
    transform: rotate(90deg);
  }
  .global-nav-main__head.is-open .global-nav-main__button:after {
    transform: rotate(270deg);
  }
  .global-nav-main__link {
    width: 100%;
    color: #fff;
    text-decoration: none;
  }
  .global-nav-main__title {
    font-size: 1.4rem;
    line-height: 65px;
    padding: 0 18px;
  }
  .global-nav-main__lead {
    display: none;
  }
  .global-nav-main__button {
    display: block;
    width: 65px;
    min-height: 65px;
    position: relative;
    cursor: pointer;
    font-size: 1px;
    text-indent: -9999px;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .global-nav-main__button:before, .global-nav-main__button:after {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #f1eb47;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 0;
    transition: transform .2s;
  }
  .global-nav-main__button:after {
    transform: rotate(90deg);
  }
  .global-nav-main-sub {
    background-color: #4b68af;
  }
  .global-nav-main-sub__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .global-nav-main-sub__item {
    font-size: 1.3rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .global-nav-main-sub__item:first-child:before {
    content: "";
    width: calc(100% - 65px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .global-nav-main-sub__item:last-child {
    border-bottom: 0;
  }
  .global-nav-main-sub__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    position: relative;
  }
  .global-nav-main-sub__item a:after {
    content: "";
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    background-image: url(/common/image/arrow01_white_next.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  body.is-search-open .header-search {
    transform: translateY(0);
  }
  .header-search {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    z-index: 20;
    transform: translateY(-75px);
    transition: transform .2s;
    z-index: 100;
  }
  .header-search__search {
    display: flex;
  }
  .header-search__input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  .header-search__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 55px;
    height: 55px;
    background-image: url(/common/image/icon_search03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 26px auto;
    font-size: 1px;
    text-indent: -9999px;
    flex-shrink: 0;
  }
  .header-search__reset {
    display: none;
  }
  body.is-watanabe-open .header-watanabe {
    transform: translateX(0);
  }
  .header-watanabe {
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 18px;
    overflow: auto;
    background-color: #5974b5;
    z-index: 40;
    transform: translateX(100vw);
    transition: transform .2s;
  }
  .header-watanabe__close {
    position: relative;
    height: 30px;
  }
  .header-watanabe__close a {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
  }
  .header-watanabe__close a:before, .header-watanabe__close a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background: #fff;
  }
  .header-watanabe__close a:before {
    top: 50%;
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .header-watanabe__close a:after {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    transform: rotate(-135deg);
  }
  .footer-1st {
    padding: 20px 0;
  }
  .footer__inner {
    padding: 0 18px;
  }
  .footer-nav01__list {
    text-align: center;
  }
  .footer-nav01__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .footer-nav01__item + .footer-nav01__item {
    margin-left: 10px;
  }
  .footer-2nd__column {
    width: 100%;
    margin: 30px 0 40px;
  }
  .footer-2nd__column:nth-child(-n+2) {
    margin-top: 30px;
  }
  .footer-nav02__item {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .footer-nav02__item.type-category {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
  .footer-nav02__item.type-other {
    margin-top: 30px;
  }
  .footer__copyright small {
    text-align: center;
    display: block;
    padding: 25px 5px;
    font-size: 1rem;
  }
  .footer-banner {
    overflow: hidden;
    padding: 0 0;
  }
  .footer-banner__inner {
    margin: 35px 0;
    position: relative;
    box-sizing: border-box;
  }
  .mainvisual {
    position: relative;
    margin: 75px 0 0;
  }
  .mainvisual .slick-dots {
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
  }
  .mainvisual .slick-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .mainvisual.type-english {
    height: 450px;
  }
  .mainvisual.type-english .mainvisual__text {
    padding: 0 10px;
    bottom: 20px;
  }
  .mainvisual__text {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .mainvisual__text img {
    width: 100%;
    max-width: 370px;
  }
  .mainvisual__item {
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .breadcrumb__list {
    margin: 20px 18px 40px;
  }
  .breadcrumb__item {
    font-size: 1rem;
  }
  .page-title {
    margin-top: 75px;
    background-position: center;
  }
  .page-title.type-under {
    background-position: left center;
  }
  .page-title.type-under .page-title__inner {
    height: 150px;
  }
  .page-title.type-under .page-title__inner:before {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .page-title.type-under .page-title__title {
    font-size: 2.6rem;
    margin: 60px 0 0;
  }
  .page-title.type-number {
    background-size: 280px auto;
    background-position: 36vw center;
  }
  .page-title__inner {
    height: 250px;
    padding: 0 18px;
  }
  .page-title__inner:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);*/
  }
  .page-title__text {
    position: relative;
  }
  .page-title__title {
    font-size: 2.6rem;
    margin: 160px 0 10px;
  }
  .page-title__lead {
    font-size: 1.1rem;
    line-height: 1.36364;
    max-width: 230px;
  }
  .page-title__sns-list {
    display: none;
  }
  .local-nav__title a {
    min-height: 60px;
    padding: 10px 35px 10px 18px;
    font-size: 1.6rem;
    line-height: 1.44444;
  }
  .local-nav__title a:after {
    background-size: 7px;
    right: 15px;
  }
  .local-nav__item > a {
    min-height: 40px;
    padding: 10px 35px 10px 18px;
    font-size: 1.2rem;
  }
  .local-nav__item > a:after {
    background-size: 7px;
    right: 15px;
  }
  .local-nav__item.is-current > a:after {
    background-size: 7px auto;
  }
  .local-nav-sub__item > a {
    padding: 10px 50px 10px 28px;
    font-size: 1.1rem;
  }
  .local-nav-sub__item:last-child {
    margin-bottom: 10px;
  }
  .sp-menu {
    margin: 0;
    position: relative;
    z-index: 110;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .sp-menu__link {
    display: block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    overflow: hidden;
    box-sizing: border-box;
  }
  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    transform: rotate(-135deg);
  }
  .sp-menu__button {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0;
  }
  .sp-menu__button:after {
    content: "menu";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 100;
    line-height: 1;
    color: #4b68af;
  }
  .sp-menu__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    margin: -7px 0 0 -13px;
    background: #4b68af;
  }
  .sp-menu__icon:before, .sp-menu__icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    transition: transform .2s;
    background: #4b68af;
  }
  .sp-menu__icon:before {
    top: 50%;
    margin-top: -8px;
  }
  .sp-menu__icon:after {
    bottom: 50%;
    margin-bottom: -8px;
  }
  .topics-block01 {
    margin: 50px 18px;
    box-shadow: 0 0 20px 5px rgba(207, 208, 216, 0.5);
  }
  .topics-block01__title {
    line-height: 50px;
    font-size: 1.5rem;
  }
  .topics-block01__text {
    line-height: 2;
    padding: 15px 15px;
  }
  .topics-block02 {
    padding-right: 0;
  }
  .topics-block02__title {
    position: relative;
    background-position: center;
    background-image: url(/common/image/top_news_img01_sp.jpg);
    width: 100%;
    height: 0;
    padding-top: 40%;
    margin: 0 0 25px;
  }
  .topics-block02__title .heading-type01 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .topics-list01__item {
    border-bottom: 2px solid #eee;
  }
  .tab-body01__item .topics-list01__item:last-child {
    border-bottom: 0;
  }
  .tab-body01__inner .topics-list01__item:first-child {
    border-top: 2px solid #eee;
  }
  .topics-list01__inner {
    padding: 17px 40px 17px 0;
    display: flex;
    position: relative;
  }
  .topics-list01__inner:after {
    content: "";
    background-image: url(/common/image/arrow03_theme_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    width: 7px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
  }
  .topics-list01__date {
    width: 75px;
    margin-top: 32px;
    font-size: 1.7rem;
    flex-shrink: 0;
  }
  .topics-list01__date span {
    font-size: 1.1rem;
  }
  .topics-list01__text {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .topics-list01__title {
    font-size: 1.2rem;
    line-height: 1.81818;
    width: 100%;
    box-sizing: border-box;
  }
  .topics-list01__tag {
    margin-bottom: 5px;
  }
  .topics-list01__tag .tag-type01 {
    width: 90px;
    margin-right: 10px;
  }
  .topics-list01__tag .label-type01 {
    line-height: 20px;
  }
  .topics-list02 {
    margin: 30px 0;
  }
  .topics-list02__item {
    margin: 30px 0 0;
  }
  .topics-list02__item:first-child {
    margin-top: 0;
  }
  .banner-slider01 .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .banner-slider01 .slick-arrow.slick-prev {
    left: 15px;
  }
  .banner-slider01 .slick-arrow.slick-next {
    right: 15px;
  }
  .banner-slider02 {
    padding: 30px 77px;
  }
  .banner-slider02 .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .banner-slider02 .slick-arrow.slick-prev {
    margin-left: -50px;
  }
  .banner-slider02 .slick-arrow.slick-next {
    margin-right: -50px;
  }
  .banner-slider02__item {
    padding: 0;
    text-align: center;
  }
  .banner-slider02__item a {
    display: block;
  }
  .banner-list01 {
    margin: 20px 0;
  }
  .banner-list01.column-sp1-2 .banner-list01__list {
    display: flex;
    flex-wrap: wrap;
  }
  .banner-list01.column-sp1-2 .banner-list01__item {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
  }
  .banner-list01.column-sp1-2 .banner-list01__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-list01.column-sp1-2 .banner-list01__item:nth-child(even) {
    margin-right: 0;
  }
  .banner-list01__list {
    margin-top: 0;
  }
  .banner-list01__item {
    margin: 20px 0 0;
    text-align: center;
  }
  .heading-type01 {
    font-size: 3.5rem;
    margin: 70px 0 20px;
  }
  .heading-type01 i {
    font-size: 2.8rem;
    letter-spacing: .125em;
  }
  .heading-type01.type-small {
    font-size: 2.5rem;
  }
  .heading-type01.type-small i {
    letter-spacing: .05em;
  }
  .heading-type02 {
    font-size: 3rem;
    line-height: 1.2;
    padding-bottom: 10px;
    margin: 25px 0;
  }
  .heading-type03 {
    font-size: 3.2rem;
    line-height: 1.33333;
    margin: 25px 0;
  }
  .heading-type04 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 25px 0 15px;
  }
  .table-type01 {
    font-size: 1.4rem;
  }
  .table-type01 th, .table-type01 td {
    padding: 10px;
    box-sizing: border-box;
  }
  .table-type01.type-sp-vertical {
    border-bottom: 1px solid #bfbfbf;
  }
  .table-type01.type-sp-vertical th, .table-type01.type-sp-vertical td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .table-type01.type-sp-vertical th:empty, .table-type01.type-sp-vertical td:empty {
    display: none;
  }
  .table-type01 thead th {
    font-weight: bold;
  }
  .table-type01 tbody th {
    font-weight: bold;
  }
  .table-scroll-sp {
    overflow-x: auto;
  }
  .table-scroll-sp table {
    white-space: nowrap;
    margin: 0 0 1em !important;
  }
  .table-scroll-sp::-webkit-scrollbar {
    height: 10px;
  }
  .table-scroll-sp::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .table-scroll-sp::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .features-block01 {
    margin: 25px 0 70px;
  }
  .features-block01 .slick-arrow {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .features-block01 .slick-dots li {
    margin: 0 7px;
  }
  .features-block01 .slick-dots button {
    width: 24px;
    line-height: 24px;
    font-size: 1.4rem;
  }
  .features-block01 .slick-dots button:after {
    border-width: 5px;
    width: 35px;
    height: 35px;
  }
  .features-block01 .slick-dots .slick-active button:after {
    opacity: 1;
  }
  .features-block01__text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .features-block01__controls {
    margin: 20px 0;
  }
  .features-block01__control {
    padding: 0 45px;
  }
  .features-block-type01 {
    padding: 20px 10px;
    text-align: center;
  }
  .features-block-type01__title {
    font-size: 2.1rem;
  }
  .features-block-type01__title strong {
    font-size: 3rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .features-block-type01__title strong:after {
    left: 5px;
    right: 5px;
  }
  .features-block-type01__lead {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 10px 0 20px;
  }
  .features-block-type01__column + .features-block-type01__column {
    margin-left: 5%;
  }
  .features-block-type01__name {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .features-block-type01__num {
    font-size: 3rem;
  }
  .features-block-type01__num span {
    font-size: 5rem;
  }
  .features-block-type01__notes {
    font-size: 1.3rem;
    margin: 20px 0 0;
  }
  .features-block-type02 {
    padding: 20px 10px;
    text-align: center;
  }
  .features-block-type02__title {
    font-size: 2.1rem;
  }
  .features-block-type02__title strong {
    font-size: 3rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .features-block-type02__title strong:after {
    left: 5px;
    right: 5px;
  }
  .features-block-type02__lead {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 10px 0 20px;
  }
  .features-block-type02__sub {
    font-size: 1.8rem;
    letter-spacing: .15em;
  }
  .features-block-type02__column {
    display: flex;
    justify-content: center;
  }
  .features-block-type02__item + .features-block-type02__item {
    margin-left: 10%;
  }
  .features-block-type02__name {
    font-size: 1.3rem;
  }
  .features-block-type02__num {
    font-size: 2rem;
  }
  .features-block-type02__num span {
    font-size: 3.5rem;
  }
  .features-block-type02__notes {
    font-size: 1.3rem;
    margin: 0;
  }
  .features-block-type03 {
    padding: 20px 10px;
    text-align: center;
  }
  .features-block-type03__title {
    font-size: 2.1rem;
  }
  .features-block-type03__title strong {
    font-size: 3rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .features-block-type03__title strong:after {
    left: 5px;
    right: 5px;
  }
  .features-block-type03__lead {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 10px 0 20px;
  }
  .features-block-type03__list {
    margin: 0 15px;
    justify-content: space-between;
  }
  .features-block-type03__item + .features-block-type03__item {
    margin-left: 15px;
  }
  .features-block-type03__text {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
  .features-block-type04 {
    padding: 20px 10px;
    text-align: center;
  }
  .features-block-type04__title {
    font-size: 2.1rem;
  }
  .features-block-type04__title strong {
    font-size: 3rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .features-block-type04__title strong:after {
    left: 5px;
    right: 5px;
  }
  .features-block-type04__lead {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 10px 0 20px;
  }
  .features-block-type04__list {
    margin: 0 25px;
  }
  .features-block-type04__img {
    margin: 0 25px;
  }
  .features-block-type04__text {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
  .lead-type01 {
    font-size: 1.3rem;
    line-height: 1.92308;
    margin: 20px 0;
  }
  .department-block02 {
    margin: 60px 0 75px;
  }
  .department-block02__item {
    margin: 30px 0 0 0;
  }
  .department-block02__item:nth-child(-n+1) {
    margin-top: 0;
  }
  .department-block02__title {
    font-size: 2rem;
  }
  .department-block02__link a {
    font-size: 1.8rem;
    border-top-width: 4px;
    padding: 18px 40px 18px 30px;
  }
  .department-block-nav {
    margin: 0 18px;
  }
  .item-list01__item {
    background-color: #fff;
    margin: 30px 0 0;
  }
  .item-list01__item:first-child {
    margin-top: 0;
  }
  .item-list01__text {
    padding: 20px;
    font-size: 1.3rem;
  }
  .item-list02 {
    margin: 30px 0;
  }
  .item-list02__item {
    margin: 50px 0 0;
  }
  .item-list02__item:first-child {
    margin-top: 0;
  }
  .item-list02__text {
    padding: 20px 90px 20px 20px;
  }
  .item-list02__text:after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .item-list02__title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .item-list02__description {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .item-list04 {
    margin: 25px 0;
  }
  .item-list04.column3 .item-list04__item {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .item-list04.column3 .item-list04__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list04.column3 .item-list04__item:nth-child(-n+3) {
    margin-top: 30px;
  }
  .item-list04.column3 .item-list04__item:nth-child(-n+2) {
    margin-top: 30px;
  }
  .item-list04.column3 .item-list04__item:nth-child(even) {
    margin-right: 0;
  }
  .item-list04.column3 .item-list04__item:nth-child(-n+1) {
    margin-top: 0;
  }
  .item-list04__item {
    margin: 30px 0 0 0;
  }
  .item-list04__item:nth-child(-n+1) {
    margin-top: 0;
  }
  .item-list04__title {
    font-size: 1.7rem;
  }
  .item-list04__text {
    font-size: 1.5rem;
    padding: 10px 45px 10px 15px;
  }
  .item-list04__text:after {
    background-size: 8px auto;
    right: 30px;
    width: 8px;
  }
  .item-list05 {
    margin: 30px 0;
  }
  .item-list05__item {
    margin: 50px 0 0;
  }
  .item-list05__item:first-child {
    margin-top: 0;
  }
  .item-list05__text {
    padding: 20px 90px 20px 20px;
  }
  .item-list05__text:after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .item-list05__title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .item-list05__english {
    font-size: 1.3rem;
    line-height: 1.66667;
  }
  .item-list06__item {
    margin-top: 30px;
  }
  .item-list06__item:first-child {
    margin-top: 0;
  }
  .item-list07__item.type-balloon .item-list07__img {
    position: relative;
    text-align: center;
  }
  .item-list07__item.type-balloon .item-list07__img:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: #fafbfd;
    position: absolute;
    bottom: 0;
    left: 40px;
  }
  .item-list07__item {
    margin-bottom: 30px;
  }
  .item-list07__item img {
    width: 100%;
  }
  .item-list07__text {
    padding: 30px 20px;
  }
  .item-list08.column2 .item-list08__item + .item-list08__item {
    margin-top: 20px;
  }
  .item-list08.column2 .item-list08__inner {
    display: flex;
  }
  .item-list08.column2 .item-list08__img {
    width: 40%;
  }
  .item-list08__text {
    padding: 20px;
  }
  .item-list08__title {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .item-list08__description {
    font-size: 1.4rem;
  }
  .item-list09.column3 .item-list09__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .item-list09.column3 .item-list09__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list09.column3 .item-list09__item:nth-child(-n+3) {
    margin-top: 20px;
  }
  .item-list09.column3 .item-list09__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list09.column3 .item-list09__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list09.column3 .item-list09__item + .item-list09__item {
    margin-top: 20px;
  }
  .item-list09__item + .item-list09__item {
    margin-top: 20px;
  }
  .item-list09__title {
    font-size: 1.8rem;
    padding: 15px 10px;
  }
  .item-list10__text {
    padding: 30px 15px;
  }
  .item-list10__title {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
  .item-list10__description01 {
    font-size: 2rem;
    margin: 10px 0;
    line-height: 1.4;
  }
  .item-list10__description01 .num {
    font-size: 2.4rem;
  }
  .item-list10__description02 {
    margin: 10px 0;
    line-height: 1.4;
  }
  .item-list10__description02 .num {
    font-size: 1.8rem;
  }
  .item-list12 {
    box-shadow: 0 0 20px 5px rgba(207, 208, 216, 0.5);
  }
  .item-list12__item {
    width: 100%;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }
  .item-list12__item.type01 .item-list12__title {
    background-color: #ef6b89;
  }
  .item-list12__item.type02 .item-list12__title {
    background-color: #e2913a;
  }
  .item-list12__item.type03 .item-list12__title {
    background-color: #3fc1bc;
  }
  .item-list12__item.type04 .item-list12__title {
    background-color: #3f9bc1;
  }
  .item-list12__title {
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 1.7rem;
    padding: 20px 40px 20px 18px;
    min-height: 75px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .item-list12__title:before, .item-list12__title:after {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform .2s;
  }
  .item-list12__title:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .item-list12__title.is-open:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .item-list12__link-list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list12__link {
    width: calc((100% - 15px * 1) / 2.0001);
    font-size: 1.4rem;
    line-height: 1.42857;
    margin: 15px 15px 0 0;
  }
  .item-list12__link:nth-child(2n) {
    margin-right: 0;
  }
  .item-list12__link:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list12__link a {
    color: #222;
    background-image: url(/common/image/arrow01_black_next.png);
  }
  .item-list12__text {
    display: none;
    padding: 30px 20px 40px 20px;
  }
  .tab-nav01__item {
    font-size: 1rem;
    border-top-width: 2px;
    padding: 15px 5px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-body01__inner {
    padding: 30px 20px;
  }
  .label-type01 {
    font-size: 1.4rem;
  }
  .tag-type01 {
    font-size: 1rem;
    line-height: 18px;
  }
  .tag-type02 {
    font-size: 1.3rem;
    line-height: 29px;
    padding: 0 20px;
  }
  .instagram-block01 {
    margin: 75px 0;
  }
  .instagram-block01__list {
    flex-wrap: wrap;
  }
  .instagram-block01__item {
    width: calc((100% - 5px * 1) / 2);
    margin: 5px 5px 0 0;
  }
  .instagram-block01__item:nth-child(2n) {
    margin-right: 0;
  }
  .instagram-block01__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-slider {
    padding: 0 58px;
  }
  .banner-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .banner-slider .slick-arrow.slick-prev {
    margin-left: -40px;
  }
  .banner-slider .slick-arrow.slick-next {
    margin-right: -40px;
  }
  .banner-slider__item {
    padding: 0;
    text-align: center;
  }
  .banner-slider__item a {
    display: block;
  }
  .frame-type01 {
    padding: 30px 20px;
  }
  .frame-type02 {
    padding: 30px 20px;
  }
  .frame-type03 {
    padding: 30px 20px;
  }
  .media-block {
    margin: 20px 0;
  }
  .media-block.type-sp-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .media-block.type-sp-reverse .media-block__media, .media-block.type-sp-reverse .media-block__text {
    width: 100%;
  }
  .media-block.type-sp-reverse .media-block__media {
    margin-bottom: 0;
  }
  .media-block.type-sp-reverse .media-block__text {
    margin-bottom: 30px;
  }
  .media-block__media {
    margin-bottom: 15px;
    text-align: center;
  }
  .media-block__media.type-sp-center {
    text-align: center;
  }
  .media-block__media.type-sp-center figure {
    display: inline-block;
    text-align: left;
  }
  .column-set {
    width: calc(100% + 20px);
  }
  .column-set.type-banner {
    text-align: center;
    align-items: center;
  }
  .column-set__item {
    margin: 0 20px 20px 0;
    width: calc(100% - 20px);
  }
  .column-set__item > *:first-child, .column-set__item > .entry-block > *:first-child {
    margin-top: 0 !important;
  }
  .column-set__item > *:last-child, .column-set__item > .entry-block > *:last-child {
    margin-bottom: 0 !important;
  }
  .column-set__item.column-sp1-2 {
    width: calc(((100% / 2.001) * 1) - 20px);
  }
  .column-set__item.column-sp1-3 {
    width: calc(((100% / 3.001) * 1) - 20px);
  }
  .column-set__item.column-sp2-3 {
    width: calc(((100% / 3.001) * 2) - 20px);
  }
  .column-set__item.column-sp1-4 {
    width: calc(((100% / 4.001) * 1) - 20px);
  }
  .column-set__item.column-sp3-4 {
    width: calc(((100% / 4.001) * 3) - 20px);
  }
  .column-set__item.column-sp1-5 {
    width: calc(((100% / 5.001) * 1) - 20px);
  }
  .column-set__item.column-sp1-6 {
    width: calc(((100% / 6.001) * 1) - 20px);
  }
  .column-set__item.type-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .entry-block h2:not([class*="heading"]) {
    font-size: 3.5rem;
    margin: 70px 0 20px;
  }
  .entry-block h2:not([class*="heading"]) i {
    font-size: 2.8rem;
    letter-spacing: .125em;
  }
  .entry-block h2:not([class*="heading"]).type-small {
    font-size: 2.5rem;
  }
  .entry-block h2:not([class*="heading"]).type-small i {
    letter-spacing: .05em;
  }
  .entry-block h3:not([class*="heading"]) {
    font-size: 3rem;
    line-height: 1.2;
    padding-bottom: 10px;
    margin: 25px 0;
  }
  .entry-block h4:not([class*="heading"]) {
    font-size: 3.2rem;
    line-height: 1.33333;
    margin: 25px 0;
  }
  .entry-block h5:not([class*="heading"]) {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 25px 0 15px;
  }
  .entry-block table:not([class*="table"]) {
    font-size: 1.4rem;
  }
  .entry-block table:not([class*="table"]) th, .entry-block table:not([class*="table"]) td {
    padding: 10px;
    box-sizing: border-box;
  }
  .entry-block table:not([class*="table"]).type-sp-vertical {
    border-bottom: 1px solid #bfbfbf;
  }
  .entry-block table:not([class*="table"]).type-sp-vertical th, .entry-block table:not([class*="table"]).type-sp-vertical td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .entry-block table:not([class*="table"]).type-sp-vertical th:empty, .entry-block table:not([class*="table"]).type-sp-vertical td:empty {
    display: none;
  }
  .entry-block table:not([class*="table"]) thead th {
    font-weight: bold;
  }
  .entry-block table:not([class*="table"]) tbody th {
    font-weight: bold;
  }
  .list-type03.column2 > li {
    margin-bottom: 20px;
  }
  .list-type03.type-recruit {
    font-size: 1.4rem;
  }
  .list-type03 > li {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .link-list01 {
    flex-wrap: wrap;
  }
  .link-list01__item {
    font-size: 1.1rem;
    width: 50%;
    padding: 13px 35px 13px 15px;
  }
  .link-list02__item {
    display: block;
    margin: 10px 0;
  }
  .pager-type01 {
    margin: 30px 0;
  }
  .pager-type01__control {
    line-height: 27px;
    background-size: 6px auto;
    font-size: 1.4rem;
  }
  .pager-type01__control.type-prev {
    padding-left: 10px;
    margin-right: 10px;
  }
  .pager-type01__control.type-next {
    padding-right: 10px;
    margin-left: 10px;
  }
  .pager-type01__num {
    font-size: 1.2rem;
    width: 27px;
    line-height: 27px;
    margin: 0 1.2%;
  }
  .pager-type01__item {
    line-height: 27px;
  }
  .button-type01 {
    padding: 15px 10px;
    font-size: 1.4rem;
    display: block;
  }
  .button-type01.type-sp-auto {
    display: inline-block;
    padding: 15px 10%;
  }
  .button-type02 {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
  .faq-list01 {
    margin: 30px 0;
  }
  .faq-list01__list {
    margin-bottom: 20px;
  }
  .faq-list01__list + .faq-list01__list {
    margin-top: 20px;
    padding-top: 20px;
  }
  .faq-list01__q, .faq-list01__a {
    margin-bottom: 10px;
  }
  .faq-list01__q span, .faq-list01__a span {
    font-size: 1.8rem;
  }
  .detail-block01__img {
    margin: 0 0 25px;
    overflow: hidden;
    padding-top: 51.47059%;
  }
  .detail-block01__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .detail-block01__text {
    text-align: center;
  }
  .detail-block01__tag {
    margin: 0 0 10px;
  }
  .detail-block01__category {
    font-size: 1.3rem;
    margin: 0;
  }
  .detail-block01__name {
    font-size: 2.1rem;
    margin: 8px 0 3px;
  }
  .detail-block01__en {
    font-size: 1rem;
    margin: 0 0 25px;
  }
  .detail-block01__frame {
    padding: 30px 20px;
  }
  .detail-block01__message-title {
    font-size: 1.8rem;
    margin: 0 0 15px;
    text-align: center;
  }
  .detail-block01__message {
    font-size: 1.8rem;
  }
  .search-block01 {
    margin: 20px 0;
  }
  .search-block01__input {
    padding: 10px 10px;
    font-size: 1.6rem;
  }
  .search-block01__button {
    width: 50px;
    height: 50px;
    background-size: 18px auto;
  }
  .search-block01__reset {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
  .calendar-description01 {
    margin: 30px 0;
  }
  .calendar-description01.sp-only {
    margin: 30px 0 20px !important;
  }
  .calendar-description01__item {
    width: 90px;
    line-height: 30px;
    font-size: 1.2rem;
    margin: 0 10px 10px 0;
  }
  .calendar-description01__item.title {
    width: auto;
    margin-right: 20px;
  }
  .calendar-type01__table thead {
    font-size: 1.8rem;
    line-height: 50px;
  }
  .calendar-type01__table tbody {
    font-size: 1.4rem;
    line-height: 45px;
  }
  .form-table__title .required {
    width: 40px;
    line-height: 25px;
    font-size: 1.2rem;
  }
  .form-input {
    width: 100%;
  }
  .form-textarea {
    height: 180px;
  }
  .form-select {
    min-width: 0;
    width: auto;
  }
  .input-list li {
    margin-bottom: 10px;
  }
  .form-file {
    width: 100%;
  }
  .topics-select__body {
    margin: 0 0 25px;
  }
  .numblock01 {
    padding: 0 35px;
  }
  .numblock01__inner {
    margin: 25px 0;
  }
  .numblock01__title02 {
    font-size: 2.1rem;
    margin: 0 0 10px;
  }
  .numblock01__notes01 {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .numblock01__notes02 {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin: 10px 0 0;
  }
  .numblock01__notes03 {
    font-size: 1.3rem;
    margin: 10px 0 0;
  }
  .numblock-accordion01 {
    margin: 40px 0 90px;
    box-shadow: 0 0 20px 5px rgba(207, 208, 216, 0.5);
  }
  .numblock-accordion01__trigger {
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #3c58cd;
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    line-height: 1.4;
    min-height: 75px;
    margin: 2px 0 0;
    padding: 20px 60px 20px 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .numblock-accordion01__trigger:before {
    content: "";
    width: 4px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: height .2s;
  }
  .numblock-accordion01__trigger:after {
    content: "";
    background-image: url(/about/image/open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -15px;
    transition: background .2s, transform .2s;
  }
  .numblock-accordion01__trigger.is-open:before {
    height: 50px;
  }
  .numblock-accordion01__trigger.is-open:after {
    background-image: url(/about/image/close.svg);
    transform: rotate(180deg);
  }
  .numblock-accordion01__target {
    display: none;
  }
  .numblock-accordion02 {
    margin: 40px 0 90px;
    box-shadow: 0 0 20px 5px rgba(207, 208, 216, 0.5);
  }
  .numblock-accordion02__trigger {
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #3c58cd;
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: normal;
    line-height: 1.4;
    min-height: 75px;
    margin: 2px 0 0;
    padding: 20px 60px 20px 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .numblock-accordion02__trigger:before {
    content: "";
    width: 4px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: height .2s;
  }
  .numblock-accordion02__trigger:after {
    content: "";
    background-image: url(/about/image/open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -15px;
    transition: background .2s, transform .2s;
  }
  .numblock-accordion02__trigger.is-open:before {
    height: 50px;
  }
  .numblock-accordion02__trigger.is-open:after {
    background-image: url(/about/image/close.svg);
    transform: rotate(180deg);
  }
  .numblock-accordion02__target {
    display: none;
    overflow: hidden;
    padding: 30px 35px;
  }
  .graph-list + .graph-list {
    margin-top: 25px;
  }
  .graph-list__item {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  .graph-list__item + .graph-list__item {
    margin-top: 25px;
  }
  .graph-circle:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .graph01__icon {
    top: 50%;
    margin-top: -80px;
  }
  .graph01__icon img {
    max-width: 79px;
  }
  .graph01__text {
    font-size: 2.7rem;
    bottom: 50%;
    margin-bottom: -70px;
  }
  .graph01__text span {
    font-size: 6rem;
  }
  .graph02__eki01 {
    font-size: 1.5rem;
    line-height: 1.4;
    top: 15%;
  }
  .graph02__eki01 span {
    font-size: 2rem;
  }
  .graph02__eki02 {
    top: 50%;
  }
  .graph02__from {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .graph02__minutes {
    font-size: 2.2rem;
  }
  .graph02__minutes span {
    font-size: 6rem;
    padding: 0 5px;
  }
  .graph03__icon {
    top: 50%;
    margin-top: -90px;
  }
  .graph03__icon img {
    max-width: 72px;
  }
  .graph03__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -5px);
  }
  .graph03__list.type01 {
    line-height: 1.1;
  }
  .graph03__list.type01 .graph03__dt {
    font-size: 1.8rem;
    padding-right: 20px;
  }
  .graph03__list.type01 .graph03__dd {
    font-size: 2.2rem;
  }
  .graph03__list.type01 .graph03__dd span {
    font-size: 5.2rem;
  }
  .graph03__list.type02 {
    line-height: 1.3;
  }
  .graph03__list.type02 .graph03__dt {
    font-size: 1.8rem;
    padding-right: 15px;
  }
  .graph03__list.type02 .graph03__dd {
    font-size: 1.6rem;
  }
  .graph03__list.type02 .graph03__dd span {
    font-size: 3.4rem;
  }
  .graph04__icon {
    top: 50%;
    margin-top: -90px;
  }
  .graph04__icon img {
    max-width: 60px;
  }
  .graph04__text {
    font-size: 2.2rem;
    bottom: 50%;
    margin-bottom: -70px;
  }
  .graph04__text span {
    font-size: 6rem;
  }
  .graph05__icon {
    top: 50%;
    margin-top: -80px;
  }
  .graph05__icon img {
    max-width: 60px;
  }
  .graph05__text {
    font-size: 2.7rem;
    bottom: 50%;
    margin-bottom: -70px;
  }
  .graph05__text span {
    font-size: 6rem;
  }
  .graph06__icon {
    top: 50%;
    margin-top: -80px;
  }
  .graph06__icon img {
    max-width: 60px;
  }
  .graph06__text {
    font-size: 2.7rem;
    bottom: 50%;
    margin-bottom: -70px;
  }
  .graph06__text span {
    font-size: 6rem;
  }
  .graph07 {
    margin: 0 0 40px;
  }
  .graph07__circle {
    bottom: -20px;
    transform: translateX(-50%);
  }
  .graph07__title {
    font-size: 2.1rem;
    top: 15%;
  }
  .graph07__num01 {
    font-size: 2.7rem;
    top: 30%;
  }
  .graph07__num01 span {
    font-size: 6rem;
  }
  .graph07__sub {
    font-size: 1.5rem;
    top: 29%;
  }
  .graph07__num02 {
    font-size: 1.8rem;
    top: 50%;
  }
  .graph07__num02 span {
    font-size: 3rem;
  }
  .graph08__icon {
    top: 50%;
    margin-top: -90px;
  }
  .graph08__icon img {
    max-width: 82px;
  }
  .graph08__text {
    font-size: 2.2rem;
    bottom: 50%;
    margin-bottom: -100px;
    transform: translateX(-50%);
  }
  .graph08__text span {
    font-size: 5.2rem;
  }
  .graph09 {
    width: 270px;
    margin: 0 auto;
  }
  .graph10__icon {
    top: 50%;
    margin-top: -100px;
  }
  .graph10__icon img {
    max-width: 60px;
  }
  .graph10__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -5px);
  }
  .graph10__dt {
    font-size: 1.8rem;
    padding-right: 15px;
  }
  .graph10__dd {
    font-size: 1.6rem;
  }
  .graph10__dd span {
    font-size: 3.4rem;
  }
  .graph11__icon {
    top: 50%;
    margin-top: -80px;
  }
  .graph11__icon img {
    max-width: 60px;
  }
  .graph11__text {
    font-size: 2.7rem;
    bottom: 50%;
    margin-bottom: -70px;
  }
  .graph11__text span {
    font-size: 6rem;
  }
  .graph12__icon {
    top: 50%;
    margin-top: -80px;
  }
  .graph12__icon img {
    max-width: 60px;
  }
  .graph12__text {
    font-size: 2.7rem;
    bottom: 50%;
    margin-bottom: -70px;
  }
  .graph12__text span {
    font-size: 6rem;
  }
  .graph13__icon {
    top: 50%;
    margin-top: -80px;
  }
  .graph13__icon img {
    max-width: 60px;
  }
  .graph13__text {
    font-size: 2.7rem;
    bottom: 50%;
    margin-bottom: -60px;
  }
  .graph13__text span {
    font-size: 6rem;
  }
  .graph13__notes {
    font-size: 1.2rem;
    line-height: 1.25;
    bottom: 8%;
  }
  .accordion-type01__target {
    display: none;
  }
}

/*
サイト内検索 調整
記事タイトル高さ修正
*/
.gs-title {
  height: 1.4em !important;
}
