html {
	width: 100%;
	font-size: 62.5%;
}

body {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: #222;
	font-family: 'Sawarabi Gothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #fff;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a:link {
	color: #222;
	text-decoration: underline;
}
a:visited {
	color: #222;
	text-decoration: underline;
}
a:hover {
	color: #222;
	text-decoration: none;
	opacity: 0.7;
	 transition: all 0.5s;

}
em {
	font-style: normal;
	font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }
@media only screen and (max-width: 768px) {
.pc_img { display: none !important; }
.sp_img { display: block !important; }
}
#contents {
	position: relative;
}
#contents:before{
	content: "";
	display: block;
	background: url("../images/back.png") no-repeat left top;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

header {
	position: relative;
}
nav {
	text-align: right;
	font-size: 1.4rem;
}
nav li {
	display: inline-block;
}
.en {
    font-family: 'Sawarabi Mincho', serif;
}
.contact {
	background: #0d2c95;
	color: #fff;
	border-radius: 0 0 0 7px;
	margin-left: 20px;
}
.contact a {
	color: #fff;
	display: inline-block;
	padding: 3px 30px;
	text-decoration: none;
}
.contact a:hover {
	display: inline-block;
	background: #49ccfc;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	border-radius: 0 0 0 7px;
}
#head {
	text-align: left;
	margin: 10px 30px 0 30px;
}
#head p {
	color: #0d2c95;
	font-size: 1.6rem;
	padding-bottom: 5px;
}
#adress {
	text-align: right;
	font-size: 1.4rem;
	margin: -60px 30px 40px 30px;
}
.back01 {
	background-color: rgba(83,99,156,0.1);
	padding: 0 0 0 30px;
}
.sp {
	display: none;
}
.wrapper {
	width: 100%;
	max-width: 1200px;
    text-align: center;
    margin: 0 auto;
	position: relative;
}
.phase01 {
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	text-align: left;
}
#catch {
	width: 67%;
	position: relative;
}
#catch h1 {
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.8rem;
	color: #0d2c95;
	font-weight: normal;
	padding: 80px 30px 0 0;
}
#catch h2 {
	font-weight: normal;
	padding: 30px 30px 0 0;
}
#name {
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 30px;
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.4rem;
}
#tanigawa {
	width: 33%;
	text-align: left;
}
.back02 {
	background-color: rgba(13,44,149,0.2);
	padding: 50px 30px 10px 30px;
}
.phase02 {
	text-align: left;
	line-height: 2;
}
.phase02 p {
	padding-bottom: 40px;
}
.blue {
	color: #0d2c95;
}
.back03 {
	background-color: rgba(83,99,156,0.1);
	padding: 30px;
}
.form {
	width: 240px;
	margin: 0 auto;
	line-height: 110px;
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.0rem;
	color: #222;
	font-weight: bold;
	background: url("../images/form.png") no-repeat left top;
	background-size: contain;
	text-align: right;
	padding-right: 30px;
}
.form a {
	display: inline-block;
	width: 240px;
	color: #222;
	text-decoration: none;
	padding-right: 30px;
}
.form a:hover {
	display: inline-block;
	width: 240px;
	color: #fff;
	text-decoration: none;
	background: url("../images/form_hover.png") no-repeat left top;
	background-size: contain;
	opacity: 1;
	padding-right: 30px;
}
.back04 {
	background-color: rgba(0,0,0,0.1);
	padding: 40px 30px 30px 30px;
}
.maru {
	background: url("../images/maru.png") no-repeat left top;
	background-size: contain;
	height: 174px;
	text-align: left;
	margin: -100px 0 0 -30px;
	padding: 0 0 0 30px;
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #0d2c95;
	line-height: 160px;
}
.maru_list {
	text-align: left;
	line-height: 2.5;
}
#ex_pr {
    font-family: 'Sawarabi Mincho', serif;
	text-align: left;
	font-size: 2.4rem;
	padding-top: 80px;
	background: url("../images/yajirushi.png") no-repeat left 10px;
	line-height: 1.8;
}
#ex_pr p {
	padding-bottom: 20px;
}
.point {
	text-align: left;
	font-size: 2.4rem;
    font-family: 'Sawarabi Mincho', serif;
	font-weight: bold;
}
.back05 {
	background-color: rgba(255,255,255,0.2);
	padding: 40px 30px 30px 30px;
}
.maru2 {
	background: url("../images/maru.png") no-repeat left top;
	background-size: contain;
	height: 194px;
	text-align: left;
	margin: -70px 0 0 -30px;
	padding: 0 0 0 20px;
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #0d2c95;
	line-height: 180px;
}
.maru_list2 dl {
	text-align: left;
	padding-bottom: 30px;
	line-height: 2;
}
.maru_list2 dt {
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #0d2c95;
	padding-bottom: 15px;
}
.back06 {
	background-color: rgba(13,44,149,0.2);
	padding: 0 30px 0 0;
}
.phase06 {
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	text-align: left;
}
#tanigawa2 {
	width: 45%;
	text-align: left;
}
#foot {
	width: 55%;
	position: relative;
	text-align: right;
}
#foot_adress {
	padding: 50px 0 50px 30px;
}
#foot_catch {
	color: #0d2c95;
}
#foot_logo {
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 15px;
}
#foot_naiyo {
	font-size: 1.6rem;
}
#copy {
    font-family: 'Sawarabi Mincho', serif;
	text-align: right;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}











/* ------------------------------------------ */
/* 調整用のスタイル記述
/* ------------------------------------------ */
@media screen and (max-width: 1100px) {

#adress {
	text-align: right;
	font-size: 1.4rem;
	margin: 30px 30px 40px 30px;
}
.back01 {
	padding: 0;
}
.phase01 {
    display: block;
	padding-bottom: 50px;
}
#catch {
	width: 100%;
	position: relative;
}
#catch h1 {
	font-size: 2.8rem;
	padding: 40px 0 0 30px;
}
#catch h2 {
	font-weight: normal;
	padding: 30px 0 0 30px;
}
#name {
	text-align: left;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 40px 30px;
}
#tanigawa {
	width: 100%;
	text-align: center;
}
.back06 {
	padding: 0;
}
.phase06 {
    display: block;
	padding-bottom: 0;
}
#tanigawa2 {
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
}
#foot {
	width: 100%;
	position: relative;
	text-align: right;
}
#foot_adress {
	padding: 50px 30px;
}
#foot_catch {
	color: #0d2c95;
}
#foot_logo {
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 15px;
}
#foot_naiyo {
	font-size: 1.6rem;
}






}









/* ------------------------------------------ */
/* タブレット用のスタイル記述
/* ------------------------------------------ */
@media screen and (max-width: 768px) {

body {
	font-size: 1.6rem;
}
#head {
	text-align: left;
	margin: 10px 15px 0 15px;
}
#head p {
	font-size: 1.4rem;
	padding-bottom: 0;
}
#adress {
	text-align: right;
	font-size: 1.4rem;
	margin: 30px 15px 30px 15px;
}
.back01 {
	background-color: rgba(83,99,156,0.1);
	padding: 0;
}
#catch h1 {
	font-size: 2.4rem;
	padding: 30px 15px 0 15px;
}
#catch h2 {
	font-weight: normal;
	padding: 30px 15px 0 15px;
}
#name {
	padding: 30px 15px;
	font-size: 2.0rem;
}
.phase01 {
	padding-bottom: 50px;
}
.back02 {
	background-color: rgba(13,44,149,0.2);
	padding: 30px 15px 10px 15px;
}
.phase02 p {
	padding-bottom: 30px;
}
.form {
	width: 200px;
	margin: 0 auto;
	line-height: 93px;
    font-family: 'Sawarabi Mincho', serif;
	font-size: 1.6rem;
	color: #222;
	font-weight: bold;
	background: url("../images/form.png") no-repeat left top;
	background-size: contain;
	text-align: right;
	padding-right: 35px;
}
.form a {
	display: inline-block;
	width: 200px;
	color: #222;
	text-decoration: none;
	padding-right: 35px;
}
.form a:hover {
	display: inline-block;
	width: 200px;
	color: #fff;
	text-decoration: none;
	background: url("../images/form_hover.png") no-repeat left top;
	background-size: contain;
	opacity: 1;
	padding-right: 35px;
}
.back04 {
	background-color: rgba(0,0,0,0.1);
	padding: 20px 15px;
}
.maru {
	background: url("../images/maru.png") no-repeat left top;
	background-size: 110px;
	height: 120px;
	text-align: left;
	margin: -70px 0 0 -15px;
	padding: 0 0 0 12px;
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #0d2c95;
	line-height: 120px;
}
.maru_list {
	text-align: left;
	line-height: 2.5;
}
#ex_pr {
    font-family: 'Sawarabi Mincho', serif;
	text-align: left;
	font-size: 2.0rem;
	line-height: 1.8;
	padding-top: 80px;
	background: url("../images/yajirushi.png") no-repeat left 10px;
}
.point {
	font-size: 1.8rem;
}
.back03 {
	padding: 30px 15px;
}
.back05 {
	background-color: rgba(255,255,255,0.2);
	padding: 40px 15px 40px 15px;
}
.maru2 {
	background: url("../images/maru.png") no-repeat left top;
	background-size: contain;
	height: 140px;
	text-align: left;
	margin: -70px 0 0 -15px;
	padding: 0 0 0 8px;
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #0d2c95;
	line-height: 130px;
}
.maru_list2 dl {
	padding-bottom: 30px;
	line-height: 2;
}
.maru_list2 dt {
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #0d2c95;
}





}






/* ------------------------------------------ */
/* スマートフォン用のスタイル記述
/* ------------------------------------------ */
@media screen and (max-width: 620px) {


#adress {
	text-align: left;
	font-size: 1.2rem;
}

.sp {
	display: inline;
}
.phase01 {
	padding-bottom: 0;
}
#tanigawa2 {
	width: 100%;
	text-align: center;
	padding: 0;
}
#foot_adress {
	padding: 30px 15px;
}
#foot_catch {
	color: #0d2c95;
}
#foot_logo {
    font-family: 'Sawarabi Mincho', serif;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 15px;
}
#foot_naiyo {
	font-size: 1.4rem;
}
#copy {
    font-family: 'Sawarabi Mincho', serif;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}




}

