@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*鮫颪鮨kにKべたrに噫易が竃ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを畠ブラウザに*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.scrollin {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}

.fadeInDelay {
  opacity: 0;
}
.fadeInDelay.scrollin {
  -webkit-animation: fadeIn 1s ease-in-out 0.4s forwards;
          animation: fadeIn 1s ease-in-out 0.4s forwards;
}

.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.scrollin {
  -webkit-animation: fadeInLeft 1s ease-in-out forwards;
          animation: fadeInLeft 1s ease-in-out forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.scrollin {
  -webkit-animation: fadeInRight 1s ease-in-out forwards;
          animation: fadeInRight 1s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font: 400 15px/1.6 "Noto Sans JP", "嗄ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.win body {
  font-family: "Noto Sans JP", "嗄ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
a:hover {
  opacity: 0.6;
}

.opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

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

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

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

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
    padding-top: 0;
  }
}

section {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  section {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

section.section_bg01 {
  padding-bottom: 25.625vw;
  background: url(/extra/tiiki/images/section_bg01.png) no-repeat center bottom/100% auto;
}
section.section_bg02 {
  padding-bottom: 25.625vw;
  background: url(/extra/tiiki/images/section_bg02.png) no-repeat center bottom/100% auto;
  background-color: #FFF066;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  min-width: 1000px;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .header {
    min-width: 1px;
    height: 70px;
    padding: 0 15px;
  }
}
.header_ttl {
  width: 520px;
}
@media only screen and (max-width: 1100px) {
  .header_ttl {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl {
    width: 28.666%;
  }
}
.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu .btn_campus {
  display: inline-block;
  position: relative;
  height: 38px;
  line-height: 36px;
  font-weight: 700;
  background-color: #E85383;
  border-radius: 10px;
  color: #fff;
  font-size: 2.3rem;
  padding: 0 10px;
  margin-right: 20px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .header_menu .btn_campus {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: auto;
    font-size: 1.3rem;
    padding: 3px;
    text-align: center;
    border-radius: 0;
  }
}
.header_menu .btn_campus::after {
  content: "??";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header_menu .btn_campus::after {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.menu-trigger {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #E85383;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 40px;
    height: 40px;
    background-color: #E85383;
  }
}
.menu-trigger span {
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    width: 26px;
  }
}
.menu-trigger span::before, .menu-trigger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  top: -12px;
  left: calc(50% - 25px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .menu-trigger span::before, .menu-trigger span::after {
    top: -6px;
    left: calc(50% - 13px);
  }
}
.menu-trigger span::after {
  top: 12px;
}
@media screen and (max-width: 767px) {
  .menu-trigger span::after {
    top: 6px;
  }
}
.menu-trigger.active {
  background-color: transparent;
}
.menu-trigger.active span {
  background-color: transparent;
}
.menu-trigger.active span::before, .menu-trigger.active span::after {
  width: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 1;
  top: 0;
}
.menu-trigger.active span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#gnavi {
  position: fixed;
  width: 670px;
  height: 100%;
  max-width: 100%;
  padding: 100px 40px 20px;
  top: 0;
  right: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #3D62AD;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #gnavi {
    padding: 40px 15px;
  }
}
#gnavi.active {
  right: 0;
  opacity: 1;
}
#gnavi.active .global_nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#gnavi.active .global_nav li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#gnavi.active .global_nav li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#gnavi.active .global_nav li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#gnavi.active .global_nav li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#gnavi.active .global_nav li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#gnavi.active .global_nav li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#gnavi.active .global_nav li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#gnavi.active .global_nav li:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#gnavi.active .global_nav li:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#gnavi.active .global_nav li:nth-child(11) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#gnavi.active .app_nav {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#gnavi.active .sns_nav {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#gnavi .global_nav li {
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
#gnavi .global_nav li a {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #gnavi .global_nav li a {
    font-size: 1.4rem;
  }
}
#gnavi .app_nav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 15px;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
#gnavi .app_nav li {
  margin-bottom: 15px;
}
#gnavi .app_nav li a {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #gnavi .app_nav li a {
    font-size: 1.4rem;
  }
}
#gnavi .sns_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (max-width: 767px) {
  #gnavi .sns_nav {
    width: 76%;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#gnavi .sns_nav li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #gnavi .sns_nav li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
}
#gnavi .sns_nav li a {
  display: block;
}
#gnavi .sns_nav li a img {
  display: block;
  width: 74px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  #gnavi .sns_nav li a img {
    width: 40px;
  }
}
#gnavi .sns_nav li a p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #gnavi .sns_nav li a p {
    font-size: 1.1rem;
  }
}
#gnavi .sns_nav li:first-child a img, #gnavi .sns_nav li:nth-child(2) a img {
  width: 34px;
  margin: 20px auto 25px;
}
@media screen and (max-width: 767px) {
  #gnavi .sns_nav li:first-child a img, #gnavi .sns_nav li:nth-child(2) a img {
    width: 24px;
    margin: 10px auto 15px;
  }
}

.footer {
  padding: 60px 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 15px 45px;
  }
}
.footer__logo {
  display: block;
  width: 520px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 270px;
  }
}
.footer p {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}
.footer p span {
  color: #3D62AD;
}
.footer .icon {
  display: block;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .footer .icon {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 45px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .footer .links {
    margin-bottom: 3rem;
  }
}
.footer .links li a {
  display: inline-block;
  line-height: 1.4;
  background-color: #0A5794;
  color: #fff;
  font-size: 2.7rem;
  text-align: center;
  border-radius: 12px;
  padding: 3px 15px 5px;
}
@media screen and (max-width: 767px) {
  .footer .links li a {
    font-size: 1.4rem;
    border-radius: 6px;
  }
}
.footer strong {
  display: block;
  border-top: 1px solid #3D62AD;
  text-align: center;
  color: #3D62AD;
  font-size: 1.7rem;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 20px;
}
.footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .sns {
    width: 80%;
    margin: auto;
  }
}
.footer .sns li {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .footer .sns li {
    width: 33.3333%;
  }
}
.footer .sns li:first-child img, .footer .sns li:nth-child(2) img {
  width: 35px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .footer .sns li:first-child img, .footer .sns li:nth-child(2) img {
    width: 20px;
    margin: 5px auto;
  }
}
.footer .sns li img {
  display: block;
  width: 50px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .footer .sns li img {
    width: 30px;
  }
}
.footer .sns li p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .footer .sns li p {
    font-size: 1.2rem;
  }
}

.main_visual {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_visual {
    padding-top: 80vw;
    overflow: hidden;
  }
}
.main_visual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url(/extra/tiiki/images/mv_text01.svg) no-repeat right 1.7% top 20px, url(/extra/tiiki/images/mv_text02.svg) no-repeat left 3.4% bottom 212px, url(/extra/tiiki/images/mv_text03.svg) no-repeat left 30.8% bottom 70px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main_visual::after {
    background-size: 22% auto;
    background-position: left 2.93vw top 94vw, left 7.3vw top 64vw, left 30vw top 76vw;
  }
}
.main_visual .mv_slide li {
  position: relative;
  height: auto;
}
.main_visual .mv_slide li::after {
  content: "";
  display: block;
  height: 900px;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_slide li::after {
    height: auto;
    padding-top: 88.6666%;
  }
}
.main_visual .mv_main_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 758px;
  height: 758px;
  background: url(/extra/tiiki/images/mv_text_bg.svg) no-repeat center/contain;
  top: -125px;
  left: -110px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_main_text {
    width: 134vw;
    height: 134vw;
    top: -23vw;
    left: calc(50% - 67vw);
  }
}
@media screen and (max-width: 767px) {
  .main_visual .mv_main_text .text {
    padding: 0 15px 10vw;
    width: 100vw;
  }
}
.main_visual .mv_main_text .text img {
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}
.main_visual .mv_main_text .text img:last-child {
  margin-bottom: 0;
}
.main_visual .mv_main_text .text.js_active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .main_visual .mv_main_text .text.js_active img {
    width: 18.6%;
  }
}
.main_visual .mv_main_text .text.js_active img:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_main_text .text.js_active img:nth-child(2) {
    width: 67.73%;
  }
}
.main_visual .mv_main_text .text.js_active img:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_main_text .text.js_active img:nth-child(3) {
    width: 44.13%;
  }
}
.main_visual .mv_main_text .text.js_active img:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_main_text .text.js_active img:nth-child(4) {
    width: 39.33%;
  }
}
.main_visual .mv_date {
  position: absolute;
  width: 448px;
  bottom: -54px;
  right: 3.3%;
  -webkit-animation: mv_date 20s ease-in-out infinite;
          animation: mv_date 20s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_date {
    width: 57vw;
    right: -2vw;
    bottom: auto;
    top: 36vw;
    z-index: 1;
  }
}

@-webkit-keyframes mv_date {
  0% {
    -webkit-transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(5px, 10px);
  }
  30% {
    -webkit-transform: translate(-5px, -10px);
  }
  50% {
    -webkit-transform: translate(3px, 15px);
  }
  90% {
    -webkit-transform: translate(-5px, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes mv_date {
  0% {
    -webkit-transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(5px, 10px);
  }
  30% {
    -webkit-transform: translate(-5px, -10px);
  }
  50% {
    -webkit-transform: translate(3px, 15px);
  }
  90% {
    -webkit-transform: translate(-5px, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
.sec_caption {
  background-color: #FFF066;
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .sec_caption {
    padding: 40px 15px;
  }
}
.sec_caption h2 {
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #3D62AD;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec_caption h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sec_caption p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_caption p {
    font-size: 1.3rem;
  }
}

.sec01 {
  padding-top: 5vh;
}
.sec01 p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #3D62AD;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec01 p {
    font-size: 4vw;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
}
.sec01_banner {
  text-align: center;
  font-size: 2.5rem;
  max-width: 700px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .sec01_banner {
    margin: 0 auto 3rem;
    font-size: 1.5rem;
  }
}
.sec01 .image {
  position: relative;
  padding-top: 350px;
  width: 900px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec01 .image {
    padding-top: 61.1vw;
  }
}
.sec01 .image img {
  display: block;
  position: absolute;
  width: 196px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .sec01 .image img {
    width: 29.7%;
  }
}
.sec01 .image img.image01 {
  top: 133px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .image img.image01 {
    top: 110px;
  }
}
.sec01 .image img.image02 {
  top: 0;
  left: 25%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .sec01 .image img.image02 {
    top: 0;
    left: 18%;
  }
}
.sec01 .image img.image03 {
  top: 0;
  right: 25%;
}
@media screen and (max-width: 767px) {
  .sec01 .image img.image03 {
    right: 18%;
  }
}
.sec01 .image img.image04 {
  top: 133px;
  right: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .sec01 .image img.image04 {
    top: 110px;
  }
}
.sec01 .image img.js_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec01 .image img.image06 {
  position: static;
  width: auto;
  margin: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sec02 {
  padding-top: 50px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: 20px;
  }
}
.sec02 .image {
  gap: 75px 8%;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767px) {
  .sec02 .image {
    gap: 40px 8%;
    margin-bottom: 5rem;
  }
}
.sec02 .image li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02 .image li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
.sec02 .image li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec02 .image li:nth-child(2) figure::before {
  background-image: url(/extra/tiiki/images/sec02_num02.svg);
}
.sec02 .image li:nth-child(2) h3 {
  color: #CA67A4;
}
.sec02 .image li:nth-child(2) .image_txt {
  padding: 0 4% 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 .image li:nth-child(2) .image_txt {
    padding: 0;
  }
}
.sec02 .image li:nth-child(3) figure::before {
  background-image: url(/extra/tiiki/images/sec02_num03.svg);
}
.sec02 .image li:nth-child(3) h3 {
  color: #35B597;
}
@media screen and (max-width: 767px) {
  .sec02 .image li:nth-child(3) {
    margin-bottom: 0;
  }
}
.sec02 .image li figure {
  position: relative;
  margin-bottom: 3.5rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec02 .image li figure {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.sec02 .image li figure::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 125px;
  background: url(/extra/tiiki/images/sec02_num01.svg) no-repeat center/contain;
  left: 10px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .sec02 .image li figure::before {
    width: 50px;
    height: 70px;
  }
}
.sec02 .image li .image_txt {
  width: 50%;
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  .sec02 .image li .image_txt {
    width: 100%;
    padding: 0;
  }
}
.sec02 .image li h3 {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #00AFEC;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .sec02 .image li h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
}
.sec02 .image li img {
  border-radius: 30px;
}
.sec02 .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 9%;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .model li {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .sec02 .model li {
    width: 100%;
  }
}
.sec02 .model li img {
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .sec02 .model li img {
    width: 140px;
  }
}
.sec02 .model li h3 {
  font-size: 3.5rem;
  text-align: center;
  color: #3D62AD;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec02 .model li h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.sec02 .model li strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #3D62AD;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec02 .model li strong {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.sec02 .figure_model {
  display: block;
  width: 1120px;
  max-width: 100%;
  margin: 60px auto 0;
}

.sec03 .image01 {
  display: block;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .sec03 .image01 {
    max-width: 80%;
    margin-bottom: 6rem;
  }
}
.sec03_banner {
  max-width: 700px;
  margin: 0 auto 5rem;
  text-align: center;
}
.sec03_banner a {
  display: block;
  padding: 10px;
}

.list_report .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; /* 互さをBえる念戻 */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.list_report li {
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 15px;
}
.list_report li:last-child {
  margin-right: 0;
}
.list_report li img {
  border-radius: 1.875rem 1.875rem 0 0;
}
.list_report_txtarea {
  padding: 5% 4% 7%;
  font-weight: 500;
}
.list_report_ttl {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #3D62AD;
}
.list_report_txt {
  color: #3D62AD;
  margin-bottom: 15px;
}
.list_report_txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .list_report_txt02 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .list_report_txt02 {
    font-size: 1.1rem;
  }
}
.list_report_txt02 span {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3D62AD;
  border-radius: 1.875rem;
  color: #3D62AD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  padding: 2px;
  width: 145px;
}
@media screen and (max-width: 1200px) {
  .list_report_txt02 span {
    width: 115px;
  }
}
@media screen and (max-width: 767px) {
  .list_report_txt02 span {
    width: 110px;
  }
}
.list_report_txt02 span:before, .list_report_txt02 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 2px;
  background-color: #3D62AD;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 1200px) {
  .list_report_txt02 span:before, .list_report_txt02 span:after {
    right: 5px;
    width: 7px;
  }
}
.list_report_txt02 span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list_report_txt02 span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.report_area {
  padding: 20px 15px;
}
.report_area_ttl {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #3D62AD;
  font-weight: 500;
}
.report_area_ttl02 {
  color: #3D62AD;
  margin-bottom: 15px;
  font-weight: 500;
}

.list_mordal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 5%;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_mordal {
    gap: 30px 8%;
  }
}
.list_mordal li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .list_mordal li {
    width: 100%;
  }
}
.list_mordal li figure {
  position: relative;
  margin-bottom: 1.5rem;
}
.list_mordal li h3 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #3D62AD;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .list_mordal li h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.sec04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 20px;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 ul {
    position: relative;
    height: 0;
    padding-top: 100%;
    margin-bottom: 5rem;
  }
}
.sec04 ul li {
  width: calc(25% - 15px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .sec04 ul li {
    position: absolute;
    width: 32.2%;
    top: 0;
    left: 33.9%;
  }
}
.sec04 ul li.js_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec04 ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .sec04 ul li:nth-child(2) {
    top: 13.88%;
    left: 0;
  }
}
.sec04 ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .sec04 ul li:nth-child(3) {
    top: 13.88%;
    left: auto;
    right: 0;
  }
}
.sec04 ul li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec04 ul li:nth-child(4) {
    top: 34%;
  }
}
.sec04 ul li:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .sec04 ul li:nth-child(5) {
    top: auto;
    bottom: 13.88%;
    left: 0;
  }
}
.sec04 ul li:nth-child(6) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .sec04 ul li:nth-child(6) {
    top: auto;
    bottom: 13.88%;
    right: 0;
    left: auto;
  }
}
.sec04 ul li:nth-child(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec04 ul li:nth-child(7) {
    top: auto;
    bottom: 0;
  }
}
.sec04 ul li img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .sec05 .caption {
    font-size: 1.2rem;
  }
}
.sec05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 48px;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 ul {
    margin-bottom: 4rem;
  }
}
.sec05 ul li {
  width: calc(33.3333% - 32px);
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec05 ul li {
    width: 100%;
  }
}
.sec05 ul li.js_active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec05 ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sec05 ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec05 ul li img {
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .sec05 ul li img {
    margin-bottom: 1rem;
  }
}
.sec05 ul .inner {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 5rem;
}
.sec05 ul .inner h3 {
  color: #3D62AD;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec05 ul .inner h3 {
    text-align: center;
  }
}
.sec05 ul .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec05 ul .inner dl dt {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .sec05 ul .inner dl dt {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.sec05 ul .inner dl dt img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .sec05 ul .inner dl dt img {
    width: 40%;
  }
}
.sec05 ul .inner dl dt p {
  color: #3D62AD;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec05 ul .inner dl dt p {
    text-align: center;
  }
}
.sec05 ul .inner dl dt p span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 3px 0;
}
.sec05 ul .inner dl dd {
  width: calc(100% - 180px);
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .sec05 ul .inner dl dd {
    width: 100%;
    padding: 0;
  }
}
.sec05 ul .inner dl dd h4 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #3D62AD;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec05 ul .inner dl dd h4 {
    font-size: 1.5rem;
  }
}
.sec05 ul .inner dl dd h4 + p {
  margin-bottom: 30px;
}
.sec05 ul .inner dl dd p:last-of-type {
  font-size: 1.3rem;
  line-height: 1.7;
}
.sec05 ul .inner dl dd p:last-of-type strong {
  display: block;
  color: #3D62AD;
}

@media screen and (max-width: 767px) {
  .sec06 .caption {
    font-size: 1.2rem;
  }
}
.sec06 .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 6%;
  width: 860px;
  max-width: 100%;
  margin: 0 auto 4rem;
}
.sec06 .movie li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .sec06 .movie li {
    width: 100%;
  }
}
.sec06 .movie li .mov {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.sec06 .movie li .mov iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec06 .movie li p {
  font-size: 2rem;
  color: #3D62AD;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .movie li p {
    font-size: 1.4rem;
  }
}

.sec07 .inner {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 5rem;
}
.sec07 .inner h3 {
  color: #3D62AD;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec07 .inner h3 {
    text-align: center;
  }
}

.sec08 img {
  display: block;
  width: 700px;
  max-width: 100%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .sec08 img {
    width: 80%;
    margin-bottom: 3rem;
  }
}

.sec09 {
  padding: 0 30px 70px;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: 0 4vw 5rem;
  }
}
.sec09 h2 {
  position: relative;
  font-size: 6.2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 30px;
  color: #7193B8;
}
@media screen and (max-width: 767px) {
  .sec09 h2 {
    font-size: 3.1rem;
    padding-top: 30px;
  }
}
.sec09 h2::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 46px;
  background: url(/extra/tiiki/images/sec09_01.svg) no-repeat center/contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec09 h2::before {
    width: 125px;
    height: 30px;
  }
}
.sec09 .caption {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec09 .caption {
    font-size: 1.4rem;
  }
}
.sec09 img {
  display: block;
  width: 700px;
  max-width: 100%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .sec09 img {
    margin-bottom: 3rem;
  }
}
.sec09 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 45px;
}
@media screen and (max-width: 767px) {
  .sec09 ul li {
    width: 100%;
  }
}
.sec09 ul li a {
  display: block;
  width: 290px;
  height: 46px;
  line-height: 44px;
  background-color: #7193B8;
  color: #fff;
  font-size: 2.7rem;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sec09 ul li a {
    width: 150px;
    height: 30px;
    line-height: 26px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

.ttl_cmn_01 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.ttl_cmn_01 span {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 700;
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 span {
    font-size: 2.4rem;
  }
}
.ttl_cmn_01.txt_blue {
  color: #3D62AD;
}
.ttl_cmn_01.txt_blue span {
  border-block-color: #3D62AD;
}

.btn_cmn_01 {
  text-align: center;
  margin: 0 auto 9rem;
}
.btn_cmn_01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    margin-bottom: 4rem;
  }
}
.btn_cmn_01 a {
  display: inline-block;
  min-width: 680px;
  background-color: #3D62AD;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 a {
    display: block;
    min-width: 1px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
}
.btn_cmn_01.bg_pink a {
  background-color: #E85383;
}
.btn_cmn_01.mb4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01.mb4 {
    margin-bottom: 2rem;
  }
}

.btn_cmn_02 {
  text-align: center;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02 {
    margin-bottom: 4rem;
  }
}
.btn_cmn_02:last-child {
  margin-bottom: 0;
}
.btn_cmn_02 a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 2px solid #808080;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02 a {
    font-size: 1.4rem;
  }
}
.btn_cmn_02 a span {
  color: #808080;
}
.btn_cmn_02.mb5 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02.mb5 {
    margin-bottom: 2.5rem;
  }
}

.ttl_cmn_02 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    margin-bottom: 20px;
  }
}
.ttl_cmn_02 span {
  display: inline-block;
  width: 550px;
  max-width: 100%;
  height: 77px;
  line-height: 73px;
  border: 2px solid #3D62AD;
  font-size: 4rem;
  color: #3D62AD;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 span {
    width: 250px;
    font-size: 2rem;
    height: 40px;
    line-height: 36px;
  }
}
.ttl_cmn_02 + p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 + p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}

.caption {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.caption.txt_blue {
  color: #3D62AD;
}

.read {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .read {
    margin-bottom: 3.5rem;
  }
}

.obj_fit,
.obj_fit_abs,
.obj_fit_contain,
.obj_fit_abs_contain {
  display: block;
  overflow: hidden;
}
.obj_fit .ofi,
.obj_fit_abs .ofi,
.obj_fit_contain .ofi,
.obj_fit_abs_contain .ofi {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.obj_fit_contain .ofi,
.obj_fit_abs_contain .ofi {
  -o-object-fit: contain;
     object-fit: contain;
}

.obj_fit_abs,
.obj_fit_abs_contain {
  position: relative;
}
.obj_fit_abs .ofi,
.obj_fit_abs_contain .ofi {
  position: absolute;
  top: 0;
  left: 0;
}

.of_link,
.of_link_abs,
.of_link_contain,
.of_link_abs_contain {
  display: block;
  overflow: hidden;
}
.of_link .ofi,
.of_link_abs .ofi,
.of_link_contain .ofi,
.of_link_abs_contain .ofi {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.of_link:hover .ofi,
.of_link_abs:hover .ofi,
.of_link_contain:hover .ofi,
.of_link_abs_contain:hover .ofi {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.of_link_contain .ofi,
.of_link_abs_contain .ofi {
  -o-object-fit: contain;
     object-fit: contain;
}

.of_link_abs,
.of_link_abs_contain {
  position: relative;
}
.of_link_abs .ofi,
.of_link_abs_contain .ofi {
  position: absolute;
  top: 0;
  left: 0;
}

/* モ`ダルを_くボタン */
.modal-open {
  cursor: pointer;
}

/* モ`ダルと嘘尚の峺協 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 122px 20px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal {
    padding-bottom: 80px;
  }
}

/* モ`ダルのM貌勣殆の峺協 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが弖紗されたrの峺協 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* モ`ダル坪箸琳原 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 1000px;
}

.modal-container02 {
  max-width: 500px;
}

/* モ`ダルを]じるボタンの峺協 */
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モ`ダルのコンテンツ何蛍の峺協 */
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px 15px;
}

.modal-content02 {
  padding: 0;
}

.slick-track {
  padding: 16px 0;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 10px;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.85;
  color: #fff;
  padding: 10px;
  background: #3D62AD;
  border-radius: 50%;
}

.slick-prev:before {
  content: "○";
}

.slick-next:before {
  content: "★";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 7rem;
  }
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.slick-dots li.slick-active button:before {
  background: #3D62AD;
  content: "";
  border-radius: 50%;
}