/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/******************* リセットcssここまで **********************/

/*********************** 共通 ******************************/
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.6s ease;
}

a:hover {
  transition: all 0.6s ease;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

/* ボタンパーツ */
.btn-parts {
  margin-top: 80px;
}

.btn-parts p {
  text-align: center;
  margin-bottom: 20px;
}

/* ボタンパーツ共通 */
.button {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  font-size: 14px;
  color: #fff;
  background: #5277c9;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button,
.button::before,
.button::after {
  -webkit-transition: ease-in 0.6s;
  transition: ease-in 0.6s;
}


img {
  width: 100%;
  vertical-align: bottom;
}

* {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

/*********************** 共通 ここまで******************************/

main {
  position: relative;
  z-index: 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.mail-form {
  text-align: center;
}

.mail-form iframe {
  width: 100%;
  height: 460px;
}

.site-logo {
  color: #121212;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.site-logo .logo_02 {
  width: 180px;
}


.site-logo img {
    width: 260px;
    height: auto;
    padding: 8px 7px;
}

@media screen and (max-width: 768px) {
  .site-logo img {
    width: 125px;
  }

  .site-logo .logo_02 {
    width: 100px;
  }
}

.sp-nav-btn,
.sp-nav {
  display: none;
}

.header-wrapper {
  display: flex;
  align-items: center;
  padding: 1% 3vw;
  transition: ease-in 0.3s;
  background-color: #fff;
}

.button {
  padding: 0 20px;
  border-radius: 50px;
  position: relative;
}

.fa-chevron-right {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-wrapper {
  transition: ease-in 0.3s;
  border-radius: 50px;
}

.button:hover {
  background-color: #fff;
  color: #000858;
}

.pc-nav ul li,
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
}

.pc-nav ul li:last-child {
  background-color: #2FA8DE;
  transition: ease-in .3s;
}

.pc-nav ul li:last-child a {
  color: #ffffff;
  display: block;
}

.pc-nav ul li:after:last-child {
  display: none;
}

.pc-nav ul li:last-child:hover {
  background-color: #2f67de;
  transition: ease-in .3s;
}

.pc-nav {
  margin-left: auto;
}

.hover-under-line a {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
}

.footer-under-line a {
  color: #ffffff;
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .footer-under-line a {
    color: #ffffff;
    margin: 12px 0;
  }
}

.hover-under-line a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #121212;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.hover-under-line:last-of-type a:after {
  display: none;
}

.footer-under-line a:after {
  background: #fff;
}

.footer-under-line a:after {
  bottom: -8px;
}

.hover-under-line a:hover:after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.footer-under-line a:hover:after {
  bottom: -4px;
}

/* メインビジュアル */

.mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mv img {
  min-height: 50vh;
  object-fit: cover;
  margin-top: 100px;
  height: 100vh;
}

/* .mv::before {
  content: '';
  width: 40%;
  height: 1500px;
  top: -130px;
  left: -150px;
  background-color: #51acfcb8;
  position: absolute;
  transform: rotate(15deg);
} */

.copyright {
  font-family: Verdana, “Droid Sans”;
}

.main__title {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 72px;
  z-index: 2;
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 1px 1px 5px #333;

}

.sub__title {
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: 105%;
  left: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.5;
}

.sub__title span {
  display: block;
  font-size: 16px;
  text-align: center;
}

.sub__secondary {
  top: 62.5%;
}

.mv_other img {
  width: 100%;
  display: block;
  height: 450px;
  object-fit: cover;
}

.mv_other h2 {
  text-align: center;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: #fff;
}

.mv_other:before {
  display: none;
}

.mv_other span {
  font-size: 17px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .mv img {
    margin-top: 70px;
    height: unset;
  }
  .mv::before {
    width: 65%;
    height: 1000px;
    top: -130px;
    left: -100px;
    background-color: #51acfcb8;
    position: absolute;
    transform: rotate(15deg);
  }

  .mv_other img {
    height: 300px;
  }

  .mv_other h2 {
    font-size: 32px;
  }

  .main__title {
    color: #fff;
    font-size: 20px;
    z-index: 2;
    line-height: 1.5;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .main__title__sub {
    width: 80%;
    color: #fff;
  }

  .sub__title {
    font-size: 16px;
  }

  .sub__secondary {
    top: 65%;
  }

}

/* メインビジュアル */

/* スクロール後ヘッダー背景色 */
.header-wrapper.addColor {
  /* transition: ease-in 0.3s; */
  background: #fff;
}

/* スクロール後ヘッダー背景色 */

/******************** index.html headerここまで *************************/

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.section-title {
  text-align: center;
  font-size: 48px;
  position: relative;
  padding: 20px;
  margin-bottom: 16px;
  font-weight: 400;
  font-style: normal;
  color: #2FA8DE;
  font-weight: 700;
  line-height: 1.25;
}

.sub-text {
  font-size: 14px;
  color: #2FA8DE;
  display: block;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .sub-text {
    font-size: 12px;
  }
}

.about {
  padding: 80px 0;
  text-align: center;
}

.about__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.about__item {
  border-radius: 0px;
  background: linear-gradient(145deg, #ffffff, #e6e6e6);
  box-shadow: 20px 20px 35px #d9d9d9,
    -20px -20px 35px #ffffff;
    padding: 30px 80px;
    
}


.about__item img {
  max-width: 150px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about__item__text {
  font-size: 24px;
  text-align: center;
}

.about__text {
  font-size: 24px;
  margin: 40px auto;
  width: 50%;
  color: #2FA8DE;
}

.about__text span {
  display: inline-block;
  text-align: left;
}


@media screen and (max-width:768px) {

  .about {
    padding: 40px 0;
  }

  .about__text {
    width: 100%;
    font-size: 16px;
  }

  .about__list {
    display: block;
  }

  .about__item:nth-child(2) {
    margin: 40px 0;
  }

  .about__item img {
    width: 100px;
  }

  .about__item__text {
    font-size: 18px;
  }
}

.service__list {
  display: flex;
  flex-wrap: wrap;
}

.service__item {
  background: url(img/plant.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 33%;
  position: relative;
  padding: 20px;
}

.service__item:hover {
  opacity: .8;
  transition: ease-in .3s;
}

.service__item:nth-child(2) {
  background: url(img/pipework.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.service__item:nth-child(3) {
  background: url(img/machine.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.service__item:nth-child(4) {
  background: url(img/steel.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.service__item:nth-child(5) {
  background: url(img/dron_poto.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.service__item:nth-child(6) {
  background: url(img/ippankamotsu.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.service__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(51, 160, 193);
  background: -moz-linear-gradient(90deg, rgba(51, 160, 193, 0.7035189075630253) 0%, rgba(0, 195, 255, 0.3029586834733894) 100%);
  background: -webkit-linear-gradient(90deg, rgba(51, 160, 193, 0.7035189075630253) 0%, rgba(0, 195, 255, 0.3029586834733894) 100%);
  background: linear-gradient(90deg, rgba(51, 160, 193, 0.7035189075630253) 0%, rgba(0, 195, 255, 0.3029586834733894) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0c1", endColorstr="#00c3ff", GradientType=1);
}

.service__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

.service__item__title {
  position: relative;
  font-size: 24px;
  font-weight: 400;
}

.service__item a:before,
.service__item a:after {
  position: absolute;
  content: '';
}

.service__item a:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: ease-in .3s;
}

.service__item a:hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: ease-in .3s;
}

.service__item a:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: ease-in .3s;
}

.service__item a:hover:before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: ease-in .3s;
}

/*矢印が右に移動する*/
.service__item__text {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.service__item__text::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: ease-in .3s;
}

.service__item__text::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: ease-in .3s;
}

@media screen and (max-width: 768px) {
  .service__list {
    flex-direction: column;
  }
  .service__item {
    width: 100%;
  }
}



.company {
  padding: 120px 0 160px;
  position: relative;
}

.company__box {
  display: flex;
  align-items: center;
}

.company__image-wrapper {
  width: 50%;
}

.company__image-wrapper img {
  min-height: 450px;
  object-fit: cover;
}

.company__text-wrapper {
  position: relative;
  top: 40px;
  padding: 120px 0;
  width: 50%;
  text-align: center;
  background-color: #2FA8DE;
}

.company__text-wrapper .section-title,
.company__text-wrapper .sub-text {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .company {
    padding: 40px 0;

  }
  .company__box {
    display: block;
}  
.company__text-wrapper {
  position: static;
  width: 100%;
  padding: 40px 0;
}

.company__image-wrapper {
  width: 100%;
}
.company__image-wrapper img {
  min-height: unset;
}
}


.contact {
  padding: 120px 0;
  background: url(img/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.815);
  background-blend-mode: lighten;
}

.contact__inner {
  text-align: center;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.contact__inner .section-title,
.contact__inner .sub-text {
  color: #121212;
}

.contact__inner .btn {
  color: #121212;
  border: 2px solid #121212;
}

.contact__inner .btn:after {
  border-top: solid 2px #121212;
  border-right: solid 2px #121212;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }  
  .contact__inner {
    padding: 40px 0;
  }

.contact__inner .btn {
  color: #121212;
  border: 2px solid #121212;
  padding: 10px 20px;
}
.contact__inner .btn:after {
  display: none;
}

}

/********************************* index.htmlここまで *********************************/

.service-content {
  padding: 120px 0;
}

.service-content__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-content__box:nth-child(2n) {
  flex-flow: row-reverse;
  margin: 80px 0;
}

.service-content__image-wrapper {
  width: 58%;
}

.service-content__image-wrapper img {
  min-height: 450px;
  object-fit: cover;
}

.service-content__text-wrapper {
  position: relative;
  left: -150px;
  color: #ffffff;
  width: 38%;
  background: #2FA8DE;
  padding: 120px 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.service-content__text-wrapper h2 {
  font-size: 32px;
  font-weight: 400;
}


.service-content__box:nth-child(2n) .service-content__text-wrapper {
  left: 150px;
}


@media screen and (max-width: 768px) {

  .service-content {
    padding: 40px 0;
  }

.service-content__image-wrapper img {
  min-height: unset;
}

.service-content__box {
  flex-flow: column;
}
.service-content__image-wrapper {
  width: 100%;
}

.service-content__text-wrapper {
  position: static;
  width: 100%;
  padding: 20px;
}
.service-content__text-wrapper h2 {
  font-size: 24px;
}
.service-content__box:nth-child(2n) {
  flex-flow: column;
}
}


/********************************* service.htmlここまで *********************************/


.btn {
  display: inline-block;
  border: 1px solid;
  position: relative;
  background: #fff;
  color: #2FA8DE;
  border: 2px solid #2FA8DE;
  padding: 1rem 5.5rem 1rem 1.8rem;
  transition: ease-in 0.3s;
}

.btn:after {
  content: "";
  position: absolute;
  display: block;
  transition: ease-in 0.3s;
  width: 7px;
  height: 18px;
  top: 50%;
  right: 2.5rem;
  box-shadow: 2px -2px 0 #fff;
  border-top: solid 2px #2FA8DE;
  border-right: solid 2px #2FA8DE;
  transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}

.btn:hover:after {
  right: 5px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .btn:after {
    content: "";
    position: absolute;
    display: block;
    transition: ease-in 0.3s;
    width: 7px;
    height: 18px;
    top: 50%;
    right: 2.5rem;
    box-shadow: 2px -2px 0 #fff;
    border-top: solid 2px #2FA8DE;
    border-right: solid 2px #2FA8DE;
    transform: translateY(-50%) rotate(45deg) skewX(-45deg);
  }
    
}


.map {
  position: relative;
  width: 100%;
  padding-top: 50%;
  /* = height ÷ width × 100 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .access {
    padding: 40px 0;
  }
}



/***************************** index.htmlはここまで ******************************/




/*********************** about.htmlはここまで ***********************/

.comapny__table {
  padding: 120px 0 0;
}

.comapny__table .section-title {
  margin: 0 auto;
  display: block;
}

.comapny__table table {
  width: 100%;
}

.comapny__table table tr {
  border-bottom: 1px solid #64bef3;
}

.comapny__table table tr th {
  padding: 30px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  width: 300px;
}

.comapny__table table tr td {
  padding-left: 20px;
  padding-bottom: 20px;
}

.comapny__table .map {
  width: 100%;
  padding-top: 56.25%;
  /* = height ÷ width × 100 */
  margin-top: 80px;
}

.comapny__table .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .comapny__table {
    padding: 40px 0 0;
  }

  .comapny__table table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 20px 0 20px;
  }

  .comapny__table table tr td {
    display: block;
    width: 100%;
    padding: 15px 0 15px 20px;
  }
}

/*********************** company.htmlはここまで ***********************/


.contact-form-parts {
  padding: 120px 0;
  text-align: center;
}


#formWrap {
  width: 100%;
  max-width: 700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
  font-size:90%;
  text-align: left;
}
table.formTable{
	width:100%;
	margin:0 auto 20px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	/* border:1px solid #ccc; */
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
  /* background:#4ba8de; */
  color: #121212;
  text-align:left;
  vertical-align: middle;
}

.formTable .caution-text {
  color: rgb(216, 15, 15);
}

table.formTable textarea {
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
}

.contact-button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 16px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #4ba8de;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 0px #666666;  /* 影の設定 */
  border        : 2px solid #4ba8de;    /* 枠の指定 */
  width: 100%;
  max-width: 150px;
}

.contact-button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #4ba8de;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

.reset-button {
  background    : #fff;     /* 背景色     */
  color         : #4ba8de;     /* 文字色     */
}

.reset-button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #fff;     /* 背景色     */
  background    : #4ba8de;     /* 文字色     */
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-wrapper input {
  margin-bottom: 20px;
}


.m-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.m-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


@media screen and (max-width: 768px) {
  .contact-form-parts {
    padding: 40px 0;
  }
}




/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #formWrap {
    width:95%;
    margin: 0 auto;  
  }
  table.formTable th, table.formTable td {
    width:auto;
    display:block;
    padding-bottom: 0;
  }
  table.formTable th {
    margin-top:5px;
    border-bottom:0;
  }
  input[type="text"], textarea {
    width:100%;
    padding:5px;
    font-size:110%;
    display:block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    /* display:block; */
    height:40px;
  }
  }
  
  .button {
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 12pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 10px 25px;   /* 余白       */
    background    : #333333;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 1px 1px #666666;  /* 影の設定 */
    border        : 1px solid #333333;    /* 枠の指定 */
  }
  .button:hover {
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #333333;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }
  
  

/*********************** contact.htmlはここまで ***********************/

footer {
  background: #64bef3;
  color: #fff;
  padding: 3% 3vw;
}

.footer-left {
  width: 50%;
  line-height: 2;
}

.footer-left p {
  font-size: 14px;
}

.footer-right {
  width: 100%;
  height: auto;
}

.footer-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.footer-left .footer__last {
  font-size: 12px;
}

.footer-logo {
  display: flex;
}

.footer-logo span {
  font-size: 24px;
  color: #ffffff;
}

.flex {
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .footer-logo span {
    font-size: 16px;
  }

  .footer-logo {
    justify-content: center;
  }
}

/***** ハンバーガー *****/
@media screen and (max-width: 1024px) {

  .sp-nav .hover-under-line a {
    color: #56aef6;
  }

  .sp-nav-btn,
  .sp-nav {
    display: block;
  }

  .pc-nav {
    display: none;
  }

  /* ハンバーガーボタンの中身 */
  .sp-nav-btn {
    position: relative;
    top: -5px;
    width: 25px;
    height: 16px;
    z-index: 20;
    margin-left: auto;
    cursor: pointer;
    transition: ease-in 0.3s;
  }

  /* ハンバーガーボタンの中身 */

  /* ハンバーガーボタンの背景色 */
  .sp-nav-btn:before {
    content: "menu";
    position: absolute;
    color: #1d76e3;
    width: 45px;
    height: 40px;
    font-size: 10px;
    top: -10px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0px;
    padding-top: 45px;
    transition: ease-in .3s;
  }

  /* ハンバーガーボタンの背景色 */

  .pc-nav ul,
  .btn-wrapper {
    display: none;
  }

  /* ハンバーガーの３本線 */

  .sp-nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1d76e3;
    position: absolute;
  }

  .sp-nav-btn span:nth-of-type(1) {
    top: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(3) {
    bottom: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  /* ハンバーガーの３本線 */

  /* ハンバーガークリック後の線の動き */
  .sp-nav-btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    transition: ease-in 0.3s;
    background: #56aef6;
  }

  .sp-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    transition: ease-in 0.3s;
    background: #56aef6;
  }

  .sp-nav-btn.active:before {
    opacity: 0;
    transition: ease-in 0.3s;
  }

  /* ハンバーガークリック後の線の動き */

  /* ハンバーガークリック後のメニュー */
  .sp-nav {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: ease-in 0.3s;
    background: #fff;
  }

  /* ハンバーガークリック後のメニュー */

  .sp-nav.active {
    transform: translateX(0);
  }

  /* ハンバーガークリック後メニュー中身 */
  .sp-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .sp-nav ul li {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
  }

  .sp-btn-wrapper {
    height: 50px;
    line-height: 50px;
  }

  /* ハンバーガークリック後メニュー中身 */

  /***** ハンバーガーここまで *****/
  footer {
    padding: 35px 0;
  }

  .footer-left {
    width: 100%;
    text-align: center;
  }

  .footer-left h1 {
    font-weight: 400;
    font-style: normal;
  }

  footer .logo {
    justify-content: center;
  }

  .flex {
    flex-direction: column-reverse;
  }

  .footer-right {
    margin-bottom: 30px;
  }

  .footer-right ul {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}








.comming-soon {
  padding: 240px 0;
  text-align: center;
}








/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}



/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 200px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpTrigger,
.fadeInRightTrigger,
.fadeInLeftTrigger {
  opacity: 0;
}

.delay-time {
  animation-delay: .3s;
}

.delay-time_02 {
  animation-delay: .5s;
}

.delay-time_03 {
  animation-delay: .7s;
}