*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.5s ease-out;
}
a:hover {
  color: #F38226;
}

.inner {
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 736px) {
  .inner {
    width: 100%;
  }
}

.header {
  height: 140px;
  position: relative;
  top: 0;
  background-color: #fff;
}
@media (max-width: 736px) {
  .header {
    height: auto;
  }
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 736px) {
  .header .inner {
    display: block;
    padding: 20px 0 10px;
  }
}

.header__logo {
  width: 100px;
}
.header__logo > img {
  width: 100%;
  height: auto;
}
@media (max-width: 736px) {
  .header__logo {
    margin: 0 auto;
  }
}

.header__nav {
  width: 30%;
}
@media (max-width: 736px) {
  .header__nav {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
  }
}
.header__nav > ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header__nav > ul li {
  list-style: none;
  margin-left: 20px;
}
@media (max-width: 736px) {
  .header__nav > ul li {
    margin-left: 0;
  }
}
.header__nav > ul li > a {
  font-size: 18px;
}

.header__app {
  width: 120px;
}
@media (max-width: 736px) {
  .header__app {
    display: none;
  }
}
.header__app > a {
  display: block;
  margin: 0 auto 3px;
  width: 75px;
}
.header__app > a > img {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 10px;
}
.header__app > p {
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.main-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 930px;
  background: url(/wp-content/themes/cocoon-child-master/assets/img/topmv.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 736px) {
  .main-visual {
    height: 500px;
    background-image: url(/wp-content/themes/cocoon-child-master/assets/img/topmv_sp.webp);
    background-size: contain;
  }
}

.main-visual__catch {
  position: absolute;
  height: 260px;
  margin: 100px 0 0 -200px;
  padding-left: 255px;
  rotate: -14deg;
  background-image: url(/wp-content/themes/cocoon-child-master/assets/img/r_3x.png);
  background-repeat: no-repeat;
  background-size: 230px auto;
}
@media (max-width: 736px) {
  .main-visual__catch {
    margin: 0 0 0 -30px;
    padding: 100px 0 0 40px;
  }
}

.main-visual__text {
  font-size: 24px;
  font-weight: bold;
  color: #603900;
}
@media (max-width: 736px) {
  .main-visual__text {
    font-size: 16px;
  }
}

.main-visual__title {
  font-size: 72px;
  font-weight: bold;
  color: #603900;
  line-height: 1.2;
}
@media (max-width: 736px) {
  .main-visual__title {
    font-size: 42px;
  }
}

.news {
  padding: 40px 0 60px;
  background-color: rgb(255, 190, 70);
}

.news__title {
  margin: 0 0 20px;
  color: #F38226;
  font-size: 45px;
  text-align: center;
}
@media (max-width: 736px) {
  .news__title {
    margin-bottom: 0;
  }
}

.news__list {
  margin: 0 auto;
  padding: 0;
  width: 555px;
  color: #fff;
}
@media (max-width: 736px) {
  .news__list {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
  }
}

.news__item {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 736px) {
  .news__item {
    display: block;
  }
}

.news__date {
  margin-right: 20px;
}

.news__link {
  color: #fff;
}

.what {
  position: relative;
  height: 544px;
  background: url(/wp-content/themes/cocoon-child-master/assets/img/about_bg.png) no-repeat #fff center top;
  background-size: auto 544px;
}
@media (max-width: 736px) {
  .what {
    height: 650px;
    background-image: url(/wp-content/themes/cocoon-child-master/assets/img/about_bg_sp.png);
    background-size: cover;
  }
}

.what__title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 170px;
  font-size: 58px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #F38226;
}
.what__title > img {
  display: inline;
  width: 300px;
  height: auto;
}
@media (max-width: 736px) {
  .what__title {
    top: 44vw;
    font-size: 46px;
    line-height: 1.2;
  }
  .what__title > img {
    width: 200px;
  }
}

.about {
  padding: 40px 0;
  background-color: #dbdbdb;
}

.about__inner {
  padding: 50px 20px;
  margin: 0 auto;
  width: 920px;
  background-color: #f4f4f4;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 736px) {
  .about__inner {
    padding-right: 10px;
    padding-left: 10px;
    width: calc(100% - 40px);
  }
}

.about__title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #FF7400;
}
@media (max-width: 736px) {
  .about__title {
    font-size: 28px;
  }
}

.about__text {
  font-size: 16px;
}
.about__text > p {
  margin-top: 2em;
}
@media (max-width: 736px) {
  .about__text {
    font-size: 12px;
  }
}

.about-message {
  padding: 60px 0 80px;
  background-color: #fff;
}

.about-message__title {
  width: 100%;
  margin-bottom: 80px;
  font-size: 27px;
  text-align: center;
  color: #FF7400;
}
@media (max-width: 736px) {
  .about-message__title {
    font-size: 24px;
  }
}

.about-message__columnWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1112px;
  width: 100%;
  margin: 0 auto 100px;
}
@media (max-width: 736px) {
  .about-message__columnWrap {
    display: block;
    padding: 0 20px;
  }
}

.about-message__column {
  width: 320px;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 736px) {
  .about-message__column {
    width: 100%;
    margin-bottom: 60px;
  }
}

.about-message__subtitle {
  margin-bottom: 1em;
  font-size: 18px;
}

.about-message__text {
  margin-bottom: 1em;
  font-size: 13px;
  line-height: 1.75;
}

.about-message__button {
  text-align: center;
}
.about-message__button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 250px;
  height: 55px;
  background-color: #ff7400;
  border-radius: 999em;
  font-size: 18px;
  font-weight: bold;
}
.about-message__button > a:hover {
  color: #fff;
}

.about-us {
  padding: 40px 0 60px;
  background-color: #dbdbdb;
}

.about-us__title {
  margin: 0;
  color: #FF7400;
  font-size: 45px;
  text-align: center;
}

.about-us__subtitle {
  margin: 0 0 40px;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.about-us__list {
  display: flex;
  flex-wrap: wrap;
  width: 350px;
  margin: 0 auto;
  font-size: 14px;
}
.about-us__list > dt, .about-us__list > dd {
  margin-bottom: 5px;
}
.about-us__list > dt {
  width: 30%;
  font-weight: bold;
}
.about-us__list > dd {
  width: 70%;
}
@media (max-width: 736px) {
  .about-us__list {
    width: 100%;
    padding: 0 20px;
  }
}

.contact {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 736px) {
  .contact {
    padding: 60px 20px;
  }
}

.contact__title {
  margin: 0 0 5px;
  font-size: 45px;
  color: #FF7400;
}

.contact__subtitle {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.contact__text {
  margin: 0 0 30px;
  font-size: 13px;
}
@media (max-width: 736px) {
  .contact__text {
    font-size: 16px;
  }
}

.contact__body {
  margin: 0 auto;
  width: 500px;
  font-size: 16px;
}
@media (max-width: 736px) {
  .contact__body {
    width: 100%;
  }
}
.contact__body .contact__label {
  display: block;
  margin-bottom: 15px;
}
.contact__body .contact__caption {
  display: block;
  text-align-last: left;
  font-size: 14px;
  font-weight: bold;
}
.contact__body .contact__input,
.contact__body .contact__textarea {
  background-color: #ffe3ce;
  border: 0;
}
.contact__body .contact__input.wpcf7-not-valid {
  border: 1px solid #f33;
}
.contact__body .contact__textarea {
  height: 120px;
  background-color: #ffe3ce;
}

.wpcf7 .wpcf7-submit {
  margin-top: 10px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background-color: #FF7400;
  font-weight: bold;
  width: 200px;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  text-align: left;
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}

.footer {
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}
.footer > .inner {
  padding: 40px 0;
}

.footer__app {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 736px) {
  .footer__app {
    width: 100%;
  }
}
.footer__app > a {
  display: block;
  margin: 0 auto 3px;
  width: 75px;
}
.footer__app > a > img {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 10px;
}
.footer__app > p {
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.footer__btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  width: 250px;
  height: 55px;
  background-color: #ff7400;
  border-radius: 999em;
  font-size: 18px;
  font-weight: bold;
}
.footer__btn > a:hover {
  color: #fff;
}

.footer__bottom {
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  background-color: #ff7400;
}/*# sourceMappingURL=top.css.map */