@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
/**a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}**/
a:hover {
    color: var(--linkhover-color);
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 1.5rem 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    color:#333;
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

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

@media screen and (max-width: 768px){
  .header {
  	flex-direction: column;
  }
  .header #open,#close  {
      position: absolute;
      top: 20px;
      right: 12px;
  }
  nav ul {
  	flex-direction: column;
  }
  .header li {
  	padding-top: 0;
  }
  .pc {
    display:none;
  }
  .sp {
    display:block;
  }
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg {
    width: 100%;
    background-image: url(../img/top/FV001.webp);
    background-size: cover;
    background-position: center bottom;
    height: 550px;
    align-items: center;
    display: flex;
}
.mainimg h2 {
    width:100%;
    text-align: center;
    color: #555;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
    letter-spacing: 0.5rem;
    line-height: 1.5;
    font-size: 5.5rem;
    font-weight: bold;
  }
  @media screen and (max-width: 768px) {
    .mainimg {
        height: 350px;
    }
    .mainimg h2 {
      font-size: 2.5rem;
  }
}
.mainimg span {
    font-size: 2rem;
  }
  @media screen and (max-width: 768px) {
    .mainimg span {
      font-size: 1.5rem;
  }
}
/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: var(--back-color);
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
}
/*コンテンツ
-------------------------------------*/
.txt001 {
  margin-top:30px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .txt001 {
    margin-top:30px;
    text-align: left;
  }
}

.posi-left {
	text-align: left;
}
.title001 {
  margin: 30px 0 50px;
  text-align: center;
}
.company {
  margin: 0 auto;
  max-width:600px;
}
.wrapper {
	width:100%;
}
.logo {
	width: 150px;
	float:left;
}
.main_slide {
	width:100%;
}
.column_01_bg {
	width:100%;
	background-color:#00a5e3;
}
#column_01,#column_03 {
	max-width: 900px;
	margin: 0 auto;
	padding:70px 5% 100px 5%;
  color: #fff;
	text-align: center;
}
#column_02 {
	max-width: 780px;
	margin: 0 auto;
	padding:70px 5% 100px 5%;
  color: #fff;
	text-align: center;
}
.column_02_bg {
	width:100%;
	background-color:#0084b6;
}
.column_03_bg {
	width:100%;
	background-color:#fff;
}
.box {
	width:250px;
	height:auto;
	padding:20px 20px;
	text-align: center;
	display: inline-block;
}
.title01 {
	border-bottom: solid 2px #fff;
	padding:5px 30px;
	width:280px;
	text-align: center;
	font-size:160%;
	margin:0 auto 50px auto;
}
.title02 {
	padding:15px 0;
	font-size:120%;
}
.title03 {
	color:#333;
	border-bottom: solid 2px #333;
	padding:5px 30px;
	width:250px;
	text-align: center;
	font-size:160%;
	margin:0 auto 30px auto;
}
.text01 {
	font-size:110%;
	padding: 20px 3% 0 3%;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .text01 {
  	text-align: left;
  }
}
.text02 {
	padding: 0;
	max-width:600px;
	margin:0 auto;
	text-align: left;
}
.text03 {
	color:#333;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .text03 {
  	text-align: left;
  }
}
.icon_yellow {
	color:#fffd50;
}
.button01 {
	background-color: #f39800;
	text-align: center;
	margin: 50px auto 50px auto;
	width: 200px;
	color:#fff;
	padding:20px;
	font-size:140%;
	transition: background-color 0.5s;
  text-decoration: none;
}
.button01:hover {
	background-color:#f7b13d;
	transition: 0.5s;
}
.button02 {
	background-color: #f39800!important;
	text-align: center!important;
	width: 200px!important;
	height:70px!important;
	color:#fff!important;
	font-size:140%!important;
	transition: background-color 0.5s!important;
  text-decoration: none;
}
.button02:hover {
	background-color:#f7b13d;
	transition: 0.5s;
}
.footer {
	background-color:#909090;
	padding: 30px 0 0 0;
	text-align: center;
	width:100%;
}
.copyright {
	padding: 30px 0 20px 0;
	color:#fff;
	font-size: 90%;
}
.form_table {
	max-width:800px;
	margin:25px auto 15px auto;
	font-size:20px;
}
.form_title_01 {
	color:#fff;
	width:20%;
	text-align: right;
	padding:5px;
}
.form_title_02 {
	width:45%;
　text-align: left;
	padding:15px;
	border: none;
}
@media screen and (max-width: 768px) {
	.form_table {
		width:100%;
		margin:0 0 25px 0;
	}
	.form_title_01 {
		width:30%;
	}
	.form_title_02 {
		width:65%;
	}
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: var(--back-color);
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
/**.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
    color: var(--white-color);
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}**/

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){

/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}
.table td {
	display: block;
}
}
.mb_30 {
  margin:20px 0;
}
#column_02 dl,#column_02 dt,#column_02 dd {
  text-align: left;
  font-size:105%;
}
#column_02 dd {
  padding-left:35px;
}
