/*
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;
}

*,
*: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;
}

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

.site-logo {
  color: #333333;
  font-size: 18px;
  font-family: vdl-logona, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
}

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

@media screen and (max-width:768px) {
  .site-logo {
    justify-content: center;
  }
}

.site-logo img{
  width: 48px;
  height: 48px;
  margin-right: 5px;
}

.site-logo-txt {
  padding-left: 10px;
}

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

.header-wrapper {
  display: flex;
  align-items: center;
  padding: 1% 3vw;
  transition: ease-in 0.3s;
  background: #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 30px;
}

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

.hover-under-line a {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
  color: #333;
}
.footer-under-line a {
  color: #ffffff;
}

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

.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 img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
}

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

.mv h2 {
  position: absolute;
  top: 50%;
  left: 10%;
  color: #fff;
  text-shadow: 3px 2px 3px #172c376b;
  font-size: 4vw;
  line-height: 2;
  z-index: 1;
  font-family: 'Noto Serif JP', serif;
}

.mv_other img {
  height: 600px;
}

.mv_other h2 {
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.15em;
  font-family: din-condensed, sans-serif;
}

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

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

  .mv {
    height: 550px;
  }
  .mv img {
    height: 550px;
    object-position: center left;
  }

  .mv h2 {
    font-size: 6vw;
    left: 5%;
    text-shadow: 3px 2px 3px #172c376b;
  }

  .mv_other h2 {
    font-size: 22px;
    width: 100%;
    left: 50%;
  }
}

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

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

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

/******************** index.html headerここまで *************************/
body {
  font-family: 'Noto Sans JP', sans-serif;
}

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

.btn {
  display: flex;
  justify-content: center;
}

.btn .button {
  background: #5277C9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn .button:hover {
  border: 1px solid #5277C9;
  background-color: #ffffff;
  color: #5277c9;
  
}

.section-title {
  text-align: center;
  font-size: 72px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1865c5;
  line-height: 1.25;
}

.sub-text {
  font-size: 14px;
  color: #4c4c4c;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .2em;
  font-weight: bold;
}

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

  .sub-text {
    font-size: 12px;
  }
}
.service {
  padding: 160px 0;
}
.service .btn {
  text-align: center;
}

.service-list {
  display: flex;
  justify-content: space-around;
}

.service-item {
  width: 33%;
  text-align: center;
}

.service__text {
  margin: 24px 0 48px;
}

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

  .service-list {
    display: block;
  }
  .service-item {
    width: 100%;
  }
}


.company {
  padding: 110px 0;
  padding-top: 240px;
	position: relative;
  background: #F8F8F8;
}


.company > figure {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(img/company_secimg.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 120px 10em;
}
.company section div {
    margin: 0 0 0 auto;
    width: 620px;
    padding: 50px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    box-sizing: border-box;
}
.company .section-title {
	font-size: 70px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
}

.company__text {
  margin-top: 32px;
  text-align: justify;
}


.company section p.btn {
	text-align: right;
  margin-top: 40px;
  justify-content: flex-start;
}
/* .company section p.btn .button {
	background-color: #5277C9;
    border: 2px solid #5277C9;
    color: #fff;
} */
/* .company section p.btn .button:hover {
	background-color: #fff;
    border-color: #424242;
    color: #424242;
} */
@media screen and (max-width: 768px) {

  .company {
    padding: 40px 0;
  }

	.company > figure {
		display: none;
  }
	.company section div {
		width: 100%;
		position: static;
		background: none;
		padding: 0;
	}
	.company .section-title {
    text-align: center;
    font-size: 32px;
  }
  
	.company section div figure {
		display: block;
		height: 300px;
		margin: 0 -5vw 10px -5vw;
		padding: 0 5vw;
		background: url(img/company_secimg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
  .company section p.btn {
    justify-content: center;
  }
}

.about {
  background: url(img/about-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.803);
  padding: 160px 0;
  
}

.about .btn {
  text-align: center;
}

.about__inner {
  width: 50%;
  margin: 24px auto 48px;
  text-align: justify;
}

.about__inner .section-title {
  padding: 0;
  margin-top: 16px;
}

@media screen and (max-width:768px) {
  .about {
    padding: 40px 0;
  }
  .about__inner {
    width: 100%;
  }
}


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

.point01 {
  padding: 160px 0;
}

.point01__inner {
  background-color: #b8d9ff;
  padding: 48px;
  width: 70%;
  margin: 0 auto;
}

.point01__inner h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 24px;
}

.point01__list {
  display: flex;
  justify-content: space-around;
}

.point01__item {
  background-color: #fff;
  width: 40%;
  text-align: center;
  padding: 80px 0;
}

.point01__item p {
  font-size: 12px;
}
.point01__item h5 {
  margin-top: 24px;
}

.point01__item h4 {
  margin-top: -106px;
  font-size: 24px;
}

.point01__info {
  text-align: center;
  width: 70%;
  margin: 40px auto;
  line-height: 2;
}

@media screen and (max-width:768px) {
  .point01 {
    padding: 40px 0;
  }
  .point01__list {
    display: block;
  }

  .point01__info {
    width: 100%;
    margin: 24px auto;
  }

  .point01__item {
    width: 100%;
    margin-bottom: 40px;
    padding: 80px 0;
  }

  .point01__inner {
    padding: 24px;
    width: 100%;
  }
}

.point02 {
  background: #efefef;
  padding: 160px 0;
}

.point02__inner__leftimg dl {
	margin: 0 auto 160px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	align-items: center;
}
.point02__inner__leftimg dt {
	width: 50%;
	margin: 0 5% 0 0;
}
.point02__inner__leftimg dd {
  color: #666666;
  text-align: justify;
	width: 45%;
}
.point02__inner__leftimg dd em {
	font-size: 2rem;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 20px;
	color: #454545;
	display: block;
}
.point02__inner__leftimg dd p.btn {
	text-align: right;
	margin-top: 40px;
}
.point02__inner__leftimg dd .button {
	background-color: #424242;
	border: 2px solid #424242;
	color: #fff;
	line-height: 60px;
}
.point02__inner__leftimg dd a.button:hover {
	background-color: #fff;
    border-color: #424242;
    color: #424242;
}
@media screen and (max-width: 768px) {
  .point02 {
    padding: 40px 0;
  }
	.point02__inner__leftimg dl {
    display: block;
    margin: 0 auto 80px auto;
	}
	.point02__inner__leftimg dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.point02__inner__leftimg dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.point02__inner__leftimg dd em {
		text-align: center;
	}
	.point02__inner__leftimg dd p.btn {
		text-align: center;
	}
}

.point02__inner__rightimg {
	margin: 0 auto 160px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	box-direction: reverse;
    box-orient: horizontal;
    flex-direction: row-reverse;
	align-items: center;
}
.point02__inner__rightimg dt {
	width: 50%;
	margin: 0 0 0 5%;
}
.point02__inner__rightimg dd {
  width: 45%;
  text-align: justify;
}
.point02__inner__rightimg dd em {
	font-size: 2rem;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 20px;
	color: #454545;
	display: block;
}
.point02__inner__rightimg dd p.btn {
	text-align: right;
	margin-top: 40px;
}
.point02__inner__rightimg dd .button {
	background-color: #424242;
	border: 2px solid #424242;
	color: #fff;
	line-height: 60px;
}
.point02__inner__rightimg dd a.button:hover {
	background-color: #fff;
    border-color: #424242;
    color: #424242;
}
@media screen and (max-width: 768px) {
	.point02__inner__rightimg {
		display: block;
	}
	.point02__inner__rightimg dt {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.point02__inner__rightimg dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.point02__inner__rightimg dd em {
		text-align: center;
	}
	.point02__inner__rightimg dd p.btn {
		text-align: center;
	}
}

.work-main {
  background-color: #efefef;
  padding: 160px 0;
}

.work-main__list__wrapper {
	width: 100%;
	margin:0 auto 160px auto;
}
.work-main__list {
	display:-ms-flexbox;
	display:-webkit-flex;
  display: flex;
  flex-wrap: wrap;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.work-main__item {
  width: 30%;
  background-color: #fff;
  margin-bottom: 32px;
}
.work-main__list__wrapper figure {
	position: relative;
	margin-bottom: 10px;
}

.work-main__text-wrap {
  padding: 20px;
  text-align: justify;
}
.work-main__text-wrap h5 {
  font-size: 18px;
}
.work-main__text-wrap span {
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .work-main {
    padding: 40px 0;
  }
	.work-main__list__wrapper {
      width: 100%;
      margin: 0 auto 40px auto;
	}
	.work-main__list__wrapper ul {
		display: block;
		padding: 0;
	}
	.work-main__list__wrapper li {
		width: 100%;
		margin: 0 auto 40px auto;
		padding-bottom: 40px;
	}
	.work-main__list__wrapper li figure {
		width: 100%;
		margin: 0 auto 25px auto;		
	}
	.work-main__list__wrapper li em,
	.work-main__list__wrapper li span {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}

.work-other {
  padding: 160px 0;
}

.work-other__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.work-other__item {
  box-sizing: border-box;
  width: 30%;
  margin: 1% auto;
  color: #ffffff;
  background-color: #5277C9;
  padding: 48px 8px;
  border-radius: 8px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:768px) {
  .work-other {
    padding: 40px 0;
  }
  .work-other__list {
    display: block;
  }
  .work-other__item {
    width: 100%;
  }
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.image-wrapper img {
  width: 50%;
}

.profile {
	padding: 160px 0;
}
.profile p {
  font-size: 32px;
  margin-top: 40px;
}
.profile table {
	width: 100%;
}
.profile table tr {
	border-bottom: 1px solid #dcdcdc;
}
.profile table tr th {
	padding: 30px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    width: 300px;
}
.profile table tr td {
	padding-left: 20px;
}

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

  .image-wrapper {
    display: block;
  }

  .image-wrapper img {
    width: 100%;
  }
  
  .message__text {
    width: 100%;
    text-align: left;
  }

  .message__inner img {
    height: auto;
  }
  .profile {
    padding: 40px 0;
  }
	.profile table tr th {
		display: block;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
		padding: 15px 20px 0 20px;
	}
	.profile table tr td {
		display: block;
		width: 100%;
		padding: 15px 0 15px 20px;
	}

}

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



.hover {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.hover .hover-img {
  margin: 0;
  padding: 0;
}

.hover-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.hover-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hover .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  /*要素の大きさを0にしt表示させない*/
  transform: scale(0);
  /*ホバーの動き方*/
  transition: .35s ease-in-out;
}

.hover .hover-text .text1 {
  font-size: 22px;
  padding: 10px 20px;
}

.hover .hover-text .text2 {
  font-size: 16px;
  padding: 0 20px;
}

/*ホバーエフェクト*/
.hover:hover .hover-text {
  /*要素の大きさを1にして表示*/
  transform: scale(1);
}

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


.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: 767px) {
	.company table tr th {
		display: block;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
		padding: 15px 20px 0 20px;
	}
	.company table tr td {
		display: block;
		width: 100%;
		padding: 15px 0 15px 20px;
  }
  .map {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* = height ÷ width × 100 */
  }
}

/******************* company.htmlここまで *******************/
  .contact {
    padding: 160px 0;
  }

.form-container {
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
}

#formWrap {
  width: 100%;
  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: 7px;
}

table.formTable td {
  background-color: rgba(255,255,255,.8);
}

table.formTable th {
  width: 40%;
  font-weight: 700;
  /* background:#4ba8de; */
  vertical-align: middle;
  text-align: left;
  padding-left: 15px;
}

.formTable .caution-text {
  color: red;
  font-size: 12px;
}
table.formTable textarea {
  /* width: 100%; */
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  background-color: #fff;
}

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

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

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

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


.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: none;
  box-shadow: 0 0 0 1px #ccc;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.m-form-text:hover,
.m-form-textarea:hover {
  background-color: rgba(33, 150, 243,.1) ;
}

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

.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;
  /* 文字色     */
}

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

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

  .form-container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  #formWrap {
    width: 90%;
    margin: 0 auto;
  }

  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    border-bottom: 0;
    padding: 5px;
    
  }

  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;
  }
}

@media screen and (min-width:901px) {
  .form-sp {
    display: none;
  }
}

@media screen and (max-width:900px) {
  .form-sp {
    display: block;
  }
}

/******************* contact.htmlここまで *******************/
.footer-right {
  width: 100%;
  height: auto;
}

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

footer {
  background: #5277C9;
  color: white;
  padding: 80px 0;
}
.footer__last {
  font-size: 12px;
}
.footer-logo {
  color: #ffffff;
}

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

.flex {
  display: flex;
}

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

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

  .pc-nav {
    display: none;
  }

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

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

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

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

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

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

  .sp-nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    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 .3s;
  }

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

  }

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

  .sp-nav-btn.active:before {
    opacity: 0;
    transition: ease-in .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 .img-text-1col {
    text-align: center;
  }

  .img-text-1col h1{
    font-family: vdl-logona, sans-serif;
    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;
  }
}



#slider {
  width: 100%;
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

#splash {
  /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#fff;
    text-align:center;
    color:#fff;
  }
  
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  /* Loading アイコンの大きさ設定　*/
  #splash_logo img {
    width: 100px;
  }
  
  /* fadeUpをするアイコンの動き */
  .fadeUp{
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }