/*!
Theme Name: yasunao
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yasunao
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yasunao is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

body {
color: #707070;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.5;
margin: 0;
padding: 0;
background: #F7F7F7;
}

@media (max-width: 480px) {
	body {
	font-size: 1.4rem;
	}
}

body * {
box-sizing: border-box;
position: relative;
}

h1,
h2,
h3,
h4,
h5 {
font-weight: 500;
color: #191919;
margin: 0;
}

p,
dl,
dt,
dd,
li,
figure {
margin: 0;
}

dt {
font-weight: 400;
}

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

a {
color: #707070;
text-decoration: none;
transition: opacity .3s ease-in-out;
}

a:hover {
color: color: #707070;
opacity: 0.8;
}

a:focus,
*:focus {
color: color: #707070;
outline: none;
}

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

.pc {
display: block;
}

.sp {
display: none;
}

@media (max-width: 480px) {
	.pc {
	display: none;
	}

	.sp {
	display: block;
	}
}

.wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

@media (max-width: 480px) {
	.wrapper {
	display: block;
	}
}

.brake-pc {
display: block;
}

@media (max-width: 480px) {
	.brake-pc {
	display: inline;
	}

	.brake-sp {
	display: block;
	}
}

.en {
font-family: 'Roboto', sans-serif;
}

.ta-r {
text-align: right;
}


/*----------------------------------------------------------------header*/
.site-header {
background: rgba(255,255,255,.1);
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 28px 0;
width: 100%;
height: 80px;
position: fixed;
z-index: 3;
border-bottom: 1px solid rgba(255,255,255,.5);
transition: .3s ease-in-out;
}

.site-header.fixed {
background: rgba(255,255,255,.9);
box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.site-branding {
width: 92%;
max-width: 1140px;
margin: 0 auto;
}

.site-title {
font-size: 2.4rem;
font-weight: 500;
color: #191919;
}

@media (max-width: 480px) {
	.site-header {
	height: 60px;
	padding: 20px 0;
	}

	.site-title {
	font-size: 2rem;
	text-align: center;
	}
}

.main-navigation {
display: none;
}

.skip-link,
.entry-footer .edit-link {
display: none;
}


/*----------------------------------------------------------------footer*/
.site-footer {
padding: 30px 0;
background: #fff;
}

.site-footer .wrapper {
width: 92%;
max-width: 1140px;
margin: 0 auto;
justify-content: flex-start;
}

.footer-logo {
margin: 0 30px 0 0;
}

.footer-logo img {
height: 50px;
width: auto;
}

.site-footer .site-info {
font-size: 1.3rem;
}

@media (max-width: 480px) {
	.site-footer .wrapper {
	display: flex;
	}

	.footer-logo {
	width: 50px;
	margin: 0 20px 0 0;
	}

	.footer-logo img {
	width: 100%;
	height: auto;
	}

	.site-footer .site-info {
	font-size: 1.1rem;
	width: calc(100% - 70px);
	}
}

.site-footer .site-info dl {
display: flex;
flex-wrap: wrap;
margin: 0 0 1em;
}

.site-footer .site-info dt {
width: 5em;
}

.site-footer .site-info dd {
width: calc(100% - 5em);
}


/*----------------------------------------------------------------home*/
.entry-header {
display: none;
}

.entry-content .fv {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(138deg, #fda085, #f6d365, #eecc41, #f0a752);
background-size: 800% 800%;

animation: fvBg 6s ease infinite;
}

@keyframes fvBg {
0%{background-position:14% 0%}
50%{background-position:87% 100%}
100%{background-position:14% 0%}
}

@media (max-width: 480px) {
	.entry-content .fv {
	height: auto;
	padding: 140px 4% 60px;
	}
}

.entry-content .fv:before {
content: '';
width: 100%;
height: 100vh;
display: block;
position: absolute;
left: 0;
top: 0;
background: url(https://rf.longwood.jp/wp-content/uploads/2021/01/logo_white.svg) no-repeat center center / cover;
opacity: .4;
}

@media (max-width: 480px) {
	.entry-content .fv:before {
	height: 100%;
	background-size: contain;
	}
}

.entry-content .fv p {
font-size: 6.6rem;
color: #fff;
line-height: 1.2;
text-align: center;
}

@media (max-width: 768px) {
	.entry-content .fv p {
	font-size: 5rem;
	}
}

@media (max-width: 480px) {
	.entry-content .fv p {
	font-size: 2.6rem;
	}
}

.entry-content .fv p .en {
display: block;
font-weight: 500;
font-size: 2.4rem;
margin: 0.5em 0 0;
}

@media (max-width: 768px) {
	.entry-content .fv p .en {
	font-size: 2rem;
	}
}

@media (max-width: 480px) {
	.entry-content .fv p .en {
	font-size: 1.7rem;
	}
}

.entry-content section {
padding: 100px 0;
opacity : 0;
transform: translateY(20px);
transition: all 1s;
}

@media (max-width: 480px) {
	.entry-content section {
	opacity: 1;
	padding: 60px 0;
	}
}

.entry-content section:nth-child(odd) {
background: #fff;
}

.entry-content section h2,
.entry-content section .wrapper,
.entry-content section > p,
.entry-content section > figure {
width: 92%;
max-width: 1140px;
margin: 0 auto;
}

.entry-content section h2 {
font-size: 4.2rem;
text-align: center;
margin: 0 auto 0.5em;
}

@media (max-width: 480px) {
	.entry-content section h2 {
	font-size: 2.8rem;
	}
}

.entry-content section .summery {
font-size: 1.8rem;
text-align: center;
margin: 0 auto 4.72em;
color: #595959;
}

@media (max-width: 480px) {
	.entry-content section .summery {
	font-size: 1.6rem;
	margin: 0 auto 3em;
	text-align: left;
	}
}

.entry-content section:nth-of-type(1) > .wrapper {
width: 97.2%;
max-width: calc(1140px + 5.2%);
justify-content: center;
}

.entry-content section:nth-of-type(1) > .wrapper div {
width: calc(84.4% / 3);
padding: 30px 2.6%;
text-align: center;
border: 1px solid #e5e5e5;
background: #fff;
margin: 0 2.6%;
}

@media (max-width: 480px) {
	.entry-content section:nth-of-type(1) > .wrapper div {
	width: 92%;
	margin: 0 auto 3em;
	}

	.entry-content section:nth-of-type(1) > .wrapper div:last-of-type {
	margin: 0 auto;
	}
}

.entry-content section:nth-of-type(1) > .wrapper div:before {
content: '';
display: block;
height: 48px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin: 0 0 30px;
}

.entry-content section:nth-of-type(1) > .wrapper div:nth-of-type(1):before {
background-image: url(https://rf.longwood.jp/wp-content/uploads/2021/01/ico01.png);
}

.entry-content section:nth-of-type(1) > .wrapper div:nth-of-type(2):before {
background-image: url(https://rf.longwood.jp/wp-content/uploads/2021/01/ico02.png);
}

.entry-content section:nth-of-type(1) > .wrapper div:nth-of-type(3):before {
background-image: url(https://rf.longwood.jp/wp-content/uploads/2021/01/ico03.png);
}

.entry-content section:nth-of-type(1) > .wrapper div h3 {
font-family: 'Roboto', sans-serif;
font-size: 2.2rem;
margin: 0 0 0.5em;
}

.entry-content section:nth-of-type(2) a {
text-decoration: underline;
}

.entry-content section:nth-of-type(3) {
padding: 100px 0 150px;
}

@media (max-width: 480px) {
	.entry-content section:nth-of-type(3) {
	padding: 60px 0 100px;
	}
}

.entry-content section:nth-of-type(3) h2 {
margin: 0 auto 2em;
}

.entry-content section:nth-of-type(3) .wrapper {
align-items: flex-start;
}

.entry-content section:nth-of-type(3) dl {
width: 48%;
display: flex;
flex-wrap: wrap;
}

@media (max-width: 480px) {
	.entry-content section:nth-of-type(3) dl {
	width: 100%;
	margin: 0 0 3em;
	}
}

.entry-content section:nth-of-type(3) dt {
width: 6em;
margin: 0 0 10px;
}

.entry-content section:nth-of-type(3) dd {
width: calc(100% - 6em);
margin: 0 0 10px;
}

.entry-content section:nth-of-type(3) figure {
width: 48%;
}

@media (max-width: 480px) {
	.entry-content section:nth-of-type(3) figure {
	width: 100%;
	}
}

.entry-content section:nth-of-type(3) figcaption {
font-size: 1.3rem;
}

@media (max-width: 480px) {
	.entry-content section:nth-of-type(3) figcaption {
	font-size: 1.1rem;
	}
}


