@charset "UTF-8";

/*
Theme Name: WP-tempalate
Description: original theme
*/

/* CSS Document */

/*reset css--------------------*/

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,
a,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
improve,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/

/*base--------------------*/

a {
  transition: all 0.5s;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/

/*animation--------------------*/

.js-fade-left * {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1000ms;
}

.js-fade-right * {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1000ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*animation--------------------*/

body {
  color: #513822;
}

/*display--------------------*/

.u-none-tab {
  display: block;
}

.u-display-middle {
  display: block;
}

/*display--------------------*/

/*font--------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.f-hm,
h1,
h2,
a {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
}

.f-hk,
h3,
p,
dl {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/*font--------------------*/

/*inner--------------------*/

.l-inner-w {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 93%;
}

.l-inner-s {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 82%;
}

/*inner--------------------*/

/*scroll--------------------*/

#topscroll {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #7FBE28;
  border-radius: 10px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  padding: 10px;
  position: fixed;
  right: 10px;
  width: 70px;
}

#topscroll .fa-caret-up {
  color: #7FBE28;
  font-size: 2rem;
}

#topscroll p {
  color: #7FBE28;
  font-size: 1.4rem;
}

/*scroll--------------------*/

/*ttl--------------------*/

.c-ttl01 {
  position: relative;
}

.c-ttl01::before {
  background: #3CB371;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 149px;
}

.c-ttl02 {
  position: relative;
}

.c-ttl02::before {
  background: #513822;
  bottom: -11px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 135px;
}

.c-ttl03 {
  position: relative;
}

.c-ttl03::before {
  background: #ffffff;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 135px;
}

/*ttl--------------------*/

/*footer--------------------*/

.l-footer__box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.l-footer__mark,
.l-footer__access {
  flex: 1;
}

.l-footer__logo {
  width: 309px;
}

.l-footer__access {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 2.4rem;
  justify-content: flex-start;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
}

.l-footer__detail {
  background: #97DEB7;
  padding: 15px 40px;
}

/*footer--------------------*/

/*header--------------------*/

.l-header {
  background-color: #ffffff;
  box-shadow: 10px 10px 30px #39393940;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.l-header__logo {
  width: 181px;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.l-header__group {
  display: flex;
}

.l-header__link {
  color: #3CB371;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
}

.l-header__list:not(:last-of-type) {
  margin-right: 75px;
}

/*header--------------------*/

/*main--------------------*/

.l-main {
  margin-top: 100px;
}

.l-gap {
  margin-top: -100px;
  padding-top: 100px;
}

/*main--------------------*/

/*top--------------------*/

.p-top-fv {
  margin-bottom: 163px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
}

.p-top-fv__image {
  -o-object-fit: cover;
  border: 1px solid #707070;
  max-height: 700px;
  object-fit: cover;
}

.p-top-about {
  padding-bottom: 259px;
}

.p-top-about__bg {
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.28);
  background-image: url(images/about_bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 95px;
  padding: 25px 0 50px 0;
}

.p-top-about__ttl {
  color: #3CB371;
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 2.0666666667;
  margin-bottom: 40px;
}

.p-top-about__info {
  font-size: 1.8rem;
  line-height: 2.7777777778;
}

.p-top-about__image {
  -o-object-fit: cover;
  height: 195px;
  margin-bottom: 30px;
  object-fit: cover;
}

.p-top-about__list {
  display: flex;
  justify-content: center;
}

.p-top-about__card {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  box-shadow: 0px 10px 30px #39393929;
  text-align: center;
  width: calc(100%/3 - 2.3%);
}

.p-top-about__card:not(:last-of-type) {
  margin-right: 2.3%;
}

.p-top-about__link {
  color: #513822;
  display: block;
  height: 100%;
  padding: 35px;
  width: 100%;
}

.p-top-about__lead {
  font-size: 1.8rem;
  letter-spacing: 0.018em;
  margin-bottom: 24px;
}

.p-top-about__txt {
  font-size: 1.4rem;
  letter-spacing: 0.014em;
}

.p-top-intro {
  background: #97DEB7;
  padding: 120px 0 107px 0;
}

.p-top-intro__box {
  display: flex;
  justify-content: space-between;
}

.p-top-intro__box:first-of-type {
  margin-bottom: 141px;
}

.p-top-intro__box:nth-of-type(2) {
  margin-bottom: 96px;
}

.p-top-intro__box:nth-of-type(3) {
  margin-bottom: 97px;
}

.p-top-intro__ttl {
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: 0.003em;
  line-height: 2.0666666667;
  margin-bottom: 119px;
}

.p-top-intro__txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.p-top-intro__image {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 370px;
  margin-bottom: 95px;
  object-fit: cover;
  width: 429px;
}

.p-top-intro__image02 {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 260px;
  object-fit: cover;
  width: 358px;
}

.p-top-intro__image02:first-of-type {
  margin-bottom: 38px;
}

.p-top-intro__content {
  margin-left: 6.7%;
}

.p-top-intro__ttl02 {
  font-size: 2rem;
  line-height: 1.9;
  margin-bottom: 23px;
}

.p-top-intro__txt02 {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  margin-bottom: 64px;
}

.p-top-intro__txt02::before {
  bottom: -24px;
  left: 0;
  transform: translateX(0);
}

.p-top-intro__list {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.p-top-intro__item {
  display: flex;
}

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

.p-top-intro__time {
  min-width: 120px;
}

.p-top-intro__catch {
  display: flex;
  flex-direction: column;
}

.p-top-merit {
  padding: 90px 0 197px 0;
}

.p-top-merit__ttl {
  color: #3CB371;
  font-size: 3rem;
  letter-spacing: 0.003em;
  margin-bottom: 68px;
}

.p-top-merit__box {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.p-top-merit__catch,
.p-top-merit__content {
  flex: 1;
}

.p-top-merit__catch {
  text-align: right;
}

.p-top-merit__content {
  margin-right: 1.2%;
}

.p-top-merit__frame {
  position: relative;
}

.p-top-merit__lead {
  font-size: 2rem;
  letter-spacing: 0.002em;
  line-height: 3.1;
}

.p-top-merit__post {
  -ms-writing-mode: tb-rl;
  background: #3CB371;
  color: #ffffff;
  font-size: 2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  letter-spacing: 0.002em;
  line-height: 3.1;
  padding: 10px 5px;
  position: absolute;
  right: -75px;
  top: -30px;
  writing-mode: vertical-rl;
}

.p-top-merit__txt,
.p-top-merit__note {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 28px;
}

.p-top-merit__image {
  max-width: 489px;
}

.p-top-bg {
  background-image: url(images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 250px;
  padding-top: calc(88/464*100%);
}

.p-top-company {
  padding: 98px 0;
}

.p-top-company__ttl {
  color: #3CB371;
  font-size: 3rem;
  letter-spacing: 0.003em;
  margin-bottom: 50px;
}

.p-top-company__ttl::before {
  width: 135px;
}

.p-top-company__txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.p-top-company__txt:nth-of-type(2) {
  font-size: 1.8rem;
  letter-spacing: 0.0018em;
  line-height: 1.6666666667;
}

.p-top-company__box {
  display: flex;
  justify-content: space-between;
}

.p-top-company__image {
  max-width: 570px;
}

.p-top-company__content,
.p-top-company__access {
  flex: 1;
}

.p-top-company__access {
  text-align: left;
}

/*top--------------------*/

@media screen and (min-width: 768px) {
  .u-display-middle {
    display: none;
  }
}

@media screen and (min-width: 1480px) {
  .p-top-about__bg {
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}

@media screen and (max-width: 1024px) {
  .u-none-tab {
    display: none;
  }

  html {
    font-size: 50%;
  }

  .l-inner-w {
    max-width: 500px;
    width: 95%;
  }

  .l-inner-s {
    max-width: 500px;
    width: 95%;
  }

  .c-ttl01::before {
    bottom: -10px;
  }

  .c-ttl03::before {
    bottom: -10px;
  }

  .l-footer__box {
    flex-direction: column;
  }

  .l-footer__logo {
    width: 200px;
  }

  .l-footer__detail {
    margin: 0 calc(50% - 50vw);
    padding: 10px;
    text-align: center;
    width: 100vw;
  }

  .l-header__logo {
    width: 100px;
  }

  .l-header__link {
    font-size: 1.4rem;
  }

  .l-header__list:not(:last-of-type) {
    margin-right: 20px;
  }

  .p-top-fv {
    margin-bottom: 0;
  }

  .p-top-about {
    padding-bottom: 50px;
  }

  .p-top-about__bg {
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .p-top-about__list {
    align-items: center;
    flex-direction: column;
  }

  .p-top-about__card {
    max-width: 500px;
    width: 100%;
  }

  .p-top-about__card:not(:last-of-type) {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .p-top-about__lead {
    margin-bottom: 50px;
  }

  .p-top-intro {
    padding: 50px 0;
  }

  .p-top-intro__box {
    align-items: center;
    flex-direction: column-reverse;
  }

  .p-top-intro__box:first-of-type {
    margin-bottom: 75px;
  }

  .p-top-intro__box:nth-of-type(2) {
    margin-bottom: 0;
  }

  .p-top-intro__box:nth-of-type(3) {
    margin-bottom: 75px;
  }

  .p-top-intro__ttl {
    margin-bottom: 25px;
  }

  .p-top-intro__image {
    height: auto;
    margin-bottom: 50px;
    width: 300px;
  }

  .p-top-intro__catch {
    display: flex;
    margin-bottom: 50px;
  }

  .p-top-intro__content {
    margin-bottom: 50px;
    margin-left: 0;
  }

  .p-top-intro__content02 {
    margin-bottom: 50px;
  }

  .p-top-merit {
    padding: 50px 0;
  }

  .p-top-merit__ttl {
    margin-bottom: 50px;
  }

  .p-top-merit__box {
    flex-direction: column;
  }

  .p-top-merit__catch {
    margin-bottom: 50px;
    text-align: center;
  }

  .p-top-merit__content {
    margin-right: 0;
  }

  .p-top-merit__post {
    -ms-writing-mode: unset;
    position: static;
    writing-mode: unset;
  }

  .p-top-company {
    padding: 50px 0;
  }

  .p-top-company__box {
    flex-direction: column;
  }

  .p-top-company__content {
    margin-bottom: 50px;
  }

  .p-top-company__access {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-top-bg {
    height: 300px;
  }
}

@media screen and (max-width: 600px) {
  .l-header__logo {
    width: 80px;
  }

  .l-header__link {
    font-size: 1.2rem;
  }

  .l-header__list:not(:last-of-type) {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */