@charset "UTF-8";
@font-face {
  font-family: "AcuminPro";
  src: url("../font/Acumin-Pro.ttf");
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #f0a7a3;
  font-size: 1.6rem;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  background: #fff;
  position: relative;
  z-index: 1;
}

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

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #f0a7a3;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.9;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

#wrapper main {
  flex: 1;
}

.object_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.object_contain {
  width: 100%;
  height: auto;
  object-fit: contain;
}

section {
  margin-bottom: 50px;
}

.contents {
  margin: 160px 0 90px;
}

.contents__flex {
  display: flex;
  justify-content: space-between;
}

.contents__main {
  flex: 0 1 70%;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mx-auto {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.sp {
  display: none !important;
}

.contents__title {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 30px;
}
.contents__title.--en {
  font-size: 4rem;
  font-family: "Lato", sans-serif;
}

.section-title {
  color: #f0a7a3;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-family: "Lato", sans-serif;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.section-title::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12rem;
  opacity: 0.08;
  z-index: 0;
  width: 100%;
  font-weight: normal;
}

.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.btn {
  color: #f0a7a3;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: 100%;
  border: 2px solid #f0a7a3;
  max-width: 210px;
  display: block;
  font-family: "Lato", sans-serif;
  padding: 12px 10px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}
.btn::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 17px;
  width: 6px;
  height: 7px;
  border-top: 2px solid #f0a7a3;
  border-right: 2px solid #f0a7a3;
  transform: rotate(45deg);
}
.btn:hover {
  color: #fff;
  background-color: #f0a7a3;
}
.btn:hover::after {
  border-color: #fff;
}

.btn--pink {
  color: #fff;
  border-color: #fff;
}
.btn--pink::after {
  border-color: #fff;
}
.btn--pink:hover {
  color: #f0a7a3;
  background-color: #fff;
}
.btn--pink:hover::after {
  border-color: #f0a7a3;
}

.theme-color {
  color: #f0a7a3;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .contents {
    margin: 80px 0 40px;
  }

  section {
    margin-bottom: 40px;
  }

  .inner {
    padding: 0 15px;
  }

  .contents__flex {
    display: block;
  }

  .contents__title {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .contents__title.--en {
    font-size: 2.8rem;
  }

  .section-title {
    font-size: 3rem;
    padding: 15px 0;
  }
  .section-title::before {
    transform: translateX(-50%);
    font-size: 5.8rem;
  }

  .btn {
    font-size: 1.5rem;
    max-width: 190px;
    font-family: "Lato", sans-serif;
  }
}
/* 360px 
--------------------------------------------- */
/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.header__main {
  padding-right: 20px;
}

.header__desc {
  color: #f0a7a3;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 12px;
}

.header__logo {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__nav-item:last-child .header__nav-link {
  padding-right: 0;
}

.header__nav-link {
  color: #f0a7a3;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-right: 35px;
  font-family: "Lato", sans-serif;
}

.burger_btn {
  display: none;
}

/* 1100px 
--------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .header__nav-link {
    font-size: 1.6rem;
    padding-right: 20px;
  }
}
/* 900px 
--------------------------------------------- */
@media only screen and (max-width: 900px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: opacity 0.27s ease;
    max-width: 100%;
    display: block;
    font-size: 1.5rem;
    overflow-y: scroll;
  }

  .header__nav.open {
    left: 0;
    opacity: 1;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.98);
  }

  .header__nav-list {
    display: block;
    padding: 80px 0 0;
    margin-left: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .header__nav-item {
    margin: 0 auto;
    display: block;
  }
  .header__nav-item:first-child .header__nav-link {
    border-top: 1px solid rgba(240, 167, 163, 0.4);
  }

  .header__nav-link {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    display: block;
    border-bottom: 1px solid rgba(240, 167, 163, 0.4);
    padding: 16px 20px;
  }

  .burger_btn {
    position: fixed;
    top: 10px;
    right: 0;
    display: block;
    border: none;
    cursor: pointer;
    z-index: 999;
    padding: 15px;
  }

  .bar {
    margin: 0 auto;
    display: block;
    height: 2px;
    width: 35px;
    background-color: #f0a7a3;
    transition: transform 0.3s ease;
  }

  .bar_top,
.bar_mid {
    margin-bottom: 8px;
  }

  /* ハンバーガーメニューが開いたとき */
  .burger_btn.cross .bar_top {
    transition-delay: 20ms;
    transform: translateY(10px) rotate(135deg);
  }

  .burger_btn.cross .bar_mid {
    transition-delay: 0s;
    transform: translateX(-18px) scaleX(0);
  }

  .burger_btn.cross .bar_bottom {
    transition-delay: 10ms;
    transform: translateY(-9px) rotate(-135deg);
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 14px 15px;
  }

  .home .header__main,
.error404 .header__main {
    visibility: hidden;
  }

  .header__desc {
    visibility: hidden;
    position: absolute;
    z-index: -1;
  }

  .header__logo {
    font-size: 3rem;
  }

  .burger_btn {
    top: 5px;
    padding: 10px;
  }
}
/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #f0a7a3;
  padding: 50px 0 25px;
}

.footer__logo {
  width: 100%;
  max-width: 130px;
  display: block;
  margin: 0 auto 30px;
}

.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}
.footer__nav a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
  padding: 5px 15px;
}

.footer__copyright {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  display: block;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }

  .footer__logo {
    max-width: 80px;
    margin: 0 auto 17px;
  }

  .footer__nav {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .footer__nav a {
    flex: 0 1 45%;
    font-size: 1.5rem;
    padding: 10px 15px 15px;
    display: block;
    text-align: center;
  }

  .footer__copyright {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------------------------
  media
------------------------------------------------------------------------------*/
.media {
  display: flex;
  justify-content: space-between;
}
.media:not(:last-of-type) {
  margin-bottom: 80px;
}

.media__content {
  flex: 0 1 38%;
  width: 100%;
  max-width: 378px;
  margin-top: 39px;
}

.media__title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-feature-settings: "palt";
  padding: 20px 0;
  margin-bottom: 33px;
}

.media__text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

.media__tool {
  max-width: 210px;
  width: 100%;
  margin-top: 15px;
}

.media__img {
  flex: 0 1 49.5%;
  width: 100%;
  height: 495px;
  max-width: 495px;
  box-shadow: 0 0 29px rgba(51, 51, 51, 0.17);
}

/* 1024px 
--------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .media__content {
    flex: 0 1 45%;
    max-width: 100%;
  }

  .media__title {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }

  .media__img {
    flex: 0 1 49%;
    height: 400px;
    max-width: 400px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .media {
    flex-direction: column;
  }
  .media:not(:last-of-type) {
    margin-bottom: 45px;
  }

  .media__content {
    flex: 0 1 auto;
    margin-top: 0;
  }

  .media__number {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .media__title {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    padding: 14px 0;
    margin-bottom: 14px;
  }

  .media__text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }

  .media__tool {
    max-width: 140px;
    margin-top: 12px;
  }

  .media__img {
    flex: 0 1 auto;
    height: 75vw;
    max-width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------------------------
  news-media
------------------------------------------------------------------------------*/
.news-media-wrapper {
  margin-bottom: 70px;
}

.news-media {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.news-media:not(:last-child) {
  margin-bottom: 50px;
}

.news-media__thumbnail {
  flex: 0 1 50%;
  width: 100%;
  height: 220px;
  max-width: 350px;
  margin-right: 25px;
  display: block;
}

.news-media__content {
  flex: 0 1 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-self: flex-start;
}

.news-media__category {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  align-self: flex-start;
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 2px;
  background-color: #f0a7a3;
}

.news-media__date {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  display: block;
  margin-top: 5px;
  align-self: flex-start;
}

.news-media__title {
  flex: 0 1 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  margin-top: 15px;
}
.news-media__title:hover {
  opacity: 0.9;
  text-decoration: underline;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .news-media-wrapper {
    margin-bottom: 30px;
  }

  .news-media {
    padding-right: 0;
    display: block;
  }
  .news-media:not(:last-child) {
    margin-bottom: 40px;
  }

  .news-media__content {
    margin-top: 15px;
  }

  .news-media__thumbnail {
    height: 62vw;
    max-width: 100%;
    margin-right: 0;
  }

  .news-media__category {
    font-size: 1.3rem;
    margin-right: 12px;
  }

  .news-media__date {
    font-size: 1.3rem;
  }

  .news-media__title {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
/*------------------------------------------------------------------------------
  sidebar
------------------------------------------------------------------------------*/
.sidebar {
  flex: 0 1 25%;
  max-width: 250px;
  width: 100%;
}

.sidebar__content:not(:last-of-type) {
  margin-bottom: 50px;
}

.sidebar__title {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0a7a3;
  width: 100%;
  font-family: "Lato", sans-serif;
}

.sidebar__title_en {
  flex: 0 0 auto;
  color: #f0a7a3;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-right: 8px;
}

.sidebar__category li {
  position: relative;
}
.sidebar__category li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(240, 167, 163, 0.8);
  border-right: 1px solid rgba(240, 167, 163, 0.8);
}

.sidebar__category li a {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  width: 100%;
  border-bottom: 1px solid rgba(240, 167, 163, 0.4);
  box-sizing: border-box;
  padding: 14px 20px 14px 5px;
  display: block;
}

.sidebar__archive {
  margin-top: 15px;
}
.sidebar__archive a {
  font-size: 1.5rem;
  line-height: 1;
  padding: 9px 5px;
  box-sizing: border-box;
  display: block;
}
.sidebar__archive a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 60px;
    max-width: 100%;
  }

  .sidebar__content:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .sidebar__title {
    font-size: 2rem;
    padding-bottom: 9px;
  }

  .sidebar__category li a {
    font-size: 1.4rem;
    padding: 12px 20px 12px 5px;
  }

  .sidebar__archive {
    margin-top: 10px;
  }
  .sidebar__archive a {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------------------------
  pagination
------------------------------------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li {
  margin: 0 7px;
}

.pagination__prev,
.pagination__next,
.pagination__number {
  color: #fff;
  font-size: 1.8rem;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  background-color: #f0a7a3;
  border: 1px solid #f0a7a3;
  font-family: "Lato", sans-serif;
  transition: all 0.2s ease;
}
.pagination__prev:hover,
.pagination__next:hover,
.pagination__number:hover {
  color: #f0a7a3;
  background-color: #fff;
}

.pagination__number.current {
  pointer-events: none;
  color: #f0a7a3;
  background-color: #fff;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .pagination li {
    margin: 0 6px;
  }

  .pagination__prev,
.pagination__next,
.pagination__number {
    font-size: 1.6rem;
    line-height: 37px;
    width: 37px;
    height: 37px;
  }
}
/*------------------------------------------------------------------------------
  page-mv
------------------------------------------------------------------------------*/
.page-mv {
  margin: 150px 0 140px;
  width: 100%;
  position: relative;
}
.page-mv::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 376px;
  background-color: #f0a7a3;
  z-index: -1;
}
.page-mv .inner {
  max-width: 1260px;
  position: relative;
}

.page-mv__box {
  width: 230px;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: 55%;
  left: 17%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.page-mv__title {
  color: #555;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  margin-left: -22px;
}

.page-mv__img {
  width: 70%;
  height: 375px;
  margin-left: auto;
}

/* 1023px 
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .page-mv__box {
    left: 12%;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .page-mv {
    margin: 90px 0 80px;
  }
  .page-mv::before {
    bottom: -30px;
    height: 160px;
  }

  .page-mv__box {
    width: 160px;
    height: 80px;
    top: 82%;
    left: 22px;
  }

  .page-mv__title {
    font-size: 2.6rem;
    margin-left: -10px;
  }

  .page-mv__img {
    width: 80%;
    height: 155px;
  }
}
/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/
.mv {
  width: 100%;
  height: 800px;
  background-image: url(../img/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
}

.mv__scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.mv__scroll-txt {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}

.mv__scroll-img {
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .mv {
    height: 170vw;
    background-image: url(../img/mv_sp.png);
    margin-bottom: 20px;
  }

  .mv__scroll {
    bottom: 30px;
  }

  .mv__scroll-txt {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }

  .mv__scroll-img {
    max-width: 35px;
  }
}
/*------------------------------------------------------------------------------
  about
------------------------------------------------------------------------------*/
.about__title::before {
  content: "ABOUT US";
}

.about__head {
  font-size: 3.6rem;
  letter-spacing: 0.13em;
  border-bottom: 1px solid #f0a7a3;
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 94%;
  padding-bottom: 5px;
  margin: 0 auto 10px;
}

.about_lead {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 30px auto;
}

.about__bg {
  width: 100%;
  height: 790px;
  background-image: url(../img/about-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% center;
  position: relative;
}
.about__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  min-width: 270px;
  height: 100%;
  clip-path: polygon(0% 100%, 40% 0%, 100% 0%, 100% 100%);
  z-index: 1;
  background-color: #f0a7a3;
}

.about__content {
  width: 100%;
  max-width: 360px;
  margin: 0 30px 0 auto;
  position: relative;
  top: 350px;
  z-index: 5;
}

.about__sub-title {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-align: right;
}

.about__box {
  padding: 30px 20px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.about__text {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.about__footer {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 13px 15px;
  margin: 20px auto 0;
  max-width: 900px;
  text-align: center;
  border: 2px solid #f0a7a3;
}

/* 1680px 
--------------------------------------------- */
@media only screen and (min-width: 1680px) {
  .about__bg {
    height: 51vw;
  }

  .about__content {
    top: 25vw;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .about__head {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    width: 85%;
    padding-bottom: 4px;
  }

  .about_lead {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.9;
    padding: 0 15px;
  }

  .about__bg {
    height: 500px;
    padding: 0 15px;
    box-sizing: border-box;
    background-position: 90% center;
  }
  .about__bg::before {
    width: 55vw;
    min-width: 0;
    clip-path: polygon(0% 100%, 80% 0%, 100% 0%, 100% 100%);
  }

  .about__content {
    margin: 0 0 0 auto;
    top: 380px;
  }

  .about__sub-title {
    font-size: 2rem;
  }

  .about__box {
    padding: 20px 15px;
    border: 1px solid #f0a7a3;
  }

  .about__text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .about__footer {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 11px 10px;
    margin: 150px auto 0;
    border: 1px solid #f0a7a3;
  }
}
/*------------------------------------------------------------------------------
  service
------------------------------------------------------------------------------*/
.service__title::before {
  content: "SERVICE";
}

.service__lead {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin: 10px auto;
}

.service__message {
  width: 100%;
  max-width: 270px;
  position: relative;
  top: -12px;
  left: -10px;
}

.service-card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-card {
  flex: 0 1 31%;
  width: 100%;
  border: 2px solid #f0a7a3;
  margin-bottom: 30px;
}

.service-card__img {
  width: 100%;
  height: 190px;
}

.service-card__body {
  padding: 28px 15px 22px;
  background-color: #fff;
  position: relative;
}

.service-card__title {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.3;
  padding: 7px 15px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  background-color: #f0a7a3;
}

.service-card__text {
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .service__lead {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .service__message {
    max-width: 150px;
    top: -8px;
    left: -5px;
  }

  .service-card {
    flex: 0 1 47.5%;
    border: 1px solid #f0a7a3;
    margin-bottom: 12px;
  }

  .service-card__img {
    height: 100px;
  }

  .service-card__body {
    padding: 22px 12px 12px;
  }

  .service-card__title {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 5px 10px;
    top: -15px;
  }
}
/*------------------------------------------------------------------------------
  top-news
------------------------------------------------------------------------------*/
.top-news {
  position: relative;
  padding: 12px 0 70px;
}
.top-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33vw;
  min-width: 250px;
  height: 100%;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 100%);
  z-index: -1;
  background-color: #f0a7a3;
}

.top-news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-news__flags {
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
}

.top-news__head-text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: right;
}

.top-news__box {
  margin-top: 30px;
  background-color: #fff;
  border: 2px solid #f0a7a3;
  box-sizing: border-box;
  padding: 50px 30px;
}

.top-news__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-news__content-heading {
  flex: 0 1 30%;
  text-align: center;
}

.top-news__title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
}

.top-news__sub-title {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 40px;
}

.card-wrapper {
  flex: 0 1 70%;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  border-left: 1px solid #f0a7a3;
}

.card {
  flex: 0 1 48%;
}

.card__img {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.card__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5px;
}

.card__date {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  margin-right: 20px;
  display: inline-block;
}

.card__category {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  padding: 7px 17px;
  border-radius: 2px;
  background-color: #f0a7a3;
  display: inline-block;
}

.card__title {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.7;
  display: block;
  flex: 0 1 100%;
  margin-top: 12px;
}
.card__title:hover {
  opacity: 0.9;
  text-decoration: underline;
}

/* 1680px 
--------------------------------------------- */
@media only screen and (min-width: 1680px) {
  .top-news::before {
    width: 38vw;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 25px 0 40px;
  }
  .top-news::before {
    width: 98vw;
    width: calc(100% - 15px);
    min-width: 0;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 55% 100%);
  }

  .top-news__head {
    display: block;
  }

  .top-news__flags {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }

  .top-news__head-text {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .top-news__box {
    margin-top: 20px;
    border: 1px solid #f0a7a3;
    padding: 25px 15px;
  }

  .top-news__content {
    display: block;
  }

  .top-news__content-heading {
    flex: 0 1 30%;
    text-align: center;
  }

  .top-news__title {
    font-size: 3.4rem;
    line-height: 1.1;
  }

  .top-news__sub-title {
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .card-wrapper {
    display: block;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #f0a7a3;
    padding-top: 20px;
    margin-top: 30px;
  }

  .card:first-child {
    margin-bottom: 30px;
  }

  .card__img {
    height: 190px;
    margin-bottom: 12px;
  }

  .card__date {
    font-size: 1.3rem;
    margin-right: 15px;
  }

  .card__category {
    font-size: 1.3rem;
    padding: 5px 14px;
  }

  .card__title {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
  }
}
/*------------------------------------------------------------------------------
  recruit
------------------------------------------------------------------------------*/
.recruit {
  margin-bottom: 90px;
}

.recruit__content {
  display: flex;
  justify-content: space-between;
}

.recruit__heading {
  flex: 0 1 auto;
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
}

.recruit__main-content {
  flex: 0 1 87%;
  position: relative;
}

.recruit__img {
  width: 100%;
  height: 510px;
}

.recruit__text-box {
  color: #fff;
  width: 100%;
  padding: 20px 27px 25px 15px;
  max-width: 320px;
  box-sizing: border-box;
  background-color: #f0a7a3;
  z-index: 1;
  position: absolute;
  bottom: -25px;
  left: -25px;
}

.recruit__title {
  font-size: 4rem;
  letter-spacing: 0.03em;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.recruit__text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .recruit {
    margin-bottom: 70px;
  }

  .recruit__heading {
    font-size: 3.6rem;
  }

  .recruit__img {
    height: 465px;
  }
  .recruit__img img {
    object-position: 75% 0;
  }

  .recruit__text-box {
    padding: 17px 24px 20px 13px;
    max-width: 320px;
    bottom: -30px;
    left: -15px;
  }

  .recruit__title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }

  .recruit__text {
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------------------------
  vision
------------------------------------------------------------------------------*/
.vision__inner {
  display: flex;
  align-items: center;
}

.vision__title {
  flex: 0 0 auto;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Lato", sans-serif;
  margin-right: 30px;
}

.vision__lead {
  flex: 0 1 73%;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 14px 10px;
  text-align: center;
  border: 2px solid #f0a7a3;
  box-sizing: border-box;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .vision__inner {
    display: block;
  }

  .vision__title {
    font-size: 3.2rem;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .vision__lead {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 12px 10px;
    border: 1px solid #f0a7a3;
  }
}
/*------------------------------------------------------------------------------
  single
------------------------------------------------------------------------------*/
.contents .single-post {
  margin-bottom: 70px;
  box-sizing: border-box;
}

.single-post__head {
  display: flex;
  flex-wrap: wrap;
}

.single-post__category {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  align-self: flex-start;
  padding: 5px 10px;
  margin-right: 30px;
  border-radius: 2px;
  background-color: #f0a7a3;
}

.single-post__date {
  color: #888;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  display: block;
  margin-top: 5px;
  align-self: flex-start;
}

.single-post__title {
  flex: 0 1 100%;
  color: #333;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  margin: 15px 0 20px;
}

.single-post__thumbnail {
  width: 100%;
  margin-bottom: 30px;
}

.single-post__content p {
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.single-post__content p:not(:last-of-type) {
  margin-bottom: 2em;
}
.single-post__content a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.related-post__title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid #f0a7a3;
  padding-bottom: 7px;
  margin-bottom: 30px;
}

.post-card__list {
  display: flex;
}

.post-card {
  flex: 0 1 23%;
}
.post-card:not(:last-child) {
  margin-right: 2.66%;
}

.post-card__img {
  width: 100%;
  height: 110px;
  display: block;
  margin-bottom: 12px;
}

.post-card__date {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  display: block;
}

.post-card__title {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: block;
}
.post-card__title:hover {
  opacity: 0.9;
  text-decoration: underline;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .contents .single-post {
    margin-bottom: 40px;
  }

  .single-post__category {
    font-size: 1.3rem;
    margin-right: 20px;
  }

  .single-post__date {
    font-size: 1.3rem;
  }

  .single-post__title {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 10px 0 12px;
  }

  .single-post__thumbnail {
    margin-bottom: 20px;
  }

  .single-post__content p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }

  .related-post__title {
    font-size: 2.2rem;
    padding-bottom: 3px;
    margin-bottom: 20px;
  }

  .post-card__img {
    height: 100px;
    margin-bottom: 10px;
  }

  .post-card__date {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }

  .post-card__title {
    font-size: 1.3rem;
  }
}
/* 480px 
--------------------------------------------- */
@media only screen and (max-width: 480px) {
  .post-card__list {
    flex-wrap: wrap;
  }

  .post-card {
    flex: 0 1 48%;
  }
  .post-card:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .post-card:first-child, .post-card:nth-child(3) {
    margin-right: 4%;
  }
  .post-card:nth-child(2) {
    margin-right: 0;
  }
}
/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
.contact__inner {
  max-width: 900px;
}

.contact__lead {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.contact__text {
  font-size: 1.5rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.contact__text .theme-color {
  margin-right: 8px;
}

.form {
  margin: 70px 0 100px;
}

.form__list {
  margin-bottom: 10px;
}

.form__item {
  display: flex;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.form__item-title {
  flex: 0 1 27%;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-top: 15px;
}
.form__item-title .theme-color {
  margin-left: 7px;
}

.form__input-wrapper {
  flex: 0 1 73%;
}

.form__input-wrapper input[type=text],
.form__input-wrapper input[type=email],
.form__input-wrapper input[type=tel],
.form__input-wrapper textarea {
  background-color: rgba(240, 167, 163, 0.14);
  width: 100%;
  padding: 14px 14px;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.form__input-wrapper input::placeholder,
.form__input-wrapper textarea::placeholder {
  font-size: 1.5rem;
  font-weight: normal;
  color: #999;
}

.form__input-wrapper textarea {
  min-height: 200px;
}

.submit-wrapper {
  margin-top: 50px;
}

.submit-wrapper input[type=submit] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  background-color: #f0a7a3;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  padding: 14px 0;
  cursor: pointer;
}

.submit-wrapper:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .contact__lead {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }

  .contact__text {
    font-size: 1.3rem;
  }

  .form {
    margin: 45px 0 50px;
  }

  .form__list {
    margin-bottom: 0px;
  }

  .form__item {
    display: block;
    margin-bottom: 25px;
  }

  .form__item-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .form__item:first-child .form__item-title {
    padding-top: 0px;
  }

  .form__input-wrapper {
    width: 100%;
  }

  .form__input-wrapper input[type=text],
.form__input-wrapper input[type=email],
.form__input-wrapper input[type=tel],
.form__input-wrapper textarea {
    font-size: 1.6rem;
    padding: 7px 10px;
    box-sizing: border-box;
  }

  .form__input-wrapper input[type=text]::placeholder,
.form__input-wrapper textarea::placeholder {
    font-size: 1.3rem;
  }

  .form__input-wrapper textarea {
    min-height: 150px;
  }

  .submit-wrapper {
    margin-top: 35px;
  }

  .submit-wrapper input[type=submit] {
    font-size: 1.4rem;
    max-width: 220px;
    padding: 13px 0;
  }
}
/*# sourceMappingURL=style.css.map */