@charset "UTF-8";
/* CSS Document */

.pc { display: none; }
.sp { display: block; }

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.header_left {
  display: flex;
    margin-left: 1px;
    margin-top: -5px;
}

.header_logo {
	text-align: center;
    width: 23%;
	padding: 0 0 0 5px;
	margin: 0 4px;
}

.header_logo p {
  margin-bottom: 0;
}

.header_logo p img {
	width: 88%;
  max-width: 77px;
}

.header_left_text {
  padding: 6px 0;
    letter-spacing: -1px;
}

.header_left_text_01 {
  margin-bottom: 0;
  font-size: 10px;
	color: #505757;
}

.header_left_text_02 {
  margin: 0;
  font-size: 10px;
}

.header_left_text_03 {
  margin: -4px 0 -3px;
  font-size: 18px;
  font-weight: normal;
}

.nation_wide {
  background: yellow;
  font-size: 14px;
  padding: 3px 10px;
  margin-top: 12px;
  height: 25px;
  margin-right: 10px;
}

.header_right {
  display: none;
}

.header_right_text {
  margin-bottom: -20px;
}

.header_right_text_namber {
  font-size: 16px;
    padding: 0 15px;
    text-align: right;
    display: flex;
	margin-top: 50px;
}

.nav {
  font-size: 17px;
  padding-right: 20px;
}

ul {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0;
}

li {
  padding: 20px;
  border-bottom: 1px solid white;
	text-align: center;
    margin: 0 auto;
	font-size: 20px;
}

a {
  text-decoration: none;
  color: black;
}

.nav_cont {
  text-align: center;
}

.header_contact p {
  margin: 0;
}

.firstview p img {
  width: 100%;
}


@media screen and (max-width: 767px){
.top_firstview {
  /* height: 565px;
  background-image: url("../images/top/top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; */
	margin-top: -16px;

}
}

.content_show {
  font-size: 16px;
  padding-right: 0;
  position: fixed;
  top: 0;
  z-index: 100;
	background: #73c6c4;
	overflow: auto;
	left: -100%;
	width: 100%;
    height: 100%;
	text-align: center;
}

#navbtn{
	display: block;
    z-index: 30000;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 14%;
    height: 67px;
    background: transparent;
    background-color: #73c6c4;
    max-width: 53px;
}

#navbtn:hover{ cursor:pointer; }

#navbtn span{
	position:absolute;
	left: 10px;
    width: 30px;
	height:1px;
	background:#fff;
}

#navbtn span:nth-child(1){top:20px; transition:all 0.3s;}
#navbtn span:nth-child(2){top:32px; transition:all 0.3s;}
#navbtn span:nth-child(3){top:44px; transition:all 0.3s;}

#navbtn.menu span:nth-child(2){ width:0%; left:50%; background:#fff; }
#navbtn.menu span:nth-child(1){ top:33px; transform:rotate(45deg); background:#fff; }
#navbtn.menu span:nth-child(3){ top:33px; transform:rotate(-45deg); background:#fff; }

.top_firstview_wrap {
	display: flex;
	width: 95%;
	margin: -105px auto 0;
    flex-direction: column;
}

.top_firstview_left {
	border: 4px solid #73c6c4;
  background: #fff;
  margin: 30px auto 0;
  width: 90%;
  height: auto;
  box-shadow: 15px 15px #73c6c4;
  max-width: 395px;
}

.top_firstview_left_box {
	margin: 40px 10px;
}

.top_firstview_left_box_top {
	font-size: 19px;
    margin: 0px;
}

.top_firstview_left_box_center {
	font-size: 22px;
    margin: 0;
}

.top_firstview_left_box_bottom {
	display: flex;
	justify-content: space-between;

}

.top_firstview_right p img {
	position: relative;
    top: 30px;
    left: auto;
    width: 100%;
    max-width: 375px;
}

.top_firstview_right {
  text-align: center;
}

.gray_box {
	background: #73c6c4;
    font-size: 25px;
    color: #fff;
    padding: 10px;
}

.top_firstview_left_box_last {
  margin: 0;
  font-size: 18px;
}


.fms_link {
  position: static;
  width: 280px;
  height: 80px;
  margin: 80px auto 0;
}

.fms_link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  background: #73c6c4;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 80px;
}

.fms_link a:hover {
  opacity: .7;
  transition: .4s;
}

.fms_link a:before {
  content: "〉";
    position: absolute;
    right: 0;
    top: 0;
}


.news {
	width: 100%;
    margin: 70px auto;
}

.news_title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 0;
}

.news_subtitle {
	font-size: 16px;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    background: #73C6C0;
    width: 200px;
    font-family: sans-serif;
}

.news_subtitle1 {
	font-size: 15px;
	text-align: center;
	margin: 0;
	color: #73C6C0;
}

.news_subtitle2 {
	font-size: 16px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #e60024;
    width: 200px;
    font-family: sans-serif;
}

.news_subtitle3 {
	font-size: 16px;
    text-align: center;
    margin: 40px auto 0;
    background: #EEE938;
    width: 200px;
    font-family: sans-serif;
}

.news_content {
	margin: 15px;
}

.news_content_list {
	text-align: center;
    border: 1px solid;
    width: 170px;
    padding: 10px 0;
    margin: 25px auto 0;
}

.news_content_boxs {
	border-bottom: 1px solid;
    border-top: 1px solid;
	margin: 10px auto;
	padding: 10px 0;
}

.news_content_box {
	display: flex;
}

.news_content_date {
/*
	margin: 15px 0px;
    border-left: 13px solid #73c6c4;
    padding-left: 10px;
*/
}

.news_content_title {
	margin: 15px;
}

.about_real {
/*	border: 25px solid rgba(115,198,196,0.68);*/
	width: 100%;
	margin: 0 auto;
}

.about_real_contents {
	width: 100%;
    margin: 0px auto;
    background: #fff;
	padding: 20px 0px 10px;
}

.about_real_logo {
	text-align: center;
}

.about_real_title {
	text-align: center;
	font-size: 16px;
}

.about_real_contents_content {
	padding: 15px;
}

.ander_bar {
	font-weight: bold;
    font-size: 17px;
	background: linear-gradient(transparent 50%, #eee938 50%);
}

.service {

}

.service_title {
	text-align: center;
	margin-bottom: 0;
}

.service_subtitle {
	text-align: center;
	margin-top: 0;
	color: #73C6C0;
}

.service_contents {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.service_contents .banner {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 10px;
}


.service_contents .banner:nth-child(5),.service_contents .banner:nth-child(6) {
  display: none;
  width: 300px;
  height: auto;
  border: 3px solid #73C6C4;
  box-sizing: border-box;
}

.service_contents .banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.service_contents .banner a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.service_contents .banner img {
  width: 100%;
  height: auto;
}

/* .service_contents_box {
	border: 4px solid #73c6c4;
	width: 305px;
	height: 223px;
    margin: 10px;
}


.service_contents_box_02 {
	border: 1px solid #e60023;
	margin: 10px;
} */

.dx {
  width: 1000px;
  max-width: 90%;
  padding: 20px 10px 50px;
  margin: 30px auto 0;
  box-sizing: border-box;
  border: 1px solid #e83f24;
}

.dx .dx_title {
  margin-bottom: 30px;
  text-align: center;
}

.dx .dx_title .small {
  font-size: 18px;
  font-weight: medium;
}

.dx .dx_title .large {
  font-size: 22px;
  font-weight: bold;
  color: #e83f24;
}

.dx .dx_list {
  display: block;
  list-style: none;
  padding: 0;
}

.dx .dx_item {
  position: relative;
  padding: 0 0 0 1.5em;
  font-size: 16px;
  text-align: left;
}

.dx .dx_item:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #e83f24;
}

.dx .dx_item:not(:last-of-type) {
  margin-bottom: 20px;
}

.to_top_right {
	text-align: right;
	margin-top: 60px;
}



.contact_us {
  background: rgba(115,198,196,0.3);
  padding: 45px 39px;
    width: 100%;
    margin: 0 auto;
}

.contact_us_wrapper {
  background-color: #fff;
/*  width: 80%;*/
  margin: 0 auto;
  padding: 50px 0;
	width: 100%;
}

.contact_us_head {
  text-align: center;
}

.contact_us_subtitle {
	color: #73C6C0;
	margin: 0 0 30px;
}

.contact_us_head_topic {
  font-size: 17px;
	margin: 0;
	font-size: 22px;
}

.contact_us_title {
  font-size: 25px;
  font-weight: 100;
	margin: 0;
	letter-spacing: 3px;
}

.contact_us_head_info {
	align-items: center;
	display: flex;
	width: 82%;
    margin: 0 auto;
}
.contact_us_head_info_02 {
	align-items: baseline;
	display: flex;
/*	width: 330px;*/
    margin: 0 auto;
    flex-direction: column;
}

.contact_us_head_info_img {
	width: 80px;
}

.contact_us_head_info_img_02 {
	width: 100px;
    margin: 25px auto 0;
}

.contact_us_head_info_right {
  width: 250px;
    margin: 0 auto;
}

.contact_us_head_info_img img {
	width: 100%;
}

.contact_us_head_text {
  text-align: left;
    width: 90%;
    margin: 40px 10px 30px 20px;
}

.contact_us_head_company {
	margin-bottom: 0;
	font-size: 13px;
}

.contact_us_head_info_nimber {
	font-size: 20px;
    letter-spacing: 3px;
    margin: 0 0 0 10px;
}

.contact_us_head_info_nimber_03 {
	font-size: 26px;
	letter-spacing: 5px;
	/*margin: 0 20px 0;*/
	margin: 0 auto 0;
}

.contact_us_head_info_nimber_02 {
	margin: 0 0 0 10px;
}

.time {
	font-size: 14px;
	letter-spacing: 1px;
}

.red {
	color: #e83f24;
	font-weight: 600;
}

.content_choice {
  display: flex;
  width: 75%;
  margin: 20px auto 0;
}

.contact_left {
  width: 30%;
}

.contact_right {
  display: flex;
}

label {
  margin-right: 15px;
}

.contact_us_content_customer_box {
  display: flex;
  width: 75%;
  margin: 20px auto 0;
  flex-direction: column;
}

.contact_us_contact_left {
  width: 60%;
}

.inputs {
  width: 100%;
  height: 32px;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 134px;
  font-size: 16px;
}

.contact_us_content_btn {
  text-align: center;
}

.contact_us_contact_submit_btn {
  background: #73c6c4;
  color: white;
  border: 1px;
  font-size: 16px;
  padding: 10px 15px;
    margin: 20px;
    font-family: serif;
}

.about_personal_info {
/*  border-bottom: 25px solid rgba(115,198,196,0.3);*/
	padding-bottom: 10px;
}

.about_personal_info_title {
  text-align: center;
  font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}

.about_personal_info_sub {
  font-weight: 600;
	    margin: 0;
	font-size: 16px;
}

.about_personal_info_text {
	margin: 0 0 30px;
	font-size: 16px;
}

.personal {
  color: #73c6c4;
}

.about_personal_info_content {
 width: 90%;
  margin: 25px auto;
  /* width: 100%; */
}

footer {
	background: rgba(115,198,196,0.68);
    padding: 30px;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  border: 3px solid #73c6c4;
  flex-direction: column;
	width: 100%;
}

.footer_left {
	text-align: center;
	margin: 30px auto 0;
}

.footer_left_adress{
	margin-top: 30px;
  letter-spacing: -.02em;
}

.footer_right {
  display: flex;
    width: 100%;
    align-items: center;
}

.google_map {
	margin: 70px auto;
}

.footer_nation_wide {
  background: yellow;
  font-size: 14px;
  padding: 3px 10px;
  margin-top: 17px;
  height: 25px;
  width: 90px;
  margin: 20px auto 0;
}

.footer_bottom {
  display: flex;
  justify-content: normal;
  margin-bottom: 0;
}


.footer_bottom_last {
  background-color: #73c6c4;
   width: 100%;
   height: 65px;
   position: fixed;
   text-align: center;
   z-index: 3;
   padding-top: 20px;
   bottom: 0;
}

.google_map iframe {
  width: 100%;
}