@charset "UTF-8";

/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-width: 1200px;
  max-width: 2000px;
  overflow: hidden;
}

/* header */
header {
  width: 100%;
  height: 7vh;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 2%;
}

header #logo {
  width: 70px;
}

#kv {
  height: 93vh;
  min-height: 550px;
  position: relative
}

#kv img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}

/* introduction */
#introduction {
  margin: 5em auto;

}

#introduction div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url(../images/main/intro_can.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 3em 0;
}

#introduction p {
  width: auto;
  margin-right: 8%;
  text-align: left;
  font-size: 16px;
  line-height: 2.3;
  color: #005CA9;
}

#introduction p:last-child {
  margin-right: 0;
}

/* main */
main {
  position: relative;
}

#bg_can {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 990;
}

#bg_can img {
  width: auto;
  height: 100%;
}

/* episode */
#episode {
  background: url(../images/bg/episode_color.webp) no-repeat;
  background-position: top;
  background-size: 2000px;
  width: 100%;
  overflow: hidden;
  padding: 0 0 100px 0;
}

#episode .contents {
  width: 1000px;
  margin: 0 auto;
}

#episode .contents #mainphoto {
  width: 100%;
  margin-bottom: 8em;
  position: relative;
  z-index: 991;
}

/* episode catch */
#episode .contents #catch {
  position: relative;
  z-index: 992;
}

#episode .contents #catch h2 {
  width: 100%;
  height: 185px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #D8F9D4;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
}

#episode .contents #catch p {
  width: 100%;
  height: 185px;
  padding: 0 7%;
  text-align: justify;
  display: flex;
  align-items: center;
  background-color: #FDF9D4;
  border-radius: 100px;
  font-size: 16px;
}

/* episode block */
#episode .contents .block {
  width: 100%;
  margin-top: 8em;
  position: relative;
  z-index: 993;
}

#episode .contents .block .title {
  width: 100%;
  display: flex;
  align-items: stretch;
}

#episode .contents .block .title h3 {
  width: 26%;
  padding-left: 2.5%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3em;
}

#episode .contents .block .title .number {
  width: 14.5%;
  padding: 25px;
}

#episode .contents .block .title .arrow {
  width: 14.5%;
  padding: 25px;
}

#episode .contents .block .title h4 {
  width: 45%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.3em;
}

#episode .contents .block .main {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#episode .contents .block .main aside {
  width: 30%;
  padding: 20px 5%;
  display: flex;
  align-items: center;
}

#episode .contents .block .main aside img {
  width: 100%;
}

#episode .contents .block .main .profile_photo {
  width: 70%;
}

#episode .contents .block .main .profile_text {
  display: flex;
  width: 100%;
}

#episode .contents .block .main .profile_text .message {
  width: 55%;
  padding: 50px 5%;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: left;
}

#episode .contents .block .main .profile_text .name {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#episode .contents .block .text {
  padding: 50px 5%;
}

#episode .contents .block .text h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 1em;
}

#episode .contents .block .text .detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#episode .contents .block .text .detail p {
  width: 55%;
  text-align: justify;
}

#episode .contents .block .text .detail figure {
  width: 40%;
}

#episode .contents .block .text .detail p:nth-child(4) {
  margin-top: 3em;
}

#episode .contents .block .text .detail figure:nth-child(3) {
  margin-top: 3em;
}


/* episode color ep01 */
#episode .contents .block#ep01 .title h3 {
  background-color: #00512B;
  color: #FFF;
}

#episode .contents .block#ep01 .title .number {
  background-color: #00512B;
}

#episode .contents .block#ep01 .title .arrow {
  background-color: #000014;
}

#episode .contents .block#ep01 .title h4 {
  background-color: #f9fdf3;
  color: #00512B;
}

#episode .contents .block#ep01 .main aside {
  background-color: #4EC1C9;
}

#episode .contents .block#ep01 .main .profile_photo, #episode .contents .block#ep01 .main .message {
  background-color: #f9fdf3;
}

#episode .contents .block#ep01 .main .name {
  background-color: #00512B;
  color: #FFF;
}

#episode .contents .block#ep01 .text {
  background-color: #F0F9E0;
}

/* episode color ep02 */
#episode .contents .block#ep02 .title h3 {
  background-color: #B83527;
  color: #FFF;
}

#episode .contents .block#ep02 .title .number {
  background-color: #B83527;
}

#episode .contents .block#ep02 .title .arrow {
  background-color: #000014;
}

#episode .contents .block#ep02 .main .profile_photo, #episode .contents .block#ep02 .main .message {
  background-color: #FFF7F6;
}

#episode .contents .block#ep02 .title h4 {
  background-color: #FFF7F6;
  color: #B83527;
}

#episode .contents .block#ep02 .main aside {
  background-color: #E77C24;
}

#episode .contents .block#ep02 .main .name {
  background-color: #B83527;
  color: #FFF;
}

#episode .contents .block#ep02 .text {
  background-color: #FFECE8;
}

/* episode color ep03 */
#episode .contents .block#ep03 .title h3 {
  background-color: #977A00;
  color: #FFF;
}

#episode .contents .block#ep03 .title .number {
  background-color: #977A00;
}

#episode .contents .block#ep03 .title .arrow {
  background-color: #000014;
}

#episode .contents .block#ep03 .main .profile_photo, #episode .contents .block#ep03 .main .message {
  background-color: #FFFBEE;
}

#episode .contents .block#ep03 .title h4 {
  background-color: #FFFBEE;
  color: #977A00;
}

#episode .contents .block#ep03 .main aside {
  background-color: #78C360;
}

#episode .contents .block#ep03 .main .name {
  background-color: #977A00;
  color: #FFF;
}

#episode .contents .block#ep03 .text {
  background-color: #FCF4D3;
}

/* episode color ep04 */
#episode .contents .block#ep04 .title h3 {
  background-color: #6B3765;
  color: #FFF;
}

#episode .contents .block#ep04 .title .number {
  background-color: #6B3765;
}

#episode .contents .block#ep04 .title .arrow {
  background-color: #000014;
}

#episode .contents .block#ep04 .main .profile_photo, #episode .contents .block#ep04 .main .message {
  background-color: #F7F8FF;
}

#episode .contents .block#ep04 .title h4 {
  background-color: #F7F8FF;
  color: #6B3765;
}

#episode .contents .block#ep04 .main aside {
  background-color: #E5808C;
}

#episode .contents .block#ep04 .main .name {
  background-color: #6B3765;
  color: #FFF;
}

#episode .contents .block#ep04 .text {
  background-color: #EAEEFF;
}

/* column */
#column .article {
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}

#column .article#clm01 {
  background: url(../images/bg/column01_color.png) no-repeat;
  background-position: top;
  background-size: 2000px;
}

#column .article#clm02 {
  background: url(../images/bg/column02_color.png) no-repeat;
  background-position: top;
  background-size: 2000px;
}

/* column block */
#column .article .block {
  width: 1000px;
  padding: 120px 10% 100px;
  margin: 0 auto;
  position: relative;
  border-radius: 100px;
  position: relative;
  z-index: 995;
}

#column .article#clm01 .block {
  background: url(../images/bg/column01_gd.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF;
}

#column .article#clm02 .block {
  background: url(../images/bg/column02_gd.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF;
}

/* column title */
#column .article .block .title {
  width: 560px;
  padding: 20px 5%;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#column .article .block .title h3 {
  font-weight: 700;
  letter-spacing: 0.3em;
}

#column .article#clm01 .block .title {
  background-color: #FF6C2E;
}

#column .article#clm02 .block .title {
  background-color: #009560;
}

/* column figure */
#column .article figure {
  width: 100%;
  margin-bottom: 3em;
}

/* column text */
#column .article .block .text h4 {
  font-size: 22px;
  border-bottom: 2px dotted #000;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  font-weight: 500;
  letter-spacing: 0.2em;
}

#column .article .block .text p {
  text-align: justify;
  font-size: 16px;
}

/* column comment */
#column .article .block .comment {
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

#column .article .block .comment div {
  position: relative;
  display: inline-block;
  width: 47.5%;
  padding: 40px 5%;
  border-radius: 40px;
  text-align: justify;
}

#column .article .block .comment div.comment01 {
  font-weight: 500;
  font-size: 16px;
}

#column .article#clm01 .block .comment div.comment01 {
  border: 3px solid #ff5900;
  background: url(../images/bg/column01_dot_a.png) no-repeat;
  background-position: center;
  background-size: 700px;
  background-color: #ffffff;
  color: #ff5900;
}

#column .article#clm02 .block .comment div.comment01 {
  border: 3px solid #168939;
  background: url(../images/bg/column02_dot_a.png) no-repeat;
  background-position: center;
  background-size: 700px;
  background-color: #ffffff;
  color: #168939;
}

#column .article .block .comment div.comment01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 0 40px 40px;
  translate: -50% -100%;
}

#column .article#clm01 .block .comment div.comment01::before {
  border-color: transparent transparent #ff5900;
}

#column .article#clm02 .block .comment div.comment01::before {
  border-color: transparent transparent #168939;
}

#column .article .block .comment div.comment01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 0 32.8px 32.8px;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% + 0.6px) -100%;
}

#column .article .block .comment div.comment02 {
  font-weight: 500;
  font-size: 16px;
}

#column .article#clm01 .block .comment div.comment02 {
  border: 3px solid #006db3;
  background: url(../images/bg/column01_dot_b.png) no-repeat;
  background-position: center;
  background-size: 700px;
  background-color: #ffffff;
  color: #006db3;
}

#column .article#clm02 .block .comment div.comment02 {
  border: 3px solid #753eab;
  background: url(../images/bg/column02_dot_b.png) no-repeat;
  background-position: center;
  background-size: 700px;
  background-color: #ffffff;
  color: #753eab;
}

#column .article .block .comment div.comment02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 40px 40px 0;
  translate: -50% -100%;
}

#column .article#clm01 .block .comment div.comment02::before {
  border-color: transparent transparent #006db3;
}

#column .article#clm02 .block .comment div.comment02::before {
  border-color: transparent transparent #753eab;
}

#column .article .block .comment div.comment02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 32.8px 32.8px 0;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% - 0.6px) -100%;
}

#column .article .block .button {
  width: 520px;
  padding: 20px 0;
  margin: 5em auto 0;
  border: 3px solid #000;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

#column .article#clm01 .block .button {
  background-color: #ffff92;
  transition: all 0.4s;
}

#column .article#clm02 .block .button {
  background-color: #dfffba;
  transition: all 0.4s;
}

#column .article#clm01 .block .button:hover {
  background-color: #FFF200;
  transition: all 0.4s;
}

#column .article#clm02 .block .button:hover {
  background-color: #AFFF86;
  transition: all 0.4s;
}

/* btn_arrow */
.btn_arrow {
  position: relative;
}

.btn_arrow:after {
  content: url(../images/column/column_arrow.png);
  position: absolute;
  right: 1em;
  transform: scale(0.6);
}

/* footer */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 60px;
}

footer #ft_logo {
  width: 70px;
  margin: 0 auto;
}

footer ul {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}

footer ul li {
  width: 35px;
  margin: 0 1em;
}

footer ul li img {
  width: auto;
  height: 100%;
}