@charset "utf-8";
@media screen and (max-width: 767px){

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
	
section,header,footer,main,nav,figure {
	display: block;
}

img {
	border: none;
	display: block;
	width: 100%;
	height: auto;	
}
	
a {
	text-decoration: none;
	color: #222;
}

ul {
	list-style-type: none;
}

body {
	font-size: 62.5%;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #222;
	line-height: 1.5;
}	

h1,h2,h3 {
	font-size: 100%;
}
	
/*header*/

header {
	width: 100%;
    height: 60px;
    background-color: #0053A6;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1000;
}

.header-inner {
	padding-left: 2.2%;
	padding-right: 2.2%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 170px;	
}

/*hamburger menu*/

.nav-toggle {
    position: fixed;
    right: 2.2%;
    height: 25px;
}

.nav-toggle>div {
    position: relative;
    width: 30px;
}

.nav-toggle span {
    width: 100%;
    height: 2.4px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}

.nav-toggle span:nth-child(1) {
    top: 0;
  }

.nav-toggle span:nth-child(2) {
    top: 10px;
}

.nav-toggle span:nth-child(3) {
    top: 20px;
}

.open .nav-toggle span {
    background: #fff
}

.open .nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}

.open .nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open .nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

/* z-index */

.nav-toggle {
    z-index: 1000;
}

.global-nav {
    background: #0053A6;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    font-size: 29px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease;
}

/*上からおりてくる*/
.global-nav ul {
    opacity: 0;
    transform: translateY(-200px);
    transition: all .8s ease;
}

.global-nav a {
	display: block;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	padding: 10px 0;
	transition: color .6s ease;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
	

/*open後のお問い合わせボタン*/	
.header-menu li:last-child {
	color: #0053A6;
	background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
	margin-top: 10px;
}		
	
.header-menu li:last-child a {
	color: #0053A6;
}	

 /* open */
.open {
    overflow: hidden;
}

.open .global-nav {
    visibility: visible;
    opacity: 1;
}

.open .global-nav ul {
    opacity: 1;
    transform: translateY(0);
}
	
/*hamburger menu end*/	

/*main*/
	
/*mainpicture*/

#main-pic {
	background-image: url("../images/mainsp.jpg");
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: center;
	width: 100%;
	height: 400px;
	position: relative;
} 
	
h1 {
	position: absolute;
	left: 8%;
	bottom: 5%;
}		
	
#spn1 {
	font-size: 2.6em;	
	background-color: rgba(0,83,166,.9);
	color: #fff;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6;
	padding: 3px;
    display: inline-block;
	margin-bottom: 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
	
#spn2 {
	font-size: 2.6em;	
	/*background-color: #0053A6;*/
	background-color: rgba(0,83,166,.9);
	color: #fff;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6;
	padding: 3px;
	display: inline-block;
	margin-left: 40px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

/*greeting first page*/

.sec1 {
	padding-top: 60px;
	padding-bottom: 60px;
}

#greeting {
	margin-bottom: 35px;
}

h2 {
	font-size: 26px;
	color: #0053A6;
	text-align: center;
	letter-spacing: 0.07em;
	padding-bottom: 40px;
	/*横線*/
	/*text-decoration: solid underline #fa723d 2px;
	text-underline-offset: 15px;*/
}
	
.heading {
    position: relative;
    display: inline-block;
}

.heading::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px; /* 縦線の位置 */
    width: 3px; /* 線の太さ */
    background: #F08300; 
}

#greeting-pic {
	width: 100%;
	height: 454px;
	background: linear-gradient(to left,#0053A6,rgba(0,0,0,0) 170%);
	background-repeat: no-repeat;
	position: relative;
}

#greeting-pic img {
	width: 48%;
	min-width: 270px;
	max-width: 310px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#greeting-contents {
	width: 90%;
	margin: 0 auto;
	height: auto;
}

#grt-img {
	width: 100%;
    margin: 0 auto;
	padding-top: 30px;
    padding-bottom: 30px;
}

#greeting-ex p {
	font-size: 1.6em;
	line-height: 1.6;
	letter-spacing: 0.07em;
	text-align: left;
}

.btm {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.6em;
	background-color: #0053A6;
	color: #fff;
	text-align: center;
}

/*service first page*/
	
#service {
	width: 100%;
	height: auto;
	background-color: #F4F8FD;
}	
	
#three-service {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	
	
#three-service li {
	position: relative;
	padding-bottom: 30px;
}
	
#three-service li:last-child {
	padding-bottom: 35px;
}	
	
#three-service li:first-child::before {
    content: "01";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    z-index: 10;
    color: #F08300;
    font-size: 3.8em;
    font-weight: bolder;
	transform: translate(-50%,-50%);
 }
	
#three-service li:nth-child(2)::before {
    content: "02";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    z-index: 10;
    color: #F08300;
    font-size: 3.8em;
    font-weight: bolder;
	transform: translate(-50%,-50%);
 }
	
#three-service li:last-child::before {
    content: "03";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    z-index: 10;
    color: #F08300;
    font-size: 3.8em;
    font-weight: bolder;
	transform: translate(-50%,-50%);
 }	
	
.service-ex {
	background-color: #fff;
	height: auto;
}
	
h3 {
	font-size: 2.0em;
	color: #0053A6;
	text-align: center;
	letter-spacing: 0.07em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.service-ex p {
	width: 90%;
	margin:0 auto;
	font-size: 1.6em;
	line-height: 1.6;
	letter-spacing: 0.07em;
	text-align: left;
	padding-bottom: 20px;
}

/*price first page*/

#price {
	width: 100%;
	height: 726px;
	background-image: url("../images/price.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}	
	
#price-spn {
	color: #fff;
}

.price-ex {
	width: 90%;
	margin: 0 auto;
	height: 448px;
	background-color: #fff;
}

.price-heading {
	font-size: 1.8em;
	color: #222;
	text-align: center;
	letter-spacing: 0.07em;
	padding-top: 30px;
	padding-bottom: 30px;
}

.price-line  {
	width: 86%;
	margin: 0 auto;
	padding-bottom: 30px;
}		
	
.price-line li {
	border-bottom: 1px solid #0053A6;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.6em;
	letter-spacing: 0.07em;
	justify-content: space-between;
	display: flex;
}

.price-line li:first-child {
	border-top: 1px solid #0053A6;
}

#buttom {
	padding-top: 35px;
}

#btm {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 1.6em;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
}

/*column first page*/

.column-list {
	width: 90%;
	margin: 0 auto;
	height: auto;
}	
	
.column-list li {
	border-bottom: 1px solid #0053A6;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 1.6em;
	letter-spacing: 0.07em;
}	

.column-list li:first-child {
	border-top: 1px solid #0053A6;
}

/*
.column-details {
	display: flex;
}*/	

.date {
	padding-right: 20px;
}
	
/*columnbox*/	
	
#colume-contents {
	position: relative;
	margin-bottom: 35px;
}	
	
#boxblue-one {
	width: 30px;
	height: 30px;
	background-color: #0053A6;
	position: absolute;
	top: -55px;
	left: 0;
}
	
#boxorange-one {
	width: 30px;
	height: 30px;
	background-color: #F08300;
	position: absolute;
	top: -42.5px;
	left: 15px;
	z-index: 10;
}
	
#boxblue-two {
	width: 30px;
	height: 30px;
	background-color: #0053A6;
	position: absolute;
	bottom: -42.5px;
	right: 15px;
	z-index: 10;
}
	
#boxorange-two {
	width: 30px;
	height: 30px;
	background-color: #F08300;
	position: absolute;
	bottom: -55px;
	right: 0px;
}
	
/*access first page*/
	
#access {
	width: 100%;
	height: auto;
	background-color: #F4F8FD;
}
	
.access-info {
	width: 90%;
	margin: 0 auto;
}	
	
.access-item {
	display: flex;
	padding-bottom: 25px;
}
	
.access-title {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.07em;
	padding-right: 10px;
	width: 30%;
}	
	
.access-contents {
	font-size: 1.6em;
	letter-spacing: 0.07em;
	width: 70%;
}
	
.ifr {
	width: 100%;
}		
	
/*footer*/
	
footer {
	width: 100%;
	height: auto;
	background-color: #0053A6;
}
	
.footer-inner {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
	padding-top: 60px;
}
	
.footer-buttom a {
	width: 200px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	background-color: #fff;
	color: #0053A6;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}	
	
.footer-list {
	padding-top: 30px;
}	
	
.footer-list li {
	padding-bottom: 20px;
}	
	
.footer-list li a {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	display: block;
	text-decoration: underline;
}
	
.footer-logo {
	max-width: 232px;	
	width: 40%;
	margin: 0 auto;
	padding-top: 10px;
}
	
.footer-logo img {
	width: 100%;
	height: auto;
}	
	
.copy {
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
}
	
/* pagetop */

#page_top {
	width: 45px;
	height: 45px;
    position: fixed;
    right: 20px;
    bottom: 55px;
    background-color: #5B90C5;
    opacity: 0.7;
    border-radius: 50%;
    display: none;
}

#page_top a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 3px;
    right: 0;
    left: 0;
    margin: auto;
	text-align: center;
}
	
/*greeting second page*/
	
.main-second {
	padding-top: 60px;
}	
	
#top-second {
	width: 90%;	
	margin: 0 auto;
}
	
#grtpic-second {
	width: 50%;	
	margin: 0 auto;
	min-width: 270px;
	max-width: 310px;
}
	
#grtcontents-second {
	padding-top: 20px;
}	
	
#grtcontents-second p {
	width: 80%;
	margin: 0 auto 20px auto;
	font-size: 1.6em;
	letter-spacing: 0.07em;
	line-height: 1.6;
}

/*service third page*/

.contents-third {
	width: 90%;
	margin: 0 auto;
}

.wrapper-third {
	background-color: #F4F8FD;
}

.wrapper-third p {
	width: 86%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 1.6em;
	letter-spacing: 0.07em;
	line-height: 1.5;
}

#third-two {
	display: flex;
	flex-direction: column-reverse;
	padding-top: 40px;
}

#third-three {
	padding-top: 40px;
}


/*third page price*/

#price-third {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
}

#price-exthird {
	background-color: #F4F8FD;
}

/*forth page*/

#contents-forth {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	border-left: 1px solid #0053A6;
	border-top: 1px solid #0053A6;
	line-height: 1.5;
}

#contents-forth th {
	padding: 20px 15px;
	text-align: left;
	background-color: #F4F8FD;
	font-size: 1.6em;
	border-right: 1px solid #0053A6;
	border-bottom: 1px solid #0053A6;
	width: 40%;
}

#contents-forth td {
	padding: 20px 15px;
	text-align: left;
	font-size: 1.6em;
	border-right: 1px solid #0053A6;
    border-bottom: 1px solid #0053A6;
}

/*access forth*/
	
#access-forth {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
}

/*sitemap*/

#map {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#map li {
	padding-bottom: 15px;
}
	
#map li:last-child {
	padding-bottom: 0px;
}

#map li a {
    position: relative;
	padding-left: 20px;
	display: block;
	font-size: 1.6em;
	color: #0053A6;
}
	
#map li a:hover {
   text-decoration: underline;
}

#map li a:before {
	position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 7px;
    left: 0px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0053A6;
    border-right: none;
    border-left: 2px solid #0053A6;
    transform: rotate(135deg);
}

/*privacy*/

#privacy-contents {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#p-privacy {
	font-size: 1.6em;
	text-align: left;
}
	
.privacy-one {
	padding-top: 20px;
}
.privacy-details {
	font-size: 1.6em;
	text-align: left;
}

.privacy-heading {
	font-size: 1.8em;
	text-align: left;
	color: #000;
}

.o-privacy {
	font-size: 1.6em;
	margin-left: 6%;
	margin-top: 15px;
}

/*パンくずリスト*/

.bread-crumbs {
	margin-left: 5%;
	padding-top: 15px;
}
	
.bread-crumbs ul {
	display: flex;
}
	
.bread-crumbs ul li {
	font-size: 1.2em;
}
	
.bread-crumbs li:first-child:after {
	content: ">";
    margin: 0px 5px;
}
	
.bread-crumbs li a {
	color: #000;
}


/*form*/

.form-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#form-sec {
	width: 90%;
	margin: 0 auto;
}

.form-p1 {
	text-align: left;
	font-size: 1.6em;
	/*padding-bottom: 20px;*/
	padding-bottom: 40px;
}
/*
.form-p2 {
	text-align: left;
	font-size: 1.5em;
	padding-bottom: 40px;
}*/

.form-contents {
	background-color: #F4F8FD;
	padding-top: 30px;
	padding-bottom: 30px;
}

.form-contents dl {
    margin-bottom: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.form-contents dt {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 5px;
}

.mark1 {
	display: inline-block;
    background-color: #F37763;
    color: #FFFFFF;
    font-size: 0.75em;
    padding: 3px 10px;
    margin-left: 12px;
	line-height: 100%;
}

.mark2 {
	display: inline-block;
    background-color: #CCD4DB;
    color: #FFFFFF;
    font-size: 0.75em;
    padding: 3px 10px;
    margin-left: 12px;
	line-height: 100%;
}

.form-contents input[type="text"],[type="email"],[type="tel"]{
	width: 100%;
	padding: 12px;
    border: 1px solid #0053A6;
    background-color: #fff;
    color: #222;
}

.form-contents textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #0053A6;
	color: #222;
	height: 8em;
}

.form-contents dl:last-child {
	margin-bottom: 0;
}

.form-contents input[type="submit"] {
	display: block;
	width: 70%;
	margin: 0 auto;
    transition: .3s;
    border: 3px solid #0053A6;
    background-color: #0053A6;
    color: #fff;
    padding: 15px 0;
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
	text-align: center;
}

/*プライバシーポリシー*/

.form-privacy {
	font-size: 12px;
	padding-bottom: 30px;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
	
.form-privacy1 {
	color: #09d;
	text-decoration: underline;
}

/*conf php*/

#conf-contents {
	background-color: #F4F8FD;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 90%;
	margin: 0 auto;
}

#conf-contents dl {
    margin-bottom: 30px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

#conf-contents dt {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 5px;
}

#conf-contents dd {
	font-size: 1.6em;
}

/*ボタン*/

#two_button {
	width: 100%;
	display: flex;
    flex-direction: column-reverse;
}	

/*stepbar1*/
	
.stepBar {
	display: flex;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	padding-bottom: 40px;
}
	
.stepBar li {
	font-size: 12px;
	list-style: none;
	position: relative;
	width: 33.333%;
}

/*間の棒*/
.stepBar li:after {
	background:  #84BDF5;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 12px);
	top: 10px;
}

/*入力１の横の棒をかくす*/
.stepBar li:first-child:after {
	display: none;
}

/*数字*/	
.stepBar li span {
	background:  #84BDF5;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	width: 24px;
	border-radius: 50%;
}
	
.stepBar .visited:after {
	background:  #84BDF5;
}

	
.stepBar .visited span {
	background: #0053A6;
}

/*送信のボタン*/	
	
#conf-contents input[type="submit"] {
    display: block;
    width: 200px;
    margin-left:  auto;
    margin-right:  auto;
	margin-top: 10px;
    margin-bottom: 30px;
    transition: ease all .3s;
    border: solid 3px #0053A6;
    background: #0053A6;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}	
	
/*戻るのボタン*/	
	
#conf-contents input[type="button"] {
    display: block;
    width: 200px;
    margin-left:  auto;
	margin-right:  auto;
    transition: ease all .3s;
    border: solid 3px #0053A6;
    background: #fff;
    color: #0053A6;
    padding: 10px 20px;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

/*send php*/

#send-p1 {
	text-align: center;
	font-size: 1.6em;
	padding-bottom: 50px;
}

#send-form input[type="button"] {
    display: block;
    width: 220px;
    margin: 0 auto;
    transition: ease all .3s;
    border: solid 3px #0053A6;
    background: #0053A6;
    color: #fff;
    padding: 15px 10px;
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
}

/*error php*/

#error-sec {
	width: 90%;
	margin: 0 auto;
}

/*エラーメッセージ*/
.msg {
    color: red;
	font-size: 1.4em;
}

/*columeの内容ページ*/

#nxtcolume-contents {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #F4F8FD;
	padding-top: 40px;
	padding-bottom: 40px;
}

time {
	width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 1.6em;
	text-align: left;
}

#nxtcolume-heading {
	width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 2.4em;
	text-align: left;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nxtcolume-ex {
	width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 1.6em;
	text-align: left;
	padding-top: 20px;
}

}