@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75s.ttf) format('truetype');
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15000;
}
p {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
ol,
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
#contents_ce {
  padding: 0;
}
.feathercont {
  background: #d9e3eb;
  font-family: "Noto Sans JP", sans-serif;
}
.feathercont .allInner {
  width: 1100px;
  padding: 60px 0 100px;
  margin: 0 auto;
}
.feathercont h2 {
  background-color: #fff;
  padding: 5px;
  width: 600px;
  color: #489ec2;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px;
  box-shadow: 5px 5px 0px #489ec2;
}
.feathercont .mv {
  height: 70vh;
}
.feathercont .mv .embed {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feathercont .mvTxt {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #489ec2;
  font-weight: bold;
  line-height: 1.8;
}
.feathercont .inner {
  width: 100%;
  padding: 100px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.feathercont #sec01 .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.feathercont #sec01 .inner .flex .txt {
  width: 50%;
  font-size: 18px;
  color: #336073;
  text-align: left;
}
.feathercont #sec01 .inner .flex .txt h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 2em auto 0.5em;
}
.feathercont #sec01 .inner .flex .txt h4 .num {
  display: inline-block;
  vertical-align: middle;
}
.feathercont #sec01 .inner .flex .txt h4 .num::before {
  background-color: #499ec2;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: 0 0.5em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feathercont #sec01 .inner .flex .txt h4:nth-child(1) {
  margin-top: 0;
}
.feathercont #sec01 .inner .flex .txt h4:nth-child(1) .num::before {
  content: '1';
}
.feathercont #sec01 .inner .flex .txt h4:nth-child(2) .num::before {
  content: '2';
}
.feathercont #sec01 .inner .flex .txt h4:nth-child(3) .num::before {
  content: '3';
}
.feathercont #sec01 .inner .flex .txt h4:nth-child(4) .num::before {
  content: '4';
}
.feathercont #sec01 .inner .flex .movie {
  width: 48%;
}
.feathercont #sec01 .inner .flex .movie .embed {
  width: 100%;
  height: 100%;
}
.feathercont #sec01 .inner .flex #sec01slider {
  width: 48%;
}
.feathercont #sec02 .inner .parmCont {
  margin: 0 auto 80px;
  width: 70%;
}
.feathercont #sec02 .inner .parmCont:last-child {
  margin: 0 auto;
}
.feathercont #sec02 .inner .parmCont h3 {
  font-size: 24px;
  color: #336073;
  text-align: left;
}
.feathercont #sec02 .inner .parmCont .flex {
  margin: 30px auto;
  background-color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.feathercont #sec02 .inner .parmCont .flex .img01,
.feathercont #sec02 .inner .parmCont .flex .sec02img02 {
  width: 49%;
  margin-bottom: 0;
}
.feathercont #sec02 .inner .parmCont .flex .img01 img,
.feathercont #sec02 .inner .parmCont .flex .sec02img02 img {
  width: 100%;
  height: auto;
}
.feathercont #sec02 .inner .parmCont .point {
  text-align: left;
  color: #489ec2;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  display: table;
  margin-bottom: 20px;
}
.feathercont #sec02 .inner .parmCont .pointTxt {
  font-size: 18px;
  color: #336073;
  text-align: left;
}
.feathercont #sec03 .inner .txt {
  font-size: 20px;
  text-align: center;
  color: #336073;
  margin-bottom: 50px;
}
.feathercont #sec03 .inner .coupon {
  text-align: center;
}
.feathercont .staff {
  text-align: center;
  color: #336073;
  font-size: 14px;
  margin-top: 80px;
  line-height: 2;
}
.feathercont .staff .ttl {
  font-weight: bold;
  margin-bottom: 0.5em;
}
