﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Table
 *   1.6 Other Elements
 *        1.6.1 page top
 *        1.6.2 btn
 *        1.6.3 sns
 * 2. HEADER
 * 3. MAIN VISUAL
 * 4. NAV
 *    4.1. Main Nav (pc)
 *    4.2. Main Nav (sp)
 * 5. CONTENTS
 *    5.1 Mission
 *    5.2 Research
 *    5.3 Career
 *    5.4 People
 *    5.5 Join us
 *    5.6 Contact
 *    5.7 News
 * 6. FOOTER
 * 7. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    background: #fff;
	color: #000;
	line-height: 2.2;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(14px + 2 * (100vw - 320px) / 704);
        line-height: 2;
    }
}
@media (max-width: 380px) {
    body {
        font-size: 1.3rem;
    }
}

a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: none;
    
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

small {
    display: inline-block;
    font-size: 1.4rem;
}
@media (max-width: 1024px) {
	small {
		font-size: calc(12px + 2 * (100vw - 320px) / 704);
	}
}

ul,
ul li
ol,
ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt-10 { margin-top: -1rem !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !important; }

.mb-10 { margin-bottom: -1rem !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }

.mr00 { margin-right: 0 !important; }
.mr10 { margin-right: 1rem !important; }
.mr20 { margin-right: 2rem !important; }
.mr30 { margin-right: 3rem !important; }

.ml00 { margin-left: 0 !important; }
.ml10 { margin-left: 1rem !important; }
.ml20 { margin-left: 2rem !important; }
.ml30 { margin-left: 3rem !important; }

@media (max-width: 960px) {
    .mt10-md {
        margin-top: 1rem !important;
    }
    .mt20-md {
        margin-top: 2rem !important;
    }
    .mt30-md {
        margin-top: 3rem !important;
    }
    .mt40-md {
        margin-top: 4rem !important;
    }
    .mt50-md {
        margin-top: 5rem !important;
    }
    .mt60-md {
        margin-top: 6rem !important;
    }
    .mt70-md {
        margin-top: 7rem !important;
    }
    .mt80-md {
        margin-top: 8rem !important;
    }
    .mb10-md {
        margin-bottom: 1rem !important;
    }
    .mb20-md {
        margin-bottom: 2rem !important;
    }
    .mb30-md {
        margin-bottom: 3rem !important;
    }
    .mb40-md {
        margin-bottom: 4rem !important;
    }
    .mb50-md {
        margin-bottom: 5rem !important;
    }
    .mb60-md {
        margin-bottom: 6rem !important;
    }
    .mb70-md {
        margin-bottom: 7rem !important;
    }
    .mb80-md {
        margin-bottom: 8rem !important;
    }
}
@media (max-width: 767px) {
    .mt-10-xs {
        margin-top: -1rem !important;
    }
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt05-xs {
        margin-top: 0.5rem !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt25-xs {
        margin-top: 2.5rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb-10-xs {
        margin-bottom: -1rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb05-xs {
        margin-bottom: 0.5rem !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb25-xs {
        margin-bottom: 2.5rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .ml00-xs {
        margin-left: 0 !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
p.txt-en {
    text-align: left;
    overflow-wrap: break-word;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.line-height18 {
    line-height: 1.8 !important;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .line-height16-xs {
        line-height: 1.6 !important;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #dd0000 !important;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}
a.txt-underline-none,
.txt-underline-none {
    text-decoration: none !important;
}
a.txt-underline-none:hover {
    text-decoration: underline !important;
}

.en {
	display: inline-block;
    font-family: "Sen", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f50 { font-size: 5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f50 {
        font-size: 3rem !important;
    }
    .f25-xs {
        font-size: 2.5rem !important;
    }
    .f24-xs {
        font-size: 2.4rem !important;
    }
    .f23-xs {
        font-size: 2.3rem !important;
    }
    .f22-xs {
        font-size: 2.2rem !important;
    }
    .f21-xs {
        font-size: 2.1rem !important;
    }
    .f20-xs {
        font-size: 2rem !important;
    }
    .f19-xs {
        font-size: 1.9rem !important;
    }
    .f18-xs {
        font-size: 1.8rem !important;
    }
    .f17-xs {
        font-size: 1.7rem !important;
    }
    .f16-xs {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.5;
    }
}

.section-ttl {
    font-size: 5rem;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 2rem;
    letter-spacing: 0.05em;
}
.section-sub {
	font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.03em;
	font-size: 1.8rem;
	text-align: center;
}
.section-line {
	width: 120px;
	height: 1px;
	margin: 3rem auto 5rem;
	background: #000;
}
@media (max-width: 1024px) {
    .section-ttl {
        font-size: calc(26px + 22 * (100vw - 320px) / 704);
    }
    .section-sub {
    	font-size: calc(15px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
	.section-line {
		margin: 2.5rem auto 3rem;
	}
}
@media (max-width: 767px) {
	.section-ttl {
		margin-bottom: 1rem;
		line-height: 1.5;
	}
	.section-line {
		width: 100px;
	}
}

.ttl-line {
	position: relative;
	margin: 0 0 2rem;
	font-size: 3.5rem;
	text-align: center;
	letter-spacing: 0.03em;
}
.ttl-line::before {
	content: '';
	position: absolute;
	top: 55%;
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #000;
	margin-left: -12rem;
}
.ttl-line .num {
	display: inline-block;
	font-size: 4.5rem;
	margin: 0 0.3rem;
	vertical-align: -3%;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
	.ttl-line {
		font-size: calc(19px + 16 * (100vw - 320px) / 704);
	}
	.ttl-line .num {
		font-size: calc(23px + 22 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.ttl-line {
		margin-bottom: 1rem;
	}
}
@media (max-width: 767px) {
	.ttl-line {
		letter-spacing: 0;
		margin-bottom: 1.5rem;
	}
	.ttl-line::before {
	    width: 60px;
	    margin-left: -7rem;
	}
}

.sub-line {
	font-size: 3rem;
	margin: 0 0 2.3rem;
	border-bottom: 1px solid #000;
	padding-bottom: 2rem;
	letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
	.sub-line {
		font-size: calc(17px + 11 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.sub-line {
		letter-spacing: 0;
		margin-bottom: 1.6rem;
		padding-bottom: 1.6rem;
	}
}

.sub-txt {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 4rem;
	line-height: 2.2;
	font-weight: 400;
}
@media (max-width: 1024px) {
	.sub-txt {
		font-size: calc(15px + 5 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.sub-txt {
		margin-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.sub-txt {
		margin-bottom: 2.5rem;
		line-height: 1.8;
	}
}
@media (max-width: 380px) {
	.sub-txt {
		font-size: 1.4rem;
	}
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.5rem;
    padding: 0;
    line-height: 2;
}
ul.disc-list li {
    list-style: disc;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2.2rem;
        line-height: 1.8;
    }
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2;
}
@media (max-width: 767px) {
    ol.ol-list {
        margin-left: 2rem;
        line-height: 1.8;
    }
}

ul.check-list li {
    margin: 0 0 0.5rem;
    font-size: 1.7rem;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 500;
}
ul.check-list li:last-of-type {
    margin-bottom: 0;
}
ul.check-list li {
    background: url(../image/icon-check.svg) 0 6px no-repeat;
    background-size: auto 22px;
    padding-left: 3.5rem;
}
@media (max-width: 1024px) {
    ul.check-list li {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    ul.check-list li {
        background-position: 0 5px;
        background-size: auto 18px;
        padding-left: 2.5rem;
        line-height: 1.8;
    }
}

ul.waku-list {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 20px;
    margin: 2rem 0 0;
}
ul.waku-list li {
	line-height: 1;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: 500;
	padding: 0.6rem 2rem 0.9rem;
}
@media (max-width: 960px) {
	ul.waku-list {
		gap: 15px 15px;
	}
	ul.waku-list li {
		padding: 0.6rem 2rem 0.8rem;
	}
}
@media (max-width: 767px) {
	ul.waku-list {
		gap: 10px 10px;
		margin-top: 1.5rem;
	}
	ul.waku-list li {
	    padding: 0.6rem 1.5rem 0.8rem;
	}
}

/* 1.5 Table
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}
table a {
	text-decoration: underline;
}
table a:hover {
	text-decoration: none;
}
table th {
    background: #72797c;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c9c9c9;
    padding: 1rem 1rem 1.1rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
table th a {
	color: #fff;
}
table th a:hover {
	color: #fff;
}
table td {
    vertical-align: middle;
    border: 1px solid #c9c9c9;
    padding: 1rem 2rem 1.1rem;
}
table td p,
table td ul,
table td ol {
    margin: 0;
}
table .vtop {
    vertical-align: top;
}
@media (max-width: 1024px) {
	table th,
	table td {
		padding: 0.8rem 1rem 0.9rem;
	}
}
@media (max-width: 767px) {
    table th {
        white-space: nowrap;
    }
    table th,
    table td {
        padding: 0.8rem 0.5rem 0.9rem;
        line-height: 1.8;
    }
    table td {
        padding: 0.8rem 1rem 0.9rem;
    }
}

/* 1.6 Other Elements
 * ------------------------------*/
/* 1.6.1 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 44px;
    height: 44px;
    z-index: 1;
    transition: background-color 400ms;
    background: url(../image/pagetop.svg) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
    }
}

/* 1.6.2 btn ------------*/
ul.btn-list {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px 50px;
    max-width: 85%;
    margin: 5rem auto 0;
}
ul.btn-list li {
	margin: 0 auto;
	width: calc(100% / 2 - 25px );
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	ul.btn-list {
		max-width: 100%;
		gap: 30px 40px;
	}
	ul.btn-list li {
		width: calc(100% / 2 - 20px );
	}
}
@media (max-width: 960px) {
	ul.btn-list {
		gap: 30px 0;
	}
	ul.btn-list li {
		width: 100%;
	}
}
@media (max-width: 767px) {
	ul.btn-list {
		margin-top: 3rem;
		gap: 20px 0;
	}
}

.btn {
    max-width: 600px;
    height: 80px;
    overflow: hidden;
    margin: 5rem auto 0;
    position: relative;
}
.btn a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 600px;
    height: 80px;
    padding: 0 0 0.4rem;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    background: #85023d;
    border: 2px solid #85023d;
    border-radius: 60px;
    box-sizing: border-box;
    position: relative;
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
.btn.small {
    max-width: 400px;
	height: 48px;
}
.btn.small a {
	max-width: 400px;
	height: 48px;
	font-size: 2rem;
}
.btn a:hover {
  color: #85023d;
  background: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.btn a::before {
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 3s ease-in-out infinite;
}
.btn a:hover::before {
	display: none;
}
.btn i {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #fff;
    font-size: 2rem;
}
.btn:hover i {
	color: #85023d;
}
.btn.white a {
	color: #85023d;
    background: #fff;
}
.btn.white a:hover {
  color: #fff;
  background: #85023d;
}
.btn.white i {
	color: #85023d;
}
.btn.white:hover i {
	color: #fff;
}
@media (max-width: 1024px) {
	.btn,
    .btn a {
        max-width: 100%;
    }
    .btn a {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
    .btn i {
    	font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
    .btn.small a {
    	font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
    .btn.small a i {
    	font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
	.btn,
	.btn a {
    	height: 70px;
    }
    .btn a {
    	padding-bottom: 0.2rem;
    }
}
@media (max-width: 767px) {
	.btn {
		margin-top: 3rem;
	}
	.btn,
	.btn a {
    	height: 50px;
    }
    .btn.small a {
    	max-width: 280px;
    	height: 38px;
    	padding-bottom: 0.3rem;
    }
}

/*----- btn-more -----*/
.btn-more {
	max-width: 400px;
	height: 48px;
    overflow: hidden;
    margin: 5rem auto 0;
	font-size: 2rem;
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    background: #85023d;
    border: 2px solid #85023d;
    border-radius: 60px;
    box-sizing: border-box;
    position: relative;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}
.btn-more.close {
	max-width: 250px;
}
.btn-more:hover {
  color: #85023d;
  background: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.btn-more::before {
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 3s ease-in-out infinite;
}
.btn-more:hover::before {
	display: none;
}
.btn-more i {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #fff;
    font-size: 1.6rem;
}
.btn-more:hover i {
	color: #85023d;
}
@media (max-width: 1024px) {
    .btn-more {
    	font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
    .btn-more i {
    	font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .btn-more {
    	margin-top: 3rem;
		max-width: 280px;
		height: 38px;
		padding-top: 0.2rem;
	}
}

@keyframes btn_animation {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* 1.6.3 sns ------------*/
ul.sns-list {
	width: 140px;
	margin: 0;
	padding: 0;
	font-size: 3.5rem;
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 8px;
}
ul.sns-list li {
	width: calc(100% / 3 - 6px );
}
ul.sns-list li a:hover {
	color: #666;
	transition: 0.5s;
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100vw;
    height: 70px;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 10;
    background: #fff;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
header .logo {
    width: 455px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 10;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@media (max-width: 1280px) {
	header .logo {
		width: 400px;
		top: 15px;
	}
}
@media (max-width: 1200px) {
	header .logo {
		width: 400px;
		top: 15px;
	}
}
@media (max-width: 1150px) {
	header .logo {
		width: 350px;
		top: 17px;
	}
}
@media (max-width: 960px) {
	header .logo {
		width: 400px;
		top: 15px;
	}
}
@media (max-width: 767px) {
    header {
        height: 55px;
    }
    header .logo {
        left: 10px;
        top: 12px;
        width: 300px;
    }
}
@media (max-width: 480px) {
    header .logo {
        top: 13px;
        width: 270px;
    }
}
@media (max-width: 420px) {
    header .logo {
        top: 14px;
        width: 260px;
    }
}
@media (max-width: 390px) {
    header .logo {
        top: 15px;
        width: 240px;
    }
}
@media (max-width: 380px) {
    header .logo {
        top: 16px;
        width: 230px;
    }
}
@media (max-width: 360px) {
    header .logo {
        width: 215px;
    }
}
@media (max-width: 320px) {
    header .logo {
        width: 190px;
        top: 17px;
    }
}

.language-nav {
    width: 125px;
    margin: 0;
    position: absolute;
    top: 22px;
    right: 40px;
    z-index: 10;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.language-nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    border-left: 1px solid #000;
}
.language-nav ul li {
    font-size: 1.7rem;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    margin: 0;
    padding: 0 0.1rem;
}
.language-nav ul li:last-of-type {
    border-right: none;
}
.language-nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
}
.language-nav ul li a:hover {
    text-decoration: none;
    color: #000;
}
.language-nav ul li span {
    display: block;
    padding: 0.4rem 1rem;
}
.language-nav ul li a:hover span,
.language-nav ul li.active span {
    background-color: #85023d;
    color: #fff;
    border-radius: 4px;
    transition: 0.5s;
}
@media (max-width: 1280px) {
	.language-nav {
		width: 118px;
		right: 15px;
		top: 23px;
	}
	.language-nav ul li {
        font-size: 1.6rem;
    }
}
@media (max-width: 1024px) {
	.language-nav {
		width: 118px;
		right: 80px;
		top: 23px;
	}
	.language-nav ul {
		border-left: none;
	}
	.language-nav ul li {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
	.language-nav {
		width: 80px;
		right: 55px;
		top: 18px;
	}
	.language-nav ul li {
        font-size: 1.3rem;
        padding: 0;
    }
    .language-nav ul li a:hover span,
	.language-nav ul li.active span {
    	border-radius: 3px;
	}
}
@media (max-width: 480px) {
	.language-nav {
		width: 80px;
		right: 60px;
		top: 18px;
	}
	.language-nav ul li span {
    	padding: 0.4rem 0.5rem;
	}
}
@media (max-width: 390px) {
	.language-nav {
		right: 55px;
	}
}
@media (max-width: 380px) {
	.language-nav {
		width: 70px;
		top: 17px;
	}
	.language-nav ul li {
        font-size: 1.2rem;
    }
}
@media (max-width: 320px) {
	.language-nav {
		width: 60px;
		top: 18px;
	}
	.language-nav ul li {
        font-size: 1rem;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100vw;
    margin: 7rem 0 0;
    position: relative;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
#main-visual .main-img {
	-webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@media (max-width: 767px) {
    #main-visual {
        margin-top: 5.5rem;
    }
}

#main-visual .main-box {
	position: relative;
	padding: 5rem 5rem 2.5rem 4rem;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
}
#main-visual .main-ttl {
	width: 50%;
	padding-right: 5%;
	box-sizing: border-box;
}
#main-visual .main-ttl svg {
	max-width: 100%;
	margin: 0;
}
#main-visual .anime-ttl g {
	opacity: 0;
}
#main-visual .main-sub {
	width: 50%;
	padding-left: 3%;
	box-sizing: border-box;
    padding-bottom: 0.5%;
}
#main-visual .main-sub svg {
	max-width: 100%;
	margin: 0;
}
#main-visual .main-sub g {
	opacity: 0;
}
@media (max-width: 1024px) {
    #main-visual .main-box {
	    padding: 5rem 3rem 1.5rem;
	}
	#main-visual .main-ttl {
		padding-right: 1%;
	}
	#main-visual .main-sub {
		padding-left: 1%;
	}
}
@media (max-width: 960px) {
	#main-visual .main-box {
		padding: 4rem 3rem 2.7rem;
	}
	#main-visual .main-ttl {
		width: 100%;
		padding-right: 35vw;
	}
	#main-visual .main-sub {
		width: 100%;
		padding-left: 15vw;
		padding-top: 2.5rem;
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	#main-visual .main-box {
		padding: 2rem 3rem;
	}
	#main-visual .main-ttl {
		padding-right: 30vw;
	}
	#main-visual .main-sub {
		padding-left: 11.5vw;
		padding-top: 1.5rem;
	}
}
@media (max-width: 480px) {
	#main-visual .main-box {
		padding: 1rem 1.5rem 1.6rem 1.5rem;
	}
	#main-visual .main-ttl {
		padding-right: 20vw;
	}
	#main-visual .main-sub {
		padding-left: 7.5vw;
		padding-top: 1rem;
	}
}

/*-------------------------------
 * 4. NAV
 * ----------------------------*/
/* 4.1. Main Nav (pc)
 * ------------------------------*/
#main-nav {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 17px;
    right: 180px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#main-nav ul.nav-menu {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
#main-nav ul.nav-menu li {
    text-align: center;
    font-size: 1.7rem;
    box-sizing: border-box;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #000;
}
#main-nav ul.nav-menu li a {
    display: inline-block;
    overflow: hidden;
    color: transparent;
    text-shadow: 0 -2em 0 #000, 0 0 0 #000;
  	transition: text-shadow 0.3s;
    height: 40px;
    line-height: 37px;
    padding-left: calc(15 / 1280 * 100vw);
    padding-right: calc(15 / 1280 * 100vw);
    position: relative;
    box-sizing: border-box;
    z-index: 10030 !important;
    text-decoration: none;
}
#main-nav ul.nav-menu li a:hover {
    text-decoration: none;
    text-shadow: 0 0 0 #000, 0 2em 0 #000;
}
@media (max-width: 1500px) {
    #main-nav ul.nav-menu li a {
        padding-left: calc(11 / 1280 * 100vw);
        padding-right: calc(11 / 1280 * 100vw);
    }
}
@media (max-width: 1400px) {
    #main-nav ul.nav-menu li a {
        padding-left: calc(8 / 1280 * 100vw);
        padding-right: calc(8 / 1280 * 100vw);
    }
}
@media (max-width: 1350px) {
    #main-nav ul.nav-menu li {
        font-size: 1.6rem;
    }
}
@media (max-width: 1280px) {
	#main-nav {
		right: 150px;
	}
    #main-nav ul.nav-menu li a {
        padding-left: calc(8 / 1280 * 100vw);
        padding-right: calc(8 / 1280 * 100vw);
    }
}
@media (max-width: 1200px) {
	#main-nav ul.nav-menu li {
        font-size: 1.5rem;
    }
	#main-nav ul.nav-menu li a {
        padding-left: calc(7 / 1200 * 100vw);
        padding-right: calc(7 / 1200 * 100vw);
    }
}
@media (max-width: 1024px) {
	#main-nav {
        display: none !important;
    }
}

/* 4.2. Main Nav (sp)
 * ------------------------------*/
#main-nav-sp {
    display: none;
}
@media (max-width: 1024px) {
    #main-nav-sp {
        display: block;
    }
}

#nav-container {
    margin-left: auto;
    position: relative;
}

#nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 30;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#nav-toggle span {
    width: 100%;
    height: 3px;
    border-radius: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 0;
    content: '';
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
    width: 80%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
    width: 60%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle:hover span {
    background-color: #000;
}
#nav-toggle.open {
    background: transparent;
    border-radius: 0;
    border: none;
}
#nav-toggle.open span {
    background-color: #fff;
}
#nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    right: -3px;
}
#nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    right: -3px;
    width: 100%;
}
@media (max-width: 767px) {
    #nav-toggle {
        top: 17px;
        right: 15px;
    }
}

#nav-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    z-index: 10;
}
#nav-overlay.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 20;
}
#nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#nav-fullscreen .nav-menu-cont {
    width: 100%;
    margin: -5vh 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
#nav-fullscreen ul.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
#nav-fullscreen ul.nav-menu li {
    margin: 0;
    padding: 1rem 0;
}
#nav-fullscreen ul.nav-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0;
}
@media (max-width: 767px) {
	#nav-fullscreen .nav-menu-cont {
		margin-top: 0;
	}
    #nav-fullscreen ul.nav-menu {
        font-size: 1.7rem;
    }
    #nav-fullscreen ul.nav-menu li {
        padding: 0;
    }
}
@media (max-width: 480px) {
	#nav-fullscreen .nav-menu-cont {
		margin-top: -1vh;
	}
	#nav-fullscreen ul.nav-menu {
        font-size: 2.1rem;
    }
    #nav-fullscreen ul.nav-menu li a {
        padding: 1rem 0;
    }
}

#nav-fullscreen ul.nav-menu .js-menu,
#nav-fullscreen ul.nav-menu .nav-sub-menu li a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 0;
}
#nav-fullscreen ul.nav-menu .nav-sub-menu li a {
    padding: 0.3rem 0;
}
#nav-fullscreen ul.nav-menu .js-menu:hover,
#nav-fullscreen ul.nav-menu  a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 480px) {
    #nav-fullscreen ul.nav-menu .js-menu,
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 1rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.5rem 0;
    }
}
@media (max-width: 360px) {
    #nav-fullscreen ul.nav-menu .js-menu,
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.5rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.3rem 0;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
}
.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 1300px) {
    .wrap {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 960px) {
	main {
    	margin-top: -3rem;
    }
    .wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (max-width: 767px) {
	main {
    	margin-top: 4rem;
    }
    .wrap {
        max-width: 100% !important;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 480px) {
	main {
    	margin-top: 2rem;
    }
    .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

section {
    margin: 10rem 0 14rem;
    padding: 0;
}
.bg-gray {
	background: #f6f6f6;
	padding: 14rem 0;
	margin-bottom: 0;
}
section.bg-gray + section {
	padding-top: 14rem;
	margin-top: 0;
}
@media (max-width: 960px) {
    section {
        margin: 8rem 0;
    }
    section.bg-gray + section {
    	padding-top: 8rem;
    }
    .bg-gray {
    	padding: 8rem 0;
    }
}
@media (max-width: 767px) {
    section {
        margin: 4rem 0 6rem;
    }
    section.bg-gray + section {
    	padding-top: 5rem;
    }
    .bg-gray {
    	padding: 5rem 0 6rem;
    }
}

.flex-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
.flex-box .col {
    box-sizing: border-box;
    position: relative;
}

.box-two {
	gap: 30px 50px;
}
.box-two .col {
	width: calc(100% / 2 - 25px );
}
.box-two .sub {
	font-size: 2.4rem;
	margin: 0 0 1rem;
}
.box-two p {
	margin: 0;
}
@media (max-width: 1024px) {
	.box-two {
		gap: 30px 40px;
	}
	.box-two .col {
		width: calc(100% / 2 - 20px );
	}
	.box-two .sub {
		font-size: calc(16px + 8 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.box-two {
		gap: 30px 30px;
	}
	.box-two .col {
		width: calc(100% / 2 - 15px );
	}
}
@media (max-width: 767px) {
	.box-two {
		gap: 30px 0;
	}
	.box-two .col {
		width: 100%;
	}
}

.box-three {
	gap: 30px 50px;
}
.box-three .col {
	width: calc(100% / 3 - 34px );
}
.box-three .sub {
	font-size: 2.4rem;
	text-align: center;
	margin: 1.6rem 0 0.8rem;
}
.box-three p {
	margin: 0;
}
@media (max-width: 1024px) {
	.box-three {
		gap: 30px 40px;
	}
	.box-three .col {
		width: calc(100% / 3 - 27px );
	}
	.box-three .sub {
		font-size: calc(16px + 8 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.box-three {
		gap: 30px 30px;
	}
	.box-three .col {
		width: calc(100% / 3 - 20px );
	}
}
@media (max-width: 767px) {
	.box-three {
		gap: 50px 0;
	}
	.box-three .col {
		width: 100%;
	}
}

.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}
.order4 {
	order: 4;
}
.order5 {
	order: 5;
}
@media (max-width: 960px) {
    .order1-md {
        order: 1;
    }
    .order2-md {
        order: 2;
    }
    .order3-md {
        order: 3;
    }
    .order4-md {
        order: 4;
    }
    .order5-md {
        order: 5;
    }
}
@media (max-width: 767px) {
    .order1-xs {
        order: 1;
    }
    .order2-xs {
        order: 2;
    }
    .order3-xs {
        order: 3;
    }
    .order4-xs {
        order: 4;
    }
    .order5-xs {
        order: 5;
    }
}

.img-wide {
	position: relative;
	margin: 6rem auto 0;
}
.img-wide img {
	width: 100vw;
	height: auto;
}
@media (max-width: 960px) {
    .img-wide {
        margin-top: 4rem;
    }
}
@media (max-width: 767px) {
    .img-wide {
        margin-top: 2rem;
    }
}
@media (max-width: 480px) {
    .img-wide-sp {
        max-width: 110%;
        margin: 0 -1.5rem;
        border-radius: 0;
    }
}

.img-maru {
	border-radius: 10px;
}
.img-maru-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.img-maru-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
@media (max-width: 767px) {
    .img-maru,
    .img-maru-sp {
    	border-radius: 6px;
    }
    .img-maru-left {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}
    .img-maru-top {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
}
@media (max-width: 480px) {
    .img-maru-none-sp {
        border-radius: 0;
    }
}

i.fa-angle-right {
	display: inline-block;
	margin-left: 1rem;
	vertical-align: -4%;
}

.g-box {
	padding: 2rem 3.5rem;
	background-image: linear-gradient(90deg, rgba(237, 234, 234, 1), rgba(223, 225, 230, 1));
	position: relative;
}
.g-box::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 25px;
	right: -25px;
	transform: rotate(-45deg);
}
.g-box p {
	margin: 0;
}
@media (max-width: 960px) {
	.g-box {
		padding: 1.3rem 2rem 1.5rem;
	}
	.g-box::after {
		width: 80px;
		bottom: 20px;
		right: -20px;
	}
}
@media (max-width: 767px) {
	.g-box {
		padding: 1rem 1.5rem 1.2rem;
	}
	.g-box::after {
		width: 60px;
		bottom: 15px;
		right: -15px;
	}
}

/*----- photo mask -----*/
.photo-mask figure {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.photo-mask figure::before {
    content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #000;
}
/*.photo-mask.move figure::before {
    animation: barAnime forwards 1s 1 ease 0.1s normal;
}*/
.photo-mask figure img {
    opacity: 0;
    transform: scale(1.2);
}
.photo-mask.move figure img {
    /*animation: photoAnime forwards 0.9s 1 ease 0.4s normal;*/
    animation: photoAnime forwards 0.7s 1 ease 0.1s normal;
}
.fade {
  opacity: 0;
}
.fade.move {
  animation: fadeInUp forwards 0.7s 1 ease 0.1s normal;
}
@-webkit-keyframes barAnime {
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	68% {
		left: 0;
		width: 100%;
	}
  100% {
		left: 100%;
		width: 0;
	}
}
@keyframes barAnime {
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	68% {
		left: 0;
		width: 100%;
	}
  100% {
		left: 100%;
		width: 0;
	}
}

@-webkit-keyframes photoAnime {
	0% {
    opacity: 0;
    transform: scale(1.2);
  }
	50% {
    opacity: 0;
    transform: scale(1.2);
  }
	100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes photoAnime {
	0% {
    opacity: 0;
    transform: scale(1.2);
  }
	50% {
    opacity: 0;
    transform: scale(1.2);
  }
	100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* 5.1 Mission
 * ------------------------------*/
.mission-wrap {
    margin-top: 7rem;
    position: relative;
}
.mission-wrap .section-ttl {
	margin-top: 7rem;
}
.mission-wrap .subsub {
	font-size: 2rem;
	margin: 0 0 1rem;
}
@media (max-width: 767px) {
    .mission-wrap {
        margin-top: 2rem;
    }
    .mission-wrap .section-ttl {
    	margin-top: 2rem;
    }
    .mission-wrap .subsub {
		font-size: calc(15px + 5 * (100vw - 320px) / 704);
		margin: 0.5rem 0 1rem;
	}
}

.mission-box-1 {
	justify-content: center;
}
.mission-box-1 .col.left {
	width: 24%;
	padding-top: 5rem;
}
.mission-box-1 .col.center {
	width: 52%;
	padding: 0 2rem;
}
.mission-box-1 .col.right {
	width: 24%;
}
.mission-box-1 .sub-txt {
	font-size: 2.2rem;
}
@media (max-width: 1024px) {
	.mission-box-1 .sub-txt {
		font-size: calc(15px + 7 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.mission-box-1 .col.center {
		padding: 0 1rem;
	}
}
@media (max-width: 767px) {
	.mission-box-1 .col.left {
		width: 50%;
		padding-top: 4rem;
		padding-right: 2rem;
	}
	.mission-box-1 .col.center {
		width: 100%;
		padding: 0;
	}
	.mission-box-1 .col.right {
		width: 50%;
		padding-top: 1rem;
		padding-left: 2rem;
		position: relative;
		right: 0;
	}
}
@media (max-width: 480px) {
	.mission-box-1 .col.left {
		padding-right: 1rem;
	}
	.mission-box-1 .col.right {
		padding-left: 1rem;
	}
}
@media (max-width: 380px) {
	.mission-box-1 .sub-txt {
		font-size: 1.4rem;
	}
}

.mission-box-2 {
	background: url(../image/waku-mission.png) top center no-repeat;
	background-size: 100% auto;
	padding-top: 8rem;
	margin-top: -2rem;
	justify-content: center;
	align-items: stretch;
    align-content: stretch;
}
.mission-box-2 .col {
	font-size: 1.7rem;
}
.mission-box-2 .sub {
	font-size: 3.8rem;
	text-align: center;
	margin: 0 0 2.5rem;
}
@media (max-width: 1024px) {
	.mission-box-2 .col {
		font-size: calc(14px + 3 * (100vw - 320px) / 704);
	}
	.mission-box-2 .sub {
		font-size: calc(18px + 20 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.mission-box-2 .sub {
		margin-bottom: 0;
	}
	.mission-box-2 .sub-txt {
		margin-bottom: 1rem;
	}
}
@media (max-width: 767px) {
	.mission-box-2 {
		background-image: url(../image/waku-mission-sp.png);
		padding-top: 6rem;
		margin-top: 3rem;
	}
}
@media (max-width: 380px) {
	.mission-box-2 .col {
		font-size: 1.3rem;
	}
	.mission-box-2 .sub-txt {
		font-size: 1.4rem;
	}
}

.bg-mission {
	background: url(../image/bg-mission.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	min-height: 500px;
	z-index: -1;
}
.mission-three .txt-box {
	border-bottom: 1px dashed #000;
	padding-bottom: 2rem;
	margin-bottom: 2.2rem;
}
.mission-three .sub {
	margin: 1.2rem 0 0;
	text-align: left;
}
.mission-three .sub .num {
	display: inline-block;
	font-size: 3.2rem;
	color: #555555;
	margin-right: 2rem;
	vertical-align: -4%;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
	.mission-three .sub .num {
		font-size: calc(22px + 10 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
    .bg-mission {
        display: none;
    }
    .bg-mission-three-sp {
        background: #f9f9f9;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .mission-three .txt-box {
        padding-bottom: 1.5rem;
	    margin-bottom: 1.7rem;
    }
}

.mission-value {
    margin-bottom: 1.5rem;
}
.mission-value .txt-box {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3.7rem;
	margin-bottom: 2.3rem;
}
@media (max-width: 960px) {
	.mission-value {
		gap: 20px 0;
		margin-bottom: 2rem;
	}
	.mission-value .col {
		width: 100%;
	}
	.mission-value .txt-box:first-of-type {
		border-top: 1px solid #ccc;
		padding-top: 2.3rem;
	}
}
@media (max-width: 767px) {
    .mission-value {
		gap: 8px 0;
	}
	.mission-value .txt-box {
	    padding-bottom: 2.5rem;
		margin-bottom: 2rem;
	}
	.mission-value .txt-box:first-of-type {
		padding-top: 2rem;
	}
}

ul.mission-value-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 30px;
}

/* 5.2 Research
 * ------------------------------*/
.research-box .subsub {
	font-size: 2rem;
	margin: 0 0 0.5rem;
}
.research-box {
	margin-top: 6rem;
}
.research-box:first-of-type {
	margin-top: 0;
}
.research-box .wbox {
	margin: 2.5rem 0 0;
	padding: 1.5rem 2.5rem;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(246, 246, 246, 1));
}
.research-box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 30px;
}
@media (max-width: 1024px) {
	.research-box .subsub {
		font-size: calc(14px + 6 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
    .research-box {
	    margin-top: 4rem;
	}
	.research-box .wbox {
		margin-top: 1.8rem;
		padding: 1.5rem 2rem;
	}
}
@media (max-width: 767px) {
	.research-box {
	    gap: 16px 0;
	    margin-top: 3rem;
	}
	.research-wrap .research-box {
	    margin-bottom: 6rem;
	}
	.research-wrap .research-box:last-of-type {
	    margin-bottom: 0;
	}
	.research-box .wbox {
		padding: 1.3rem;
	}
	.research-box ul {
	    gap: 0 20px;
	}
}

/* 5.3 Career
 * ------------------------------*/
.career-wrap .bg-gray {
	font-size: 1.8rem;
	padding: 4rem 0;
	margin: 5rem 0 0;
}
.career-wrap .bg-gray p {
	margin: 0;
	text-align: center;
}
@media (max-width: 1024px) {
	.career-wrap .bg-gray {
		font-size: calc(14px + 4 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
	.career-wrap .bg-gray {
		padding: 3rem 0;
	    margin-top: 4rem;
	}
}

.career-wrap .box-two {
	margin-top: 6rem;
}
.career-wrap .box-two:first-of-type {
	margin-top: 0;
}
@media (max-width: 767px) {
    .career-wrap .box-two {
        gap: 16px 0;
    }
}

.career-wrap .ttl {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 2rem;
}
.career-wrap .sub-txt {
	font-size: 1.8rem;
	line-height: 2;
}
@media (max-width: 1024px) {
	.career-wrap .ttl {
		font-size: calc(18px + 12 * (100vw - 320px) / 704);
	}
	.career-wrap .sub-txt {
		font-size: calc(14px + 4 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
	.career-wrap .sub-txt {
		line-height: 1.8;
	}
}
@media (max-width: 380px) {
	.career-wrap .sub-txt {
		font-size: 1.4rem;
	}
}

.career-box {
	gap: 0 20px;
	border-top: 1px solid #ccc;
	padding: 5rem 0 0;
	margin: 6rem 0 0;
}
.career-box .col {
	width: calc(100% / 5 - 16px );
}
.career-box + .career-box {
	margin-top: 4rem;
}
.career-box .sub-box::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -50px;
	right: 0;
	transform: rotate(-45deg);
}
.career-box .sub {
	font-size: 2.6rem;
	text-align: center;
	margin: 2rem 0 1rem;
	position: relative;
}
.career-box .subsub {
	font-size: 2rem;
	text-align: center;
	margin: 1.7rem 0 0.6rem;
}
.career-box .sub-txt {
	font-weight: 500;
	margin-bottom: 0;
}
.career-box p {
	margin: 0;
}
@media (max-width: 1024px) {
	.career-box .sub {
		font-size: calc(17px + 9 * (100vw - 320px) / 704);
		margin-top: 0;
	}
	.career-box .subsub {
		font-size: calc(15px + 5 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.career-box {
		gap: 30px 30px;
	}
	.career-box .col {
		width: calc(100% / 2 - 15px );
	}
	.career-box .sub-box {
		width: 100%;
		margin-bottom: -2rem;
	}
	.career-box .sub-box::after {
		display: none;
	}
	.career-box .sub {
		font-size: calc(18px + 13 * (100vw - 320px) / 640);
		margin-top: 0;
	}
	.career-box .sub::before {
		content: '';
		position: absolute;
		top: 55%;
		display: inline-block;
		width: 100px;
		height: 1px;
		background-color: #000;
		margin-left: -12rem;
	}
}
@media (max-width: 767px) {
	.career-box {
		gap: 30px 15px;
		margin-top: 3rem;
		padding-top: 3rem;
	}
	.career-box .col {
		width: calc(100% / 2 - 8px );
	}
	.career-box .sub-box {
	    width: 100%;
	}
	.career-box .sub::before {
	    width: 60px;
	    margin-left: -7rem;
	}
	.career-box .sub-txt {
	    margin: 1.5rem 0;
	}
	.career-box .subsub {
	    margin: 1.4rem 0 0.7rem;
	}
}

.career-message-box {
	margin-top: 4rem;
}
.career-message-box .message-list {
	align-items: stretch;
    align-content: stretch;
}
.career-message-box .message-list .col {
	padding-bottom: 11rem;
}
.career-message-box .message-list + .message-list {
	margin-top: 4rem;
}
.career-message-box .subsub {
	font-size: 2.4rem;
	margin: 0 0 2.5rem;
}
.career-message-box .name-box {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.career-message-box .name-box i {
	width: 80px;
}
.career-message-box .name-box i.circle img {
	border-radius: 50%;
}
.career-message-box .name-box .txt {
	width: auto;
	padding-left: 1.5rem;
	line-height: 1.8;
	font-size: 1.5rem;
	box-sizing: border-box;
}
.career-message-box .name-box .txt .name {
	display: block;
	font-size: 1.7rem;
}
@media (max-width: 1024px) {
	.career-message-box .subsub {
		font-size: calc(16px + 8 * (100vw - 320px) / 704);
	}
	.career-message-box .name-box .txt {
		font-size: calc(13px + 2 * (100vw - 320px) / 704);
	}
	.career-message-box .name-box .txt .name {
		font-size: calc(15px + 2 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.career-message-box {
		margin-top: 6rem;
	}
	.career-message-box .message-list .col {
		padding-bottom: 10rem;
	}
	.career-message-box .name-box {
		bottom: 15px;
		left: 15px;
	}
	.career-message-box .name-box i {
		width: 60px;
	}
	.career-message-box .name-box .txt {
		line-height: 1.7;
		padding-left: 1rem;
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	.career-message-box {
		margin-top: 5rem;
	}
	.career-message-box .message-list .col {
		width: 100%;
		padding-bottom: 1.7rem;
	}
	.career-message-box .message-list + .message-list {
		margin-top: 2rem;
	}
	.career-message-box .subsub {
		margin-bottom: 1.5rem;
	}
	.career-message-box .name-box {
		position: relative;
		left: 0;
		top: 0;
		margin-top: 1rem;
	}
	.career-message-box .name-box i {
		width: 15%;
	}
	.career-message-box .name-box .txt {
		width: 85%;
	}
}

/* 5.4 People
 * ------------------------------*/
.people-box {
	align-items: stretch;
    align-content: stretch;
    margin-top: 4rem;
}
.people-box.g-box {
	padding: 0;
}
.people-box .col {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    box-sizing: border-box;
}
.people-box .img-area {
	width: 31%;
	box-sizing: border-box;
}
.people-box .img-area img {
	width: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.people-box .txt-area {
	width: 69%;
	padding: 2.6rem 4rem;
	box-sizing: border-box;
}
.people-box .txt-box {
	display: flex;
	flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    box-sizing: border-box;
    gap: 0 40px;
}
.people-box .txt-box div {
	width: calc(100% / 2 - 20px );
	box-sizing: border-box;
}
.people-box .sub {
	font-size: 2rem;
	margin: 0 0 1.5rem;
}
.people-box .sub strong {
	display: inline-block;
	font-size: 1.8rem;
	margin-left: 1rem;
	vertical-align: 3%;
}
.people-box .sub span {
	display: inline-block;
	font-size: 1.8rem;
	margin-left: 2rem;
	vertical-align: 2%;
}
.people-box .subsub {
	position: relative;
	margin: 0 0 0.3rem;
	font-size: 1.7rem;
}
.people-box .subsub::before {
	content: '';
	position: absolute;
	top: 55%;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #000;
}
.people-box .subsub span {
	display: inline-block;
	padding-left: 5rem;
}
.people-box p + .subsub {
	margin-top: 1.5rem;
}
@media (max-width: 1024px) {
	.people-box .img-area {
		width: 28%;
	}
	.people-box .txt-area {
		width: 72%;
	}
	.people-box.people-1 .img-area img {
		object-position: 70% 50%;
	}
	.people-box.people-2 .img-area img {
		object-position: 20% 50%;
	}
	.people-box .sub {
		font-size: calc(16px + 4 * (100vw - 320px) / 704);
	}
	.people-box .sub strong,
	.people-box .sub span {
		font-size: calc(14px + 4 * (100vw - 320px) / 704);
		vertical-align: 4%;
	}
	.people-box .subsub {
		font-size: calc(14px + 3 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.people-box {
		margin-top: 3rem;
	}
	.people-box .img-area {
		width: 35%;
	}
	.people-box .txt-area {
		width: 65%;
		padding: 2rem 3rem;
	}
	.people-box.people-2 .img-area img {
		object-position: 27% 50%;
	}
	.people-box .txt-box {
		gap: 15px 0;
	}
	.people-box .txt-box div {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.people-box {
		margin-top: 2rem;
	}
	.people-box .img-area {
		width: 100%;
	}
	.people-box .txt-area {
		width: 100%;
		padding: 2rem 0 0;
	}
	.people-box.people-1 .img-area img,
	.people-box.people-2 .img-area img {
		object-position: 50% 50%;
	}
	.people-box.g-box {
		padding: 1.6rem 1.5rem 2rem;
	}
	.people-box .sub {
	    text-align: center;
	}
	.people-box .sub strong,
	.people-box .sub span {
		vertical-align: 6%;
	}
	.people-box.people-2 {
	    margin-top: 3rem;
	}
	.people-box.people-2 .sub {
	    margin-bottom: 1.2rem;
	}
	.people-box p + .subsub {
	    margin-top: 1.2rem;
    }
}

.people-numer-box {
	justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 60px;
    border-bottom: 1px solid #ccc;
    padding: 4rem 0 3.7rem;
}
.people-wrap .people-numer-box:first-of-type {
	border-top: 1px solid #ccc;
	margin-top: 4rem;
}
.people-numer-box .left {
    justify-content: flex-end;
    padding-left: 8rem;
}
.people-numer-box .left img {
	width: 270px;
	height: auto;
}
.people-numer-box .center img {
	width: 290px;
	height: auto;
}
.people-numer-box.number02 .left {
	padding-left: 10rem;
}
.people-numer-box.number03 .left img {
	width: 240px;
}
.people-numer-box.number03 .center img {
	width: 350px;
}
.people-numer-box .sub {
	font-size: 2.2rem;
	color: #85023d;
}
.people-numer-box .txt {
	margin: 1.5rem 0 0;
	font-size: 1.5rem;
	text-align: center;
}
@media (max-width: 1024px) {
	.people-numer-box .left {
		padding-left: 0;
	}
	.people-numer-box.number02 .left {
		padding-left: 2rem;
	}
	.people-numer-box .sub {
		font-size: calc(17px + 5 * (100vw - 320px) / 704);
	}
	.people-numer-box .txt {
		font-size: calc(13px + 2 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
    .people-numer-box {
        padding: 4rem 0 2.5rem;
    }
    .people-numer-box .left,
    .people-numer-box .center,
    .people-numer-box .right {
        width: 100%;
    }
	.people-numer-box .left img {
	    max-width: 60%;
	}
	.people-numer-box .center {
	    margin: 2rem auto;
	}
	.people-numer-box .center img {
	    max-width: 70%;
	}
	.people-numer-box .right,
	.people-numer-box .right p {
	    text-align: center;
	}
	.people-numer-box.number02 .left {
	    padding-left: 0;
	}
	.people-numer-box.number03 .left img {
	    max-width: 55%;
	}
	.people-numer-box.number03 .center img {
	    max-width: 90%;
	}
}

.people-member-list {
	align-items: stretch;
    align-content: stretch;
	gap: 40px 40px;
	margin-top: 4rem;
}
.people-member-list .col {
	width: calc(100% / 4 - 30px );
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 2px 2px 5px rgba(204,204,204,0.35);
}
.people-member-list .txt-box {
	padding: 1.7rem 1.5rem;
	line-height: 1.9;
}
.people-member-list .sub {
	font-size: 1.7rem;
	margin: 0 0 0.8rem;
	text-align: center;
}
.people-member-list .sub span {
	display: inline-block;
	font-size: 1.5rem;
	margin-left: 1rem;
	vertical-align: 1%;
	font-weight: 500;
}
.people-member-list p {
	margin: 0;
}
@media (max-width: 1024px) {
	.people-member-list {
		gap: 30px 30px;
	}
	.people-member-list .col {
		width: calc(100% / 4 - 23px );
	}
	.people-member-list .sub {
		font-size: calc(15px + 2 * (100vw - 320px) / 704);
	}
	.people-member-list .sub span {
		font-size: calc(13px + 2 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.people-member-list {
		margin-top: 3rem;
	}
	.people-member-list .col {
		width: calc(100% / 2 - 15px );
	}
}
@media (max-width: 767px) {
	.people-member-list {
		margin-top: 2rem;
		gap: 20px 15px;
	}
	.people-member-list .col {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		width: calc(100% / 2 - 8px );
	}
	.people-member-list .txt-box {
		font-size: 1.3rem;
		line-height: 1.8;
		padding: 1.3rem;
	}
	.people-member-list .sub span {
		display: block;
		margin-left: 0;
		margin-top: 0.3rem;
	}
}

/* 5.5 Join us
 * ------------------------------*/
.joinus-wrap {
	padding-top: 8rem;
}
@media (max-width: 767px) {
    .joinus-wrap {
        padding-top: 3rem;
    }
}

.joinus-box .sub {
	font-size: 1.7rem;
	font-weight: 400;
	text-align: center;
}
@media (max-width: 1024px) {
	.joinus-box .sub {
		font-size: calc(14px + 3 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.joinus-box {
		gap: 30px 30px;
	}
	.joinus-box .col {
		width: calc(100% / 2 - 15px );
	}
}
@media (max-width: 767px) {
	.joinus-box {
		gap: 20px 15px;
	}
	.joinus-box .col {
		width: calc(100% / 2 - 8px );
	}
}

/* 5.6 Contact
 * ------------------------------*/
.contact-box {
	align-items: stretch;
    align-content: stretch;
}
.contact-box .col {
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 2px 2px 5px rgba(204,204,204,0.35);
}
.contact-box .txt-box {
	padding: 1.7rem 1.5rem;
	line-height: 1.9;
}
.contact-box .sub {
	font-size: 2rem;
	margin: 0 0 0.8rem;
	text-align: center;
}
@media (max-width: 1024px) {
	.contact-box .sub {
		font-size: calc(16px + 4 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
    .contact-box {
        gap: 30px 0;
    }
	.contact-box .col {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
}

.univ-box .sub {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0 0 1rem;
}
@media (max-width: 1024px) {
	.univ-box .sub {
		font-size: calc(15px + 3 * (100vw - 320px) / 704);
	}
}
@media (max-width: 767px) {
    .univ-box {
        gap: 16px 0;
    }
	.univ-box .sub {
		line-height: 1.7;
	}
}

/* 5.7 News
 * ------------------------------*/
.news-wrap {
	margin-bottom: 0;
}
@media (max-width: 767px) {
    .news-wrap .btn {
        margin-top: 3rem;
    }
}

.news-box {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.news-box::-webkit-scrollbar {
    width: 5px;
}
.news-box::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.news-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #85023d;
}
@media (max-width: 1024px) {
    .news-box {
        max-height: 520px;
    }
}
@media (max-width: 960px) {
    .news-box {
        max-height: 570px;
    }
    .news-box::-webkit-scrollbar {
        width: 3px;
    }
}
@media (max-width: 767px) {
    .news-box {
        max-height: 510px;
    }
}

.news-box ul li {
    width: 100%;
    padding: 2.5rem 2rem 2rem 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
    box-sizing: border-box;
}
.news-box ul li:first-of-type {
    border-top: 1px solid #ccc;
}
.news-box ul li .day span {
    display: inline-block;
    margin-right: 1.5rem;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    padding: 0.3rem 1rem;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 6px;
}
.news-box ul li .sub {
	font-size: 1.8rem;
	margin: 0.5rem 0;
	font-weight: 500;
}
.news-box ul li .txt {
    padding: 1rem 0 0;
}
.news-box ul li p {
	margin: 0;
}
@media (max-width: 1024px) {
    .news-box ul li .sub {
        font-size: calc(15px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .news-box ul li {
        padding: 2rem 1.5rem 1.5rem 0;
    }
}

/*----- tab menu -----*/
.tab-menu {
    max-width: 70%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 8rem auto 5rem;
    gap: 0 40px;
}
.tab-menu li {
	width: calc(100% / 4 - 28px );
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 1.7rem;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    padding: 0.5rem 2rem;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 6px;
    cursor: pointer;
    margin-left: -2px;
    margin-top: -2px;
}
.tab-menu li:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
    transition: 0.5s;
}
.tab-menu li.active {
    text-decoration: none;
    background: #000;
    color: #fff;
}
@media (max-width: 1024px) {
	.tab-menu li {
		font-size: calc(14px + 3 * (100vw - 320px) / 704);
	}
}
@media (max-width: 960px) {
	.tab-menu {
		gap: 0 20px;
	}
	.tab-menu li {
		width: calc(100% / 4 - 13px );
	}
}
@media (max-width: 767px) {
	.tab-menu {
		max-width: 100%;
		margin: 4rem auto 3.5rem;
		gap: 0 10px;
	}
    .tab-menu li {
    	width: calc(100% / 4 - 6px );
        padding: 0.6rem 2rem;
    }
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content ul.disc-list li {
	margin: 0;
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 5rem 7rem 2rem;
    font-size: 1.5rem;
    background: #000;
    color: #fff;
    position: relative;
}
footer .univ-name {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 3rem;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
footer a[href^="tel:"] {
	color: #fff;
}
footer a[href^="tel:"]:hover {
	color: #fff;
}
@media (max-width: 1024px) {
    footer {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
    }
    footer .univ-name {
    	font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
	footer {
		padding-left: 3rem;
		padding-right: 3rem;
		text-align: center;
	}
}
@media (max-width: 767px) {
    footer {
        padding: 4rem 5rem 2rem;
    }
}
@media (max-width: 480px) {
    footer {
        padding-left: 1.5rem;
		padding-right: 1.5rem;
    }
}

footer ul.sns-list {
	position: absolute;
	right: 70px;
	top: 140px;
}
footer ul.sns-list li a {
    text-decoration: none;
}
footer ul.sns-list li a:hover {
    color: #dddddd;
    text-decoration: none;
}
@media (max-width: 960px) {
	footer ul.sns-list {
		position: relative;
		top: 0;
		left: 0;
		margin: 3rem auto;
	}
}

footer .copy {
	display: block;
    margin: 7rem 0 0;
    font-size: 1.2rem;
    text-align: right;
}
@media (max-width: 960px) {
	footer .copy {
		margin-top: 0;
		text-align: center;
	}
}
@media (max-width: 767px) {
    footer .copy {
    	font-size: 1rem;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*-------------------------------
 * 8. 最新情報（WordPress関係）
 * ----------------------------*/
/*----- tab menu -----*/
.tab-menu li a {
    text-decoration: none;
}
.tab-menu li:hover a {
    color: #fff;
}
.tab-menu li.active a {
    color: #fff;
}
.tab-menu li.active:hover a {
    color: #fff;
}
.pager_list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 40px 0;
    gap: 8px;
}

/*----- pagenation -----*/
.pager_item {
    margin: 0;
    padding: 0;
}

.pager_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 1.4rem;
    line-height: 1;
}

.pager_item a:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #000;
}

.pager_item.here a {
    background-color: #333;
    border-color: #333;
    color: #fff;
    font-weight: 500;
    cursor: default;
}

.pager_item.here a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.pager_item.pager_caret a {
    min-width: 40px;
    padding: 0 8px;
    font-size: 1.6rem;
}

/* detail page */
.news-detail-header .day span {
    display: inline-block;
    margin-right: 1.5rem;
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    padding: 0.3rem 1rem;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 6px;
}

.news-detail-body > * + * {
    margin-top: 1.6rem;
}

/* エディタースタイル */
/* WordPressプリセットフォントサイズ変数（M=16px基準に調整） */
.news-detail-body {
	--wp--preset--font-size--small: 1.04rem;   /* 13px → 10.4px (13 × 0.8) */
	--wp--preset--font-size--medium: 1.6rem;   /* 20px → 16px */
	--wp--preset--font-size--large: clamp(1.8rem, calc(1.8rem + 2vw), 2.88rem);   /* スマホで縮小、最小1.8rem（mediumより大きい） */
	--wp--preset--font-size--x-large: clamp(2rem, calc(2rem + 2.5vw), 3.36rem); /* スマホで縮小、最小2rem（mediumより大きい） */
}

/* フォントサイズクラス（汎用的に使用可能） */
.has-small-font-size {
	font-size: var(--wp--preset--font-size--small);
}
.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium);
}
.has-large-font-size {
	font-size: var(--wp--preset--font-size--large);
}
.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large);
}

/* タイトル */
.news-detail-body h2.wp-block-heading {
	font-size: var(--wp--preset--font-size--x-large);
}
.news-detail-body h3.wp-block-heading {
	font-size: var(--wp--preset--font-size--large);
}
.news-detail-body h4.wp-block-heading {
	font-size: calc(var(--wp--preset--font-size--medium) * 1.1375); /* 1.82rem */
}
.news-detail-body h5.wp-block-heading {
	font-size: calc(var(--wp--preset--font-size--medium) * 0.9375); /* 1.5rem */
}

.news-detail-body .wp-block-image {
    width: 100%;
}

/* 画像ブロックのfloatクリア */
.news-detail-body .wp-block-image::after {
    content: "";
    display: block;
    clear: both;
}

/* 左寄せ・右寄せ画像のスタイル調整 */
.news-detail-body .wp-block-image.alignleft,
.news-detail-body .wp-block-image.alignright {
    max-width: 50%;
    margin-bottom: 1.6rem;
}

.news-detail-body .wp-block-image.alignleft {
    float: left;
    margin-right: 1.6rem;
    margin-left: 0;
}

.news-detail-body .wp-block-image.alignright {
    float: right;
    margin-left: 1.6rem;
    margin-right: 0;
}

/* 画像ブロックの後に続く要素のクリア */
.news-detail-body .wp-block-image + * {
    clear: both;
}

/* floatのクリア */
.news-detail-content {
    overflow: hidden; /* floatの影響をクリア */
}

.news-detail-content::after {
    content: "";
    display: block;
    clear: both;
}

/* ボタンエリアのクリア */
.news-detail .btn.small {
    clear: both;
    margin-top: 2rem;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .pager_list {
        margin: 30px 0;
        gap: 4px;
    }
    
    .pager_item a {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 1.3rem;
    }
    
    .pager_item.pager_caret a {
        min-width: 36px;
        padding: 0 6px;
        font-size: 1.4rem;
    }
}

/* wp-block-list のデフォルトスタイル */
.news-detail-body .wp-block-list {
    margin: 1em 0;
    padding-left: 0;
}

.news-detail-body .wp-block-list li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2em;
    padding-left: 0.5em;
}

.news-detail-body .wp-block-list ol li {
    list-style-type: decimal;
}