@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  font-family: "M PLUS 1p", sans-serif;
}
.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#global-bar{
	margin-left:auto;
	margin-right:auto;
	height:33px;
	width:100%;
	background-color:#fff;
}
#global-bar h1{
	float:left;
	font-weight:normal;
	font-size:12px;
	padding:4px;
}
#global-bar ul{
	margin-top:4px;
	float:right;
	display:table;
	width:250px;
	font-size:14px;
}
#global-bar ul li{
	display:table-cell;
}
#global-bar ul li a{
	text-decoration:none;
	font-weight:normal;
	color:#444;
}
#global-bar ul li a:hover{
	color:#e9611d;
}
#global-bar ul li img{
	vertical-align: middle;
	margin-right:4px;
	height:20px;
}
.cf:before, .cf:after {
  content:"";
  display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

.naiyou {
  background-image:url("img/haikeigara.png");
  background-position:top;
  background-size:contain;
  background-color:#f3fafb;
}
.wrapper {
  width:100%;
  max-width:1080px;
  margin: 0 auto;
  padding:0 15px;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.icon {
  height:27px;
}
.comment {
  font-size:0.7rem;
}
.sec-title {
  font-size:2.8rem;
  font-weight:700;
  margin-top:100px;
  transform: skewX(-10deg);
  line-height:1.8rem;
  text-align: center;
  color:#00b4cc;
}
.fuchidori {
  text-shadow:1px 1px 0 #f3fafb, -1px -1px 0 #f3fafb,
              -1px 1px 0 #f3fafb, 1px -1px 0 #f3fafb,
              0px 1px 0 #f3fafb,  0-1px 0 #f3fafb,
              -1px 0 0 #f3fafb, 1px 0 0 #f3fafb;
}
.sec-title2 {
  font-size:2.8rem;
  font-weight:700;
  margin-top:60px;
  transform: skewX(-10deg);
  line-height:1.8rem;
  text-align: center;
  color:white;
}
.site-title img {
  height:70px;
}
@media (max-width: 640px) {
  .sec-title {
    font-size:1.8rem;
    letter-spacing : -0.05em;
  }
  .sec-title2 {
    font-size:1.8rem;
    letter-spacing : -0.05em;
  }
}

.tel {
  display:flex;
}
.list {
  text-align: center;
  margin-left:20px;
  line-height: 1.1rem;
  font-size:0.8rem;
}
@media screen and (max-width:640px) {
  .list {
    margin-left:8px;
  }
}
.btn {
  padding:10px;
  background:#002c35;
  margin:5px 0 0 0;
  width:48%;
  display:inline-block;
  text-align:center;
  line-height: 1rem;
}
.btn a {
  color:white;
  font-size:0.9rem;
  line-height: 1.2rem;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom:10px;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#header {
  height:85px;
  padding:10px;
  display:flex;
  justify-content: space-between;
  font-size:0.9rem;
  width:100%;
}
#header ul {
  display: flex;
}
#header a {
  color:#002c35;
  font-size:0.8rem;
}
#header p {
  margin-bottom:2px;
  color:#002c35;
  font-weight: 700;
}
#header .number {
  font-size:32px;
  font-weight: 700;
  line-height:1.6rem;
}
.site-title img {
  width:110px;
  height:auto;
}
.list img {
  width:75px;
  height:auto;
}
@media screen and (max-width:640px){
  #header {
    font-size:0.6rem;
    height:65px;
    margin-top:10px;
    width:100%;
  }
  #header .number {
    font-size:19px;
    line-height:1rem;
  }
  #header .icon {
    height:15px;
  }
  #header a {
    color:#002c35;
    font-size:0.6rem;
  }
  #header .comment {
    font-size:0.4rem;
  }
  .site-title img {
    width:80px;
    height:auto;
  }
  .list img {
    width:48px;
    height:auto;
    margin-top:3px;
  }
}


#main a {
  color:white;
  font-size:1rem;
}
#main .main-title-pc img {
  max-width:60%;
  margin-bottom:10px;
}
#main .main-title-sp img {
  display:none;
}
#main ul li {
  color:white;
  font-size:0.9rem;
  line-height:1.5rem;
}
#main ul {
  list-style:none;
}
#main ul li{
  background:url("img/yajirusi.svg") no-repeat 0 0;
  background-size:auto 18px;
  background-position-y: 3.5px;
  padding-left: 30px;
  margin-bottom:5px;
}
#main-copy {
  padding:4%;
  color:#00b4cc;
  text-align:center;
}
#main-copy .sec-title {
  margin-top:15px;
  font-size:2.5rem;
}
#main-copy .sec-title-en {
  font-weight: 700;
  font-size:1.2rem;
  margin:8px 0;
  transform: skewX(-10deg);
}
#main-copy .setumei {
  font-size:0.8rem;
  line-height:1.5rem;
  margin-bottom:30px;
}
@media (max-width: 640px) {
  #main {
    background-image: url("img/mainbase-sp.png");
    background-size:cover;
    background-position:bottom;
    width:100%;
    height:auto;
    padding:4% 4% 30% 4%;
  }
  #main .main-title-pc img {
    display: none;
  }
  #main .main-title-sp img {
    display: block;
    max-width:85%;
    margin-top:20px;
    margin-bottom:20px;
  }
  #main-copy .sec-title {
    font-size:2.5rem;
    line-height: 2rem;
  }
  #main-copy .sec-title-en {
    margin:2px 0 10px 0;
  }
  #main-copy .setumei {
    font-size:0.8rem;
    line-height:1.2rem;
    margin-bottom:30px;
  }
  #main ul li a {
    font-size:0.8rem;
  }
}
@media (min-width: 641px) {
  #main {
    background-image: url("img/mainbase.png");
    background-size:cover;
    padding:4%;
  }
}

#point {
  color:#002c35;
}
.point-s {
  display: flex;
}
.text-left {
  flex-direction: row-reverse; 
}
.text-area {
  width:50%;
  padding:0 3%;
  text-align: left;
  margin-bottom:60px;
}
.text-area p {
  font-size:0.9rem;
  line-height: 1.4rem;
  margin-bottom:8px;
}
#point-s .copy {
  height:30px;
}
.text-area h3 {
  font-size:1.2rem;
  margin-bottom:8px;
}
#point-s .text-area p {
  margin-bottom:10px;
}
.img-area {
  width: 50%;
}
.img-area img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .point-s {
    flex-direction: column;
    margin-bottom:50px;
  }
  .text-area {
    width:100%;
    text-align: left;
    margin-bottom:10px;
    padding:0;
  }
  #point-s iframe .video-container {
    width:100%;
  }
  .img-area {
    width: 100%;
  }

}

#qa ul {
  list-style:none;
}
#qa ul li{
  background:url("img/yajirusi.svg") no-repeat 0 0;
  background-size:auto 18px;
  background-position-y: 3.5px;
  padding-left: 30px;
  margin-bottom:5px;
}
#qa .base ul li a {
  font-size:0.9rem;
}
.base {
  background-color:white;
  max-width:900px;
  padding:3%;
  border:5px solid;
  border-color: #00b4cc;
  margin:10px auto auto;
  border-radius: 15px;
}
.base ul li a {
  font-size:0.8rem;
  color:#002c35;
}

#tokutyou .tokutyou1 {
  background-image:url(img/haikeibase.png);
  background-size:cover;
  background-position: bottom;
  padding-bottom:400px;
}
#tokutyou .tokutyou-area {
  max-width:700px;
}
#tokutyou .tokutyou-area img {
  margin-top:20px;
}
#tokutyou .comment {
  text-align:center;
  color:white;
}

#douga {
  text-align:center;
  margin-top:-330px;
}
#douga .btn {
  margin-top:20px;
  padding:20px;
}
#douga .dougaseiretu {
  display:flex;
  column-gap: 10px;
}
#douga .douga2retu {
  width:49.5%;
}
@media (max-width: 640px) {
  #douga .btn {
    width:80%;
    margin-bottom:20px;
  }
  #douga {
    margin-top:-400px;
  }

}

.service-base {
  background-image:url(img/haikeibase.png);
  background-size:cover;
  background-position: top;
}
.service-area {
  max-width:900px;
  padding-top:60px;
  padding-bottom:60px;
}
.ser-s {
  display: flex;
}
#service .text-area {
  border-radius: 20px;
  padding:30px;
  width:50%;
  background-color:white;
  box-shadow: 200px 0 0 0 white;
}
#service .text-area-left {
  border-radius: 20px;
  padding:30px;
  width:50%;
  background-color:white;
  box-shadow: -200px 0 0 0 white;
}
#service .text-area p {
  margin-bottom:8px;
}
.ser-s .sec-title {
  text-align: left;
  margin:10px 0;
  font-size:1.8rem;
}
#service .img-area {
  padding-top:30px;
}
.ser-s .btn {
  width:100%;
}
@media (max-width: 700px) {
  .service-area {
    padding-top:20px;
  }
  .ser-s {
    flex-direction: column;
    margin-bottom:30px;
  }
  #service .text-area {
    width:100%;
    box-shadow: 0 150px white;
  }
  #service .text-area-left {
    width:100%;
    box-shadow: 0 150px white;
  }
  #service .img-area {
    padding:0 30px;
  }
}


#contact {
  text-align:center;
  color:white;
  margin-bottom:20px;
}
#contact .sec-title-img img {
  margin:80px auto 5px auto;
  height: 50px;
}
.btn-contact {
  padding:20px;
  background:#ffdb00;
  margin:30px 0;
  width:77%;
  display:inline-block;
  text-align:center;
  border-radius: 50px;
}
.btn-contact a {
  color:#002c35;
  font-size:1.4rem;
  font-weight: 700;
}
.contact-s ul {
  display:flex;
  color:#002c35;
  justify-content: center;
  column-gap:10px;
}
.contact-s ul li {
  padding:14px 18px;
  background-color: white;
  border: 5px solid #ffdb00;
  text-align:left;
  font-size:1.1rem;
  font-weight: 700;
}
.contact-s ul p {
  transform: skewX(-10deg);
  margin-bottom:5px;
}
.tel .number {
  font-size:30px;
  font-weight: 700;
  line-height:1.5rem;
  margin-left:3px;
}
#service .icon {
  height:23px;
}
@media (max-width: 640px) {
  #contact {
    .site-title img {
      width:100%;
    }
  }
  #contact {
    font-size:0.8rem;
    margin-bottom:0;
  }
  #contact .sec-title-img img {
    margin:80px auto 5px auto;
    height: 40px;
  }
  .btn-contact {
    width:100%;
  }
  .contact-s ul {
    flex-direction: column;
  }
  .contact-s ul li {
    margin:0 auto;
    margin-bottom:10px;
    width:100%;
  }
}


#partner ul {
  display: flex;
  flex-wrap:wrap;
  margin:40px;
  justify-content: center;
}
#partner ul li {
  padding:20px;
}
#partner ul li img {
  width:180px;
}
@media (max-width: 640px) {
  #partner ul {
    display: flex;
    flex-wrap:wrap;
    margin:20px;
    justify-content: center;
  }
  #partner ul li {
    padding:10px;
  }
  #partner ul li img {
    width:130px;
  }
}


#footer {
  background-color: #002c35;
  color:white;
  padding:2%;
}
#footer a {
  color:white;
}
.company {
  display:flex;
  justify-content: space-between;
}
.logo-syousai{
  display:flex;
  margin-right: 20px;
}
#footer .logo {
  width:120px;
  height:auto;
  margin-right: 20px;
}
.company p {
  font-size:20px;
  font-weight: 700;
  margin-bottom:8px;
}
.company li {
  font-size:0.9rem;
  margin-bottom:5px;
}
.end {
  text-align: center;
  font-size:11px;
}
@media (max-width: 700px) {
  .company {
    flex-direction: column;
  }
  .logo-syousai{
    flex-direction: column;
  }
}