@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700,900&display=swap");
@font-face {
  font-family: "CenturyBook";
  src: url("../font/ITC Century Book Condensed.ttf") format("truetype");
}

/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #3f262d;
  background: url(../../img/main_bg.jpg);
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #3f262d;
  transition: 0.3s;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  color: #3f262d;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  position: relative;
}

.header .logo {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1000px;
  height: 735px;
  margin: 0 auto;
}

.header .logo_tfm {
  position: absolute;
  right: 0;
  width: 12.5%;
  padding-top: 3%;
}


.header .logo_ts {
  position: absolute;
  left: 0;
  width: 33%;
  padding-top: 6%;
}

.header .kv {
  position: absolute;
  width: 100%;
  padding-top: 735px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../../img/main.png) center top no-repeat;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .header .kv {
    background: url(../../img/main_sp.png) center top no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .header .kv {
    padding-top: 65.86667%;
    background: url(../../img/main_sp.png) center top no-repeat;
    background-size: contain;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .header .logo {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .header .logo {
    max-width: 90%;
  }
  .header .logo_tfm {
    width: 22%;
    padding-top: 2.76565%;
  }
  .header .logo_ts {
    width: 50.50946%;
    padding-top: 3.34789%;
  }
}

.main {
  width: 100%;
  margin: 0 auto;
  padding: 735px 0 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .main {
    padding: 65.86667% 0 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 65.86667% 0 0;
  }
}

.about {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
}

.about_lead {
  width: 72%;
  margin-top: 50px;
}

.about_mc {
  width: 24.3%;
  margin-top: 24px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about {
    width: 90%;
    margin: 0 auto 50px;
  }
}

@media (max-width: 767px) {
  .about {
    position: relative;
    width: 96%;
    max-width: 768px;
    margin: 0 auto 50px;
  }
  .about_lead {
    position: absolute;
    width: 100%;
    margin-top: 0px;
  }
  .about_mc {
    position: absolute;
    right: 0;
    top: 0;
    width: 34.93333%;
    margin-top: 2.4%;
  }
}

.guest {
  width: 100%;
  margin: 0 auto 70px;
}

.guest_ttl {
  width: 100%;
  margin: -50px 0 0px;
  overflow: hidden;
  background: url(../../img/guest_ttl_bg.png) center center no-repeat;
  background-size: cover;
}

.guest_ttl_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 107px;
}

.guest_ttl_inner img {
  width: 18.1%;
}

.guest_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 55px auto 0;
}

.guest_article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-right: 2.5%;
  box-sizing: border-box;
}

.guest_article_img {
  width: 56.84211%;
}

.guest_article_img img {
  width: 100%;
  border: 6px #fff solid;
}

.guest_article_txt {
  margin: 5% 0 0 0;
  width: 38.10526%;
}

.guest_article_date {
  font-family: "CenturyBook", sans-serif;
  font-size: 2.4rem;
  padding-bottom: 2px;
  letter-spacing: 0;
}

.guest_article_date::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border: 1px #b9ada3 solid;
  margin-bottom: 14px;
}

.guest_article_name {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
}

.guest_article_name span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.guest_article_name em {
  display: block;
  font-family: "CenturyBook", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
}

.guest_article_name em::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0 0 0;
  border: 1px #b9ada3 solid;
  margin-bottom: 14px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .guest {
    margin: 0 auto 0px;
  }
  .guest_ttl_inner {
    width: 90%;
    padding-top: 57px;
  }
  .guest_inner {
    width: 90%;
    margin: 30px auto 0;
  }
  .guest_article {
    width: 92%;
    margin: 0 auto 30px;
  }
  .guest_article_img {
    width: 48.93333%;
  }
  .guest_article_txt {
    width: 42.66667%;
  }
  .guest_article_date {
    font-size: 2.2rem;
  }
  .guest_article_name {
    font-size: 2rem;
  }
  .guest_article_name span {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .guest {
    margin: 0 auto;
    padding: 46.39456% 0 0;
  }
  .guest_ttl {
    background: none;
  }
  .guest_ttl_inner {
    padding-top: 7.07483%;
  }
  .guest_ttl_inner img {
    width: 100%;
  }
  .guest_inner {
    flex-direction: column;
    margin: 30px auto 0;
  }
  .guest_article {
    width: 92%;
    margin: 0 auto 30px;
  }
  .guest_article_img {
    width: 48.93333%;
  }
  .guest_article_txt {
    width: 42.66667%;
  }
  .guest_article_date {
    font-size: 2.2rem;
  }
  .guest_article_name {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .guest_article_name span {
    font-size: 1.2rem;
  }
}

.archive {
  width: 100%;
  margin: 0 auto 70px;
}

.archive_ttl {
  width: 100%;
  margin: 0px 0 50px;
  overflow: hidden;
  background: url(../../img/archive_ttl_bg.png) center center no-repeat;
}

.archive_ttl_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 35px;
}

.archive_ttl_inner img {
  width: 18.1%;
}

.archive .report_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.archive .report_article {
  position: relative;
  width: 30.8%;
  margin: 0 3.8% 45px 0;
  box-sizing: border-box;
  border: 1px #eee solid;
  background: url(../../img/article_arrow.png) no-repeat bottom right #fff;
}

/*.archive .report_article::after {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 55px;
  right: 0;
  bottom: 0;
}*/

.archive .report_ttl_wrap {
  padding-top: 11px;
  padding-bottom: 11px;
}

.archive .report_article:nth-child(3n) {
  margin: 0 0 50px 0;
}

.archive .report_article_img {
}

.archive .report_article_img img {
  width: 100%;
}

.archive .report_article_img a:hover img {
  opacity: 0.8;
}

.archive .report_article_ttl {
  padding: 0 18px 4px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.archive .report_article_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  padding: 0 13px;
  margin: 2px 0 0;
  box-sizing: border-box;
  background: url(../../img/article_border.png) repeat-x;
}

.archive .report_article_date {
  padding: 0 18px;
  font-family: "CenturyBook", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.archive .report_more {
  display: block;
  width: 227px;
  height: 47px;
  margin: 0 auto;
  background: url(../../img/more.png) no-repeat;
  background-size: contain;
}

.archive .report_more:hover {
  opacity: 1;
  background: url(../../img/more_hover.png) no-repeat;
  background-size: contain;
}

.archive .report_park {
  width: 159px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .archive {
    margin: 0 auto 40px;
  }
  .archive_ttl_inner {
    width: 90%;
    padding-top: 45px;
  }
  .archive .report_wrap {
    width: 88.54167%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .archive .report_article {
    width: 42.96875%;
    margin: 0 5% 40px 0;
  }
  .archive .report_article:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  .archive .report_article:nth-child(3) {
    margin: 0 5% 40px 0;
  }

  .archive .report_article_ttl {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .archive {
    margin: 0 auto 40px;
  }
  .archive_ttl {
    background: none;
    margin: 0px 0 6.66667%;
  }
  .archive_ttl_inner {
    padding-top: 7.07483%;
  }
  .archive_ttl_inner img {
    width: 100%;
  }
  .archive .report_wrap {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 0px;
    flex-direction: column;
    align-items: center;
  }
  .archive .report_article {
    width: 80%;
    margin: 0 0 25px 0;
  }
  .archive .report_article:nth-child(3n) {
    margin: 0 0 25px 0;
  }
  .archive .report_article_img {
    text-align: center;
  }
  .archive .report_article_ttl {
    font-size: 1.6rem;
  }
}

.footer {
  margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .footer {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
  }
}

.footer_sns {
  display: none;
}

.multibox {
  position: relative;
  padding: 30px 0;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .multibox {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .multibox {
    padding: 0;
  }
}

.multibox::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../img/ft_border.png) repeat-x;
}

.multibox::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../img/ft_border.png) repeat-x;
}

.copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 0px 43px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .copyright {
    flex-direction: column;
    padding: 22px 0px 16px;
  }
}

@media (max-width: 767px) {
  .copyright {
    flex-direction: column;
    padding: 22px 0px 16px;
  }
}

.copyright_sns {
  width: 13.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .copyright_sns {
    order: 1;
    width: 25.42373%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .copyright_sns {
    order: 1;
    width: 40%;
    margin: 0 auto;
  }
}

.copyright_sns > a {
  display: block;
  margin: 0 4px;
}

.copyright_sns .sns_tw {
  width: 28.57143%;
}

.copyright_sns .sns_fb {
  width: 28.57143%;
}

.copyright_sns .sns_line {
  width: 27.06767%;
}

.copyright_txt {
  width: 80%;
  font-size: 1.2rem;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .copyright_txt {
    order: 3;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .copyright_txt {
    order: 3;
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pagetop {
    position: static;
    order: 2;
    width: 10.50847%;
    margin: 3.81356% auto;
  }
}

@media (max-width: 767px) {
  .pagetop {
    position: static;
    order: 2;
    width: 16.53333%;
    margin: 6% auto;
  }
}

.pagetop > img {
  width: 70px;
  min-height: 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pagetop {
    bottom: 40px;
  }
  .pagetop > img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pagetop {
    bottom: 40px;
  }
  .pagetop > img {
    width: 100%;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 1000px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pcDetail {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
