﻿/*
Theme Name: naana-template01
Theme URI: 
Description: naana-template01
Version: 1.1
-----
rev_20200310
*/
/* ボタン全体 */
.flowbtn9{
display:inline-block;	
font-size:40px;
text-decoration:none;
transition:.5s;
}
/* Twitter */
.flowbtn9 .fa-twitter-square{
color:#55acee;
}
/* Instagram */
.flowbtn9 .fa-instagram{
color:#c6529a;
}
/* Facebook*/
.flowbtn9 .fa-facebook-square{
color:#3b5998;
}
/* Feedly */
.flowbtn9 .fa-rss-square{
color:#6cc655;
}
/* Pocket */
.flowbtn9 .fa-get-pocket{
color:#ef3f56;
}
/* はてブ */
.flowbtn9 .fa-bootstrap{
color:#1ba5dc;	
}
/* YouTube */
.flowbtn9 .fa-youtube-square{
color:#fc0d1c;
}
/* LINE@ */
.flowbtn9 .fa-line{
color:#00c300;
}
/* お問い合わせメール */
.flowbtn9 .fa-envelope-square{
color:#f3981d;	
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
    margin: 0;
}
/* アイコン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:flex-end;
}
/* アイコン同士の余白 */
.snsbtniti li{
flex:0 0 5%;
text-align:center!important;
}
/* アイコンにマウスを乗せた時 */
.flowbtn9:hover{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ajax-loader {
  display: none !important;
}
.pc-pc {
  display: block !important;
}
.sp-sp {
  display: none !important;
}
.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}
html {
}
header {
  max-width: 1200px;
	height: 78px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .hed-logo {
  position: absolute;
  z-index: 100;
  top: 15px;
}
header .hed-logo img {
    width: 317px;
  }
header .hed-logo .header-txt01 {
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 12px;
	line-height: 1;
}
header nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 0 0 380px;
}
header nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    margin: 0 0 11px 0;
}
header nav li {
  font-size: 16px;
  line-height: 26px;
  display: inline;
}
.header-nav-pc {
	display: block;
}
.header-nav-tbsp {
	display: none;
}
.nav-content {
	padding-top: 26px;
}
.nav-content li a, .footer-container li a {
  color: #333;
	font-weight: 700;
}
.nav-content li a:hover, .footer-container li a:hover {
  color: #005db0;
}
.top-main-img-container {
  margin: 0;
  position: relative;
}
.top-main-img-container .sld-image {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.top-main-img-container .sld-image img {
  width: 100%;
  height: 31.75vw;
  object-fit: cover;
}
.top-main-img-container .sld-ttl-wrap {
  max-width: 1200px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
}
.top-main-img-container .sld-ttl-wrap .sld-ttl {
  position: relative;
  height: 31.75vw;
}
.top-main-img-container .sld-ttl-wrap .sld-ttl-txt {
  position: absolute;
  font-family: ShinGoPro;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-main-img-container .swiper-button-container {
  position: absolute;
  max-width: 1200px;
  margin: auto;
  height: 31.75vw;
  top: 0;
  left: 0;
  right: 0;
}
.top-main-img-container .swiper-button {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
}
.top-01-ttl {
  margin: 50px 0 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
.top-01-container {
  margin: 50px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-01-container .top-01-txt-container {
  max-width: 566px;
}
.top-01-txt-container a {
  color: #333;
}
.top-01-txt-container a:hover {
  color: #0744b9;
}
.top-01-container .top-01-img {
  margin: 0 45px 0 0;
  width: 100%;
}
.top-01-container .top-01-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.top-01-container .top-01-linkbtn {
  width: 315px;
  height: 49px;
  background-color: #ffffff;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 66px auto 0 auto;
}
/*
.top-03-container {
  margin: 50px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-03-container .top-03-img-container {
  position: relative;
  width: 580px;
  height: 387px;
  margin: 0;
}
.top-03-container .top-03-img-container img {
  position: absolute;
}
.top-03-container .top-03-img-container .top-03-ttl {
  position: absolute;
  width: 100%;
  height: 89px;
  background-color: rgba(255, 255, 255, 0.64);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 257px;
  color: #010305;
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
}
*/
.top-03-container {
  margin: 0;
}
.top-03-container a {
  display: block;
}
.top-03-container .top-03-img-container {
  position: relative;
  margin: 50px 0 0;
}
.top-03-container .top-03-img-container img {
  position: relative;
}
.top-03-container .top-03-img-container .top-03-ttl {
  margin-top: 10px;
}
.top-02-container {
  position: relative;
  width: 1202px;
  height: 142px;
  margin: 50px 0 0 0;
}
.top-02-container .top-02-bkimg {
  position: absolute;
}
.top-02-container .top-02-ttl {
  position: absolute;
  color: #feffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  left: 50%;
  transform: translateY(17px) translateX(-50%);
  margin: auto;
}
.top-02-container .top-02-txt-container {
  position: absolute;
  width: 781px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #ffffff;
  left: 50%;
  transform: translateY(67px) translateX(-50%);
}
.top-02-container .top-02-txt-container .top-02-txt {
  display: table;
  margin: auto;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.top-04-container {
  padding: 50px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-04-container .top-04-blog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 582px;
  height: 157px;
  padding: 110px 15px 0 0;
}
.top-04-container .top-04-blog:hover {
  opacity: 0.7;
}
.top-04-container .top-04-blog .top-04-blogttl {
  color: #fefefe;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
  text-shadow: 0px 2px 6.66px rgba(4, 0, 0, 0.35);
}
.top-04-blogttl a {
  color: #fff;
}
.top-04-container .top-04-blog .top-04-blogttl02 {
  margin: 0 90px 0 0;
  text-align: right;
  font-size: 18px;
}
.top-04-blogttl02 {
  color: #333;
}
.top-04-container .top-04-info-container {
  width: 530px;
  height: 105px;
  background: #ccdfff;
  padding: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-04-container .top-04-info-container .top-04-info-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #789bdd;
  line-height: 100%;
  text-align: center;
  width: 247px;
  height: 112px;
}
.top-04-container .top-04-info-container .top-04-info-ttl .top-04-info-ttl-in div:first-child {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}
.top-04-container .top-04-info-container .top-04-info-btn div:first-child {
  margin: 0 0 10px 0;
}
.top-04-container .top-04-info-container .top-04-info-btn div {
  width: 246px;
  height: 50px;
  border-radius: 10px;
  background-color: #789bdd;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-04-info-btn a {
  color: #ffffff;
}
.top-04-info-btn a:hover {
  color: #FFFFFF;
}
.top-04-container .top-04-info-container .top-04-info-btn a:hover div {
  background-color: #0744b9;
}


.top-service01 {
	padding: 30px;
	background: #f5f5f5;
	line-height: 1.7;
}

.top-news-container {
  margin: 50px 0 0 0;
  padding: 70px 0;
  width: 100%;
  height: 484px;
	background: #f5f5f5;
}
.top-news-container img {
  width: 374px;
  height: auto;
  overflow: hidden;
  box-shadow: 2px 2px 4px -2px gray;
}
.top-news-container .top-news-date {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.top-news-container .top-news-content-ttl {
  color: #48a8f2;
  font-size: 16px;
  font-weight: 400;
}
.top-news-container .top-news-ttl {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.top-news-container .top-news-content-container {
  max-width: 1200px;
  margin: 57px auto 0 auto;
  display: -webkit-flex;
  display: flex; 
}
.top-news-content {
  width: 30%;
	margin-right: 5%;
}
.top-news-content-container > .top-news-content:nth-child(3n) {
	margin-right: 0;
}

.top-news-content-ttl a {
  color: #333;
}
.top-news-content-ttl a:hover {
  color: #0744b9;
}
.top-news-btn {
}
.top-news-btn a {
  display: block;
	width: 250px;
	padding: 10px;
	margin: 38px auto 0;
  color: #fff;
	font-size: 18px;
  font-weight: 700;
	text-align: center;
  border: 1px solid #fff;
	border-radius: 5px;
  background-color: #0744b9;
}
.top-news-btn a:hover {
	background-color: #0042ff;
}
.btn-txt a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 350px;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 5px;
  text-align: center;
  background-color: #0744b9;
}
.btn-txt a:hover {
  color: #fff;
  background-color: #0042ff;
}
.btn-txt2 a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 350px;
  padding: 10px;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  background: #fff;
}
.btn-txt2 a:hover {
  color: #0744b9;
  border: 1px solid #0744b9;
}
footer {
  background-color: #eeeeee;
  padding: 76px 0 0 0;
}
footer .footer-container {
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
footer .footer-container ul {
  margin: 0 56px 0 0;
}
footer .footer-container li {
  margin: 0 0 20px 0;
  font-size: 14px;
  display: inline-block;
  width: 30%;
	vertical-align: top;
}
footer .footer-container li:last-child {
  margin: 0;
  white-space: nowrap;
}
footer .footer-container .footer-info {
  margin: 0 0 0 227px;
  line-height: 100%;
  width: 410px;
}
footer .footer-container .footer-info div {
  margin: 0 0 13px 0;
}
.footer-tel-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer-copy {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  margin: 76px 0 0 0;
  background: #0744b9;
}
.main-img-container {
  margin: 0;
  position: relative;
}
.main-img-container img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.main-img-container .main-img-ttl-txt {
  position: absolute;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(18, 50, 108, 0.3);
}
.news-ttl {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  margin: 50px 0;
}
.gallery-ttl {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  margin: 60px 0;
}
.news-content {
  background-color: #ecf6ff;
  padding: 50px 0;
}
.news-content .main-txt-container {
  border-width: 1px;
  border-color: #56aaf2;
  border-style: solid;
  background-color: #ffffff;
  padding: 35px;
}
.news-content .main-txt-container .news-date {
  width: 217px;
  height: 40px;
  background-color: #f5f5f5;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-content .main-txt-container .news-txt {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  margin: 25px 0 0 0;
  word-break: break-all;
}
.news-txt ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}
.news-txt ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
.news-content .main-txt-container2 {
  border-width: 1px;
  border-color: #56aaf2;
  border-style: solid;
  background-color: #ffffff;
  padding: 35px;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 40px 0;
}
.news-content .main-txt-container2 .news-date {
  width: 217px;
  height: 40px;
  border-color: #f5f5f5;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.news-content .main-txt-container2 .news-arc-ttl {
  font-weight: bold;
  font-size: 22px;
  margin: 25px 0 0 0;
}
.news-content .main-txt-container2 .news-txt {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.news-content .main-txt-container2 .news-arc-img {
  width: 20%;
  margin: 0 30px 0 0;
}
.news-content .main-txt-container2 .main-txt-container-in {
  width: 78%;
}
.news-content .news-click {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.news-content .news-img-container {
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.news-content .news-img-container .news-img img {
  width: 350px;
  height: auto;
	border: 1px solid #ccc;
}
.news-content .news-img-container .news-img .news-img-txt {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0 0;
  text-align: center;
}
.news-content .news-back {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  background-color: #0068b7;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0 auto;
}
.page-of {
  display: none;
}
.pagination-ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-ul a {
  color: #fff;
}
.page-fast, .page-prv, .page-last {
  border-radius: 5px;
  background-color: #0068b7;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 105px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-next {
  border-radius: 5px;
  background-color: #62aeb7;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 105px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-fast, .page-prv, .page-next, .page-last, .inactive, .current {
  margin: 0 5px 0 0;
}

.navToggle {
  display: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  height: 31.75vw;
}
.blue-bk {
  padding: 120px 0;
  background-color: #7af2ff;
}
.blue-bk02 {
  background-color: #e0fff8;
  margin: 0 0 60px 0;
}
.blue-bk02:last-of-type {
  margin: 0;
}
.serv-container {
  padding: 120px 0;
}
.serv-container:nth-of-type(odd) {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-color: #7af2ff;
  align-items: center;
}
.serv-container:nth-of-type(even) {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.serv-bk div:empty {
  display: none;
}
.serv-img {
  margin: 0 55px 0 0;
}
.serv-container:nth-child(odd) .serv-img {
  margin: 0 0 0 41px;
}
.serv-txt {
  width: 566px;
}
.serv-txt div:first-child {
  font-size: 30px;
  font-weight: 400;
}
.serv-txt div:last-child {
  margin: 72px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.serv-bk:nth-of-type(odd) {
  padding: 120px 0;
  background-color: #7af2ff;
}
.serv-bk:nth-of-type(even) {
  padding: 120px 0;
}
.gray-bk {
  background-color: #eeeeee;
  padding: 120px 0;
}
.greeting {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.greeting-ttl01 {
  font-size: 30px;
  font-weight: 400;
}
.greeting-ttl02 {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 47px 0;
}
.greeting-txt-contents {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.greeting-txt-sign {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin: 100px 0 0 0;
  text-align: right;
}
.greeting-img {
  width: 50%;
  box-shadow: 23px 23px #77f7ff;
  margin: 0 50px 0 0;
}
.profile {
  padding: 120px 0 50px 0;
}
.profile-ttl {
  font-size: 30px;
  font-weight: 400;
}
.profile-sub-ttl {
  font-size: 18px;
  font-weight: 400;
}
.profile-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.profile-txt-container {
  width: 100%;
  margin: 0 28px 0 0;
}
.profile-s-container {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px #b5b5b5 solid;
  padding: 0 0 14px 0;
  margin: 0 0 20px 0;
}
.profile-s-container div:first-child {
  width: 125px;
  height: 45px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #77f7ff;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 22px 0 0;
}
.profile-s-container div:last-child {
  display: flex;
  align-items: center;
  width: 590px;
}
.map-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.map {
  margin: 0 50px 0 0;
}
.map-txt-container div:first-child {
  font-size: 30px;
  font-weight: 400;
}
.map-txt-container div:last-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 70px 0;
}
.staff {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px auto 0 auto;
}
.customize-support .staff:nth-last-of-type(1) {
  margin: 0 auto 0 auto !important;
}
.staff:nth-of-type(even) {
  flex-direction: row-reverse;
  margin: 50px auto 0;
}
.staff-txt-container {
  width: 510px;
  background-color: #77f7ff;
  padding: 20px;
}
.staff-name {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #b5b5b5;
}
.staff-name span:first-child {
  font-size: 24px;
}
.staff-name span:last-child {
  font-size: 30px;
}
.staff-txt {
  margin: 30px 0 0 0;
  line-height: 24px;
  font-size: 18px;
  line-height: 36px;
}
.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.gallery-txt {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 16px;
}
.gallery-img {
  margin: 0 0 30px 0;
}
.gallery-img:nth-last-of-type(-n+3) {
  margin: 0;
}
/*コンタクトフォーム*/
/*
.contactForm dl {
  height: 66px;
  margin: 0 0 14px;
  border-width: 1px;
  border-color: #48b7f8;
  border-style: solid;
  display: -webkit-flex;
  display: flex;
}
.contactForm dl::after {
  content: "";
  clear: both;
}
.contactForm dt {
  display: flex;
  align-items: center;
  width: 258px;
  height: 100%;
  border-right: 1px #48b7f8 solid;
  background-color: #77f7ff;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.652px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 14px;
}
.contactForm dt::before {
  content: "";
  width: 54px;
  height: 36px;
}
*/
.c-mail {
  height: 143px !important;
}
.c-add {
  height: 304px !important;
  width: 70%;
}
.req::before {
  content: "必須" !important;
  width: 54px;
  height: 36px;
  border-radius: 15px;
  background-color: #eb6877;
  font-family: ShinGoPro;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*
.contactForm dd {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
.contactForm p {
  margin: 0;
}
*/
.size1 {
  width: 60%;
  padding: 3px;
}
.size2 {
  width: 80%;
  padding: 3px;
}
.size_add {
  width: 80%;
  height: 146px;
  padding: 3px;
}
.size-txtbox1 {
  width: 80%;
  height: 265px;
  padding: 3px;
}
.col_free {
  height: auto !important;
}

/*
.contactForm input[type="text"],
.contactForm input[type="email"]{
  background-color: #eeeeee;
  height: 40px;
  border: none;
  -webkit-appearance: none;
  padding: 0 13px 0 13px;
  width: 50%;
}
.contactForm textarea {
  background-color: #eeeeee;
  border: none;
  -webkit-appearance: none;
  padding: 13px;
  width: 80%;
}
*/

.wpcf7 textarea[name="add"], .wpcf7 textarea[name="naiyo"] {
  width: 600px;
  height: 150px !important;
  padding: 13px;
}

/*
.btn-box {
  border-radius: 50px;
  border-width: 1px;
  border-color: #21b6c2;
  border-style: solid;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  width: 275px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #56aaf2;
  margin: 0 auto 10px auto;
  border: none;
}
.btn-box::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 17px;
  background-image: url("images/btnarrow.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.btn-box02::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 17px;
  background-image: url("images/btnarrow.png");
  background-size: contain;
  vertical-align: middle;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.btn-box:hover, .btn-box02:hover {
  background-color: #21b6c2;
}
.btn-send1, .btn-send2 {
  background: none !important;
  color: #21b6c2;
}
.btn-send1:hover, .btn-send2:hover {
  color: #fff;
}
.btn-box-container {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.btn-box-container div {}
.btn-box input {
  background-color: transparent;
}
*/

.kakunin {
  color: #eb6877;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 30px auto;
}
.contact-txt {
  background-color: #77f7ff;
  font-size: 15.81px;
  font-weight: 400;
  line-height: 29.652px;
  color: #454545;
  padding: 30px;
}
.contact-txt li {
  list-style: disc;
  margin: 0 0 30px;
}
.gray-bk {
  background-color: #eeeeee;
}
.pri-ttl {
  background-color: #48b7f8;
  border-left: solid 11px #77f7ff;
  font-family: Meiryo;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0 10px 14px;
}
.pri-txt {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.134px;
  margin: 28px 0 50px 0;
}
.top-05-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*　Googleマップ埋め込み  */
.g-map {
  width: 100%;
  /* max-width: 582px; */
  height: 600px;
  margin-top: 30px;
}
.g-map iframe {
	width: 100%;
	height: 100%;
}
.access-map {
  height: 450px;
}
/*　Googleカレンダー埋め込み  */
.g-calendar {
  width: 582px;
  height: 600px;
  max-width: 582px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin-top: 50px;
  text-align: center;
}
.g-calendar-box {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.g-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.data-price {
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
.header-nav-pc {
	display: none;
}
.header-nav-tbsp {
	display: block;
}
	header {
	min-height: auto;
	height: 55px;
  padding: 0 20px;
}
  header .hed-logo {
    top: 6px;
  }
  .hed-logo img {
    width: 300px;
  }
	header .hed-logo .header-txt01 {
	top: 0;
	left: 190px;
	font-size: 12px;
	width: 150px;
	}
  header nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    mmargin: 0;
  }
	/*
	header nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 230px;
    margin: 0 auto 0 auto;
  }
	*/
  .top {
    margin: 0 30px 50px 30px;
  }
  .contact-container {
    padding: 0 13px;
  }
  .nav-content {
    position: fixed;
    z-index: 100;
    top: 0;
		right: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #333;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .nav-content ul {
    padding: 0;
    width: 100%;
    display: block;
  }
  .nav-content ul li {
    font-size: 1.8rem;
    list-style-type: none;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px dotted #333;
    display: block;
  }
  .nav-content ul li:last-child {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .nav-content ul li a {
    color: #fff;
    padding: 1em 0;
  }
  .nav-content.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 101;
		background: #2c6ee6;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .news-content .news-img-container .news-img img {
    width: 100%;
    height: auto;
  }
	.main-img-container img {
  width: 100%;
  height: 185px;
	}
	.main-img-container .main-img-ttl-txt {
    font-size: 24px;
    height: 60px;
  }
  .news-img {
    margin: 10px;
  }
  .gallery-img img {
    width: 300px;
  }
  .staff-img {
    background-color: #77f7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 10px;
  }
  .staff:nth-of-type(even) .staff-img {
    padding: 10px 10px 10px 20px;
  }
  .staff {
    margin: 0 30px 30px 30px !important;
  }
  .greeting-img {
    height: max-content;
    float: left;
  }
  .greeting-img img {
    width: 100%;
  }
  .greeting-txt {
    width: auto;
  }
  .profile-img img {
    width: 100%;
  }
  .profile-s-container div:last-child {
    width: 100%;
  }
  
  .main-container {
    margin: 0 30px;
  }
  .top-main-img-container .sld-image img {
    height: 50vw;
  }
  .top-main-img-container .sld-ttl-wrap .sld-ttl {
    height: 50vw;
  }
  .top-main-img-container .swiper-button-container {
    height: 50vw;
  }
  .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    height: 50vw;
  }
  .top-02-container {
    width: 100%;
    height: 88px;
  }
  .top-02-container img {
    width: 100%;
  }
  .top-02-container .top-02-ttl {
    font-size: 2.5vw;
  }
  .top-02-container .top-02-txt-container {
    width: 600px;
    height: 50px;
    top: -10px;
  }
  .top-02-container .top-02-txt-container .top-02-txt {
    line-height: 20px;
  }
  /*
  .top-03-container .top-03-img-container {
    width: 500px;
  }
  .top-03-container .top-03-img-container {
    width: 470px;
    height: 312px;
    margin: 0px 10px 0px 10px;
  }
  .top-03-container .top-03-img-container .top-03-ttl {
    top: 200px;
    font-size: 30px;
  }
  */
  .top-news-container {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
    height: auto;
  }
  .top-news-container img {
    width: 100%;
  }
  .top-news-content {
    
  }
	.top-news-content-container .top-news-content {
		
	}
	.top-news-content-container .top-news-content:nth-child(3n) {
		margin-right: 0;
	}
	.top-news-container .top-news-ttl {
  font-size: 2.4rem;
	}
  .top-news-container .top-news-content-container {
    margin: 30px 30px 0 30px;
  }
  .top-04-container .top-04-blog {
    margin: 0 0 30px 0;
    background-size: cover !important;
  }
  .top-04-container .top-04-info-container .top-04-info-ttl {
    margin: 0 10px 0 0;
  }
  footer .footer-container .footer-info {
    margin: 0;
    line-height: 100%;
    width: 410px;
  }
  footer .footer-container {
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    margin: 0 90px;
  }
  footer .footer-container ul {
    padding: 0;
  }
  .top-01-container {
    margin: 30px 0 0 0;
  }
  .top-02-container {
    margin: 50px 0 0 0;
  }
  /*
  .top-03-container {
    margin: 50px 0 0 0;
    justify-content: center;
  }
  */
  .top-04-container {
    padding: 50px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-01-container .top-01-linkbtn {
    margin: 30px auto 0 auto;
  }
	.top-news-btn a {
	margin: 30px auto 0;

}
  footer {
    padding: 50px 0 0 0;
  }
  footer .footer-copy {
    margin: 50px 0 0 0;
  }
  .footer-navi {
    margin: 0 30px 0 0;
  }
  .top-02-container {
    width: 100%;
    height: 116px;
  }
  .news-ttl {
    margin: 50px 0;
    font-size: 27px;
  }
  .gallery-ttl {
    margin: 50px 0 20px 0;
    font-size: 18px;
  }
  .gray-bk {
    padding: 50px 0;
    overflow: hidden;
  }
  .greeting-ttl02 {
    margin: 0 0 30px 0;
  }
  .greeting-txt-sign {
    margin: 30px 0 0 0;
  }
  .profile {
    padding: 50px 0 50px 0 !important;
  }
  .profile-container {
    margin: 30px 0 0 0;
  }
  .blue-bk {
    padding: 50px 0;
  }
  .map-txt-container div:last-child {
    margin: 30px 0 0 0;
  }
  .map-txt-container div:first-child {
    margin: 30px 0 0 0;
  }
  .news-content {
    padding: 50px 0;
  }
  .news-content .main-txt-container2 .news-arc-img {
  width: 25%;
}
.news-content .main-txt-container2 .main-txt-container-in {
  width: 70%;
}
  .main-txt-container2:last-of-type {
    margin: 0;
  }
  .news-content .news-click {
    margin: 30px 0;
  }
  .news-content .news-back {
    margin: 30px auto 0 auto;
  }
  .serv-container {
    padding: 50px 30px;
  }
  .serv-txt div:last-child {
    margin: 30px 0 0 0;
  }
  .pri-txt {
    margin: 30px 0 30px 0;
  }
  .pri-txt:last-of-type {
    margin: 30px 0 0 0;
  }
  .contact-container {
    padding: 0 30px;
  }
	/*
  .btn-box {
    margin: 30px auto 0 auto;
  }
	*/
  .blue-bk02 {
    background-color: #e0fff8;
    margin: 0 0 50px 0;
  }
  header nav ul {
    padding: 0;
  }
	
  footer .footer-container .footer-info div {
    margin: 0 5px 13px 0;
    white-space: nowrap;
  }
  footer .footer-container .footer-info div:last-child {
    margin: 0 0 13px 0;
  }
  .greeting {
    display: block;
  }
  .serv-img {
    margin: 0 20px 0 0;
  }
  .staff:nth-of-type(odd) .staff-txt-container {
    padding: 20px 20px 20px 0;
  }
  .staff:nth-of-type(even) .staff-txt-container {
    padding: 20px 0 20px 20px;
  }
  .gallery-img {
    margin: 30px 0 0 0;
  }
  .gallery-img:nth-last-of-type(-n+3) {
    margin: 30px 0 0 0;
  }
  .gallery {
    padding: 0;
  }
  .serv-container:nth-child(2n+1) .serv-img {
    margin: 0 0 0 20px;
  }
  .serv-txt div:first-child {
    font-size: 27px;
  }
  .staff-name span:last-child {
    font-size: 27px;
  }
  .top-01-ttl {
    font-size: 22px;
  }
  .top-01-container .top-01-img {
    margin: 0 20px 0 0;
  }
  .profile-ttl {
    font-size: 27px;
  }
  .top-05-container {
    width: 100%;
	max-width: 100%;
    padding: 0 30px;
  }
  .g-map {
    height: 500px;
  }
  .g-calendar {
    width: 47.95%;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    margin: 0 50px !important;
  }
  .top-04-container .top-04-blog {
    margin: 0 0 50px;
    background-size: cover !important;
  }
  .top-02-container {
    width: 100%;
    height: 88px;
  }
  .wpcf7 textarea[name="add"], .wpcf7 textarea[name="naiyo"] {
    width: 380px;
  }
	/*
  .contactForm dt {
    width: 230px;
  }
	*/
  .staff {
    margin: 0 10px 30px 0;
  }
  .greeting-img {
    height: min-content;
  }
  /*
  .top-03-container .top-03-img-container .top-03-ttl {
    top: 120px;
  }
  */
  .top-02-container .top-02-txt-container .top-02-txt {
    line-height: 20px;
    font-size: 13px;
  }
  .top-02-container .top-02-txt-container {
    width: 500px;
    height: 40px;
    top: -30px;
  }
  .top-02-container .top-02-ttl {
    top: -10px;
  }
  
  .main-container {
    padding: 0;
  }
  .contact-container {}
  .top-01-img img {
    width: 100%;
  }
  .top-02-container {
    width: 100%;
  }
  /*
  .top-03-container {
    justify-content: center;
    align-items: center;
  }
  */
	.top-service01 {
	padding: 15px;
}
  .top-news-content {
    margin: 10px;
		width: 100%;
  }
  .top-04-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
	.top-news-container .top-news-ttl {
  font-size: 2rem;
	}
  .top-04-container .top-04-blog {}
  .top-news-container img {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 2px 2px 4px -2px gray;
  }
  .news-content .news-img-container .news-img img {
    width: 100%;
    height: auto;
  }
  .news-img {
    margin: 0 10px;
  }
	.top-news-btn a {
	margin: 0 auto 0;

}
  footer .footer-container .footer-info {
    margin: 0;
    font-size: 13px;
  }
  footer .footer-container {}
  footer .footer-container ul {
    padding: 0;
    margin: 0;
  }
  footer .footer-container li {
    font-size: 13px;
  }
  footer .footer-container {}
  .footer-tel-container {
    display: block;
  }
  .top-01-container .top-01-txt-container {
    max-width: 350px;
  }
  /*
  .top-03-container .top-03-img-container {
    position: relative;
    width: 355px;
    height: 236px;
    background-size: cover !important;
  }
  */
  /*company-data*/
  .greeting-img img {
    width: 100%;
  }
  .greeting-txt {}
  .map-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map {
    margin: 0;
    width: 100%;
  }
  .map iframe {
    width: 100%;
  }
  /*company-data*/
  /*service*/
  .serv-img img {
    width: 100%;
  }
  .serv-container {}
  /*service*/
  /*recruit*/
  .profile-s-container div:last-child {
    width: 100%;
  }
  .profile-img img {
    width: 100%;
  }
  /*recruit*/
  /*staff*/
  .staff-img img {
    width: 100%;
  }
  .staff-img {
    background-color: #77f7ff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-05-container {
    width: 100%;
	max-width: 100%;
    padding: 0 30px;
  }
  .g-map {
    height: 500px;
  }
  .g-calendar {
    width: 47.95%;
    height: 500px;
  }
	
}




@media screen and (max-width: 480px) {
	header {
		height: 40px;
    padding: 0 10px;
  }
  header nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    mmargin: 0;
  }
	header .hed-logo {
    width: auto;
    top: 4px;
  }
  header .hed-logo img {
    width: 220px;
  }
	header .hed-logo .header-txt01 {
	top: -5px;
	left: 160px;
	font-size: 12px;
	width: 120px;
	}
  .top {
    margin: 0 30px 50px 30px;
  }
  .contact-container {
    padding: 0 13px;
  }
	
  .nav-content {
    position: fixed;
    z-index: 100;
    top: 0;
		right: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #333;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 90%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .nav-content ul {
    padding: 0;
    width: 100%;
    display: block;
  }
  .nav-content ul li {
    font-size: 1.6rem;
    list-style-type: none;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px dotted #333;
    display: block;
  }
  .nav-content ul li:last-child {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .nav-content ul li a {
    color: #fff;
    padding: 1em 0;
  }
  .nav-content.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 101;
		background: #2c6ee6;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-main-img-container .sld-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    height: 200px;
  }
  .top-main-img-container .swiper-button-container {
    height: 200px;
  }
  .top-main-img-container .sld-ttl-wrap .sld-ttl {
    height: 200px;
  }
  .top-main-img-container .sld-ttl-wrap .sld-ttl-txt {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 40px;
  }
  .top-01-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-01-container .top-01-img {
    margin: 0;
  }
  .top-01-img img {
    width: 100%;
  }
  .top-01-container .top-01-linkbtn {
    width: 100%;
  }
  .top-02-container {
    width: 100%;
    height: 170px;
    margin: 50px 0 0 0;
  }
  .top-02-container .top-02-txt-container {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 24px;
    border-radius: 15px;
    border-width: 1px;
    border-color: #313131;
    border-style: solid;
    top: 10px;
  }
  /*
  .top-03-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-02-bkimg img {
    width: 100%;
  }
  .top-03-container .top-03-img-container {
    width: 315px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 210px;
    margin: 0 0 30px;
  }
  .top-03-container a:last-child .top-03-img-container {
    margin: 0;
  }
  */
  .top-news-container {
    height: auto;
    background: #f5f5f5 !important;
    margin: 0;
    padding: 30px 0;
  }
  .top-news-container .top-news-content-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
		-webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 0 30px;
    margin: 30px auto 0 auto;
  }
  .top-news-container img {
    height: auto;
    width: 100%;
  }
  .top-04-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 50px 0 50px 0;
  }
  .top-04-container .top-04-blog {
    width: 290px;
    height: 78px;
    background-size: cover !important;
    padding: 55px 10px 0 0;
    margin: 0;
  }
  .top-04-container .top-04-info-container {
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
    justify-content: center;
  }
  .top-04-container .top-04-info-container .top-04-info-ttl {
    margin: 0 0 20px 0;
  }
  .btn-txt a {
  display: block;
  width: auto;
  }
  .btn-txt2 a {
  display: block;
  width: auto;
  }
  .footer-tel-container {
    display: flex;
  }
  footer .footer-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-container li {
    width: 100%;
  }
  footer .footer-container .footer-info {
    margin: 30px 20px 0 20px;
  }
  /*news*/
  .news-img-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
    .news-content .main-txt-container2 .news-arc-img {
  width: auto;
}
.news-content .main-txt-container2 .main-txt-container-in {
  width: auto;
}
  .news-content .news-img-container .news-img img {
    width: 100%;
    height: auto;
		
  }
  .news-content .news-img-container .news-img .news-img-txt {
    margin: 10px 0 30px 0;
  }
  /*news*/
  /*recruit*/
  .profile-s-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile-s-container div:first-child {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /*recruit*/
  /*staff*/
  .staff {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px 0;
  }
  .staff-img {
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #fff;
  }
  .staff-img img {
    width: 100%;
  }
  /*staff*/
  /*gallery*/
  .gallery {
    justify-content: center;
  }
  .gallery-img img {
    width: 100%;
  }
  /*gallery*/
  /*contact*/
	/*
  .contactForm dl {
    height: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contactForm dt {
    width: 100%;
    height: 40px !important;
    border-right: 0px;
    padding: 0 14px;
    justify-content: center;
    font-size: 16px;
  }
  .contactForm dd {
    margin: 10px 0;
  }
  .wpcf7 textarea[name="add"], .wpcf7 textarea[name="naiyo"] {
    width: 100%;
    height: auto !important;
  }
  .contactForm dd {
    margin: 0;
    padding: 16px;
    width: auto;
  }
	*/
  /*contact*/
  /*company-data*/
  .greeting {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .greeting-img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .greeting-img img {
    width: 100%;
  }
  .gray-bk {
    background-color: #eeeeee;
    padding: 30px 0;
  }
  .greeting-txt {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .map-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .map {
    margin: 0;
  }
  .map iframe {
    width: 100%;
    height: 207px;
  }
  /*company-data*/
  /*service*/
  .serv-container {
    padding: 30px 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .serv-img {
    margin: 0 !important;
  }
  /*service*/
  .swiper-button-prev, .swiper-button-next {
    width: 21px !important;
    height: 21px !important;
    background-size: 21px 21px !important;
  }
  .top-01-ttl {
    font-size: 18px;
    line-height: 24px;
  }
  .top-01-container .top-01-txt {
    font-size: 15px;
    line-height: 30px;
  }
  .top-02-container .top-02-bkimg {
    display: none;
  }
  .top-02-container .top-02-ttl {
    position: static;
    margin: auto;
    background-color: #56aaf2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transform: none;
    line-height: 100%;
    padding: 21px;
    border-radius: 50px;
    text-align: center;
  }
  .top-02-container .top-02-txt-container .top-02-txt {
    margin: 14px;
    font-size: 12px;
  }
  /*
  .top-03-container .top-03-img-container .top-03-ttl {
    height: 69px;
    top: 100px;
    font-size: 24px;
  }
  */
  .top-news-content-ttl a {
    color: #333;
  }
  .top-news-container .top-news-date {
    color: #333;
    margin: 16px 0 0 0;
  }
  .footer-navi {
    display: none;
  }
	
  .top-news-content {
    margin: 0;
  }
  .top-news-container .top-news-content-ttl {
    margin: 0 0 30px 0;
  }
  footer {
    padding: 10px 0 0 0;
  }
  .pc-pc {
    display: none !important;
  }
  .sp-sp {
    display: block !important;
  }
  footer .footer-copy {
    font-size: 10px;
    margin: 20px 0 0 0;
  }
  .main-img-container img {
    height: 100px;
  }
  .news-ttl {
    font-size: 18px;
    line-height: 24px;
    ext-align: center;
    margin: 40px 0;
  }
  .serv-txt div:first-child {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .serv-txt div:last-child {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 30px;
  }
  .greeting-ttl-container, .profile-ttl-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .greeting-ttl02, .profile-sub-ttl {
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 30px;
  }
  .greeting-txt-sign {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin: 34px 0 0 0;
    text-align: right;
  }
  .profile-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    flex-direction: column-reverse
  }
  .profile {
    padding: 30px 30px;
  }
  .profile-txt-container {
    margin: 0;
  }
  .profile-s-container div:last-child {
    width: 90%;
    margin: 0 auto;
  }
  .profile-s-container:last-of-type {
    margin: 0;
  }
  .map-txt-container div:first-child {
    font-size: 24px;
    line-height: 36px;
    margin: 30px 0 0 0;
    text-align: center
  }
  .map-txt-container div:last-child {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0 0 0;
  }
  .blue-bk {
    padding: 30px 0;
  }
  .staff-name {
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 0 10px 0;
  }
  .staff-name span:last-child {
    font-size: 24px;
  }
  .staff-name span:first-child {
    font-size: 14px;
  }
  .staff-txt-container {
    padding: 15px !important;
  }
  .staff-txt {
    margin: 14px 0 0 0;
  }
  .profile-ttl {
    font-size: 24px;
    text-align: center;
  }
  .profile-img {
    margin: 0 0 40px 0;
  }
  .news-content {
    padding: 30px 0;
  }
  .news-content .main-txt-container .news-date {
    margin: 0 auto;
  }
  .news-content .main-txt-container .news-txt {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .news-content .main-txt-container {
    border-width: 1px;
    border-color: #56aaf2;
    border-style: solid;
    background-color: #ffffff;
    padding: 16px 13px;
  }
  .news-content .news-click {
    margin: 30px 0 16px 0;
    font-size: 16px;
  }
  .news-content .news-back {
    margin: 0 auto 0 auto;
    font-size: 12.57px;
    width: 73px;
    height: 26px;
    padding: 0 0 2px 0;
  }
  .news-content .main-txt-container2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 13px;
  }
  .news-content .main-txt-container2 .news-arc-img {
    margin: 0 auto;
    text-align: center;
  }
  .news-content .main-txt-container2 .news-date {
  	width: auto;
    margin: 0 0 10px 0;
  }
  .news-content .main-txt-container2 .news-arc-ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 14px 0 0 0;
  }
  .news-content .main-txt-container2 .news-txt {
    font-size: 16px;
    line-height: 24px;
  }
  .pagination-ul {
    padding: 0;
  }
	
  
	
	/*
  .contactForm input {
    width: 250px;
  }
	*/
  /*
  .contactForm dt::before {
    width: auto;
    height: 28px;
    font-size: 13px;
  }
	*/
  .req::before {
    padding: 0 8px;
  }
  .c-add {
    height: auto !important;
  }
  .pri-txt {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 30px 0;
  }
  div.wpcf7 .ajax-loader {
    display: none !important;
  }
  .req-txt {
    margin: 0 0 0 16px;
  }
	/*
	.btn-box input {
    width: auto;
  }
  .btn-box {
    margin: 30px auto 0 auto;
  }
	*/
  .top-04-container .top-04-blog .top-04-blogttl {
    font-size: 10px;
  }
  .top-04-container .top-04-blog .top-04-blogttl02 {
    margin: 0 50px 0 0;
    font-size: 9.75px;
  }
  .main-img-container .main-img-ttl-txt {
    font-size: 18px;
    height: 60px;
  }
  .news-img-container {
    margin: 0 0 40px 0;
  }
  .main-img-container {
    margin: 0 0 30px;
  }
  .page-fast, .page-prv, .page-last, .page-next {
    font-size: 12.57px;
    width: 73px;
    height: 26px;
    padding: 0 0 2px 0;
  }
  .greeting-ttl01 {
    font-size: 24px;
  }
	/*
  .contactForm textarea {
    width: 90%;
  }
	*/
  .top-main-img-container {
    
    position: relative;
  }
  .top-05-container {
  	width: 100%;
  	max-width: 100%;
    padding: 0 10px;
  }
  .g-map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
  .g-calendar {
    width: 100%;
	height: auto;
    margin-top: 30px;
  }
  .g-calendar-box {
  padding-bottom: 200%; /* 縦横比 */
}
}



