@charset "UTF-8";
/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
.container img {
  display: block;
  width: 100%;
  height: auto;
}
.container a {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.container a:hover {
  opacity: 0.8;
}

header {
  width: 100%;
  height: 1015px;
  background: url("../images/bg-top.png") repeat-x center top;
}
header .in_wrap {
  width: 1200px;
  height: 1015px;
  margin: 0 auto;
  background: url("../images/bg-h1.png") no-repeat center top;
}
header .in_wrap h1 {
  width: 450px;
  margin: 0 auto 186px;
  padding: 80px 0px 0px;
}
header .in_wrap h2 {
  width: 584px;
  margin: 0 auto;
}

section.cts_01 {
  width: 990px;
  margin: 0 auto;
}

section.cts_02 {
  width: 100%;
  background: url("../images/bg-cts-02.png") no-repeat center top;
}
section.cts_02 .in_wrap {
  width: 910px;
  margin: 0 auto;
  padding: 48px 0px;
}

section.cts_03 {
  width: 870px;
  margin: 0 auto;
  padding: 60px 0px;
}
section.cts_03 h2 {
  margin-bottom: 10px;
}
section.cts_03 .link_01 {
  margin-bottom: 38px;
}
section.cts_03 .link_wrap {
  display: flex;
  justify-content: space-between;
}
section.cts_03 .link_wrap a {
  width: 416px;
}

section.cts_04 {
  width: 100%;
  padding: 50px 0px;
  background-color: #daf0f3;
}
section.cts_04 .mb40 {
  margin-bottom: 40px;
}
section.cts_04 h2 {
  width: 870px;
  margin: 0px auto 10px;
}
section.cts_04 .in_wrap {
  width: 1090px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
}
section.cts_04 .in_wrap ul {
  display: flex;
  justify-content: space-between;
}
section.cts_04 .in_wrap ul li {
  width: 310px;
}

#page-top {
  display: none;
}

.page-top {
  margin: 0;
  padding: 0;
  z-index: 999;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}

.move-page-top {
  display: block;
  background: #e84a2f;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}

.move-page-top:hover {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
