@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family: "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:500;
	/*background-color:#f5f8fc;*/
}
header {
}
a{
	text-decoration:none;
	color:#707070;
}
a:hover{
	opacity:0.8;
}
/*h1, h2, h3, h4{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#737373;
}*/
/*h1{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#737373;
}*/
main{
	/*padding-top:100px;*/
}
.font-type1{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#373737;
}
.font-type2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#000;
}
/*パンくずリスト*/
.bread-list {
	padding:10px 0 12px 0;
}
.bread-list ol{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
}
.bread-list ol li{
	font-weight:bold;
}
.bread-list ol .bread-list-link{
}
.bread-list ol .bread-list-link i{
	padding:0 7px 0 5px;
}
.bread-list ol .bread-list-current{
	color:#737373;
}
.bread-list ol li a{
	text-decoration:none;
	color:#000;
}
@media(max-width:520px){
.bread-list ol li{
	font-size:14px;
}	
}
/*ヘッダー*/
.header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:100px;
	position:fixed;
	/*background-color:#fff;*/
	/*border-bottom:solid 3px #3D3D3D;*/
	z-index:9999;
	width:100%;
	box-sizing:border-box;
}
/*スクロールしたら背景色が変化*/
.header {
  background-color:transparent;
  position: fixed;
  transition: .3s;
}
.header.change-color {
  background-color: white;
}
.sp-menu {
  transition: background-color 0.3s;
  background-color: transparent;
}

.sp-menu.change-color {
  background-color: white;
}

/*スクロールしたら背景色が変化ここまで*/
/*ヘッダーロゴ*/
.header-1{
}
.header-1 a{
	width:100%;
	padding:0px 10px 0 15px;
	font-size:16px;
	font-weight:bold;
	color:#3D3D3D;
	display:flex;
	align-items:center;
}
.header-1 a .header-1-img{
	width:150px;
	min-width:80px;
	margin-right:10px;
	display:flex;
	align-items:center;
	
}
.header-1 a span{
	width:280px;
	margin-right:10px;
	display:flex;
	align-items:center;
	
}
.header-1 a .header-1-img img{
	width:100%;
}
.header-logo1{
	display:block;
}
.header-logo2{
	display:none;
}
@media(max-width:520px){
.header-logo1{
	display:none;
}
.header-logo2{
	display:block;
	width:40px!important;
}
}
/*ヘッダーメニュー*/
.header-2 {
	width:85%;
	display:flex;
	justify-content: flex-end;
	align-items:center;
	margin:0;
	height:100%;
	box-sizing: border-box;
	padding-right:10px;
}
.header-2-1 {
}
.header-2-2 {
}
.header-2-2 ul{
    list-style:none;
	display:flex;
	padding-left:0;
}
.header-2-2 ul li{
    margin:0 10px;
	width:100px;
}
.header-2-2 ul li a{
	width:100%;
    display:block;
	background-color:#00b3ea;
	color:#fff;
	text-align:center;
	padding:10px 5px;
	border-radius:10px;
	font-weight:bold;
}
.header-2-2 ul .header-line a{
	background-color:#00B900;
}
.header-2-2 ul li a span{
    display:inline-block;
}
@media(max-width:1300px){
.header-2-2 ul li{
    margin:0 10px;
	width:65px;
}
.header-2-2 ul li a{
	width:100%;
    display:block;
	background-color:#00b3ea;
	color:#fff;
	text-align:center;
	padding:10px 5px;
	border-radius:10px;
	font-weight:bold;
}
.header-2-2 ul li a span{
    display:block;
}
}
.gnavi__lists {
	width:100%;
    display: flex;
	justify-content:flex-end;
	flex-wrap :wrap-reverse;
	list-style: none;
	height:100%;
	padding-left:0;
}
.gnavi__list {
    width:auto;
    height:100%;
    /*background-color: #fff;*/
    position: relative;
    transition: all .3s;
	padding:8px 10px;
}
.gnavi__list span{
    display:inline-block;
}
.gnavi__list a{
	display:block;
	height:100%;
	/*text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
    */
}
.gnavi__list:hover {
    /*background-color: #fff;*/
}
.gnavi__list:hover::before {
    /*background-color: #fff;*/
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
	/*color: #0077A6;*/
	color: #00b3ea;
	color: #000;
	text-align:center;
}

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top:92px;
	/*top:48px;*/
	/*top:71px;*/
    left:50%;
    transform: translateX(-50%);
	list-style: none;
	z-index:9999;
	padding-left:0;
}
@media(max-width:1200px){
.gnavi__lists {
	width:100%;
    max-width:580px;
}
.dropdown__lists {
	top:71px;
}	
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #0077A6;
    height: 60px;
	width:auto;
    transition: all .3s;
    position: relative;
	padding:0 5px;
	text-align:center;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #CDCDCD;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
@media(max-width:1200px){
.gnavi__list a {
    font-size: 16px;
}
.dropdown__list a {
    font-size: 15px;
}	
.header-2-2 ul li a{
	font-size: 15px;
}
}
.arrow-1{
	
}
.arrow-1 {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 33px;
}

.arrow-1::before,
.arrow-1::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 100% calc(100% - 3px);
  width: 3px;
  height: 10px;
  border-radius: 9999px;
  background-color: #0077A6;
  transform-origin: 50% calc(100% - 1px);
}

.arrow-1::before {
  transform: rotate(45deg);
}

.arrow-1::after {
  transform: rotate(-45deg);
}
.drop-arrow{
	display:block;
	background-color: transparent;
	text-align:center;
	height:30px;
	margin-top:-53px;
	z-index:9999;
}
.drop-arrow i{
	color:#000;
}
.drop-arrow:hover{
	background-color: transparent;
}
/*ハンバーガーメニューアコーディオンメニューについて*/
#overlay .hm-menu .details-summary .details ul li a{
	font-size:15px;
	color:#EB9750;
}
.hm-menu ul{
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  background-color:transparent;
  margin:0;
}
.accordionbtn{
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #373737;
  cursor: pointer;
  font-weight:bold;
  font-size:18px;
}
.accordionbtn:hover{
  opacity:0.7;
}
#overlay .hm-menu li ul li a {
    font-size: 15px;
	color:#737373;
}
#overlay .hm-menu li ul li a:hover{
    opacity:0.7;
}
.accordionbtn{
	position:relative;
}
.accordionbtn::before{
	content:"";
	width:0;
	height:0;
	position:absolute;
	top:32%;
	left:0;
	transform: translateX(-50%);
	border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
	border-left: 12px solid #A3A3A3;
}
li.active .accordionbtn::before{
    border-top: 12px solid #A3A3A3;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}

/*SPメニュー*/
.sp-menu{
        display: none;
    }
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@media(max-width:1200px){
.drop-arrow{
	margin-top:-53px;
}
}
@media screen and (max-width: 1200px) {
	.main {
	padding-top:70px;
}
    .header{
        display: none;
    }
    .sp-menu{
		display: block;
        width: 100%;
        height: 55px;
        position: fixed;
        z-index: 9998;
        /*background-color: #fff;*/
		/*border-bottom:solid 1px #0077A6;*/
    }
    .sp-menu-1{
        width: auto;
        left: 1.1em;
        top: 0.5em;
        position:absolute;
    }
	.sp-menu-1 a{
		display:flex;
		align-items:center;
		font-weight:bold;
		color:#000;
    }
	.sp-menu-1 a .header-1-img{
		width:140px;
		margin-right:10px;
    }
	.sp-menu-1 a .header-1-img img{
		width:100%;
    }
	.sp-menu-1-logo{
        font-weight:bold;
		font-size:20px;
		margin:10px 0 0 0;
    }
    #overlay-button {
        right: 0.8em;
        top: 0.4em;
        padding: 20px 10px;
        z-index: 9999;
        cursor: pointer;
        user-select: none;
        border-radius: 50vh;
        position: fixed;
    }
    #overlay-button span {
        height: 3px;
        width: 25px;
        border-radius: 2px;
        background-color: #373737;
        position: relative;
        display: block;
        transition: all .2s ease-in-out;
    }
    #overlay-button span:before {
        top: -10px;
        visibility: visible;
    }
    #overlay-button span:after {
        top: 10px;
    }
    #overlay-button span:before, #overlay-button span:after {
        height: 3px;
        width: 25px;
        border-radius: 2px;
        background-color: #CDCDCD;
        position: absolute;
        content: "";
        transition: all .2s ease-in-out;
    }
    #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
/*        background: #fff;*/
    }

    input[type=checkbox] {
        display: none; 

    }

    input[type=checkbox]:checked ~ #overlay {
        visibility: visible; 
    }

    input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
      background: transparent;


    }
    input[type=checkbox]:checked ~ #overlay-button span:before {
      transform: rotate(45deg) translate(7px, 7px);

    }
    input[type=checkbox]:checked ~ #overlay-button span:after {
      transform: rotate(-45deg) translate(7px, -7px);
    }

    #overlay {
      height: 100vh;
      width: 100%;
      background: #fff;
      z-index: 3;
      visibility: hidden;
      position: fixed;

    }
    #overlay.active {
    }
    #overlay .hm-menu {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      height: 100vh;
      padding-left: 0;
      list-style-type: none;
    }
	#overlay .hm-menu a{
      font-weight:bold;
    }
    #overlay .hm-menu .sp-header-logo{
        width: 100px;
        margin-bottom: 20px;
    }
	#overlay .hm-menu .sp-header-logo img{
        width: 100%;
    }
	#overlay .hm-menu .sp-header-logo:hover{
        opacity:0.7;
    }
    #overlay .hm-menu li {
      padding: 0.5em 1em;
    }
    #overlay .hm-menu li a {
        color: #373737;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
    }
	#overlay .hm-menu li a:hover{
        opacity:0.8;
    }
	
/*お問い合わせボタン*/
#overlay .hm-menu .sp-header-btn{
    width: 200px;
    margin: 5px 0 5px 0;
	padding:5px 0;
	display: block;
    color: #fff;
    font-size: 16px;    
    font-weight:500;
    border-radius: 10px;
	background-color: #0077A6;
	box-sizing: border-box;
}
#overlay .hm-menu .sp-header-btn-top{
    margin-top:20px;
}
}
@media(max-width:520px){
.sp-menu-1{
        width: auto;
        left: 10px;
        top: 0.5em;
        position:absolute;
    }
.sp-menu-1 a{
	font-size:14px;
    }
/*.sp-menu-1 a{
		display:block;
    }*/
	.sp-menu-1 a .header-1-img{
		width:auto;
		margin-right:10px;
    }
}
/*footer上応募ボタン、お問い合わせ*/
.footer-top{
	border-top:solid 1px #0077A6;
	border-bottom:solid 1px #0077A6;
	z-index: 10;
	position:relative;
}
.footer-top ul{
	display:flex;
	justify-content:center;
	padding-left:0;
	list-style:none;
	background-color:#0077A6;
	margin:0;
	padding:30px 10px;
}
.footer-top ul li{
	margin:5px;
	width:250px;
}
.footer-top ul li a{
	width:100%;
	display:block;
	border:solid 1px #A2A2A2;
	background-color:#fff;
	padding:10px;
	border-radius:50px;
	text-align:center;
	box-sizing:border-box;
	font-weight:bold;
}
@media(max-width:520px){
.footer-top ul li{
	margin:3px;
	width:180px;
}
.footer-top ul li a{
	font-size:15px;
}	
}
/*フッター*/
footer {
}
.footer {
	padding:30px 0;
	background-color:#00b3ea;
}
.footer-content {
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	width:90%;
	max-width:1400px;
	margin:auto;
	padding-bottom:100px;
}

.footer-1 {
	padding-bottom:40px;
}
.footer-1 a{
	font-size:18px;
	font-weight:bold;
	display:flex;
	align-items:center;
	color:#fff;
}
.footer-1 a .footer-1-img{
	width:150px;
	margin-right:20px;
}
.footer-1 a .footer-1-img img{
	width:100%; 
	
}
@media(max-width:1200px){
.footer-1 a .footer-1-img{
	width:120px;
	margin-right:20px;
}	
}
.footer-2 {
	display:flex;
}
.footer-2-1{
	padding:0 0 0 30px;
}
.footer-2-2{
	padding-left:30px;
}
.footer-2-1 p{
	font-weight:bold;
	color:#fff;
	/*border-bottom:solid 1px #D1D1D1;*/
}
.footer-2-1 ul, .footer-2-2 ul{
	list-style:none;
	padding-left:0;
}
.footer-2-1 ul li{
	margin:10px 0;
	color:#fff;
}
.footer-2-1 ul li a{
	color:#fff;
}
.footer-2-1 ul li::before{
	content:"--";
	margin-right:10px;
}
.footer-2-2 ul{
}
.footer-2-2 ul li{
	font-weight:bold;
	color:#fff;
	margin:10px 0;
}
.footer-2-2 ul li a{
	color:#fff;
}
.footer-2-2 ul li::before{
	content:"▶";
	font-size:10px;
	margin-right:7px;
}
/*外部リンクのアイコン*/
.footer-2-2 ul li a span{
}
.footer-2-2 ul li a span img{
	width:17px;
	display:inline-block;
	margin-left:3px;
}
@media(max-width:960px){
.footer-1 {
	padding-bottom:30px;
}
.footer-2 {
	display:flex;
	flex-wrap:wrap;
}
.footer-2-1{
	padding:0 30px 0 0;
}
.footer-2-2{
	padding-left:0px;
}	
}
@media(max-width:768px){
}
@media(max-width:640px){
.footer-2-1{
	padding:0 10px;
}
.footer-2-2{
	padding-left:10px;
}
.footer-2-1 ul li{
	font-size:15px;
}
.footer-2-2 ul li{
	font-size:15px;
}
}
@media(max-width:520px){
.footer-2-1{
	width:100%;
}
.footer-2-2{
	width:100%;
}
.footer-content {
	padding-bottom:10px;
}
}
.footer-bottom {
	/*border-top:solid 2px #DDDDDD;*/
	width:90%;
	margin:auto;
	padding:20px 10px 0 10px;
}
.footer-bottom1{
	display:flex;
	justify-content:center;
}
.footer-sns {
	border-radius:5px;
	padding:10px;
	box-sizing: border-box;
	display:flex;
}
.footer-sns a{
	display:block;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-bottom:10px;
	margin:10px;
}
.footer-sns img{
	width:30px;
}
.footer-sns span{
	display:inline-block;
	margin-left:5px;
}
.footer-band {
	text-align:center;
	color:#fff;
}
.footer-band a{
	text-align:center;
	color:#fff;
}
/*パンくずリスト*/
.breadcrumb {
    width: 98%;
    margin: 0 auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 14px;
	padding:3px 0;
}
.breadcrumb li a{
    font-weight: bold;
    color: #373737;
}
.breadcrumb li{
    font-weight: 400;
	color:#878787;
}
.breadcrumb li:not(:last-of-type)::after {
    content: "＞";
    margin: 0.25em;
    color: #373737;
}
/*固定ボタン*/
.btn-fixed {
	position:fixed;
	right:15px;
	bottom:30px;
	z-index:9998;
	display:block;
}
.web-btn-fixed a, .tel-btn-fixed a, .line-btn-fixed a{
	/*display:block;*/
	color:#00b3ea;
	text-align:center;
	margin:5px 0;
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
    font-weight:500;
    border-radius: 10px;
	border:solid 3px #00b3ea;
	font-size:18px;
	width:200px;
	height:auto;
	padding:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
.web-btn-fixed a{
    background-color:#fff;
}
.tel-btn-fixed a{
	background-color:#fff;
}
.line-btn-fixed a{
	background-color:#06C755;
	color:#fff;
	border:solid 3px #06C755;
}
.web-btn-fixed a:hover, .tel-btn-fixed a:hover, .line-btn-fixed a:hover{
	opacity:0.7
}
@media(max-width:960px){
.btn-fixed {
	display:none;
}
}
.btn-fixed-sp {
	position:fixed;
	z-index:9998;
	width:100%;
	bottom:0;
	right:0;
	display:none;
}
.btn-fixed-sp br{
    display: none;
}
.fixed-sp-flex {
	display:flex;
	justify-content:space-between;
	background-color:#00b3ea;
}
.fixed-sp-web, .fixed-sp-tel, .fixed-sp-line{
	width:100%;
	border-top:solid 2px #00b3ea;
	border-right:solid 2px #00b3ea;
}
.fixed-sp-line{
	width:100%;
	border-top:solid 2px #06C755;
	border-right:solid 2px #06C755;
}
.fixed-sp-web a, .fixed-sp-tel a, .fixed-sp-line a{
	margin:0;
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	padding:20px 0;
	color:#00b3ea;
	text-decoration:none;
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
    font-weight:500;
	font-weight:bold;
}
.fixed-sp-web a{
	background-color:#fff;
}
.fixed-sp-tel a{
	background-color:#fff;
}
.fixed-sp-line a{
	background-color:#06C755;
	color:#fff;
}
.fixed-sp-web a:hover, .fixed-sp-tel a:hover, .fixed-sp-line a:hover{
	opacity:0.7;
}
@media(max-width:960px){
	.btn-fixed-sp {
	display:block;
}
}
@media(max-width:520px){
	.fixed-sp-web a, .fixed-sp-tel a, .fixed-sp-line a{
	    font-size:15px;
	    padding:15px 0;
}
}
/*内容*/
section{
	
}
.section-top-title{
	padding:50px 0 30px 0;
}
.section-top-title h1{
	text-align:center;
	font-size:30px;
	margin:0;
}
.section-top-title h1 .cut{
	display:inline-block;
}
.section-top-title h1 .span1{
	font-size:25px;
}
.section-top-title h1 .span2{
	font-size:35px;
}
.section-top-title p{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0;
}
.section-top-title p::before{
	content:"";
	display:inline-block;
	width:25px;
	background-color:#000;
	height:1px;
	margin-right:10px;
}
.section-top-title p::after{
	content:"";
	display:inline-block;
	width:25px;
	background-color:#000;
	height:1px;
	margin-left:10px;
}
.section-top-title p{
	font-size:15px;
	margin:0;
	text-align:center;
	color:#737373;
}
@media(max-width:640px){
.section-top-title{
	padding:40px 0 20px 0;
}
}
@media(max-width:520px){
.section-top-title{
	padding:30px 0 10px 0;
}
.section-top-title h1 .span1{
	font-size:18px;
}
.section-top-title h1 .span2{
	font-size:28px;
}
.section-top-title h1{
	font-size:25px;
}
}
.section-content{
	padding-top:30px;
	padding-bottom:50px;
}
@media(max-width:768px){
.section-content{
	padding-top:20px;
	padding-bottom:50px;
}	
}
@media(max-width:520px){
.section-content{
	padding-top:0px;
	padding-bottom:30px;
}	
}
.gray-back{
	background-color:#ECECEC;
}
.basic{
	width:90%;
	max-width:960px;
	margin:auto;
	margin-bottom:50px;
}
.basic-title{
	padding-bottom:80px;
}
.basic-title h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#737373;
	text-align:center;
	margin:10px auto;
}
.white-box h2, .white-box2 h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#737373;
	text-align:center;
}
.basic-title h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#737373;
	text-align:center;
}
@media(max-width:520px){
.basic-title h2{
	font-size:20px;
}
.white-box h2, .white-box2 h2{
	font-size:20px;
}
}
.basic-content{
	padding-top:30px;
}
@media(max-width:520px){
.basic-content p{
	font-size:15px;
}
}
/*ボックス白*/
.white-box1 {
	background-color:#fff;
	border-radius: 20px;
	padding:20px 50px;
	max-width:960px;
	margin:auto;
	box-sizing: border-box;
}
@media(max-width:640px){
.white-box1 {
	background-color:#fff;
	border-radius: 20px;
	padding:20px 30px;
}
}
@media(max-width:520px){
.white-box1 {
}
}
/*ボックス白枠有*/
.white-box2 {
	background-color:#fff;
	border-radius: 20px;
	padding:20px 50px;
	max-width:960px;
	margin:auto;
	box-sizing: border-box;
	border:solid 1px #A3A3A3;
}
@media(max-width:640px){
.white-box2 {
	background-color:#fff;
	border-radius: 20px;
	padding:20px 30px;
}
}
@media(max-width:520px){
.white-box2 {
	background-color:#fff;
}
}
.white-box-list{
	margin:30px auto;
}
/*ボックス内タイトル●*/
.white-box-title{
	font-weight:bold;
	color:#3D3D3D;
	font-size:18px;
	margin-bottom:10px;
}
.white-box-title::before{
	content:"●";
	color:#737373;
	margin-right:5px;
}
/*ボックス内タイトル下線*/
.white-box-title1{
	font-weight:bold;
	color:#3D3D3D;
	font-size:20px;
	margin-bottom:50px;
	text-align:center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.white-box-title1 span{
	border-bottom:solid 1px #A3A3A3;
	padding-bottom:5px;
	line-height:40px;
}
@media(max-width:520px){
.white-box-title1{
	margin-bottom:20px;
}	
}
/*ボックス内p*/
.white-box-text{
	margin:0 0 16px 0;
}
@media(max-width:520px){
.white-box-text{
	font-size:15px;
}
}
.link-btn a{
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
	border:solid 1px #A3A3A3;
	padding:5px 50px;
	border-radius:50px;
	width:100%;
}
.link-btn {
	margin:0 0 0 auto;
}
/*リンク位置調整*/
.link-adjust{
	padding-top:100px;
	margin-top:-100px;
}


/*スワイプ型設定について*/
/*.container {
  overflow: auto;
  scroll-snap-type: y proximity;
  height: 100vh;
}*/
.area {
  scroll-snap-align: start;
  /*height: 100vh;*/
}

/* General Styling */

/*.area:nth-child(even) {
  background-color: #0db;
}
.area:nth-child(odd) {
  background-color: #0bd;
}*/




/*スクロールで背景色変化に関わるため一旦非表示*/
/*@media(max-width:520px){
.container {
  overflow: auto;
  scroll-snap-type: y proximity;
  height: 100vh;
}
}*/
/*スクロールで背景色変化に関わるため一旦非表示ここまで*/
/*スワイプ型設定についてここまで*/



/*header高さ調整*/
.header-adjsut {
	padding-top:100px;
}
@media(max-width:960px){
.header-adjsut {
	padding-top:70px;
}	
}
/*各ページ基本スタイル*/
/*タイトル*/
.page-title {
	width:90%;
	max-width:1200px;
	margin:50px auto;
}
.page-title h1 span{
	color:#0077A6;
	font-size:60px;
	font-weight:bold;
	margin-right:10px;
	font-family:'arial black',serif;
	display:block;
}
.page-title h1{
	color:#0077A6;
	font-size:25px;
	font-weight:bold;
	position:relative;
	line-height:50px;
}
@media(max-width:768px){
.page-title {
	margin:20px auto;
}	
.page-title h1 span{
	font-size:50px;
	margin-right:10px;
	line-height:50px;
}
}
@media(max-width:480px){
.page-title {
	margin:10px auto;
}	
.page-title h1{
	font-size:20px;
	line-height:30px;
}
.page-title h1 span{
	font-size:40px;
	margin-right:10px;
	line-height:40px;
}
}
/*.page-title h1::before{
	content:"";
	display:block;
	height:8px;
	width:100%;
	background-color:#0077A6;
	position:absolute;
	bottom:0;
	left:0;
}
.page-title h1::after{
	content:"";
	display:block;
	height:8px;
	background-color:#C4EDFB;
	position:absolute;
	bottom:0;
	left:0;
}*/
/*内容*/
/*背景薄い青*/
.page-content-back {
	width:100%;
	background-color:#f5f8fc;
	padding-top:50px;
}
.page-content {
	width:90%;
	margin:auto;
	max-width:1200px;
}
