@charset "utf-8";
/*
theme Name: オリジナルテーマ
Author: I's Creation
Description: original theme
version： 1.0.0
*/
/*サイト全体の基準となるCSSを記述*/


/*============================================================================
  ヘッダー
============================================================================*/
.header-inner2 {
  width: 100%;
  padding: 15px 0;
  z-index: 10;
  display: table;
  position: fixed;
  background-color: transparent;
  transition: 1.0s ;
}
.header-inner2.transform {
  background-color: #fff;
}
.header-inner2 h1 {
  font-size: 5px;
}
.header-inner2 .logo-img2 {
  display: none;
}
.header-inner2.transform .logo-img1 {
  display: none;
}
.header-inner2.transform .logo-img2 {
  display: block;
}
.site-title a img {
  width: auto;
  display: table-cell;
  text-align: left;
  width: 100%;
  min-width: 150px;
}
.site-title-wrap {
  width: 30%;
  margin-left: 20px;
}

/*============================================================================
  固定ページ用
============================================================================*/
.kotei-page-container {
}
.kotei-page-container .title-wrap {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.kotei-page-container .title-wrap.noEyeCatch {
  height: 300px;
  background-color: #333;
}
.kotei-page-container .title-wrap div {
  width: 100%;
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}.kotei-page-container .title-wrap.noEyeCatch div {
  display: none;
}
.kotei-page-container .title-wrap h1 {
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:90%;
  height:auto;
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-weight: normal;
}
.kotei-page-container #breadcrumb {
  width: 100%;
  padding: 3px 20px;
  background-color: #262626;
}
#breadcrumb span {
  font-size: 13px;
  color: #fff;
  transition-duration: 0.3s;
}
#breadcrumb a {
  text-decoration: none;
}
#breadcrumb a span:hover {
  color: #AF173F;
  transition-duration: 0.3s;
}
.kotei-page-container .honbun {
  width: 97%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.kotei-page-container .honbun h2 {
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
}
.kotei-page-container .honbun .sub-text {
  font-size: 14px;
  color: #AF173F;
}
.kotei-page-container .honbun p {
  margin-bottom: 20px;
}
@media screen and (max-width:420px) {
  .kotei-page-container .title-wrap h1 {
    font-size: 40px;
  }
}

/*============================================================================
  固定ページ テーブル
============================================================================*/
.kotei-page-container table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size:16px;
  margin-bottom: 100px;
}
.kotei-page-container table caption {
  text-align: left;
}
.kotei-page-container table caption .sub-text{
  font-size: 14px;
  color: #AF173F;
}
.kotei-page-container table tr {
  border-bottom: 1px solid #ddd;
}
.kotei-page-container table td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 32px 0 32px 5%;
}
.kotei-page-container table th {
  text-align: left;
  padding: 32px 0 32px 5%;
  width: 36%;
  font-weight: normal;
}

/*============================================================================
  左テキスト／右画像
============================================================================*/
.box-img-right-wrap {
  position: relative;
  height: 850px;
  width: 100%;
  margin: 0 auto 100px auto;
}
.box-img-right-wrap .bg-gray {
  position: absolute;
  background-color: #fafafa;
  position: absolute;
  top: 150px;
  left: 0;
  content: '';
  width: 75%;
  height: 600px;
}
.box-img-right-wrap .box-img-right-img {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.box-img-right-wrap .box-img-right-img img{
  position: absolute;
  right: 0;
}
.box-img-right-wrap .box-img-right-text {
  width: 80%;
  position: absolute;
  top: 430px;
  left: 5%;
}

/*============================================================================
  右テキスト／左画像
============================================================================*/
.box-img-left-wrap {
  position: relative;
  height: 850px;
  width: 100%;
  margin: 0 auto 100px auto;
}
.box-img-left-wrap .bg-gray {
  position: absolute;
  background-color: #fafafa;
  position: absolute;
  top: 150px;
  right: 0;
  content: '';
  width: 75%;
  height: 600px;
}
.box-img-left-wrap .box-img-left-img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.box-img-left-wrap .box-img-left-text {
  width: 80%;
  position: absolute;
  top: 430px;
  right: 5%;
}

/*============================================================================
  パーツ２
============================================================================*/
.cont-parts-02-wrap {
  position: relative;
  height: 720px;
}
.cont-parts-02-wrap .bg-gray {
  background-color: #fafafa;
  position: absolute;
  top: 50px;
  right: 0;
  content: ' ';
  width: 75%;
  height: 550px;
}
.cont-parts-02-title {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 5;
  }
.cont-parts-02-img {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.cont-parts-02-img img {
  width: 768px;
  max-width: 768px;
  position: absolute;
  right: 0;
}
.cont-parts-02-text {
  width: 75%;
  position: absolute;
  top: 360px;
  right: 0;
  padding-left: 50px;
}
.cont-parts-02-text h2 {
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
}
@media screen and (max-width:480px) {
  .cont-parts-02-img {
    height: 200px;
  }
  .cont-parts-02-img img {
    width: 480px;
    max-width: 480px;
  }
  .cont-parts-02-text {
  width: 100%;
  top: 270px;
  padding-left: 20px;
}
}
/*============================================================================
  パーツ５
============================================================================*/
.cont-parts-05-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 100px auto;
}

.cont-parts-05-wrap .cont-parts-05-img {
  width: calc(100vw - 8.3px);
  height: 450px;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.cont-parts-05-wrap .cont-parts-05-img img {
  width:100vw;
  min-width:1920px;
  height: 450px;
}
.cont-parts-05-wrap .cont-parts-05-text {
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color: #fff;
  text-align: center;
  width: 80%;
}
.cont-parts-05-wrap .cont-parts-05-title {
  font-size: 100px;
  font-weight: bold;
  z-index: 5;
  color: #fff;
}
.cont-parts-05-wrap .cont-parts-05-text h2 {
  margin-bottom: 20px;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
}
/*============================================================================
  パーツ８
============================================================================*/
.cont-parts-08-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 50px auto 100px auto;
}
.cont-parts-08-wrap .cont-parts-08-text {
  text-align: center;
}
.cont-parts-08-wrap .cont-parts-08-title {
  font-size: 100px;
  font-weight: bold;
  color: #000;
}
.cont-parts-08-wrap h2 {
  margin-bottom: 20px;
  font-weight: normal;
  color: #000;
  font-size: 30px;
}
.cont-parts-08 {
  width: 50%;
  float: left;
  margin: 30px 0;
  color: #fff;
  height: 550px;
}
.cont-parts-08:nth-child(2n+1) {
  background-color: #282C50;
}
.cont-parts-08:nth-child(2n) {
  background-color: #262626;
}
.cont-parts-08 h3 {
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
  color: #fff;
}
.cont-parts-08 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
  }
.cont-parts-08 p {
  padding: 0 5px;
}


/*============================================================================
  olのcssリセット（プライバシーポリシーページ用）
============================================================================*/
.honbun .reset-list {
  list-style: decimal;
}
.honbun .reset-list li {
  padding: 0.5em 0.5em 0.5em 10px;
  margin-left: 20px;
}
.honbun .reset-list li:before {
  all: initial;
}


/*============================================================================
  サイトマップ
============================================================================*/
.sitemap-wrap {
  margin-left: 10%;
}
.honbun #sitemap_list li {
list-style: none;
padding-top: 8px;
}
.honbun #sitemap_list li:before {
  display: none;
}
.sitemap ul li:before {
  content: none;
}
#sitemap_list a {
  text-decoration: none;
  color: #000;
  transition-duration: 0.3s;
}
#sitemap_list a:hover {
  color: #AF173F;
  transition-duration: 0.3s;
}
#sitemap_list .cat-item {
  margin-top: 30px;
}
#sitemap_list .cat-item a {
  font-weight: bold;
  color: #000;
  transition-duration: 0.3s;
}
#sitemap_list .cat-item a:hover {
  color: #AF173F;
  transition-duration: 0.3s;
}
#sitemap_list .cat-item a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07c";
  padding-right:5px;
  color: #555;
}
#sitemap_list .cat-item .post-item a {
  font-weight: 400;
  color: #000;
  transition-duration: 0.3s;
}
#sitemap_list .cat-item .post-item a:hover {
  color: #AF173F;
  transition-duration: 0.3s;
}
#sitemap_list .cat-item .post-item a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right:10px;
  color: #555;
}
#sitemap_list .page_item a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right:10px;
  color: #555;
}