@charset "UTF-8";
/*!
Theme Name: Waseda ver2023
Theme URI: 
Author: Communication arts Inc.
Author URI: https://ca-inc.co.jp
Description: 
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.section.world ul, .section.top-support .support-tab ul, .section.voice ul, .section.graduate-school .col2 .col-detail ul, .section.graduate-school .col2 .col-list ul, .section.related-info ul, .section.recurrent-lev2 .content ul {
  margin: 0;
  padding: 0;
}
.section.world ul li, .section.top-support .support-tab ul li, .section.voice ul li, .section.graduate-school .col2 .col-detail ul li, .section.graduate-school .col2 .col-list ul li, .section.related-info ul li, .section.recurrent-lev2 .content ul li {
  list-style: none;
}

.section.contact .col2 .col dl {
  margin: 0;
  padding: 0;
}
.section.contact .col2 .col dl dt, .section.contact .col2 .col dl dd {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #212121;
}

header, h1, h2, h3, h4, div, p, ul, ol, li, dl, dt, dd, a {
  box-sizing: border-box;
}

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

h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-weight: 500;
}

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

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

.mb-l {
  margin-bottom: 100px !important;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt100 {
  padding-top: 100px;
}

.m0 {
  margin: 0 !important;
}

.pl1em {
  padding-left: 1.25em;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #212121;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background-color: #F2EEED;
}

header {
  width: 100%;
  padding: 30px 50px;
  position: absolute;
  left: 0;
  top: 0;
  /*　ハンバーガーボタン　*/
}
header .logo {
  width: 375px;
  position: relative;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
}
header .nav1 {
  position: fixed;
  z-index: 25;
  width: 100px;
  height: 90px;
  background: #E0DAD8 url("./assets/images/icon_kakomon.png") no-repeat 30px 10px;
  background-size: 60%;
  right: 201px;
  top: 0;
  text-align: center;
  transition: 0.3s;
}
header .nav1 a {
  display: block;
  height: 100%;
  padding-top: 50px;
}
header .nav1 a:hover {
  text-decoration: none;
}
header .nav1:hover {
  opacity: 0.6;
}
header .nav2 {
  position: fixed;
  z-index: 25;
  width: 100px;
  height: 90px;
  background: #E0DAD8 url("./assets/images/icon_qa.png") no-repeat 30px 10px;
  background-size: 60%;
  margin-left: 1px;
  right: 100px;
  top: 0;
  text-align: center;
  transition: 0.3s;
}
header .nav2 a {
  display: block;
  height: 100%;
  padding-top: 50px;
}
header .nav2 a:hover {
  text-decoration: none;
}
header .nav2:hover {
  opacity: 0.6;
}
header .hamburger {
  background: #6E6763;
  display: block;
  position: fixed;
  z-index: 25;
  right: 0;
  top: 0;
  width: 100px;
  height: 90px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
header .hamburger span {
  display: block;
  position: absolute;
  width: 45px;
  height: 1px;
  left: 30px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .hamburger span:nth-child(1) {
  top: 35px;
}
header .hamburger span:nth-child(2) {
  top: 45px;
}
header .hamburger span:nth-child(3) {
  top: 55px;
}
header .hamburger.active span:nth-child(1) {
  top: 45px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .hamburger.active span:nth-child(2), header .hamburger.hamburger.active span:nth-child(3) {
  top: 45px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .hamburger:hover {
  opacity: 0.7;
}
header nav.globalMenuSp {
  display: block;
  position: fixed;
  box-sizing: border-box;
  z-index: 20;
  top: 0;
  left: 0;
  color: #333;
  background: #fff;
  width: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  header nav.globalMenuSp {
    height: auto;
  }
}
header nav.globalMenuSp.active { /* このクラスを、jQueryで付与・削除する */
  opacity: 100;
  visibility: visible;
}
header nav.globalMenuSp ul {
  margin: 0 90px 20px 30px;
  padding-right: 170px;
  display: flex;
  flex-wrap: wrap;
}
header nav.globalMenuSp ul.main-nav {
  margin-top: 10px;
}
header nav.globalMenuSp ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav.globalMenuSp ul li a {
  display: block;
  line-height: 80px;
  font-size: 18px;
  margin-right: 40px;
  transition: 0.4s;
}
header nav.globalMenuSp ul li a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("./assets/images/icon_nav@2x.png") no-repeat 50%;
  background-size: contain;
  transform: translateY(5px);
}
header nav.globalMenuSp ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}
header nav.globalMenuSp ul li.blank a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("./assets/images/icon_menu_link_blank@2x.png") no-repeat 50%;
  background-size: contain;
  transform: translateY(5px);
}
@media (max-width: 1280px) {
  header nav.globalMenuSp ul {
    height: auto;
    align-content: center;
    padding-right: 210px;
  }
  header nav.globalMenuSp ul li a {
    line-height: 60px;
    font-size: 18px;
    margin-right: 20px;
  }
}
@media (max-width: 1280px) {
  header nav.globalMenuSp ul {
    height: auto;
    margin: 0 60px 20px 0;
  }
  header nav.globalMenuSp ul.main-nav {
    margin-top: 0;
  }
}

footer {
  padding: 40px 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #606161;
}
@media (max-width: 1280px) {
  footer {
    padding: 40px 50px;
  }
}
footer .footer-logo {
  flex-basis: 320px;
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-logo img.sp {
  display: none;
}
footer code {
  text-align: right;
  color: #ffffff;
  font-size: 12px;
  margin-top: 30px;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pagetop {
  display: block;
  width: 100px;
  height: 100px;
  background: url("./assets/images/bt_pagetop@2x.png") no-repeat;
  background-size: contain;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  transition: 0.3s;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .pagetop {
    display: none;
    visibility: hidden;
  }
}

.scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  width: 8em;
  text-align: center;
  margin: auto;
}

.c-scrolldown {
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(34, 34, 34) 50%, rgba(34, 34, 34, 0) 50%);
  background-position: 0 -30px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -30px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 30px;
  }
}
#lottie {
  /* background-color:#ffffff; */
  max-width: 720px;
  max-height: 720px;
  min-width: 600px;
  min-width: 600px;
  height: 100vh;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: -1;
  padding-top: 50px;
}
@media (max-width: 1280px) {
  #lottie {
    right: 50px;
  }
}

#lottie2 {
  /* background-color:#ffffff; */
  width: 1100px;
  height: 1100px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: -1;
}

#lottie3 {
  /* background-color:#ffffff; */
  width: 950px;
  height: 950px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 1800px;
  right: -200px;
  z-index: 1;
}

.section {
  width: 100%;
}
.section.home {
  padding: 0 100px;
  height: 100vh;
  min-height: 550px;
  position: relative;
}
@media (max-width: 1280px) {
  .section.home {
    padding: 40px 50px;
  }
}
.section.home .tag-line {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 100px;
}
.section.home .tag-line h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 70px;
  line-height: 1.4;
  margin-top: 0;
}
.section.home .tag-line p {
  font-size: 28px;
}
.section.top-movie {
  width: 100%;
  margin: auto;
  padding: 0 100px;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .section.top-movie {
    padding: 40px 50px;
  }
}
.section.top-movie h2 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin: 40px 0;
}
.section.top-movie h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.section.top-movie .col2 {
  display: flex;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 1300px;
  margin: auto;
}
.section.top-movie .col2 .col_img {
  flex-basis: 50%;
  line-height: 0;
}
.section.top-movie .col2 .col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.top-movie .col2 .col_tx {
  flex-basis: 50%;
  padding: 30px 50px;
}
.section.top-movie .col2 .col_tx .movie-title {
  font-size: 30px;
  margin: 10px 0;
}
.section.top-movie .col2 .col_tx .movie-sub-t {
  font-size: 20px;
  margin: 10px 0;
}
.section.top-movie .col2 .col_tx .btn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #E2DCD8;
  border-radius: 6px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.section.top-movie .col2 .col_tx .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #F2EEED;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s;
}
.section.top-movie .col2 .col_tx .btn:hover::before {
  transform: scale(1, 1);
}
.section.top-movie .col2 .col_tx .btn a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section.top-movie .col2 .col_tx .btn a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("./assets/images/btn-movie@2x.png") no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.section.top-movie .col2 .col_tx .btn a:hover {
  text-decoration: none;
}
.section.top-spirit {
  background: url("./assets/images/top-spirit-bg@2x.png") no-repeat 50% 0;
  background-size: 100%;
  width: 100%;
  margin: auto;
  padding: 60px 100px;
}
@media (max-width: 1280px) {
  .section.top-spirit {
    padding: 40px 50px;
  }
}
.section.top-spirit h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin: 40px 0;
  color: #ffffff;
}
.section.top-spirit h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
}
.section.top-spirit .block {
  width: 960px;
  margin: auto;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px 50px;
}
@media (max-width: 1280px) {
  .section.top-spirit .block {
    width: 100%;
  }
}
.section.top-spirit .block h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.section.top-spirit .block h3.sp {
  display: none;
}
.section.top-spirit .block p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 20px;
}
.section.top-spirit .block p span {
  font-weight: 600;
  color: #8E1728;
}
.section.top-spirit .block p.sum {
  border-bottom: 1px solid #E2DCD8;
}
.section.top-spirit .block p.ac1 {
  width: 180px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.section.top-spirit .block p.ac1:hover {
  opacity: 0.4;
}
.section.top-spirit .block p.ac1:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url("./assets/images/icon_open@2x.png") no-repeat;
  background-size: contain;
}
.section.top-spirit .block p.ac1.active {
  display: none;
}
.section.top-spirit .block .sp_ac1-open {
  display: block;
}
.section.top-spirit .block .ac1-open {
  display: none;
  padding-top: 20px;
}
.section.top-spirit .block .ac1-open p {
  text-align: center;
}
.section.top-spirit .block .ac1-open p strong {
  font-size: 20px;
  font-weight: 600;
}
.section.top-spirit .block .ac1-open .close_btn {
  width: 200px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin: auto;
  transition: 0.3s;
}
.section.top-spirit .block .ac1-open .close_btn:hover {
  opacity: 0.4;
}
.section.top-spirit .block .ac1-open .close_btn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url("./assets/images/icon_close@2x.png") no-repeat;
  background-size: contain;
}
.section.world h3 {
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin: 40px 0;
}
.section.world h3 span:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 50px;
  border-top: 1px solid #8E1728;
  border-left: 1px solid #8E1728;
  transform: translateY(-5px);
}
.section.world h3 span:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 50px;
  border-bottom: 1px solid #8E1728;
  border-right: 1px solid #8E1728;
  transform: translateY(20px);
  margin-right: 30px;
}
.section.world .tab-area {
  width: 960px;
  margin: 0 auto;
  display: flex; /* flexで横並び */
  cursor: pointer; /* カーソルポインターに */
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .section.world .tab-area {
    width: 100%;
  }
}
.section.world .tab {
  width: calc(33.3333333333% - 20px); /* calc関数を使用し、均等に3分割する */
  padding: 20px 0;
  text-align: center; /* 文字を中央に。 */
  font-size: 24px;
  background: #ECE7E6;
  border-radius: 8px 8px 0 0;
  align-self: flex-end;
  transition: 0.3s;
}
.section.world .tab span {
  color: #8E1728;
}
.section.world .tab.active {
  background-color: #fff;
}
.section.world .tab.active:nth-child(1):before {
  content: "";
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
  display: block;
  background: url("./assets/images/icon_world01@2x.png") no-repeat 50%;
  background-size: contain;
}
.section.world .tab.active:nth-child(2):before {
  content: "";
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
  display: block;
  background: url("./assets/images/icon_world02@2x.png") no-repeat 50%;
  background-size: contain;
}
.section.world .tab.active:nth-child(3):before {
  content: "";
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
  display: block;
  background: url("./assets/images/icon_world03@2x.png") no-repeat 50%;
  background-size: contain;
}
.section.world .tab:hover {
  background: #ffffff;
}
.section.world .panel-area {
  background: #fff;
}
.section.world .panel-area .panel {
  display: none;
  padding: 50px 100px;
}
@media (max-width: 1280px) {
  .section.world .panel-area .panel {
    padding: 40px 50px;
  }
}
.section.world .panel-area .panel.active {
  display: block;
}
.section.world .panel-area .panel .col2 {
  display: flex;
  justify-content: space-between;
}
.section.world .panel-area .panel .col2 a {
  color: #8E1728;
  text-decoration: underline;
}
.section.world .panel-area .panel .col2 a:hover {
  color: #606161;
}
.section.world .panel-area .panel .col2 .col-tx,
.section.world .panel-area .panel .col2 .col-img {
  width: calc(50% - 30px);
}
.section.world .panel-area .panel .col2 .col-tx p,
.section.world .panel-area .panel .col2 .col-img p {
  font-size: 18px;
  line-height: 2;
}
.section.world .panel-area .panel .col2 .col-tx img,
.section.world .panel-area .panel .col2 .col-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.section.recurrent, .section.guidance {
  display: flex;
  position: relative;
  z-index: 1;
}
.section.recurrent.rev, .section.guidance.rev {
  flex-direction: row-reverse;
}
.section.recurrent .col-img, .section.guidance .col-img {
  flex-basis: 50%;
}
.section.recurrent .col-img img, .section.guidance .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.recurrent .col-tx, .section.guidance .col-tx {
  flex-basis: 50%;
}
.section.recurrent .col-tx .inner, .section.guidance .col-tx .inner {
  padding: 40px 100px 40px 60px;
}
@media (max-width: 1280px) {
  .section.recurrent .col-tx .inner, .section.guidance .col-tx .inner {
    padding: 40px 50px 40px 60px;
  }
}
.section.recurrent .col-tx .inner h3, .section.guidance .col-tx .inner h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
.section.recurrent .col-tx .inner h3 span, .section.guidance .col-tx .inner h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.section.recurrent .col-tx .inner p, .section.guidance .col-tx .inner p {
  font-size: 18px;
}
.section.recurrent .col-tx .inner .btn, .section.guidance .col-tx .inner .btn {
  width: 230px;
  border-radius: 8px;
  background: #ffffff;
  margin-top: 40px;
  position: relative;
}
.section.recurrent .col-tx .inner .btn:before, .section.guidance .col-tx .inner .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #F2EEED;
  border-radius: 8px;
  border: 1px solid #B4B4B4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s;
}
.section.recurrent .col-tx .inner .btn:hover::before, .section.guidance .col-tx .inner .btn:hover::before {
  transform: scale(1, 1);
}
.section.recurrent .col-tx .inner .btn a, .section.guidance .col-tx .inner .btn a {
  display: block;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.section.recurrent .col-tx .inner .btn a:hover, .section.guidance .col-tx .inner .btn a:hover {
  text-decoration: none;
}
.section.recurrent .col-tx .inner .btn a:after, .section.guidance .col-tx .inner .btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 25px;
  height: 8px;
  border-bottom: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  transform: skew(45deg);
}
.section.recurrent .col-tx .inner .btn a.blank:after, .section.guidance .col-tx .inner .btn a.blank:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 15px;
  border: none;
  transform: skew(0);
  background: url(./assets/images/icon_link_blank@2x.png) no-repeat 50%;
  background-size: contain;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}
.section.top-support {
  background: url("./assets/images/top_support_bg@2x-100.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 60px 100px;
}
@media (max-width: 1280px) {
  .section.top-support {
    padding: 40px 50px;
  }
}
.section.top-support h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.section.top-support h3 span {
  font-size: 16px;
}
.section.top-support h3 span.e {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.section.top-support .support-tab .tab-area {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex; /* flexで横並び */
  cursor: pointer; /* カーソルポインターに */
  justify-content: space-between;
}
.section.top-support .support-tab .tab-area .tab2 {
  width: calc(25% - 20px); /* calc関数を使用し、均等に3分割する */
  padding: 20px 0;
  text-align: center; /* 文字を中央に。 */
  font-size: 20px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.3);
  align-self: auto;
  display: flex;
  align-items: center;
  transition: 0.3s;
  border-radius: 8px 8px 0 0;
}
.section.top-support .support-tab .tab-area .tab2 span {
  width: 100%;
  display: block;
  text-align: center;
}
.section.top-support .support-tab .tab-area .tab2:hover, .section.top-support .support-tab .tab-area .tab2.active {
  background: rgb(255, 255, 255);
}
.section.top-support .support-tab .panel-area {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  background: #ffffff;
}
.section.top-support .support-tab .panel-area .panel2 {
  display: none;
  padding: 50px 60px;
}
.section.top-support .support-tab .panel-area .panel2.active {
  display: block;
}
.section.top-support .support-tab .panel-area .panel2 .text-center {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .section.top-support .support-tab .panel-area .panel2 .text-center {
    font-size: 16px;
    text-align: left;
  }
  .section.top-support .support-tab .panel-area .panel2 .text-center .pc {
    display: none;
  }
}
.section.top-support .support-tab .panel-area .panel2 h4 {
  font-size: 26px;
  font-weight: 500;
  width: 400px;
  margin: 0 auto 40px;
  text-align: center;
}
.section.top-support .support-tab .panel-area .panel2 h4.sp {
  display: none;
}
.section.top-support .support-tab .panel-area .panel2 h4:after {
  content: "";
  display: block;
  width: 30px;
  border-top: 3px solid #8E1728;
  margin: 20px auto 0;
}
.section.top-support .support-tab .panel-area .panel2 h4.first:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url("./assets/images/icon_support01@2x.png") no-repeat 50%;
  background-size: contain;
  margin: 0 auto 20px;
}
.section.top-support .support-tab .panel-area .panel2 h4.second:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url("./assets/images/icon_support02@2x.png") no-repeat 50%;
  background-size: contain;
  margin: 0 auto 20px;
}
.section.top-support .support-tab .panel-area .panel2 h4.third:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url("./assets/images/icon_support03@2x.png") no-repeat 50%;
  background-size: contain;
  margin: 0 auto 20px;
}
.section.top-support .support-tab .panel-area .panel2 h4.fourth:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url("./assets/images/icon_support04@2x.png") no-repeat 50%;
  background-size: contain;
  margin: 0 auto 20px;
}
.section.top-support .support-tab .panel-area .panel2 .col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col {
  width: calc(50% - 20px);
  position: relative;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col.img {
  padding: 40px 0 0;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col.img img {
  width: 100%;
  height: auto;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col h5 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #E2DCD8;
  padding-bottom: 10px;
  text-align: center;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p {
  font-size: 16px;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn {
    margin-top: 20px;
  }
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn.sec {
  margin-top: 20px;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn.double-line a {
  line-height: 30px;
  height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn.double-line {
    margin-top: 0;
  }
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a {
  display: block;
  width: 100%;
  line-height: 90px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #E2DCD8;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a {
    padding-left: 20px !important;
  }
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 15px;
  background: url("./assets/images/icon_link_blank@2x.png") no-repeat 50%;
  background-size: contain;
  right: 40px;
  top: 50%;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:after {
    right: 20px;
  }
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:hover {
  text-decoration: none;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #E2DCD8;
  background: #F2EEED;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s;
}
.section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:hover::before {
  transform: scale(1, 1);
}
.section.voice {
  background: #ffffff;
  padding: 60px 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .section.voice {
    padding: 40px 50px;
  }
}
.section.voice h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.section.voice h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
}
.section.voice ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.voice ul li {
  flex-basis: calc(33.3333333333% - 20px);
  background: #F2EEED;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.section.voice ul li .rss_image {
  float: none;
  width: 100% !important;
  height: 270px !important;
  margin: 0 !important;
}
.section.voice ul li .rss_image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.section.voice ul li .rss_image span {
  transition: 0.3s;
}
.section.voice ul li .rss_image:hover span {
  transform: scale(1.1);
}
.section.voice ul li .title {
  font-size: 17px;
  display: block;
  padding: 20px 30px;
}
.section.voice ul li .rss_content {
  padding: 0 30px;
}
.section.graduate-school {
  background: #fff;
  padding: 60px 0;
  position: relative;
}
.section.graduate-school .bg-dia {
  width: 100%;
  height: 1100px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./assets/images/bg_dia@2x.png") no-repeat;
  background-size: 950px auto;
  background-position: 160% 50px;
}
.section.graduate-school h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.section.graduate-school h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
}
.section.graduate-school p.text-center {
  width: 100%;
  padding: 0 60px 40px;
  text-align: center;
}
.section.graduate-school .col2 {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  z-index: 2;
}
.section.graduate-school .col2 .sp_ac_detail {
  display: none;
}
.section.graduate-school .col2 .col-detail {
  flex-basis: 50%;
  background: url("./assets/images/top-graduate-school-bg@2x-100.jpg") no-repeat;
  background-size: cover;
  padding: 40px;
}
.section.graduate-school .col2 .col-detail .panel-area {
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #fff;
  color: #ffffff;
  position: relative;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 {
  display: none;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3.active {
  display: block;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 h4 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin: 30px 0 0;
}
@media (max-width: 1280px) {
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4 {
    font-size: 24px;
  }
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 h4.sp {
  display: none;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 {
    font-size: 14px;
    padding-bottom: 80px;
  }
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 .col {
  flex-basis: 190px;
  text-align: center;
  margin: 0 5px;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 .col h5 {
  width: 130px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #fff;
  line-height: 28px;
  margin: 20px auto 10px;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 .col span {
  font-size: 12px;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 235px;
  background: #ffffff;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .btn a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .btn a:hover {
  text-decoration: none;
  color: #212121;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #F2EEED;
  border-radius: 5px;
  transform: translateX(-100%);
  transform-origin: left top;
  transition: 0.2s;
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .btn:hover::before {
  transform: scale(1, 1);
}
.section.graduate-school .col2 .col-detail .panel-area .panel3 .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("./assets/images/icon_link_blank@2x.png") no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.section.graduate-school .col2 .col-list {
  flex-basis: 50%;
  padding: 0;
}
.section.graduate-school .col2 .col-list ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E2DCD8;
}
.section.graduate-school .col2 .col-list ul li {
  border-bottom: 1px solid #E2DCD8;
  flex-basis: 50%;
  text-align: center;
  font-size: 18px;
  padding: 12px 10px;
  cursor: pointer;
  transition: 0.3s;
}
.section.graduate-school .col2 .col-list ul li:hover, .section.graduate-school .col2 .col-list ul li.active {
  background: #E2DCD8;
}
.section.graduate-school .col2 .col-list ul li:nth-child(2n) {
  border-left: 1px solid #E2DCD8;
}
@media (max-width: 1280px) {
  .section.graduate-school .col2 .col-list ul li {
    font-size: 16px;
  }
}
.section.graduate-school .col2 .col-list .graduate-link {
  background: url(./assets/images/top-graduate-school-bg@2x-100.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  display: block;
  padding: 12px 60px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.section.graduate-school .col2 .col-list .graduate-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 15px;
  background: url(./assets/images/icon_link_blank-bk@2x.png) no-repeat 50%;
  background-size: contain;
  right: 40px;
  top: 50%;
  margin-top: -7px;
}
.section.graduate-school .col2 .col-list .graduate-link:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.section.related-info {
  background: #ffffff;
  padding: 60px 100px;
}
@media (max-width: 1280px) {
  .section.related-info {
    padding: 40px 50px;
  }
}
.section.related-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.related-info ul li {
  flex-basis: calc(25% - 1px);
  height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section.related-info ul li p {
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  padding: 0 20px 40px;
  text-align: center;
}
.section.related-info ul li p span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section.related-info ul li p::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 30px auto;
  background: url("./assets/images/icon_link_blank-wh@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 50%;
  transform: translateX(9px);
  bottom: 20px;
}
@media (max-width: 980px) {
  .section.related-info ul li p {
    font-size: 16px;
  }
  .section.related-info ul li p span {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .section.related-info ul li p span {
    display: inline;
  }
}
.section.related-info ul li a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section.related-info ul li:nth-child(1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/images/info-banner04@2x-100.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  transition: 0.3s;
  z-index: -1;
}
.section.related-info ul li:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/images/info-banner01@2x-100.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 0;
  transition: 0.3s;
  z-index: -1;
}
.section.related-info ul li:nth-child(3):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/images/info-banner02@2x-100.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  transition: 0.3s;
  z-index: -1;
}
.section.related-info ul li:nth-child(4):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/images/info-banner03@2x-100.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  transition: 0.3s;
  z-index: -1;
}
.section.related-info ul li:hover:before {
  transform: scale(1.1);
}
.section.contact {
  padding: 60px 100px;
}
@media (max-width: 1280px) {
  .section.contact {
    padding: 40px 50px;
  }
}
.section.contact .col2 {
  display: flex;
}
@media (max-width: 1280px) {
  .section.contact .col2 {
    display: block;
  }
}
.section.contact .col2 h3 {
  flex-basis: 220px;
  font-size: 20px;
  margin: 0 30px 0 0;
}
.section.contact .col2 h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .section.contact .col2 h3 {
    text-align: center;
  }
}
.section.contact .col2 .col {
  padding: 0 0 0 60px;
  flex-basis: 1050px;
  border-left: 1px solid #E2DCD8;
}
@media (max-width: 1280px) {
  .section.contact .col2 .col {
    padding: 0;
    border-left: none;
  }
}
.section.contact .col2 .col p {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .section.contact .col2 .col p {
    text-align: center;
  }
}
.section.contact .col2 .col .col2 {
  width: 100%;
  display: flex;
}
@media (max-width: 1280px) {
  .section.contact .col2 .col .col2 {
    display: block;
  }
}
.section.contact .col2 .col .col2 dl {
  flex-basis: 50%;
  min-width: 470px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .section.contact .col2 .col .col2 dl {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.section.contact .col2 .col .col2 dl:first-child {
  align-items: center;
}
.section.contact .col2 .col .col2 dl dt, .section.contact .col2 .col .col2 dl dd {
  font-size: 16px;
  margin-bottom: 30px;
}
.section.contact .col2 .col .col2 dl dt span, .section.contact .col2 .col .col2 dl dd span {
  font-size: 26px;
}
@media (max-width: 1280px) {
  .section.contact .col2 .col .col2 dl dt, .section.contact .col2 .col .col2 dl dd {
    font-size: 14px;
  }
  .section.contact .col2 .col .col2 dl dt span, .section.contact .col2 .col .col2 dl dd span {
    font-size: 24px;
  }
}
.section.contact .col2 .col .col2 dl dt {
  flex-basis: 120px;
  position: relative;
  padding-left: 60px;
}
.section.contact .col2 .col .col2 dl dt:nth-of-type(1):before {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 50px;
  background: url("./assets/images/icon_contact_phone@2x.png") no-repeat 50%;
  background-size: contain;
  top: -10px;
  left: 0;
}
.section.contact .col2 .col .col2 dl dt:nth-of-type(2):before {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 50px;
  background: url("./assets/images/icon_contact_mail@2x.png") no-repeat 50%;
  background-size: contain;
  top: -10px;
  left: 0;
}
.section.contact .col2 .col .col2 dl dd {
  flex-basis: 350px;
}
@media (max-width: 1280px) {
  .section.contact .col2 .col .col2 dl dd {
    flex-basis: 240px;
    margin-bottom: 0;
  }
}
.section.contact .col2 .col .col2 dl:last-of-type dt:before {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 50px;
  background: url("./assets/images/icon_contact_address@2x.png") no-repeat 50%;
  background-size: contain;
  top: -10px;
  left: 0;
}
.section.contact .col2 .col .col2 dl:last-of-type dd {
  flex-basis: 350px;
}
@media (max-width: 1280px) {
  .section.contact .col2 .col .col2 dl dt {
    padding-left: 45px;
    flex-basis: 100px;
    margin-bottom: 0;
  }
  .section.contact .col2 .col .col2 dl dt:before {
    width: 36px !important;
    height: 40px !important;
  }
}
.section.recurrent-lev2.first {
  padding-top: 150px;
}
.section.recurrent-lev2 .page-title {
  display: flex;
  width: 100%;
  height: 360px;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .page-title {
    height: auto;
  }
}
.section.recurrent-lev2 .page-title .col-tx {
  flex-basis: 50%;
  padding: 0 50px 0 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .page-title .col-tx {
    padding-left: 20px;
  }
}
.section.recurrent-lev2 .page-title .col-tx h1 {
  max-width: 600px;
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .page-title .col-tx h1 {
    max-width: 100%;
  }
}
.section.recurrent-lev2 .page-title .col-tx h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .page-title .col-tx h1 {
    font-size: 24px;
  }
  .section.recurrent-lev2 .page-title .col-tx h1 span {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.section.recurrent-lev2 .page-title .col-tx p {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .page-title .col-tx p {
    max-width: 100%;
  }
}
.section.recurrent-lev2 .page-title .col-img {
  flex-basis: 50%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  line-height: 0;
}
.section.recurrent-lev2 .page-title .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.recurrent-lev2 .content {
  width: 100%;
  padding: 50px 100px;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content {
    padding: 50px 20px;
  }
}
.section.recurrent-lev2 .content .recurrent-tab {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.section.recurrent-lev2 .content .recurrent-tab li {
  flex-basis: calc(50% - 10px);
  background: #ffffff;
  padding: 0 20px;
  border-radius: 8px 8px 0 0;
  display: block;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 100px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.4s;
}
.section.recurrent-lev2 .content .recurrent-tab li span {
  font-weight: 700;
  color: #8E1728;
}
.section.recurrent-lev2 .content .recurrent-tab li.active {
  opacity: 1;
}
.section.recurrent-lev2 .content .recurrent-tab li:hover {
  opacity: 1;
}
.section.recurrent-lev2 .content .recurrent-tab li:first-child:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 50px;
  background: url("./assets/images/icon_recurrent01@2x.png") no-repeat;
  background-size: contain;
  transform: translateY(27px);
  margin-right: 15px;
}
.section.recurrent-lev2 .content .recurrent-tab li:last-child:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 50px;
  background: url("./assets/images/icon_recurrent02@2x.png") no-repeat;
  background-size: contain;
  transform: translateY(22px);
  margin-right: 15px;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content .recurrent-tab li {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .section.recurrent-lev2 .content .recurrent-tab li:before {
    width: 35px;
    height: 45px;
  }
}
.section.recurrent-lev2 .content .inner {
  max-width: 1300px;
  margin: auto;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}
.section.recurrent-lev2 .content .inner .panel {
  display: none;
  padding-bottom: 30px;
}
.section.recurrent-lev2 .content .inner .panel.active {
  display: block;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 {
  width: 100%;
  background: url("./assets//images/recurrent_rainbow_bg@2x-100.jpg") no-repeat;
  background-size: cover;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 30px;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li {
  flex-basis: calc(33.3333333333% - 25px);
  background: #ffffff;
  cursor: pointer;
  margin: 0 10px;
  height: 150px;
  border-radius: 8px;
  text-align: center;
  opacity: 0.5;
  border: 1px solid #7A7470;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li {
    font-size: 16px;
    padding: 0 20px;
  }
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li.active {
  opacity: 1;
  border: 1px solid #ffffff;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li:hover {
  opacity: 1;
  border: 1px solid #ffffff;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #E2DCD8;
  border-bottom: 3px solid #E2DCD8;
  transform: rotate(45deg);
  margin: 10px auto;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li:nth-of-type(1):before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent03@2x.png") no-repeat;
  background-size: contain;
  margin: 15px auto 5px;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li:nth-of-type(2):before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent04@2x.png") no-repeat;
  background-size: contain;
  margin: 15px auto 5px;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li:nth-of-type(3):before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent05@2x.png") no-repeat 50%;
  background-size: contain;
  margin: 15px auto 5px;
}
.section.recurrent-lev2 .content .inner .panel .panel2 {
  display: none;
  padding: 20px 50px;
}
.section.recurrent-lev2 .content .inner .panel .panel2.active {
  display: block;
}
.section.recurrent-lev2 .content .inner .panel .panel2 h2 {
  font-size: 28px;
  margin: 20px 0 30px;
}
.section.recurrent-lev2 .content .inner .panel .panel2 h2.cat01:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent03@2x.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform: translateY(5px);
}
.section.recurrent-lev2 .content .inner .panel .panel2 h2.cat02:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent04@2x.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform: translateY(5px);
}
.section.recurrent-lev2 .content .inner .panel .panel2 h2.cat03:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent05@2x.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform: translateY(15px);
}
.section.recurrent-lev2 .content .inner .panel .panel2 h2.cat04:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent06@2x.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform: translateY(15px);
}
.section.recurrent-lev2 .content .inner .panel .panel2 h2.cat05:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent07@2x.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform: translateY(15px);
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content .inner .panel .panel2 h2 {
    font-size: 24px;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2 h2:before {
    width: 30px;
    height: 30px;
  }
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab3 {
  width: 100%;
  background: url("./assets//images/recurrent_rainbow_bg@2x-100.jpg") no-repeat;
  background-size: cover;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 30px;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li {
  flex-basis: calc(33.3333333333% - 25px);
  background: #ffffff;
  cursor: pointer;
  margin: 0 10px;
  height: 150px;
  border-radius: 8px;
  text-align: center;
  opacity: 0.5;
  border: 1px solid #7A7470;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li.active {
  opacity: 1;
  border: 1px solid #ffffff;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li:hover {
  opacity: 1;
  border: 1px solid #ffffff;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #E2DCD8;
  border-bottom: 3px solid #E2DCD8;
  transform: rotate(45deg);
  margin: 10px auto;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li:nth-of-type(1):before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent06@2x.png") no-repeat;
  background-size: contain;
  margin: 15px auto 5px;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li:nth-of-type(2):before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent07@2x.png") no-repeat;
  background-size: contain;
  margin: 15px auto 5px;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li {
    flex-basis: calc(50% - 30px);
    font-size: 16px;
    padding: 0 20px;
  }
}
.section.recurrent-lev2 .content .inner .panel .panel3 {
  display: none;
  padding: 20px 50px;
}
.section.recurrent-lev2 .content .inner .panel .panel3.active {
  display: block;
}
.section.recurrent-lev2 .content .inner .panel .panel3 h2 {
  font-size: 28px;
  margin: 20px 0 30px;
}
.section.recurrent-lev2 .content .inner .panel .panel3 h2.cat04:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent06@2x.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform: translateY(5px);
}
.section.recurrent-lev2 .content .inner .panel .panel3 h2.cat05:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("./assets/images/icon_recurrent07@2x.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform: translateY(15px);
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content .inner .panel .panel3 h2 {
    font-size: 24px;
  }
  .section.recurrent-lev2 .content .inner .panel .panel3 h2:before {
    width: 30px;
    height: 30px;
  }
}
.section.recurrent-lev2 .content .inner .panel .panel3 .col2 .col2 ul {
  flex-basis: calc(50% - 20px);
}
.section.recurrent-lev2 .content .inner .panel .panel3 h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab4 {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  padding: 30px;
  background: #F2EEED;
  border-radius: 8px;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab4 li {
  flex-basis: calc(50% - 40px);
  background: #ffffff;
  cursor: pointer;
  margin: 0 20px;
  height: 90px;
  border-radius: 8px;
  text-align: center;
  opacity: 0.5;
  border: 1px solid #7A7470;
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  transition: 0.4s;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab4 li {
    font-size: 16px;
    height: auto;
  }
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab4 li:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #E2DCD8;
  border-bottom: 3px solid #E2DCD8;
  transform: rotate(45deg);
  margin: auto;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab4 li.active {
  opacity: 1;
  border: 1px solid #ffffff;
}
.section.recurrent-lev2 .content .inner .panel .recurrent-tab4 li:hover {
  opacity: 1;
  border: 1px solid #ffffff;
}
.section.recurrent-lev2 .content .inner .panel .panel4 {
  display: none;
}
.section.recurrent-lev2 .content .inner .panel .panel4.active {
  display: block;
}
.section.recurrent-lev2 .content .inner .panel .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section.recurrent-lev2 .content .inner .panel .col2 .col {
  flex-basis: calc(50% - 30px);
}
.section.recurrent-lev2 .content .inner .panel .col2 .col img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
.section.recurrent-lev2 .content .inner .panel .col2 .col2 ul {
  margin-bottom: 0;
}
.section.recurrent-lev2 .content .inner .panel .col2 h3 {
  font-size: 19px;
  color: #ffffff;
  background: url("./assets/images/recurrent_rainbow_bg@2x-100.jpg") no-repeat;
  background-size: cover;
  line-height: 50px;
  border-radius: 6px;
  padding-left: 30px;
}
.section.recurrent-lev2 .content .inner .panel .col2 ul {
  margin: 30px 0 0;
}
.section.recurrent-lev2 .content .inner .panel .col2 ul li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
.section.recurrent-lev2 .content .inner .panel .col2 ul li:before {
  content: "●";
  color: #8E1728;
  margin-right: 5px;
  font-size: 12px;
}
.section.recurrent-lev2 .content .inner .panel .col2 ul li a {
  font-size: 16px;
}
.section.recurrent-lev2 .content .inner .panel .col2 p.caution {
  font-size: 14px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media (max-width: 1280px) {
  .section.recurrent-lev2 .content .inner .panel .col2 .col {
    flex-basis: calc(50% - 20px);
  }
  .section.recurrent-lev2 .content .inner .panel .col2 .col h3 {
    font-size: 17px;
    padding-left: 20px;
  }
}
@media (max-width: 980px) {
  .section.recurrent-lev2 .content .inner .panel .col2 {
    display: block;
    margin-top: 40px;
  }
  .section.recurrent-lev2 .content .inner .panel .col2 .col {
    margin-bottom: 40px;
  }
  .section.recurrent-lev2 .content .inner .panel .col2 .col2 {
    display: flex;
    margin-top: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .col2 .col2 ul {
    flex-basis: calc(50% - 30px);
    margin: 20px 0;
  }
}
.section.back {
  background: url("./assets/images/recurrent_rainbow_bg@2x-100.jpg") no-repeat;
  background-size: cover;
  padding: 40px 100px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .section.back {
    padding: 40px 20px;
  }
}
.section.back .inner {
  max-width: 1300px;
}
.section.back .inner a {
  color: #ffffff;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.section.back .inner a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 8px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: skew(-45deg);
}

@media (max-width: 768px) {
  body {
    position: relative;
  }
  header {
    width: 100%;
    padding: 15px;
  }
  header .logo {
    width: 200px;
  }
  header .nav1 {
    width: 50px;
    height: 50px;
    right: 101px;
    background-size: 70%;
    background-position: 12px 5px;
  }
  header .nav1 a {
    font-size: 10px;
    padding-top: 27px;
  }
  header .nav2 {
    width: 50px;
    height: 50px;
    right: 50px;
    background-size: 70%;
    background-position: 12px 5px;
  }
  header .nav2 a {
    font-size: 10px;
    padding-top: 27px;
  }
  header .hamburger {
    display: block;
    width: 50px;
    height: 50px;
  }
  header .hamburger span {
    width: 30px;
    height: 1px;
    left: 10px;
  }
  header .hamburger span:nth-child(1) {
    top: 16px;
  }
  header .hamburger span:nth-child(2) {
    top: 24px;
  }
  header .hamburger span:nth-child(3) {
    top: 33px;
  }
  header .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 10px;
  }
  header .hamburger.active span:nth-child(2), header .hamburger.hamburger.active span:nth-child(3) {
    top: 25px;
  }
  header nav.globalMenuSp {
    height: auto;
    padding: 20px 0 30px;
  }
  header nav.globalMenuSp ul {
    display: block;
    margin: 0;
    padding-right: 40px;
  }
  header nav.globalMenuSp ul li a {
    line-height: 1.8;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    text-indent: -30px;
  }
  header nav.globalMenuSp ul.sub-nav li {
    margin-bottom: 20px;
  }
  .scroll {
    font-size: 14px;
  }
  .scroll:after {
    height: 15px;
    margin: 10px auto;
  }
  #lottie {
    /* background-color:#ffffff; */
    width: 80%;
    height: 50vh;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-width: 200px;
    min-width: 200px;
  }
  #lottie2 {
    /* background-color:#ffffff; */
    width: 590px;
    height: 810px;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    top: -280px;
  }
  footer {
    padding: 40px 20px 20px;
    display: block;
  }
  footer .footer-logo {
    width: 128px;
    margin: auto;
  }
  footer .footer-logo img {
    width: 100%;
    height: auto;
  }
  footer .footer-logo img.sp {
    display: block;
  }
  footer .footer-logo img.pc {
    display: none;
  }
  footer code {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .section {
    width: 100%;
    overflow: hidden;
  }
  .section.home {
    padding: 0 40px;
  }
  .section.home .tag-line {
    text-align: center;
    top: auto;
    padding: 0 20px;
  }
  .section.home .tag-line h2 {
    font-size: 34px;
    line-height: 1.4;
  }
  .section.home .tag-line p {
    font-size: 15px;
  }
  .section.top-movie {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .section.top-movie h2 {
    font-size: 16px;
    margin: 40px 0 20px;
  }
  .section.top-movie h2 span {
    font-size: 28px;
  }
  .section.top-movie .col2 {
    display: block;
    text-align: center;
  }
  .section.top-movie .col2 .col_img img {
    height: 100px;
  }
  .section.top-movie .col2 .col_tx {
    padding: 20px;
  }
  .section.top-movie .col2 .col_tx .movie-title {
    font-size: 18px;
    margin: 0;
  }
  .section.top-movie .col2 .col_tx .movie-sub-t {
    font-size: 14px;
    margin: 0;
  }
  .section.top-movie .col2 .col_tx .btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px 0 0;
  }
  .section.top-movie .col2 .col_tx .btn a {
    font-size: 13px;
  }
  .section.top-movie .col2 .col_tx .btn a:after {
    width: 20px;
    height: 20px;
  }
  .section.top-spirit {
    background: url("./assets/images/top-spirit-bg__sp@2x.png") no-repeat 50% 0;
    background-size: 100%;
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .section.top-spirit h2 {
    font-size: 20px;
    line-height: 1.6;
    margin: 40px 0;
  }
  .section.top-spirit h2 span {
    font-size: 30px;
  }
  .section.top-spirit .block {
    width: 100%;
    margin: auto;
    padding: 20px;
  }
  .section.top-spirit .block h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .section.top-spirit .block h3.pc {
    display: none;
  }
  .section.top-spirit .block h3.sp {
    display: block;
  }
  .section.top-spirit .block h3.sp_ac1 {
    position: relative;
  }
  .section.top-spirit .block h3.sp_ac1:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 2px;
    transform: rotate(90deg);
    background: #b4b4b4;
    transition: all 0.3s ease-in-out;
  }
  .section.top-spirit .block h3.sp_ac1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 2px;
    background: #b4b4b4;
    transition: all 0.2s ease-in-out;
  }
  .section.top-spirit .block h3.sp_ac1.active:before {
    transform: rotate(0deg);
  }
  .section.top-spirit .block .sp_ac1-open {
    display: none;
  }
  .section.top-spirit .block p {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .section.top-spirit .block p span {
    font-weight: 600;
    color: #8E1728;
  }
  .section.top-spirit .block p.sum {
    border-bottom: 1px solid #E2DCD8;
  }
  .section.top-spirit .block p.ac1 {
    visibility: hidden;
    display: none;
  }
  .section.top-spirit .block .ac1-open {
    display: block;
    padding-top: 10px;
  }
  .section.top-spirit .block .ac1-open p {
    text-align: center;
    font-size: 13px;
  }
  .section.top-spirit .block .ac1-open p strong {
    font-size: 16px;
    font-weight: 600;
  }
  .section.top-spirit .block .ac1-open .close_btn {
    visibility: hidden;
    display: none;
  }
  .section.world h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin: 80px 0 40px;
  }
  .section.world h3 span {
    font-size: 24px;
    display: block;
  }
  .section.world h3 span:before {
    width: 22px;
    height: 36px;
  }
  .section.world h3 span:after {
    width: 22px;
    height: 36px;
    margin-right: 0;
  }
  .section.world .tab-area {
    width: 100%;
    padding: 0 20px;
  }
  .section.world .tab {
    width: calc(33.3333333333% - 10px); /* calc関数を使用し、均等に3分割する */
    padding: 20px 10px 10px;
    font-size: 18px;
  }
  .section.world .tab.active:before {
    width: 35px !important;
    height: 35px !important;
  }
  .section.world .tab:hover {
    background: #ffffff;
  }
  .section.world .panel-area .panel {
    padding: 20px;
  }
  .section.world .panel-area .panel .col2 {
    display: block;
  }
  .section.world .panel-area .panel .col2 .col-tx,
  .section.world .panel-area .panel .col2 .col-img {
    width: 100% !important;
  }
  .section.recurrent, .section.guidance {
    display: block;
  }
  .section.recurrent .col-img, .section.guidance .col-img {
    line-height: 0;
  }
  .section.recurrent .col-tx .inner, .section.guidance .col-tx .inner {
    padding: 20px;
  }
  .section.recurrent .col-tx .inner h3, .section.guidance .col-tx .inner h3 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  .section.recurrent .col-tx .inner h3 span, .section.guidance .col-tx .inner h3 span {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
  .section.recurrent .col-tx .inner p, .section.guidance .col-tx .inner p {
    font-size: 14px;
  }
  .section.recurrent .col-tx .inner .btn, .section.guidance .col-tx .inner .btn {
    margin-top: 20px;
    width: 100%;
  }
  .section.recurrent .col-tx .inner .btn a, .section.guidance .col-tx .inner .btn a {
    font-size: 14px;
    line-height: 45px;
  }
  .section.recurrent .col-tx .inner .btn a:after, .section.guidance .col-tx .inner .btn a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 15px;
    width: 25px;
    height: 8px;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    transform: skew(45deg);
  }
  .section.top-support {
    padding: 30px 0;
  }
  .section.top-support h3 {
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px;
  }
  .section.top-support h3 span {
    font-size: 14px;
  }
  .section.top-support h3 span.e {
    font-size: 28px;
  }
  .section.top-support .support-tab .tab-area {
    display: none;
  }
  .section.top-support .support-tab .panel-area {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    background: none;
  }
  .section.top-support .support-tab .panel-area .panel2 {
    display: block;
    padding: 0;
    margin-bottom: 2px;
  }
  .section.top-support .support-tab .panel-area .panel2.active {
    display: block;
  }
  .section.top-support .support-tab .panel-area .panel2 h4 {
    font-size: 17px;
    width: 100%;
    margin: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 20px 0 60px;
    line-height: 70px;
    position: relative;
    cursor: pointer;
  }
  .section.top-support .support-tab .panel-area .panel2 h4.pc {
    display: none;
  }
  .section.top-support .support-tab .panel-area .panel2 h4.sp {
    display: block;
  }
  .section.top-support .support-tab .panel-area .panel2 h4 span {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .section.top-support .support-tab .panel-area .panel2 h4 span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 2px;
    transform: rotate(90deg);
    background: #b4b4b4;
    transition: all 0.3s ease-in-out;
  }
  .section.top-support .support-tab .panel-area .panel2 h4 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 2px;
    background: #b4b4b4;
    transition: all 0.2s ease-in-out;
  }
  .section.top-support .support-tab .panel-area .panel2 h4.active {
    background: rgb(255, 255, 255);
  }
  .section.top-support .support-tab .panel-area .panel2 h4.active span:before {
    transform: rotate(0deg);
  }
  .section.top-support .support-tab .panel-area .panel2 h4:after {
    display: none;
  }
  .section.top-support .support-tab .panel-area .panel2 h4.first:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("./assets/images/icon_support01@2x.png") no-repeat 50%;
    background-size: contain;
    left: 20px;
    top: 50%;
    transform: translateY(-15px);
  }
  .section.top-support .support-tab .panel-area .panel2 h4.second:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("./assets/images/icon_support02@2x.png") no-repeat 50%;
    background-size: contain;
    left: 20px;
    top: 50%;
    transform: translateY(-15px);
  }
  .section.top-support .support-tab .panel-area .panel2 h4.third:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("./assets/images/icon_support03@2x.png") no-repeat 50%;
    background-size: contain;
    left: 20px;
    top: 50%;
    transform: translateY(-15px);
  }
  .section.top-support .support-tab .panel-area .panel2 h4.fourth:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("./assets/images/icon_support04@2x.png") no-repeat 50%;
    background-size: contain;
    left: 20px;
    top: 50%;
    transform: translateY(-15px);
  }
  .section.top-support .support-tab .panel-area .panel2 .sp_ac2-open {
    background: #ffffff;
    padding: 1px 20px 20px;
    display: none;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 {
    display: block;
    justify-content: space-between;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col.img {
    padding-bottom: 0;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col.img img {
    width: 100%;
    height: auto;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col.pb0 {
    padding-bottom: 0;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col h5 {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #E2DCD8;
    padding-bottom: 10px;
    text-align: center;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p {
    font-size: 14px;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn {
    position: relative;
    margin-top: 30px;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a {
    display: block;
    width: 100%;
    line-height: 55px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #E2DCD8;
    padding-left: 30px;
    position: relative;
    z-index: 2;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 15px;
    background: url("./assets/images/icon_link_blank@2x.png") no-repeat 50%;
    background-size: contain;
    right: 20px;
    top: 50%;
    margin-top: -7px;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:hover {
    text-decoration: none;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #E2DCD8;
    background: #F2EEED;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s;
  }
  .section.top-support .support-tab .panel-area .panel2 .col2 .col p.btn a:hover::before {
    transform: scale(1, 1);
  }
  .section.voice {
    background: #ffffff;
    padding: 30px 20px 100px;
    /* ボタン */
    /* 続きを読むボタンの表記 */
    /* ボタンhover時のスタイル */
    /* 最初に見えてるテキストエリアの高さ */
    /* 閉じるボタンの位置 */
    /* 閉じるボタンの表記 */
    /* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
  }
  .section.voice h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section.voice h3 span {
    font-size: 28px;
  }
  .section.voice ul {
    display: block;
  }
  .section.voice ul li.rss_item {
    display: block;
  }
  .section.voice ul li.rss_item .title {
    font-size: 14px;
  }
  .section.voice .accordion {
    position: relative;
  }
  .section.voice .accordion-btn {
    background-color: #F2EEED;
    border-radius: 20px;
    bottom: -70px;
    color: #212121;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.2s;
    z-index: 1;
  }
  .section.voice .accordion-btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("./assets/images/icon_+@2x.png") no-repeat;
    background-size: contain;
    right: 12px;
    top: 11px;
  }
  .section.voice .accordion-btn::before {
    content: "さらに表示";
  }
  .section.voice .accordion-text {
    overflow: hidden; /* テキストを隠す */
    position: relative;
  }
  .section.voice .accordion-text.is-hide {
    height: 440px;
  }
  .section.voice .accordion-btn.is-show {
    bottom: -3em;
  }
  .section.voice .accordion-btn.is-show::before {
    content: "表示を減らす";
  }
  .section.voice .accordion-btn.is-show::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("./assets/images/icon_-@2x.png") no-repeat;
    background-size: contain;
    right: 12px;
    top: 11px;
  }
  .section.voice .accordion-btn.is-show + .accordion-text::before {
    display: none;
  }
  .section.graduate-school {
    padding: 40px 0;
    position: relative;
  }
  .section.graduate-school .bg-dia {
    width: 100%;
    height: 1100px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("./assets/images/bg_dia@2x.png") no-repeat;
    background-size: 950px auto;
    background-position: 0 50px;
  }
  .section.graduate-school h3 {
    font-size: 16px;
    padding: 0 0 20px;
    margin: 0;
  }
  .section.graduate-school h3 span {
    font-size: 28px;
  }
  .section.graduate-school .col2 {
    display: block;
    /* 続きを読むボタンの表記 */
  }
  .section.graduate-school .col2 .sp_ac_detail {
    background-color: #ffffff;
    border-radius: 20px;
    color: #212121;
    cursor: pointer;
    display: block;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 40px;
    left: 0;
    margin: auto;
    text-align: center;
    transition: all 0.2s;
    z-index: 1;
    border: 1px solid #E2DCD8;
  }
  .section.graduate-school .col2 .sp_ac_detail:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("./assets/images/icon_+@2x.png") no-repeat;
    background-size: contain;
    right: 40px;
    top: 11px;
  }
  .section.graduate-school .col2 .sp_ac_detail::before {
    content: "研究科リストを開く";
  }
  .section.graduate-school .col2 .sp_ac_detail.active::before {
    content: "研究科リストを閉じる";
  }
  .section.graduate-school .col2 .sp_ac_detail.active::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("./assets/images/icon_-@2x.png") no-repeat;
    background-size: contain;
    right: 40px;
    top: 11px;
  }
  .section.graduate-school .col2 .sp_ac_detail-open {
    display: none;
  }
  .section.graduate-school .col2 .col-list {
    display: none;
  }
  .section.graduate-school .col2 .col-detail {
    background: none;
    padding: 20px 0;
  }
  .section.graduate-school .col2 .col-detail .panel-area {
    background: none;
    border: none;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 {
    display: block;
    position: relative;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(226, 220, 216, 0.7);
    line-height: 40px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4:nth-of-type(2) {
    border-top: 1px solid rgba(226, 220, 216, 0.7);
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.pc {
    display: none;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.sp {
    display: block;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.sp_ac3 {
    cursor: pointer;
    color: #212121;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.sp_ac3:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    transform: rotate(90deg);
    background: #b4b4b4;
    transition: all 0.3s ease-in-out;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.sp_ac3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    background: #b4b4b4;
    transition: all 0.2s ease-in-out;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.active {
    border: none;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.active:before {
    transform: rotate(0deg);
    background: #ffffff;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 h4.active:after {
    background: #ffffff;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 .sp_ac3-open {
    display: none;
    background: url("./assets/images/top-graduate-school-bg@2x-100.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 {
    padding-bottom: 50px;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 .col {
    flex-basis: 140px;
    margin: 0 10px;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 .col3 .col ul li {
    font-size: 14px;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 .btn {
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
  }
  .section.graduate-school .col2 .col-detail .panel-area .panel3 .btn a {
    font-size: 14px;
  }
  .section.related-info {
    padding: 40px 20px;
  }
  .section.related-info ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section.related-info ul li {
    width: 100%;
    height: 140px;
    margin-bottom: 2px;
    position: relative;
  }
  .section.related-info ul li p {
    font-size: 15px;
    padding: 30px 0;
  }
  .section.related-info ul li p span {
    font-size: 19px;
  }
  .section.related-info ul li p::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 0;
    background: url("./assets/images/icon_link_blank-wh@2x.png") no-repeat;
    background-size: contain;
    right: 20px;
    top: 20px;
  }
  .section.contact {
    padding: 30px 20px;
  }
  .section.contact .col2 {
    display: block;
  }
  .section.contact .col2 h3 {
    font-size: 16px;
  }
  .section.contact .col2 h3 span {
    font-size: 28px;
  }
  .section.contact .col2 .col {
    padding: 0 0 0 60px;
    flex-basis: 1050px;
    border-left: 1px solid #E2DCD8;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .section.contact .col2 .col {
    padding: 0;
    border-left: none;
  }
}
@media (max-width: 768px) {
  .section.contact .col2 .col p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .section.contact .col2 .col .col2 {
    width: 100%;
    display: block;
    padding: 0;
  }
  .section.contact .col2 .col .col2 dl {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    justify-content: flex-start;
  }
  .section.contact .col2 .col .col2 dl dt, .section.contact .col2 .col .col2 dl dd {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .section.contact .col2 .col .col2 dl dt span, .section.contact .col2 .col .col2 dl dd span {
    font-size: 22px;
  }
  .section.contact .col2 .col .col2 dl dt {
    flex-basis: 30%;
    position: relative;
    padding-left: 45px;
  }
  .section.contact .col2 .col .col2 dl dt:nth-of-type(1):before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url("./assets/images/icon_contact_phone@2x.png") no-repeat 50%;
    background-size: contain;
    top: -10px;
    left: 0;
  }
  .section.contact .col2 .col .col2 dl dt:nth-of-type(2):before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url("./assets/images/icon_contact_mail@2x.png") no-repeat 50%;
    background-size: contain;
    top: -10px;
    left: 0;
  }
  .section.contact .col2 .col .col2 dl dd {
    flex-basis: 70%;
  }
  .section.contact .col2 .col .col2 dl:last-of-type {
    margin-top: 10px;
    flex-wrap: nowrap;
  }
  .section.contact .col2 .col .col2 dl:last-of-type dt:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url("./assets/images/icon_contact_address@2x.png") no-repeat 50%;
    background-size: contain;
    top: -10px;
    left: 0;
  }
  .section.contact .col2 .col .col2 dl:last-of-type dd {
    flex-basis: 250px;
  }
  .section.recurrent-lev2.first {
    padding-top: 85px;
  }
  .section.recurrent-lev2 .page-title {
    display: block;
    padding: 0 20px;
  }
  .section.recurrent-lev2 .page-title .col-tx {
    flex-basis: 50%;
    padding: 0;
  }
  .section.recurrent-lev2 .page-title .col-tx h1 {
    text-align: center;
    font-size: 20px;
  }
  .section.recurrent-lev2 .page-title .col-tx h1 span {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .section.recurrent-lev2 .page-title .col-img {
    border-radius: 6px;
    overflow: hidden;
    line-height: 0;
  }
  .section.recurrent-lev2 .page-title .col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section.recurrent-lev2 .content {
    width: 100%;
    padding: 50px 0 0;
  }
  .section.recurrent-lev2 .content .recurrent-tab {
    padding: 0 20px;
  }
  .section.recurrent-lev2 .content .recurrent-tab li {
    font-size: 15px;
    line-height: 1.4;
  }
  .section.recurrent-lev2 .content .recurrent-tab li:before {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 20px auto 0 !important;
    transform: translate(0) !important;
  }
  .section.recurrent-lev2 .content .inner {
    border-radius: 0;
  }
  .section.recurrent-lev2 .content .inner .panel {
    padding-bottom: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab2,
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab3 {
    display: block !important;
    padding: 20px 20px 10px !important;
    background: url("./assets/images/top-graduate-school-bg@2x-100.jpg") no-repeat !important;
    background-size: cover !important;
  }
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li,
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li {
    height: auto !important;
    font-size: 15px !important;
    padding: 0 15px;
    line-height: 60px !important;
    text-align: left !important;
    margin: 0 0 5px !important;
    position: relative;
  }
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li:before,
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li:before {
    display: inline-block !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    transform: translateY(10px) !important;
    margin-right: 10px !important;
    background-position: 50% !important;
  }
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab2 li:after,
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab3 li:after {
    display: inline-block !important;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px !important;
    height: 10px !important;
  }
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab4 {
    padding: 20px;
    border-radius: 0;
    justify-content: space-between;
    margin: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .recurrent-tab4 li {
    flex-basis: calc(50% - 7px);
    margin: 0;
    font-size: 14px;
  }
  .section.recurrent-lev2 .content .inner .panel h2 {
    font-size: 16px !important;
    margin: 0 20px 20px !important;
  }
  .section.recurrent-lev2 .content .inner .panel h2:before {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    background-position: 50% !important;
    transform: translateY(5px) !important;
  }
  .section.recurrent-lev2 .content .inner .panel h3 {
    font-size: 15px !important;
    padding-left: 20px !important;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2 {
    padding: 20px 0 !important;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2__inner {
    padding: 0 20px;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2__inner ul {
    margin: 20px 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2__inner .col img {
    border-radius: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2__inner .col.pt20 {
    padding-top: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2__inner .col2 .col2 {
    display: block;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2__inner .col2 .col2 ul:first-child {
    margin-bottom: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel2__inner .col2 .col2 ul:nth-child(2) {
    margin-top: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel3 {
    padding: 20px;
  }
  .section.recurrent-lev2 .content .inner .panel .panel3 h2 {
    margin-left: 0 !important;
  }
  .section.recurrent-lev2 .content .inner .panel .panel3 .col2 .col2 {
    display: block;
  }
  .section.recurrent-lev2 .content .inner .panel .panel3 .col2 .col2 ul:first-child {
    margin-bottom: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel3 .col2 .col2 ul:nth-child(2) {
    margin-top: 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel3 img.mb-m {
    margin-bottom: 0 !important;
  }
  .section.recurrent-lev2 .content .inner .panel .panel4 {
    padding: 0 20px;
  }
  .section.recurrent-lev2 .content .inner .panel .panel4 ul {
    margin: 20px 0;
  }
  .section.recurrent-lev2 .content .inner .panel .panel4 ul.mb-m {
    margin: 20px 0 !important;
  }
  .section.back {
    padding: 20px;
    margin-top: 50px;
  }
  .section.back .inner a {
    font-size: 16px;
  }
  .section.back .inner a:before {
    top: 8px;
  }
}
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  transform: translateY(-50px);
}

.downup {
  transform: translateY(100px);
}/*# sourceMappingURL=style.css.map */