@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');



/*
  font-family: "Noto Sans JP", serif;
  font-family: "Noto Serif JP", serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
  color: #181616;
  padding-top: 60px;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    padding-top: 15vw;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #181616;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #181616;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
h1 {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(60px + 50px);
}
header .header_in {
  height: 60px;
  background: rgba(255, 255, 255, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 150px;
  border-bottom: solid 1px #000000;
}
header .header_in h2 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_in h2 a span ,
header .header_in h2 a em {
  display: block;
  line-height: 1.1;
}
header .header_in h2 a span:nth-of-type(1) {
  font-size: 2.4rem;
  letter-spacing: .1em;
  margin-right: .5em;
  color: #3e3a39;
}
header .header_in h2 a span:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: 900;
  color: #808080;
  margin-left: .8em;
}
header .header_in h2 a em {
  width: 135px;
}
header nav {
  height: 60px;
  background: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul li:not(:last-of-type) {
  margin-right: 60px;
}
header nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header nav ul li a span ,
header nav ul li a em {
  display: block;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: .1em;
}
header nav ul li a span {
  font-size: 2.4rem;
}
header nav ul li a em {
  font-size: 1.1rem;
}
@media screen and (max-width: 940px) {  
  header {
    height: 60px;
  }
  header .header_in {
    height: 60px;
    padding-left: 20px;
    justify-content: flex-start;
  }
  header .header_in h2 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header_in h2 a span ,
  header .header_in h2 a em {
    display: block;
    line-height: 1.1;
  }
  header .header_in h2 a span:nth-of-type(1) {
    font-size: 2.4rem;
    letter-spacing: .1em;
    margin-right: .5em;
    color: #3e3a39;
  }
  header .header_in h2 a span:nth-of-type(2) {
    font-size: 1.4rem;
    font-weight: 900;
    color: #808080;
    margin-left: .8em;
  }
  header .header_in h2 a em {
    width: 135px;
  }
  header nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {  
  header {
    height: 16vw;
  }
  header .header_in {
    height: 16vw;
    padding-left: 4vw;
  }
  header .header_in h2 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header_in h2 a span ,
  header .header_in h2 a em {
    display: block;
    line-height: 1.1;
  }
  header .header_in h2 a span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  header .header_in h2 a span:nth-of-type(2) {
    display: none;
  }
  header .header_in h2 a em {
    width: 30vw;
  }
}





/*footer*/
footer {
  background: #efeff1;
  padding: 40px 0;
}
footer .f_box {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .f_box .f_nav {
  display: flex;
  margin-bottom: 20px;
}
footer .f_box .f_nav section {
  position: relative;
  font-size: 1.3rem;
  padding: 0 1.5em;
  padding-bottom: 1em;
  width: 100%;
}
footer .f_box .f_nav section.ws-no {
  white-space: nowrap;
}
footer .f_box .f_nav section:first-of-type {
  padding-left: 0;
}
footer .f_box .f_nav section:last-of-type {
  padding-right: 0;
}
footer .f_box .f_nav section:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #4d4d4d;
  content: '';
}
footer .f_box .f_nav section dl dt a {
  position: relative;
  padding-left: 1em;
}
footer .f_box .f_nav section dl dt a::before {
  position: absolute;
  top: .42em;
  left: 0;
  width: .8em;
  height: .8em;
  background: #000;
  content: '';
}
footer .f_box .f_nav section dl dd {
  padding-left: 1em;
}
footer .f_box .f_nav section dl dd ul li {
  position: relative;
  white-space: nowrap;
  padding-left: .8em;
}
footer .f_box .f_nav section dl dd ul li::before {
  position: absolute;
  top: .1em;
  left: 0;
  content: '・';
}
footer .f_box .name {
  font-size: 1.5rem;
}
footer .f_box .name a {
  font-weight: 500;
}
footer .f_box .add {
  display: flex;
  align-items: flex-end;
}
footer .f_box .add address {
  display: block;
  font-size: 1.5rem;
}
footer .f_box .add address:nth-of-type(1) {
  margin-right: 3.5em;
}
footer .f_box .add address * {
  font-weight: 500;
}
footer .f_box .add address p span {
  margin-right: .5em;
}
footer .f_box .add address ul {
  display: flex;
}
footer .f_box .add address ul li:nth-of-type(1) {
  margin-right: .5em;
}
footer .f_box .add .copy {
  display: block;
  margin-left: auto;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1140px) {  
  footer .f_box {
    max-width: 100%;
  }
  footer .f_box .f_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  footer .f_box .f_nav section {
    width: 33.3%;
    margin-bottom: 20px;
  }
  footer .f_box .f_nav section:nth-of-type(3n+1) {
    padding-left: 0;
  }
  footer .f_box .f_nav section:nth-of-type(3n) {
    padding-right: 0;
  }
  footer .f_box .f_nav section:nth-of-type(3)::after ,
  footer .f_box .f_nav section:nth-of-type(6)::after {
    display: none;
  }
  footer .f_box .add {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .f_box .add address {
    width: 50%;
  }
  footer .f_box .add address:nth-of-type(1) {
    margin-right: 0;
  }
  footer .f_box .add .copy {
    margin-left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) { 
  footer {
    padding: 10vw 0;
  }
  footer .f_box {
    max-width: 100%;
    padding: 0 4%;
  }
  footer .f_box .f_nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 5vw;
  }
  footer .f_box .f_nav section {
    font-size: 1.4rem;
    padding: 0;
    width: 100%;
  }
  footer .f_box .f_nav section.ws-no {
    white-space: wrap;
  }
  footer .f_box .f_nav section:not(:last-of-type)::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -.5em;
    left: 0;
    width: 100%;
    height: 1px;
    display: block !important;
    content: '';
  }
  footer .f_box .f_nav section dl dd ul li {
    white-space: wrap;
  }
  footer .f_box .name {
    font-size: 1.5rem;
  }
  footer .f_box .add {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .f_box .add address {
    width: 100%;
  }
  footer .f_box .add address:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 1em;
  }
  footer .f_box .add address p span {
    display: block;
    margin-right: 0;
  }
  footer .f_box .add address ul {
    display: flex;
  }
  footer .f_box .add address ul li:nth-of-type(1) {
    margin-right: .5em;
  }
  footer .f_box .add .copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
  }
}






/*スマホメニュー*/
.openSidebarMenu {
  display: none;
}
.sidebarIconToggle {
  display: none;
}
.sp_menu .nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 400px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateX(400px);
  transition: transform 500ms ease-in-out;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 20px 0;
  padding-left: 0;
  overflow: auto;
}
@media screen and (max-width: 940px) {  
  /*スマホメニュー*/
	.openSidebarMenu {
		display: none;
		transition: all 0.3s;
	}
	.sidebarIconToggle {
		transition: all 0.3s;
		cursor: pointer;
		position: fixed;
    display: block;
		z-index: 200;
		top: 10px;
		right: 20px;
    height: 40px;
    width: 40px;
	}
	.sidebarIconToggle > div div {
		position: relative;
		height: 2px;
		width: 100%;
		background: #333;
		transition: all 0.3s;
	}
	.sidebarIconToggle > div div:nth-of-type(2) {
		margin-top: 10px;
	}
	.sidebarIconToggle > div div:nth-of-type(3) {
		margin-top: 10px;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle {
		position: fixed;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div {
		transition: all 0.3s;
		background: #333;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(2) {
		transition: all 0.3s;
		opacity: 0;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(1) {
		transition: all 0.3s;
		transform: rotate(135deg);
		margin-top: 10px;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(3) {
		transition: all 0.3s;
		transform: rotate(-135deg);
		margin-top: -14px;
	}
	.sidebarIconToggle > div + span {
		display: block;
		font-size: 1.1rem;
		text-align: center;
		color: #333;
    line-height: 1.1;
		padding-top: .4em;
		transition: all 0.3s;
		letter-spacing: 0;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div + span {
		padding-top: 1.5em;
	}
	.sp_menu .nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		width: 400px;
    height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transform: translateX(400px);
		transition: transform 500ms ease-in-out;
		background: rgba(255, 255, 255, .9);
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px);
		padding: 20px 0;
		padding-left: 0;
		overflow: auto;
	}
  input.openSidebarMenu[type="checkbox"]:checked ~ .sp_menu .nav {
		transform: translateX(0);
	}	
	.sp_menu .nav * {
    min-height: inherit !important;
    max-height: inherit !important;
	}
	.sp_menu .nav ul {
    width: 100%;
    padding: 0 4%;
	}
	.sp_menu .nav ul li {
    position: relative;
    width: 100%;
    font-size: 1.6rem;
	}
	.sp_menu .nav ul li:not(:last-of-type) {
    padding-bottom: .4em;
    margin-bottom: .4em;
    border-bottom: solid 1px #333;
	}
	.sp_menu .nav ul li a {
    display: flex;
    align-items: center;
    padding: .4em .2em;
	}
  .sp_menu .nav ul li a span ,
  .sp_menu .nav ul li a em {
    display: block;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: .1em;
  }
  .sp_menu .nav ul li a span {
    font-size: 2.4rem;
    margin-right: .5em;
  }
  .sp_menu .nav ul li a em {
    color: #666;
  }
}
@media screen and (max-width: 767px) {
	.sidebarIconToggle {
		top: 3vw;
		right: 4vw;
    height: 10vw;
    width: 15vw;
	}
	.sidebarIconToggle > div div:nth-of-type(2) {
		margin-top: 3vw;
	}
	.sidebarIconToggle > div div:nth-of-type(3) {
		margin-top: 3vw;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(1) {
		margin-top: 3vw;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(3) {
		margin-top: -3.8vw;
	}
	.sidebarIconToggle > div + span {
		font-size: 1.1rem;
		padding-top: .4em;
	}
	input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div + span {
		padding-top: 1.5em;
	}
	.sp_menu .nav {
		width: 80vw;
		transform: translateX(80vw);
		padding: 10vw 0;
	}
  
}





/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 1.6rem;
  }
}






/*pagination*/
.pagination {
	padding-top: 50px;
}
.pagination .pagination-box {
	text-align:center;
	font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	position: relative;
	display:inline-block;
	font-size:1.6rem;
	font-weight: 700;
	width:32px;
	height:32px;
	line-height:1.8em;
	text-align:center;
	margin-right:10px;
	color:#000;
	border: solid 1px #000;
	text-decoration:none;
}
.pagination .pagination-box a:not(.inactive) em {
	display: inline-block;
	font-size:1.6rem;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
}
.pagination .pagination-box span.current {
	background:#000;
	border: solid 1px #000;
	color:#FFF;
	font-weight: 700;
}
.pagination .pagination-box a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 768px) {
.pagination {
	padding:10vw 0 0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	font-size:1.4rem;
	width:4.694vw;
	height:6.78vw;
	line-height:4.694vw;
	margin-right:1.304vw;
}
}



.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	width:100%;
	padding:.8em .6em;
	font-size:1.8rem;
	background:rgba(0, 0, 0, .05);
	border: solid 1px rgba(0, 0, 0, .05);
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 5px;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
	outline: 0;
	background:#FFF;
	border: solid 1px rgba(0, 0, 0, .2);
}
.form input[type="number"] {
	text-align:center;
}
.form textarea {
	/*width:400px;*/
	height:250px;
}
.form input.input01 {
	width:100%;
}
.form input.input02 {
	width:320px;
}
.form .select_box01 {
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:360px;
	min-width:20em;
	background:#fafafa;
	border: solid 1px #dddddd;
	color:#333;
	margin:0;
	padding:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form .select_box01 select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	min-width:360px;
	min-width:20em;
	margin:0;
	padding:10px 10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:1.6rem;
	line-height:1.5;
	text-align:center;
}
.form .select_box01.entypo-down-dir:before {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position:absolute;
	z-index:2;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:0;
	font-size:2.2rem;
	line-height:1;
	color:#FFF;
	display: block;
	text-align:center;
	width:50px;
}
.form .select_box01.entypo-down-dir:after {
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	display: block;
	background:#aaaaaa;
	width:50px;
	height:100%;
}
.form .mwform-radio-field ,
.form .mwform-checkbox-field {
	display:inline-block;
	margin:0 30px 0 0;
}
.form .mwform-radio-field:last-of-type ,
.form .mwform-checkbox-field:last-of-type {
	margin:0 ;
}
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 30px;
}
input[type=checkbox] + span:before {
	position: absolute;
	top: -.1em;
	left: 0;
	/*font-family: "Font Awesome 5 Free";*/
	font-family: "FontAwesome";
	font-size: 2.0rem;
	/*content: "\f0c8";*/
	content: "\f096";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #a4a2a2;
}
input[type=checkbox]:checked + span:before {
	/*content: "\f14a";*/
	content: "\f14a";
	font-size: 2.0rem;
	font-weight: 400;
	color: #ff5d0a;
}
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	position: relative;
	top: .1em;
	font-family: "Font Awesome 5 Free";
	font-size: 2.0rem;
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #a4a2a2;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-size: 2.0rem;
	font-weight: 400;
	color: #ff5d0a;
}
:-moz-placeholder {
    color: #bdbec6;
    opacity: 1;
}
::-moz-placeholder {
    color: #bdbec6;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #bdbec6;
}
::-ms-input-placeholder {
    color: #bdbec6;
}
::-webkit-input-placeholder {
    color: #bdbec6;
}
::placeholder {
    color: #bdbec6;
}
.form .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding-top: 50px;
}
.form .btn dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .btn dl dt ,
.form .btn dl dd {
	width:270px;
}
.form .btn dl dt span ,
.form .btn dl dd span {
  display: none;
}
.form .btn dl dt {
  margin-right: 50px;
}
.form .btn > p {
	width:270px;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background: #57a6db;
	border:none;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:25px 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	font-size:2.0rem;
	font-weight:500;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	border-radius: 0;
  appearance: none;
	outline: 0;
}
.form .btn dl dt input {
	background: #dcecf8;
	border:none;
	color:#57a6db;
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form input[type="text"] ,
  .form input[type="tel"] ,
  .form input[type="email"] ,
  .form input[type="date"] ,
  .form input[type="number"] ,
  .form textarea {
    padding:.6em .6em;
    font-size:1.6rem;
  }
  .form textarea {
    height:60vw;
  }
  .form input.input01 {
    width:100%;
  }
  .form input.input02 {
    width:100%;
  }
  .form .btn {
    width: 100%;
    padding-top: 15vw;
  }
  .form .btn dl {
    width: 100%;
  }
  .form .btn dl dt ,
  .form .btn dl dd {
    width:48%;
  }
  .form .btn dl dt {
    margin-right: 4%;
  }
  .form .btn > p {
    width:48%;
  }
  .form .btn input ,
  .form .btn button {
    padding:1.2em 0;
    font-size:1.6rem;
  }
  .form .wpcf7-form-control-wrap {
    margin-bottom: 6vw;
  }
}




/*detail contents*/
.contents {
}
.contents p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.contents img {
	width:auto;
	max-width:100%;
	height:auto;
}
.contents .thum_img {
	text-align:left;
	margin:0 auto;
	margin-bottom:50px;
}
.contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
  display: block;
}
.contents figure {
  margin: 1em 0;
}
.contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.contents pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
.contents b,
.contents strong {
  font-weight: inherit;
}
.contents b,
.contents strong {
  font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents dfn {
  font-style: italic;
}
.contents mark {
  background-color: #eee;
  color: #222;
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents audio,
.contents video {
  display: inline-block;
}
.contents audio:not([controls]) {
  display: none;
  height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.contents button,
.contents input {
  overflow: visible;
}
.contents button,
.contents select {
  text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
  -webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.contents legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.contents progress {
  display: inline-block;
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.contents details,
.contents menu {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents canvas {
  display: inline-block;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}
.contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
  clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
  padding-top: 0;
}
.contents h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
}
.contents h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 300;
}
.contents h4 {
  color: #333;
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.contents h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125em;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contents h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 800;
}
.contents p {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents p:last-child {
  margin: 0;
  padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
  font-style: italic;
}
.contents blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contents blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.contents address {
  margin: 0 0 1.5em;
}
.contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.contents mark,
.contents ins {
  background: #eee;
  text-decoration: none;
}
.contents big {
  font-size: 125%;
}
.contents blockquote {
  quotes: "" "";
}
.contents q {
  quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
  content: "";
}
.contents :focus {
  outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
}
.contents hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
  margin: 20px 0 1.5em 40px;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 20px;
  margin-left: 1.5em;
}
.contents dt {
  font-weight: 700;
}
.contents dd {
  margin: 0 1.5em 1.5em;
}
.contents table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.contents thead th {
  /*border-bottom: 2px solid #bbb;*/
  padding-bottom: 0.5em;
}
.contents th {
  padding: 0.4em;
  text-align: left;
}
.contents tr {
  /*border-bottom: 1px solid #eee;*/
}
.contents td {
  padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
  padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* Typography */
  .contents {
    /* Fix image alignment */
  }
  .contents button,
  .contents input,
  .contents select,
  .contents textarea {
    font-size: 18px;
    font-size: 1.125em;
  }
  .contents h1 {
    font-size: 30px;
    font-size:calc( 1.875em * 0.9);
  }
  .contents h2,
  .contents .home.blog .entry-title,
  .contents .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size:calc( 1.625em * 0.9);
  }
  .contents h3 {
    font-size: 22px;
    font-size:calc( 1.375rem * 0.9);
  }
  .contents h4 {
    font-size: 18px;
    font-size:calc( 1.125em * 0.9);
  }
  .contents h5 {
    font-size: 13px;
    font-size:calc( 0.8125em * 0.9);
  }
  .contents h6 {
    font-size: 16px;
    font-size:calc( 1em * 0.9);
  }
  .contents .entry-content blockquote.alignleft,
  .contents .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875em;
  }
  .contents img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .contents img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .contents th {
	  display:block;
  }
  .contents tr {
    /*border-bottom: 1px solid #eee;*/
  }
  .contents td {
	  display:block;
  }
}


.contents h1 {
border-bottom: solid 3px #3391e2;
position: relative;
display:block !important;
margin:0 0 1.2em 0;
padding: 0 .2em .5em;
font-size: 2.2rem;
font-weight:700;
color:#000000;
}

h1:after {
position: absolute;
left:0;
content: " ";
display: block;
border-bottom: solid 3px #083478;
bottom: -3px;
width: 20%;
}
.contents h2 {
position: relative;
margin:0 0 1.2em ;
padding: 0 0 0 1em;
font-size: 2.0rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#000000;
}
.contents h2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #3391e2;
	display: block;
	border-radius: 3px;
	content: '';
}
.contents h3 {
	position: relative;
	z-index: 2;
	margin:0 0 1.2em 0;
	padding:0;
	font-size: 1.8rem;
	font-weight:500;
	border: none;
	line-height: 1.7;
	color:#000;
	/*background:linear-gradient(transparent 50%, #f5e9fa 50%);*/
}
.contents h3 span {
	position: relative;
	font-weight:500;
	background:linear-gradient(transparent 50%, #e4eff8 50%);
}
.contents h4{ 
border: none;
border-bottom: solid 1px #728199;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.6rem;
font-weight:500;
color:#000;
}
 
.contents h5{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em;
font-size: 1.5rem;
font-weight:500;
color:#000000;
}
 
.contents h6{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.4rem;
font-weight:500;
color:#000000;
border-bottom: dotted 1px #666666;
}

