body{
font-family:  'Noto Sans JP', sans-serif,'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
line-height: 1.6;
overflow-x: hidden; 
-webkit-font-smoothing: antialiased;
word-wrap: break-word;
}
html {scroll-behavior: smooth;}
a.btn_link{text-decoration: none;}

h1{
font-size: 250%;
font-weight: bold;
color: #ffffff;
text-align: center;
}
h1 span{
font-size: 50%;
text-align: left;
}
.heading00{
position: relative;
padding: 50px 0 0;
text-align: center;
}
.heading00::before {
content: attr(data-en);
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
color: rgba(176,236,251,0.20);
font-size: 80px;
font-style: italic;
}
h2{
font-weight: bold;
font-size: 150%;
color: #007C9A;
text-align: center;
}
h2 span{
background-image: linear-gradient(120deg, #CEE0E3 0%, #78AFE0 100%);
background-repeat: no-repeat;
background-size: 100% 0.4em;
background-position: 0px 90%;
font-size: 130%;
}
h2 span:hover{
transition: background-size 0.25s ease-in;
background-size: 100% 90%;
}
h3{
font-weight: bold;
font-size: 200%;
color: #007C9A;
text-align: center;	
line-height: 1;
}
h3 span{
font-size: 65%;
}
h4{
font-weight: bold;
font-size: 130%;
color: #007C9A;
text-align: center;	
line-height: 1;
padding-top: 10px;
}
h4 span{
font-size: 70%;	
}
.h4_pink{color:#FA7587; }
.h4_blue{color:#3F82AF; }
.h4_green{color:#52BBAD; }
.h4_water{color:#00A3D2; }
.h4_orenge{color:#FACD72; }
.h4_labo{color:#F4A7D3; }
h5{
font-size: 120%;
font-weight: bold;
margin-bottom: 20px;
padding-left: 10px;
}
.h5_pink{border-bottom:10px solid #FA7587; }
.h5_blue{border-bottom:10px solid #3F82AF; }
.h5_green{border-bottom:10px solid #52BBAD; }
.h5_water{border-bottom:10px solid #00A3D2; }
.h5_orenge{border-bottom:10px solid #FACD72; }
.h5_labo{border-bottom:10px solid #F4A7D3; }
.sitemap_inner i{padding-right: 5px;}
.blue_i i{color: #3F82AF;}
.pink_i i{color: #FA7587;}
.green_i i{color: #52BBAD;}
.water_i i{color: #00A3D2;}
.orenge_i i{color: #FACD72;}
.labo_i i{color: #F4A7D3;}
.blue_i a:hover{color: #3F82AF;font-weight: bold;}
.pink_i a:hover{color: #FA7587;font-weight: bold;}
.green_i a:hover{color: #52BBAD;font-weight: bold;}
.water_i a:hover{color: #00A3D2;font-weight: bold;}
.orenge_i a:hover{color: #FACD72;font-weight: bold;}
.labo_i a:hover{color: #F4A7D3;font-weight: bold;}
.midashi_title01{
font-size: 200%;
font-weight: bold;
color:rgba(7,118,145,1.00);
text-align: center;
}
h6{
color: #fffff;
border-bottom: 1px solid #Ffffff;
font-weight: bold;
}
.midashi_title01 span{
font-size: 50%;
text-align: left;
}
.heading01{
position: relative;
padding: 50px 0 0;
text-align: center;
}
.heading01::before {
content: attr(data-en);
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
color: rgba(7,118,145,0.15);
font-size: 80px;
font-style: italic;
}
header{
padding-bottom: 100px;
position:relative;
background: linear-gradient(129deg, #007c9a, #3d9cc2, #3d9cc2, #3dc8c2);
background-size: 800% 800%;
-webkit-animation: gra_co 12s ease infinite;
-moz-animation: gra_co 12s ease infinite;
animation: gra_co 12s ease infinite;
}
@-webkit-keyframes gra_co {
0%{background-position:0% 13%}
50%{background-position:100% 88%}
100%{background-position:0% 13%}
}
@-moz-keyframes gra_co {
0%{background-position:0% 13%}
50%{background-position:100% 88%}
100%{background-position:0% 13%}
}
@keyframes gra_co {
0%{background-position:0% 13%}
50%{background-position:100% 88%}
100%{background-position:0% 13%}
}
.head_sitemap{
background-image: linear-gradient(90deg, #3DC8C2, #3D9CC2 70%, #0A80CB);
}
.kadomaru_left{
background: #FFFFff;
border-top-left-radius:400px 100px;
position: absolute;
bottom: 0;
height: 100px;
width: 100%;
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3)inset;
}
/*container*/
.lineup{
display: block
}
.lineup_sp{
display: none;
}
.lineup_innner{
padding: 0 0 30px;
margin: 0 0 30px;
}
/* アニメーション前 */
.u-fade-type-up{
transform: translateY(100px);
opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up{
transition: .6s;
transform: translateY(0);
opacity: 1;
}
.is-active .u-fade-type-up:nth-child(2){transition-delay: .2s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .4s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: .6s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 1s;}
.end_box{
padding: 50px 0;
color: #007C9A;
}
.top_title p{
text-align: center;
color: #ffffff;
font-size: 110%;
padding-bottom: 10px;
}
/*plan*/
.lineup_innner section{
padding: 20px 8px 30px;
margin: 0 30px;
}
.lineup a{
text-decoration: none;
}
.lineup_innner section:hover {
animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
0% {
transform: scale(1);
}
100% {
transform: scale(1.05);
filter:grayscale(20%);
box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
}
}
.plan_img{
padding: 20px 0;
width: 85%;
margin: 0 auto;
}
.plan_img img{
width: 100%;
}
.plan_box{
background-image: linear-gradient(45deg, #A3C4E7 0%, #76ADD7 100%);
border-radius: 30px;
padding: 3px 10px;
margin: 2px;
color: #FFFFFF;
font-weight: bold;
font-size: 75%;
}
.column_box{
padding: 30px 0 0;
}
.contact{
padding: 60px 0;
}
/*サイトマップ*/
.sitemap{
padding: 50px 0;
}
.co_back{
background: #EDF8FF;
}
.sitemap_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
padding-top: 50px;
}
.sitemap section{
width: 23%;
padding-bottom:50px; 
}
.sitemap_inner a{
text-decoration: none;
color: #000000;
}
.sitemap_inner li{
padding: 3px 8px;
}
.pink_i a,.orenge_i a,.labo_i a{
background:
linear-gradient(90deg, rgba(180,58,135,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%) 0 100% /var(--d, 0) 1px no-repeat,
linear-gradient(90deg, rgba(244,98,80,1) 0%, rgba(248,228,1,1) 100%) 100% calc(100% - 6px) /var(--d, 0) 1px no-repeat;
transition: 0s 0.5s, background-size 0.5s;
}
.pink_i a:hover,.orenge_i a:hover,.labo_i a:hover{
--d: 100%;
background-position: 0% calc(100% - 3px), 100% calc(100% - 3px);
transition: 0.3s, background-position 0.3s 0.3s;
}
.blue_i a,.green_i a,.water_i a{
background:
linear-gradient(90deg, rgba(37,53,248,1) 0%, rgba(0,98,118,1) 100%) 0 100% /var(--d, 0) 1px no-repeat,
linear-gradient(90deg, rgba(165,80,244,1) 0%, rgba(1,248,191,1) 100%) 100% calc(100% - 6px) /var(--d, 0) 1px no-repeat;
 transition: 0s 0.5s, background-size 0.5s;
}
.blue_i a:hover,.green_i a:hover,.water_i a:hover {
--d: 100%;
background-position: 0% calc(100% - 3px), 100% calc(100% - 3px);
transition: 0.3s, background-position 0.3s 0.3s;
}
/*イラスト*/
.icon_img{
width:15%;
margin: 20px auto;
}
.icon_img img{
width: 100%;
}
/*お問い合わせ*/
.contact_box{
width: 80%;
border-radius: 30px;
background-image: linear-gradient(45deg, rgba(0,124,154,0.2) 0%,rgba(62,175,205,0.2) 100%);
margin: 20px auto;
}
/*最後に*/
.last_img{
width: 30%;
margin: 20px auto;
}
.last_img img{
width: 100%;
}
/*トップページ*/
#page-top{
position: fixed;
background: rgba(114,199,202,0.60);
min-width: 50px;
min-height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
border-radius: 50%;
bottom: 2%;
right: 2%;
}
footer{
padding-top: 100px;
position:relative;
background: linear-gradient(129deg, #007c9a, #3d9cc2, #3d9cc2, #3dc8c2);
background-size: 600% 600%;
-webkit-animation: gra_co 12s ease infinite;
-moz-animation: gra_co 12s ease infinite;
animation: gra_co 12s ease infinite;
}
@-webkit-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@-moz-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
.kadomaru_right{
background: #FFFFff;
border-bottom-right-radius:400px 100px;
position: absolute;
top: 0;
height: 100px;
width: 100%;
box-shadow:inset -5px -5px 5px rgba(0,0,0,.2);}
.flex_footer{
display: flex;
width: 100%;
margin: 0 auto;
align-items: flex-start;
justify-content: space-around;
padding: 50px 0 100px;
}
.footer_column{
display: flex;
justify-content: center;
flex-direction: column;
color: #ffffff;
padding: 20px 10px;
}
.fo_oliver_logo{
width: 20%;
margin: 0 auto;
}
.fo_oliver_logo img{
width: 100%;
}
.foot_title a{
text-decoration: none;
color: #ffffff;
transition:all .3s ease-in-out;
}
.foot_title a:hover{
text-shadow:
0 0 10px rgba(255,255,255, 1),
0 0 50px rgba(255, 255, 255, .8),
0 0 75px rgba(255, 255, 255, .6),
0 0 76px rgba(255, 255, 255, .4),
0 0 77px rgba(255, 255, 255, .5),
0 0 78px rgba(255, 255, 255, .4),
0 0 79px rgba(255, 255, 255, .3),
0 0 80px rgba(255, 255, 255, .2),
0 0 85px rgba(255, 255, 255, .1);
}
hr{
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */
border-color: white;   /* 線色 */
height: 1px;         /* 高さ(※古いIE用) */
}
ul.foot_link{
text-align: left;
padding: 10px 0 10px 5px;
}
.foot_link li a{
text-decoration: none;
color: #ffffff;
font-weight: 400;
font-size: 85%;
}
.footer_info{
border-top:2px solid #FFFFFF;
position: relative;
color: #Ffffff;
}
.fo_logo_img{
position: absolute;
width: 20%;
right: 10px;
top: -50px;
}
.fo_logo_img img{
width: 100%;
}
.fo_com_info{padding: 50px 10px 30px ;
}
.fo_com_info p{
text-align: right;
font-size: 80%;
font-weight: 300;
}
@media screen and (max-width: 960px) {
h1{
font-size: 200%;
}
h1 span{
font-size: 45%;
}	
.top_title p{
font-size: 100%;
}	
	.contact_box{
width: 95%;
border-radius: 30px;
background-image: linear-gradient(45deg, rgba(0,124,154,0.2) 0%,rgba(62,175,205,0.2) 100%);
margin: 20px auto;
}
}
@media screen and (max-width: 769px) {
.lineup{display: none;}
.lineup_sp{display: block;}
.flex_lineup_sp{display: flex;justify-content: space-around;flex-direction: row;align-items: flex-start;flex-wrap: wrap;}
.lineup_inner_sp{width: 48%;padding-bottom: 30px;}
.lineup_inner_sp a{text-decoration: none;}
.flex_planbox{display: flex;justify-content:flex-start;flex-direction: row;align-items: flex-start;flex-wrap: wrap;}
.plan_box{background-image: none;
	border:0.7px solid #007C9A;;
border-radius: 3px;padding: 3px 5px;margin: 2px;color: #007C9A;font-weight: 400;font-size:60%;}
.plan_img{padding: 0 0 10px;width: 100%;margin: 0 auto;}
.container03{padding: 20px 0;}
/*sitemap*/
/*サイトマップ*/
.sitemap{padding-top:20px 0 0;}
.sitemap_flex{flex-direction: column;padding-top: 0px;}
.sitemap section{width: 95%;padding-bottom:10px;margin: 0 auto;}
.sitemap_inner a{text-decoration: none;color: #000000;}
.sitemap_inner li{padding: 3px 8px;}
/*イラスト*/
.icon_img{
width:30%;
margin: 20px auto;
}
.contact{
padding: 20px 0;
}
/*footer*/
.flex_footer{
display: flex;
width: 100%;
margin: 0 auto;
align-items: flex-start;
padding: 20px 0 70px;
flex-direction: row;
flex-wrap: wrap;
}
.footer_column section{width: 47%;}
ul.foot_link{
text-align: left;
padding: 10px 0 10px 5px;
}
.foot_link li a{
text-decoration: none;
color: #ffffff;
font-weight: 400;
font-size: 85%;
}
.footer_info{
border-top:2px solid #FFFFFF;
position: relative;
color: #Ffffff;
}
.fo_logo_img{
position: absolute;
width: 35%;
right: 10px;
top: -30px;
}
.fo_logo_img img{width: 100%;}
.fo_com_info{padding: 40px 10px 30px;}
.fo_com_info p{font-size: 75%;}
.kadomaru_right{
background: #FFFFff;
border-bottom-right-radius:200px 100px;
position: absolute;
top: 0;
height: 60px;
width: 100%;
box-shadow:inset -6px -6px 5px rgba(0,0,0,.2);}
}
@media screen and (max-width: 479px) {
.kadomaru_left{
border-top-left-radius:200px 100px;
height: 70px;
width: 100%;
box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.3)inset;
}
h1{font-size: 180%;line-height: 1.2;}
h1 span{font-size: 60%;}		
.top_title p{font-size: 100%;width: 90%;margin: 5px auto 0;}	
.heading00{padding: 35px 0 0;}
.heading00::before {font-size: 60px;}
h2{
font-size: 90%;
}
h2 span{
background-image: linear-gradient(120deg, #E5EEF0 0%, #D1DCE7 100%);
font-size: 140%;
}
h3{font-size: 150%;}
h3 span{font-size: 70%;}
h4 {padding: 8px 0 8px 13px;font-size: 90%;}
h4 span {font-size: 80%;top: -5px;left: -31px;padding: 10px 5px 12px 6px;}
h5{font-size: 130%;padding-top: 20px}
h5 span{font-size: 70%;	}
.midashi_title01{font-size: 170%;}
.midashi_title01 span{font-size: 60%;}
.heading01{padding: 35px 0 0;}
.heading01::before {font-size: 60px;}
/*最後に*/
.last_img{width: 45%;margin: 20px auto;}
.last_img img{width: 100%;}
.column_box p{
font-size: 85%;
}
/*問い合わせ*/
.contact{
padding: 20px 0 0;		
}
.contact_box{
width: 95%;
margin: 0 auto;
}
}
