@charset "UTF-8";
/* ----------------------------------------------------------------------------
* ベース
* ------------------------------------------------------------------------- */

html {
  font-size: 70%;
  scroll-padding-top: 80px; /* 固定ヘッダーの高さに合わせて調整 */
}

body {
  color: #464745;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
}

p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
.red{
	color: #e60012;
}
/* ----------------------------------------------------------------------------
* ヘッダーエリア



header {
  align-items: center;
  margin: 0 auto;
  background-color: #369bdd;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.site-logo {
  width: 346px;
  height: 70px;
  padding-top: 6px;
}

.header-nav-links {
  display: flex;
}

.header-nav-item {
	font-size: 16px;
	margin: 24px 0 0 32px;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  position: relative;
  width: 100%;
  margin:0px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
	background-image: url('../images/menu_bg.png'); 
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
	max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}
    .logo {
        float: left;
        font-size: 36px;
    }
#head_wrap .logo {
  float: left;
  font-size: 36px;
}
#head_wrap .logo img{
	padding-top: 8px;
	width: 70%;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 28px 10px 0;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}

#head_wrap.fixed #global-nav ul li a {
  padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #00a0e9;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
	#head_wrap .logo img{
		padding: 5px 0 0;
		width: 64%;
	}
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 2px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #456b7c;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin: 20px 0 40px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
    /* #nav-toggle 切り替えアニメーション */
 #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
/* ----------------------------------------------------------------------------
* メインエリア
* ------------------------------------------------------------------------- */
section {
  scroll-snap-align: start;
}

.main-mv img {
  width: 100%;
	object-fit: cover;
}

.main-mv_text{
  position: absolute;
  right:0rem;
  top: 74px;
}
.main-mv_text_position{
   display: block;
  aspect-ratio: 135 / 52;
  -webkit-animation: fade-tilt 1.5s var(--easing-slow) both;
  animation: fade-tilt 1.5s var(--easing-slow) both;
}

.box-inner {
  max-width: 1000px;
  margin: 0px auto;
}

.box-title {
	font-weight: bold;
  font-size: 2.2rem;
  text-align: left;
  color: #00a0e9;
	margin-bottom: -8px;
}
.box-subtitle {
	font-weight: bold;
  font-size: 3.2rem;
  text-align: left;
  color: #464745;
  margin-bottom: 20px;
}
.box-title02 {
	font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #00a0e9;
margin-bottom: -8px;
}
.box-subtitle02 {
	font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  color: #464745;
  margin-bottom: 20px;
}

.subtitle {
	padding: 40px 0;
}

.catch-copy {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
}

.business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.li_l{
	width: 50%;
	padding: 40px 20px 0 0;
}
.li_r{
}
.mt40{
	margin-top: 40px;
}

#service{
	padding-top: 70px;
	margin-top: 40px;
	background-image: url("../images/service_bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

#company{
	padding-top: 160px;
	background-image: url("../images/company_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

/* ----------------------------------------------------------------------------
* 表
* ------------------------------------------------------------------------- */
	.con a{
		color:#464745 ;
	}
table{
	width: 100%;
}


#table01 tr,#table02 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,#table01 td ,#table02 th,#table02 td{
  padding: 24px 0;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}

#table01 th ,#table02 th {
  width: 30%;
}

#table01 ul{
	padding: 0 0 0 30px;
}

#table01 li{
	list-style: unset;
}

#table01 li p{
	margin-top: -4px;
}
#table02 td{
	padding-left: 15px;
}
.border_left{
	border-left: 1px solid #707070;
}
.border_top{
	border-top: 1px solid #707070;
}
#footer_box .spview{
	display: none;
}

/* ▼▼▼レスポンシブ用に構築する時にブラウザサイズを縮小させるCSSを追記します▼▼▼ */
@media only screen and (max-width: 900px) {
	.business-list li {
    width: 100%; 
    margin-bottom: 16px;
	padding-top: 0;
	}

  .business-list li img {
    width: 70%;
  }
	.business-image{
		margin: 50px 0 0;
		text-align: center;
	}
	section {
		padding: 20px;
	}

	#company{
		padding: 120px 20px 0;
	}
	#footer li{
		width: 100%;
		margin: 0;
		
	}
	
#footer .footer-nav-links{
		flex-direction: column;
	}
	#footer	.footer-inner{
		padding: 0 0 40px;
  flex-direction: column;
	}
	#footer .footer-rigt a{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 600px) {

 #header {
    display: block; /* 縦並びにする */
    padding: 0px; /* 上側、右側、左側に16px、下部に0pxの外側の余白 */
  }

  .site-logo {
	  text-align: center;
    margin: 0 auto; /* ロゴを中央に設置 */
  }
.site-logo img{
		width: 70%;
		margin: 0 auto;
	}

  .header-nav-links {
    background-color: #eef4ff; /* 背景色の設定 */
    margin: 16px -16px 0 -16px; /* 上側に16pxの外側の余白と、左右に16px広げる */
    padding: 16px 0; /* 上下に16pxの内側の余白 */
    justify-content: center; /* flexboxを中央表示 */
  }

  .header-nav-item:first-child {
    margin-left: 0; /* 左側に0pxの外側の余白 */
  }

 .main-mv img {
	 width: 100%;
	 margin-top: 10px;
  }

  .box-inner {
    margin: 0 0 24px; /* 上側に0px、右側に16px、下側に24px、左側に16pxの外側の余白 */
  }

  .catch-copy {
    text-align: left; /* 文字を左に寄せる */
    font-size: 1.6rem; /* 文字の大きさを1.6remに設定 */
    line-height: 2; /* 行ボックスの高さを文字の大きさの2倍にする */
  }

  .br-sp {
    display: none; /* 非表示 */
  }

  .box-title {
    font-size: 1.6rem;
	 margin-bottom: 0;
  }
.box-subtitle,.box-subtitle02{
	font-size: 2.2rem;
	}
	.box-title02{
		font-size: 1.6rem;
	}

  .business-list {
    display: block; /* 縦並びにする */
  }

  .business-list li {
    width: 100%; /* 幅を100%設定 */
    margin-bottom: 16px; /* 下側に16pxの外側の余白 */
  }

  .business-list li img {
    width: 100%; /* 幅を100%設定 */
  }

  .business-title {
    font-size: 1.6rem; /* 文字の大きさを1.6remに設定 */
    text-align: center; /* 文字を中央に寄せる */
  }
	
	#table01 th, #table01 td, #table02 th, #table02 td{
		padding: 4px;
	}
	#table01 ul{
		padding-left: 18px;
		
	}
		#service{
		margin: 0px;
		padding-top: 40px;
	}
	#company{
		padding-top: 64px;
	}


.li_l{
	width: 100%;
	padding: 10px 0;
}
.li_r{
	margin: 20px auto 0;
}
	#footer .footer-nav-item img{
		padding-top: 20px;
	}
	.business-image{
		margin-top: 20px;
	}
#footer_box .pcview {
		display: none;
	}
#footer_box .spview {
		display: block;
	}

}

/* ▲▲レスポンシブ用に構築する時にブラウザサイズを縮小させるCSSを追記します▲▲▲ */

.business-image {
  margin-bottom: 4px;
}

.business-title {
  font-size: 1.7rem;
}

/* ----------------------------------------------------------------------------
* フォーム
* ------------------------------------------------------------------------- */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
/*--hover--*/
input[type="submit"]:hover {
    color: #369bdd;
    background-color: #ffffff;

    cursor: pointer;
    transition: background-color 1s;
}
@media screen and (max-width: 480px) {
  .Form {
	  padding: 10px;
    margin-top: -30px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #e60012;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-Required02{
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }
	.subtitle{
		padding: 80px 0 10px;
	}
	section.privacybox{
		margin: 50px 10px 0;
		padding: 10px;
	}
}
/* ----------------------------------------------------------------------------
* プライバシー
* ------------------------------------------------------------------------- */
.privacybox{
	height: 380px;
	font-size: 80%;
	max-width: 620px;
	margin: 100px auto 0;
	padding: 30px 40px 20px;
	border: 1px solid #1d1d1d;
	overflow-y: scroll; 
}
.privacysubtitle{
	padding: 20px 0;
}
.privacybox li{
	list-style: inside;
}

.privacybox h1{
	text-align: center;
    font-size: 2.4rem;
}
.privacybox h2{
	text-align: center;
	font-size: 1.4rem;
}

.privacybox h3{
	margin: 20px 0 0;
}


.box {
  width: 200px;                /* 横幅を200pxに指定 */
  height: 200px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}


/* ----------------------------------------------------------------------------
* フッタエリア
* ------------------------------------------------------------------------- */

#footer {
	margin-bottom: -34px;
  width: 100%;
background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 30px;
	margin-top: 70px;
}
#footer_box{
	text-align: center;
  background-color: #369bdd;
  width: 100%;
}
#footer_box img{
	width: 100%;
}
.footerbox-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding:0;
}


.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.footer-nav-links {
  display: flex;
}

.footer-nav-item {
  margin-right: 40px;
}

.footer-nav-item img{
	padding-top: 50px;
	width: 100%;
	max-width: 280px;
}

.footer-rigtbox {
	color: #464745;
	text-align: center;
}
.footer-rigtbox a{
	color: #464745;
}
.footer-rigt a{
	border: 1px solid #464745;
border-radius: 100px;
    display: block;
    width: 300px;
    padding: 15px;
    box-sizing: border-box;
    color: #464745;
    text-decoration: none;
    text-align: center;
    margin: 10px 0 20px;
	transition: color 0.2s ease; 
}
.footer-rigt a:hover {
	border: 1px solid #369bdd;
  background: #369bdd;
	color: #fff;
}

small {
  font-size: 100%;
}

/* ----------------------------------------------------------------------------
* リンク
* ------------------------------------------------------------------------- */

a {
  color: #fff;
  text-decoration: none;
transition: color 0.2s ease;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.footer-nav-item a {
  color: #ffffff; /* 文字色を指定 */
  text-decoration: underline;
}
.footer-nav-item a:hover{
color: #9dcfef;
}

.footer-nav-item a:visited,
.footer-nav-item a:hover,
.footer-nav-item a:active {
  text-decoration: none;
}

.pagetop-btn {
  position: fixed;
  width: 52px;
  height: 52px;
  border: solid 1px #464745a3;
  border-radius: 50%;
  background: #464745a3;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
}

.pagetop-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}

.pagetop-btn.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------------------------------
* レスポンシブ対応（スマホサイズ対応）
* ------------------------------------------------------------------------- */

/* ▼▼▼こちらにレスポンシブ用のCSSを記述してください▼▼▼ */









/* ▲▲▲こちらにレスポンシブ用のCSSを記述してください▲▲▲ */