@charset "UTF-8";
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
	*/
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
SIZE
-------------------------*/
/*------------------------
COLOR
-------------------------*/
a {
  color: #333;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  font-family: ryo-gothic-plusn, "Noto Sans", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
}

.pcHide {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .pcHide {
    display: block;
  }
}

.spHide {
  display: block;
}
@media screen and ( max-width : 768px ) {
  .spHide {
    display: none;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

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

.wrap {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  box-sizing: border-box;
}
.minWrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

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

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

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #000000;
  background: #fff;
  font-weight: 500;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@media screen and ( max-width : 1024px ) {
  body {
    font-size: 12px;
  }
}

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

input,
textarea {
  font-family: "Noto Sans JP";
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#allWraper {
  display: none;
}
@media screen and ( max-width : 768px ) {
  #allWraper {
    min-width: auto;
  }
}

#cdArea,
#mainVisual .bottom,
#mainVisual .title,
#newsArea .title {
  opacity: 0;
  transition: opacity 0.1s;
}

.loaded #cdArea,
.loaded #mainVisual .bottom,
.loaded #mainVisual .title,
.loaded #newsArea .title {
  opacity: 1;
}

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.85;
}
a:hover.nonOp {
  opacity: 1;
}

li {
  list-style: none;
}

/*==============================================
  common parts
==============================================*/
ruby {
  ruby-align: center;
}

rt {
  letter-spacing: 0;
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
}

.sectionTitle {
  font-size: 3.3333333333vw;
  line-height: 1.5;
  text-align: center;
  font-weight: 800;
}
@media screen and ( max-width : 768px ) {
  .sectionTitle {
    font-size: 5.6vw;
  }
}
@media screen and ( max-width : 768px ) {
  .sectionTitle.spLarge {
    font-size: 8vw;
  }
}

.flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flex .col2 {
  width: 48%;
}
.flex .col2-1 {
  width: 48%;
}
@media screen and ( max-width : 768px ) {
  .flex .col2-1 {
    width: 100%;
  }
}
.flex .col2-1 img {
  width: 100%;
}
.flex a {
  transition: opacity 0.2s;
}
.flex a:hover {
  opacity: 0.6;
}

.btn a,
.btn input,
.btn span {
  vertical-align: middle;
  width: auto;
  display: inline-block;
  padding: 0 66px 13px 0;
  background: url(../images/common/arr.svg) no-repeat top 0.5em right;
  background-size: auto 13px;
  border-bottom: 1px solid #fff;
  color: #FFF;
  cursor: pointer;
  line-height: 1.5;
}
@media screen and ( max-width : 768px ) {
  .btn a,
.btn input,
.btn span {
    font-size: 12px;
  }
}
.btn.blue a,
.btn.blue input,
.btn.blue span {
  border-bottom: 1px solid #265CA5;
  color: #265CA5;
  background: url(../images/common/arrBlue.svg) no-repeat top 0.5em right;
}

/*==============================================
  layout
==============================================*/
body {
  overflow-x: hidden;
  background: #fff;
  color: #333333;
}
body .sp {
  display: none !important;
}
body .pc {
  display: block !important;
}
@media screen and ( max-width : 768px ) {
  body .sp {
    display: block !important;
  }
  body .pc {
    display: none !important;
  }
}
body.close {
  overflow: hidden;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: -0.5em;
}

.en {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins";
}

.allWrap {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 0;
}
.allWrap .subWrap {
  width: calc(100% - 598px);
}
@media screen and ( max-width : 1024px ) {
  .allWrap .subWrap {
    display: none;
  }
}
.allWrap .subWrap .image {
  position: fixed;
  width: calc(100% - 598px);
}
.allWrap .subWrap .image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.allWrap .mainWrap {
  width: 598px;
  background: #FFF;
  display: block;
  z-index: 1000;
  margin: 0 0 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .allWrap .mainWrap {
    width: 100%;
  }
}
.allWrap .mainWrap header {
  position: relative;
  display: block;
}
.allWrap .mainWrap header .navBox {
  top: 0;
  padding: 30px;
  width: 100%;
  transition: height 0.3s ease, padding 0.3s ease;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap header .navBox {
    padding: 20px;
  }
}
.allWrap .mainWrap header .navBox .child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border-radius: 10px;
}
.allWrap .mainWrap header .navBox .child .logo {
  width: 189px;
}
.allWrap .mainWrap header .navBox .child .logo img {
  width: 100%;
}
.allWrap .mainWrap header .navBox .child .inner {
  display: flex;
}
.allWrap .mainWrap header .main_v {
  position: relative;
}
.allWrap .mainWrap header .main_v img {
  width: 100%;
}
.allWrap .mainWrap header .main_v .mainTitle {
  position: absolute;
  right: 60px;
  top: 60px;
  writing-mode: vertical-rl;
  font-size: 64px;
  line-height: 1.5;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
@media screen and ( max-width : 1024px ) {
  .allWrap .mainWrap header .main_v .mainTitle {
    font-size: 11vw;
    right: 30px;
    top: 30px;
  }
}
.allWrap .mainWrap .aboutWrap {
  position: relative;
  width: 100%;
  background: #EFEFEF;
}
.allWrap .mainWrap .aboutWrap .illust {
  position: absolute;
  right: 25px;
  top: -70px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .aboutWrap .illust {
    top: -50px;
  }
}
.allWrap .mainWrap .aboutWrap .illust img {
  width: 78px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .aboutWrap .illust img {
    width: 50px;
  }
}
.allWrap .mainWrap .aboutWrap .box .copy {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.5;
  padding: 60px 0 40px;
  letter-spacing: 0;
}
.allWrap .mainWrap .aboutWrap .box .copy span {
  color: #FF0000;
  line-height: 1.7;
}
.allWrap .mainWrap .aboutWrap .box h2 {
  font-size: 64px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and ( max-width : 1024px ) {
  .allWrap .mainWrap .aboutWrap .box h2 {
    font-size: 40px;
  }
}
.allWrap .mainWrap .aboutWrap .box .text {
  padding: 0 40px 115px;
  font-weight: bold;
  line-height: 2;
  margin: -0.5em 0;
  font-size: 16px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .aboutWrap .box .text {
    padding: 0px 20px 115px;
  }
}
.allWrap .mainWrap .bioWrap {
  width: 100%;
  padding: 60px 40px;
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .bioWrap {
    padding: 60px 20px;
  }
}
.allWrap .mainWrap .bioWrap .illust {
  position: absolute;
  left: 25px;
  top: -40px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .bioWrap .illust {
    top: -20px;
  }
}
.allWrap .mainWrap .bioWrap .illust img {
  width: 78px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .bioWrap .illust img {
    width: 50px;
  }
}
.allWrap .mainWrap .bioWrap .titleBox {
  text-align: center;
  margin-bottom: 60px;
}
.allWrap .mainWrap .bioWrap .titleBox .en {
  color: #FF0000;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  display: block;
}
.allWrap .mainWrap .bioWrap .titleBox h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
.allWrap .mainWrap .bioWrap .titleBox .red {
  color: #FF0000;
}
.allWrap .mainWrap .bioWrap .box .education-list {
  list-style: none;
}
.allWrap .mainWrap .bioWrap .box .education-list .education-item {
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  justify-content: space-between;
}
.allWrap .mainWrap .bioWrap .box .education-list .year {
  display: block;
  width: 100%;
  color: #FF9090;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 14px;
}
.allWrap .mainWrap .bioWrap .box .education-list .month {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-weight: 800;
  font-size: 16px;
}
.allWrap .mainWrap .bioWrap .box .image {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.allWrap .mainWrap .linkWrap {
  padding: 0px 40px 60px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .linkWrap {
    padding: 0px 20px 60px;
  }
}
.allWrap .mainWrap .linkWrap .link {
  text-align: center;
  margin-bottom: 20px;
  background: #FF0000;
  border-radius: 10px;
}
.allWrap .mainWrap .linkWrap .link a {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  padding: 30px 0;
  width: 100%;
  padding-right: 30px;
  background: url(../images/common/ar.svg) no-repeat 92% 50%;
  background-size: 34px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .linkWrap .link a {
    padding-right: 20px;
    font-size: 20px;
    background-size: 25px;
  }
}
.allWrap .mainWrap .blogWrap {
  width: 100%;
  padding: 60px 40px;
  background: #EFEFEF;
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .blogWrap {
    padding: 60px 20px;
  }
}
.allWrap .mainWrap .blogWrap .illust {
  position: absolute;
  right: 25px;
  top: -40px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .blogWrap .illust {
    top: -20px;
  }
}
.allWrap .mainWrap .blogWrap .illust img {
  width: 78px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .blogWrap .illust img {
    width: 50px;
  }
}
.allWrap .mainWrap .blogWrap .titleBox {
  text-align: center;
  margin-bottom: 60px;
}
.allWrap .mainWrap .blogWrap .titleBox .en {
  color: #FF0000;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  display: block;
}
.allWrap .mainWrap .blogWrap .titleBox h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
.allWrap .mainWrap .blogWrap .titleBox .red {
  color: #FF0000;
}
.allWrap .mainWrap .blogWrap .box {
  margin-bottom: 35px;
}
.allWrap .mainWrap .blogWrap .box .education-list {
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}
.allWrap .mainWrap .blogWrap .box .education-list .education-item {
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  justify-content: space-between;
}
.allWrap .mainWrap .blogWrap .box .education-list .education-item a {
  display: block;
}
.allWrap .mainWrap .blogWrap .box .education-list .year {
  display: block;
  width: 100%;
  color: #FF9090;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 14px;
}
.allWrap .mainWrap .blogWrap .box .education-list .month {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-weight: 800;
  font-size: 16px;
}
.allWrap .mainWrap .blogWrap .box .image {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.allWrap .mainWrap .blogWrap .linkBox {
  width: 100%;
  text-align: right;
}
.allWrap .mainWrap .blogWrap .linkBox a {
  padding: 10px 45px 10px 0;
  background: url(../images/common/arr.svg) no-repeat 100% 50%;
  font-weight: 800;
  text-decoration: underline;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .blogWrap .linkBox a {
    padding: 10px 30px 10px 0;
    background-size: 24px;
  }
}
.allWrap .mainWrap .accessWrap {
  width: 100%;
  padding: 60px 40px 40px;
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .accessWrap {
    padding: 60px 20px 40px;
  }
}
.allWrap .mainWrap .accessWrap .illust {
  position: absolute;
  left: 25px;
  top: -70px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .accessWrap .illust {
    top: -30px;
  }
}
.allWrap .mainWrap .accessWrap .illust img {
  width: 78px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .accessWrap .illust img {
    width: 50px;
  }
}
.allWrap .mainWrap .accessWrap .titleBox {
  text-align: center;
  margin-bottom: 60px;
}
.allWrap .mainWrap .accessWrap .titleBox .en {
  color: #FF0000;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  display: block;
}
.allWrap .mainWrap .accessWrap .titleBox h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
.allWrap .mainWrap .accessWrap .titleBox .red {
  color: #FF0000;
}
.allWrap .mainWrap .accessWrap .box .education-list {
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}
.allWrap .mainWrap .accessWrap .box .education-list .education-item {
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  justify-content: space-between;
  display: flex;
}
.allWrap .mainWrap .accessWrap .box .education-list .education-item .title {
  display: block;
  width: 118px;
  color: #999999;
  line-height: 1.5;
  font-weight: 800;
  font-size: 14px;
}
.allWrap .mainWrap .accessWrap .box .education-list .education-item .detail {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-weight: 800;
  font-size: 16px;
}
.allWrap .mainWrap .mapWrap {
  width: 100%;
  padding: 0 40px 60px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .mapWrap {
    padding: 0px 20px 40px;
  }
}
.allWrap .mainWrap .mapWrap iframe {
  width: 100%;
}
.allWrap .mainWrap .instaWrap {
  margin-bottom: 40px;
}
.allWrap .mainWrap .instaWrap .titleBox {
  max-width: 1160px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allWrap .mainWrap .instaWrap .titleBox span {
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .instaWrap .titleBox span {
    font-size: 24px;
  }
}
.allWrap .mainWrap .instaWrap .box {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.allWrap .mainWrap .instaWrap .box .slideshow {
  display: flex;
}
.allWrap .mainWrap .instaWrap .box .slideshow .content {
  margin: 0 10px;
  width: 145px;
}
.allWrap .mainWrap .instaWrap .box .slideshow .content img {
  width: 100%;
}
.allWrap .mainWrap .instaWrap .box .slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.allWrap .mainWrap .snsWrap {
  padding: 0 40px 47px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .snsWrap {
    padding: 0 20px 47px;
  }
}
.allWrap .mainWrap .snsWrap .box {
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .snsWrap .box {
    display: block;
  }
}
.allWrap .mainWrap .snsWrap .box .facebook {
  width: calc(50% - 12px);
  text-align: center;
  background: #415994;
  border-radius: 10px;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .snsWrap .box .facebook {
    width: 100%;
  }
}
.allWrap .mainWrap .snsWrap .box .facebook a {
  padding: 20px 45px 20px 100px;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  background: url(../images/common/facebook.svg) no-repeat 40px 50%;
}
.allWrap .mainWrap .snsWrap .box .insta {
  background-image: linear-gradient(to right, #F3A83B, #DA527F, #6B75DD);
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap .snsWrap .box .insta {
    margin-top: 20px;
  }
}
.allWrap .mainWrap .snsWrap .box .insta a {
  background: url(../images/common/insta.svg) no-repeat 40px 50%;
}
.allWrap .mainWrap footer {
  padding: 60px 40px 100px;
  background: #EFEFEF;
}
@media screen and ( max-width : 768px ) {
  .allWrap .mainWrap footer {
    padding: 60px 20px 100px;
  }
}
.allWrap .mainWrap footer .gnavBox ul li {
  margin-bottom: 25px;
}
.allWrap .mainWrap footer .gnavBox ul li.outLink a {
  padding-left: 20px;
  background: url(../images/common/outLink.svg) no-repeat left center;
}
.allWrap .mainWrap footer .gnavBox ul li a {
  font-weight: 900;
  line-height: 1.5;
  font-size: 16px;
}
.allWrap .mainWrap address {
  text-align: center;
  font-size: 14px;
  padding: 30px 0;
  background: #FF0000;
  color: #FFF;
}
.allWrap .mainWrap address span {
  font-weight: 900;
}

.underContent .allWrap .mainWrap .linkWrap {
  padding-bottom: 40px;
}
.underContent .allWrap .mainWrap .titleWrap {
  background: #EFEFEF;
  text-align: center;
  padding: 40px 0;
}
.underContent .allWrap .mainWrap .titleWrap h1 {
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.underContent .allWrap .mainWrap .titleWrap h1 span {
  color: #FF0000;
}
.underContent .allWrap .mainWrap .affectionWrap {
  position: relative;
  width: 100%;
  padding: 100px 40px 0;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .affectionWrap {
    padding: 100px 20px 0;
  }
}
.underContent .allWrap .mainWrap .affectionWrap .illust {
  position: absolute;
  right: 25px;
  top: -70px;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .affectionWrap .illust {
    top: -50px;
  }
}
.underContent .allWrap .mainWrap .affectionWrap .illust img {
  width: 78px;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .affectionWrap .illust img {
    width: 50px;
  }
}
.underContent .allWrap .mainWrap .affectionWrap .box h2 {
  font-size: 24px;
  margin: 40px 0 20px;
}
.underContent .allWrap .mainWrap .affectionWrap .box .copy {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.5;
  padding: 60px 0 40px;
  letter-spacing: 0;
}
.underContent .allWrap .mainWrap .affectionWrap .box .copy span {
  color: #FF0000;
  line-height: 1.3;
}
.underContent .allWrap .mainWrap .affectionWrap .box .text {
  font-weight: bold;
  line-height: 2;
  margin: -0.5em 0;
  padding-bottom: 40px;
  font-size: 16px;
}
.underContent .allWrap .mainWrap .affectionWrap .box ul {
  font-weight: bold;
  line-height: 2;
  margin: -0.5em 0;
  padding-bottom: 40px;
  font-size: 16px;
}
.underContent .allWrap .mainWrap .affectionWrap .box .image {
  margin-bottom: 120px;
}
.underContent .allWrap .mainWrap .newsWrap {
  width: 100%;
  padding: 60px 40px 115px;
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .newsWrap {
    padding: 60px 20px 60px;
  }
}
.underContent .allWrap .mainWrap .newsWrap .illust {
  position: absolute;
  right: 25px;
  top: -70px;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .newsWrap .illust {
    top: -50px;
  }
}
.underContent .allWrap .mainWrap .newsWrap .illust img {
  width: 50px;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .newsWrap .illust img {
    width: 50px;
  }
}
.underContent .allWrap .mainWrap .newsWrap .titleBox {
  text-align: center;
  margin-bottom: 60px;
}
.underContent .allWrap .mainWrap .newsWrap .titleBox .en {
  color: #FF0000;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  display: block;
}
.underContent .allWrap .mainWrap .newsWrap .titleBox h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
.underContent .allWrap .mainWrap .newsWrap .titleBox .red {
  color: #FF0000;
}
.underContent .allWrap .mainWrap .newsWrap .box .education-list {
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}
.underContent .allWrap .mainWrap .newsWrap .box .education-list .education-item {
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  justify-content: space-between;
}
.underContent .allWrap .mainWrap .newsWrap .box .education-list .education-item a {
  display: block;
}
.underContent .allWrap .mainWrap .newsWrap .box .education-list .year {
  display: block;
  width: 100%;
  color: #FF9090;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 14px;
}
.underContent .allWrap .mainWrap .newsWrap .box .education-list .month {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-weight: 800;
  font-size: 16px;
}
.underContent .allWrap .mainWrap .newsWrap .box .image {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.underContent .allWrap .mainWrap .newsDetailWrap {
  width: 100%;
  padding: 20px 40px 115px;
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .newsDetailWrap {
    padding: 10px 20px 60px;
  }
}
.underContent .allWrap .mainWrap .newsDetailWrap .illust {
  position: absolute;
  right: 25px;
  top: -70px;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .newsDetailWrap .illust {
    top: -50px;
    display: none;
  }
}
.underContent .allWrap .mainWrap .newsDetailWrap .illust img {
  width: 50px;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .newsDetailWrap .illust img {
    width: 50px;
  }
}
.underContent .allWrap .mainWrap .newsDetailWrap .breadcrumb {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0;
  overflow-x: auto;
  white-space: nowrap;
  /* スクロールの滑らかさを向上させる（iOS Safariなど） */
  -webkit-overflow-scrolling: touch;
}
@media screen and ( max-width : 768px ) {
  .underContent .allWrap .mainWrap .newsDetailWrap .breadcrumb {
    font-size: 12px;
  }
}
.underContent .allWrap .mainWrap .newsDetailWrap .breadcrumb a {
  text-decoration: none;
}
.underContent .allWrap .mainWrap .newsDetailWrap .breadcrumb a:hover {
  text-decoration: underline;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item {
  font-family: sans-serif;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item .news-date {
  font-size: 14px;
  margin-bottom: 10px;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item .news-date a {
  color: #FF9090;
  font-weight: 900;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item .news-title {
  font-size: 24px;
  margin-bottom: 50px;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item .news-description {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  font-weight: 900;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item .news-description p {
  margin-bottom: 30px;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item .news-description figure {
  margin-bottom: 30px;
}
.underContent .allWrap .mainWrap .newsDetailWrap .news-item .news-link {
  display: block;
  margin: 0 auto;
  padding: 20px 0px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #FF0000;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #FF0000;
  background: url(../images/common/arr.svg) no-repeat 95% 50%;
  background-size: 21px;
}

.drawer {
  display: none;
  position: relative;
  background: #FFF;
  position: fixed;
  top: 30px;
  right: 30px;
  display: block;
  width: 62px;
  height: auto;
  z-index: 101;
}
@media screen and ( max-width : 768px ) {
  .drawer {
    top: 20px;
    right: 20px;
  }
}
.drawer .spNavBox {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
}
.drawer .spNavBox .menu-icon {
  cursor: pointer;
  position: relative;
}
.drawer .spNavBox .menu-icon .line1,
.drawer .spNavBox .menu-icon .line2,
.drawer .spNavBox .menu-icon .menu-icon-title {
  display: block;
  transition: all 0.3s ease;
  position: absolute;
}
.drawer .spNavBox .menu-icon .line1 {
  width: 62px;
  top: 0;
  right: 0;
  height: 3px;
  background-color: #FF0000;
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox .menu-icon .line1 {
    width: 40px;
  }
}
.drawer .spNavBox .menu-icon .line2 {
  width: 62px;
  right: 0;
  top: 12px;
  height: 3px;
  background-color: #FF0000;
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox .menu-icon .line2 {
    width: 40px;
    top: 10px;
  }
}
.drawer .spNavBox .menu-icon .menu-icon-title {
  font-size: 19px;
  white-space: nowrap;
  font-weight: 800;
  color: #FF0000;
  top: 20px;
  width: 62px;
  right: 0;
  font-family: "Poppins", sans-serif;
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox .menu-icon .menu-icon-title {
    width: 40px;
    font-size: 12px;
  }
}
.drawer .spNavBox.active .menu-icon .line1 {
  transform: translateY(6px) rotate(25deg);
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox.active .menu-icon .line1 {
    transform: translateY(5px) rotate(25deg);
  }
}
.drawer .spNavBox.active .menu-icon .line2 {
  transform: translateY(-6px) rotate(-25deg);
}
@media screen and ( max-width : 768px ) {
  .drawer .spNavBox.active .menu-icon .line2 {
    transform: translateY(-5px) rotate(-25deg);
  }
}

.drawer-open {
  background: #fff;
  max-width: 598px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  cursor: pointer;
  margin: auto;
  width: 72.7px;
  height: 60px;
}
@media screen and ( max-width : 768px ) {
  .drawer-open {
    top: 10px;
    right: 10px;
  }
}
.drawer-open .title {
  font-size: 8px;
  width: 39px;
  padding-top: 25px;
}
.drawer-open .menuIcon {
  width: 62.7px;
  height: 50px;
}
@media screen and ( max-width : 768px ) {
  .drawer-open .menuIcon {
    width: 40px;
    height: auto;
  }
}

.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 26px;
  transition: 0.5s;
  position: absolute;
  top: 30px;
}
@media screen and ( max-width : 1024px ) {
  .drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
    height: 2px;
    width: 26px;
  }
}

.drawer-open span:before {
  bottom: 50%;
  background: #D6CAC0;
}
@media screen and ( max-width : 1024px ) {
  .drawer-open span:before {
    top: auto;
    bottom: calc(50% - 5px);
  }
}

.drawer-open span:after {
  top: 50%;
  background: #D6CAC0;
}
@media screen and ( max-width : 1024px ) {
  .drawer-open span:after {
    top: calc(50% - 5px);
    width: 26px;
  }
}

.drawer-open.clicked .title {
  text-align: center;
}

.drawer-open.clicked span {
  background: rgba(255, 255, 255, 0);
}

.drawer-open.clicked span::before {
  bottom: 0;
  transform: rotate(45deg);
}

.drawer-open.clicked span::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer-content {
  width: 598px;
  max-width: 598px;
  height: 100%;
  position: fixed;
  top: -100%;
  right: 0;
  background: #fff;
  transition: top 0.5s ease;
  overflow-y: auto;
  z-index: 100;
  padding: 120px 20px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and ( max-width : 768px ) {
  .drawer-content {
    width: 100%;
    max-width: auto;
    padding: 80px 20px 20px;
  }
}
.drawer-content.clicked {
  top: 0;
}
.drawer-content .btnBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.drawer-content .btnBox li {
  width: 50%;
}
.drawer-content .btnBox li .btn {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #606FB0, #1B3696);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.drawer-content .btnBox li .btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}
.drawer-content .caution {
  display: block;
  text-align: left;
  margin-top: 90px;
}
.drawer-content .nav1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-content .nav1 .list {
  padding: 10px 0;
  text-align: left;
}
.drawer-content .nav1 .list a {
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.drawer-content .nav1 .list a:hover {
  color: #1B3696;
}
.drawer-content .nav1 .icon a {
  padding-right: 20px;
}
.drawer-content .teapot {
  justify-content: flex-end;
  display: flex;
  padding: 40px 0 120px;
}
.drawer-content .teapot p {
  width: 126px;
}
.drawer-content .teapot p img {
  width: 100%;
}
.drawer-content .gnavBox ul li {
  margin-bottom: 25px;
}
.drawer-content .gnavBox ul li.outLink a {
  padding-left: 20px;
  background: url(../images/common/outLink.svg) no-repeat left center;
}
.drawer-content .gnavBox ul li a {
  font-weight: 900;
  line-height: 1.5;
}
.drawer-content .gnavBox .linkWrap {
  margin-bottom: 20px;
}
.drawer-content .gnavBox .linkWrap .link {
  text-align: center;
  margin-bottom: 20px;
  background: #FF0000;
  border-radius: 10px;
  max-width: 528px;
}
.drawer-content .gnavBox .linkWrap .link a {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  padding: 20px 0;
  width: 100%;
  padding-right: 30px;
  background: url(../images/common/ar.svg) no-repeat 92% 50%;
  background-size: 34px;
}
@media screen and ( max-width : 768px ) {
  .drawer-content .gnavBox .linkWrap .link a {
    padding-right: 20px;
    font-size: 20px;
    background-size: 25px;
  }
}
.drawer-content .gnavBox .snsWrap {
  padding: 0;
}
.drawer-content .gnavBox .snsWrap .box {
  max-width: 528px;
  justify-content: space-between;
}
@media screen and ( max-width : 768px ) {
  .drawer-content .gnavBox .snsWrap .box {
    display: block;
  }
}
.drawer-content .gnavBox .snsWrap .box .facebook {
  width: 100%;
  text-align: center;
  background: #415994;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  .drawer-content .gnavBox .snsWrap .box .facebook {
    width: 100%;
  }
}
.drawer-content .gnavBox .snsWrap .box .facebook a {
  padding: 20px 45px 20px 100px;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  background: url(../images/common/facebook.svg) no-repeat 40px 50%;
}
@media screen and ( max-width : 768px ) {
  .drawer-content .gnavBox .snsWrap .box .facebook a {
    font-size: 20px;
  }
}
.drawer-content .gnavBox .snsWrap .box .insta {
  background-image: linear-gradient(to right, #F3A83B, #DA527F, #6B75DD);
}
@media screen and ( max-width : 768px ) {
  .drawer-content .gnavBox .snsWrap .box .insta {
    margin-top: 20px;
  }
}
.drawer-content .gnavBox .snsWrap .box .insta a {
  background: url(../images/common/insta.svg) no-repeat 40px 50%;
}
@media screen and ( max-width : 768px ) {
  .drawer-content .gnavBox .snsWrap .box .insta a {
    font-size: 20px;
  }
}

.drawer-content-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 99;
  display: none;
}
.drawer-content-bg.clicked {
  opacity: 1;
  display: block;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 80px 0 0px;
}
@media screen and ( max-width : 768px ) {
  .wp-pagenavi {
    margin: 40px 0 90px;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: "Poppins";
  text-align: center;
  background: #3C352F;
  margin: 0 15px;
  border-radius: 15px;
}
@media screen and ( max-width : 768px ) {
  .wp-pagenavi .current,
.wp-pagenavi .page {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
}
.wp-pagenavi .current {
  color: #3C352F;
  border: 2px solid #3C352F;
  background-color: #fff;
  font-size: 24px;
  font-family: "Poppins";
}
@media screen and ( max-width : 768px ) {
  .wp-pagenavi .current {
    margin-right: 10px;
  }
}
.wp-pagenavi .extend {
  display: flex;
  align-items: center;
  margin: 0 13px 0 0;
  font-size: 22px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 22px;
}
@media screen and ( max-width : 768px ) {
  .wp-pagenavi .nextpostslink {
    margin-left: 17px;
  }
}
.wp-pagenavi .nextpostslink a {
  display: flex;
  align-items: center;
}

.wpcf7-response-output {
  background: #FFF;
  padding: 10px;
  position: fixed;
  width: 20%;
  z-index: 1000;
  text-align: left;
  padding: 30px;
  bottom: 50px;
  right: 50px;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
}
@media screen and ( max-width : 768px ) {
  .wpcf7-response-output {
    width: calc(100% - 60px);
    right: 30px;
    bottom: 30px;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #F00;
  font-weight: 700;
}

/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
  transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

#loading.blurred {
  filter: blur(10px);
  opacity: 0.5;
  transform: translateY(-100%);
}

/* ロゴフェードアウト対象 */
.loading-logo {
  width: 250px;
  margin-bottom: 20px;
}

/* 背景色のスライドアニメーション */
.blueBack {
  width: 100vw;
  height: 100vh;
  background: #062C87;
  position: fixed;
  z-index: 2000;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

.blueBack.moveUp {
  transform: translateY(-100%);
}

.errorCopy p {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding-top: 80px;
}