@charset "UTF-8";
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  padding: 0 0 67px;
  background: url(../images/common/wave01.png) no-repeat bottom/max(1920px, 100%) 34px, url(../images/common/header-bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 30;
}
.page-header .hd-wrap {
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1740px;
  height: 97px;
  margin: 0 auto;
  background-color: #fff;
}
.page-header .hd-logo {
  align-self: center;
}
.page-header .hd-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header .header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
  -webkit-mask-image: url("/images/common/key/img-frame_sub.svg");
  mask-image: url("/images/common/key/img-frame_sub.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  position: absolute;
  left: max(50% - 640px, 40px);
  text-align: center;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  left: max(50% - 732px, 0px);
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 619px;
  height: 207px;
  background: url(../images/common/key/ttl-deco.png) no-repeat center/contain;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 100;
}

#top .key {
  /* ▼key-vis */
}
#top .key-vis {
  -webkit-mask-image: url("/images/common/key/img-frame.svg");
  mask-image: url("/images/common/key/img-frame.svg");
  height: 730px;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  margin: 47px 0 0;
  line-height: 1;
  color: #673f0b;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav {
  justify-content: center;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav .hd-nav li:not(:last-child)::after {
  content: "●";
  font-size: 1rem;
  color: #ff9600;
  margin: 0 2em;
}
.global-nav .hd-nav li a {
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav li a span {
  display: block;
  margin: 6px 0 0;
  color: #ff9600;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #ffc000;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 90px 0 55px;
  color: #fff;
  background: url(../images/common/footer-bg-left.png) no-repeat left bottom, url(../images/common/footer-bg-right.png) no-repeat right bottom, #ff9600;
  position: relative;
}

/* ▼footer-main */
.footer-main {
  padding: 0 0 20px;
}
.footer-main .footer-ttl {
  display: inline-block;
  width: auto;
  margin: 0 0 36px;
  text-align: left;
}
.footer-main .footer-ttl a {
  display: inline-block;
}
.footer-main .common-btn {
  width: 392px;
  font-size: 1.4rem;
}
.footer-main-info {
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer-main-info-item:not(:last-child) {
  margin-bottom: 16px;
}
.footer-main-link {
  margin: 50px 0 0;
}

/* ▼footer-detail */
.footer-detail .common-info-list {
  justify-content: flex-start;
  margin: 30px 0 0;
}

/* footer-nav */
.footer-nav {
  margin: 50px 0 0;
  padding: calc(40px - 0.83335em) 0;
  border-top: 5px dotted #ffc000;
  border-bottom: 5px dotted #ffc000;
  line-height: 2.6667;
  font-size: inherit;
}
.footer-nav ul.flex {
  justify-content: flex-start;
}
.footer-nav ul.flex li:not(:last-child) {
  margin-right: 2em;
}
.footer-nav ul.flex:not(:last-child) {
  margin-bottom: 20px;
}

/* ▼copyright */
.copyright {
  margin: -10px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.04em;
}

/*-----------------------------------------------------------------------

    entrance

-----------------------------------------------------------------------*/
#entrance .key,
#entrance .global-nav,
#entrance .breadcrumbs,
#entrance .page-footer {
  display: none;
}
#entrance .page-header {
  padding: 0;
  background: #fff;
}
#entrance .entrance-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  width: calc(100% - 40px);
  max-width: 1740px;
  height: 800px;
  margin: 0 auto;
}
#entrance .entrance-list-item {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#entrance .entrance-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/entrance/entrance-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s;
  z-index: -1;
}
#entrance .entrance-list-item:hover::before {
  transform: scale(1.05);
}
#entrance .entrance-list-item:nth-child(01) {
  grid-area: 1/1/3/2;
}
#entrance .entrance-list-item:nth-child(02) {
  grid-area: 1/2/2/3;
}
#entrance .entrance-list-item:nth-child(02)::before {
  background-image: url(../images/entrance/entrance-img02.jpg);
}
#entrance .entrance-list-item:nth-child(03) {
  grid-area: 2/2/3/3;
}
#entrance .entrance-list-item:nth-child(03)::before {
  background-image: url(../images/entrance/entrance-img03.jpg);
}
#entrance .entrance-list-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
#entrance .entrance-copyright {
  padding: 26px 0;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.04em;
}
#entrance .entrance-copyright a {
  display: inline;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_greeting */
.top_greeting {
  background: url(../images/top/greeting-bg-left.png) no-repeat top left, url(../images/top/greeting-bg-right.png) no-repeat bottom right;
}
.top_greeting .common-btn {
  margin: 60px 0 0;
}

/* ▼top_charm */
.top_charm {
  background: #fff4e5 url(../images/common/wave02.png) no-repeat top/max(1920px, 100%) 37px;
  position: relative;
}
.top_charm-block-img {
  overflow: hidden;
  width: calc(50vw - 280px);
  min-width: 360px;
  margin-left: min(-100px, -50vw + 540px);
  box-shadow: 20px 20px 0 rgba(125, 203, 42, 0.15);
  border-radius: 0 20px 20px 0;
}
.top_charm-block-cnt {
  width: 700px;
}
.top_charm-block-cnt-list-capt {
  margin: calc(26px - 0.39475em) 0 0;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.7895;
  letter-spacing: 0.04em;
}
.top_charm-block-cnt .common-btn {
  margin-top: 70px;
}

/* ▼top_service */
.top_service {
  text-align: center;
}
.top_service-ttl {
  font-size: 3.5rem;
}
.top_service-ttl img {
  margin: 26px 0 0;
}
.top_service-block {
  overflow: hidden;
  align-items: stretch;
  margin: 80px 0 0;
  background: url(../images/common/pattern/orange_stripe.png) repeat;
  border-radius: 20px;
}
.top_service-block.diff-flex {
  flex-direction: row-reverse;
}
.top_service-block-cnt {
  width: 540px;
  padding: 60px 0 0;
  background: url(../images/top/service-cnt-deco01.png) no-repeat bottom right 19px;
}
.top_service-block-cnt-ttl {
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.top_service-block-cnt-ttl .txt-main {
  display: inline-block;
  padding: 0.066667em 0.355556em;
  color: #fff;
  background-color: #ff9600;
  border-radius: 0.2222em;
}
.top_service-block-cnt-txt {
  margin: calc(40px - 0.325em) 0 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.65;
}
.top_service-block-cnt::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 30px auto 0;
  background: url(../images/common/btn-arrow02.png) no-repeat center/contain;
}
.top_service-list {
  margin: 80px 0 0;
}

/* ▼top_news */
.top_news {
  background: #fff4e5 url(../images/common/wave02.png) no-repeat top/max(1920px, 100%) 37px;
}
.top_news-block-left {
  width: 230px;
}
.top_news-block-left-ttl::before {
  content: "";
  width: 58px;
  height: 46px;
  background: url(../images/common/deco-leaf01.png) no-repeat center/contain;
  position: absolute;
  top: -3px;
  left: -31px;
}
.top_news-block-left .common-btn {
  width: 100%;
}
.top_news-block-cnt {
  width: 770px;
}

/*
    page-about
--------------------*/
/* ▼about_concept */
.about_concept {
  background: url(../images/about/concept-bg-left.png) no-repeat bottom left/50.15625%, url(../images/about/concept-bg-right.png) no-repeat top right/50.15625%;
}
.about_concept-lead {
  margin: 0 0 40px;
  color: #ffc000;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}
.about_concept-txt {
  text-align: center;
}

/* ▼about_service */
.about_service {
  background-color: rgba(255, 150, 0, 0.1);
}
.about_service-block:not(:last-of-type) {
  margin-bottom: 90px;
}
.about_service-block-img {
  width: 520px;
}
.about_service-block-img .c_ofi {
  padding-top: 61.5385%;
  border-radius: 20px;
}
.about_service-block-cnt {
  width: 500px;
}
.about_service-block-cnt-lead {
  margin: 0 0 calc(40px - 0.15em);
  color: #ff9600;
  font-size: 1.5625em;
  line-height: 1.3;
}
.about_service-block-cnt-txt {
  letter-spacing: 0.07em;
}

/*
    page-appeal
--------------------*/
/* ▼appeal_greeting */
.appeal_greeting {
  background: url(../images/appeal/greeting-bg-deco.png) no-repeat center top 77px;
}
.appeal_greeting .common-ttl {
  color: #ffc000;
}
.appeal_greeting .common-ttl .font-em {
  color: #673f0b;
  position: relative;
  z-index: 10;
}
.appeal_greeting .common-ttl .font-em::before {
  content: "";
  width: 235px;
  height: 25px;
  background: url(../images/appeal/greeting-ttl-deco.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: -0.3em;
  z-index: -1;
}
.appeal_greeting .common-ttl .ttl-type02::after {
  width: 2.375em;
  height: 1.5em;
  background-image: url(../images/common/title02-deco02.png);
  bottom: -0.5em;
  left: 100%;
}
.appeal_greeting-block-cnt-ttl {
  margin: 0 0 30px;
  text-align: center;
}
.appeal_greeting-block-cnt-list {
  width: 400px;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(255, 150, 0, 0.1);
  border-radius: 20px;
}
.appeal_greeting-block-cnt-lead {
  margin: 1.05em 0 0;
  line-height: 1.3;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* ▼appeal_main */
.appeal_main {
  background: rgba(255, 150, 0, 0.1) url(../images/common/wave02.png) no-repeat top/max(1920px, 100%) 37px;
}
.appeal_main-block:not(:last-child) {
  margin-bottom: 90px;
}
.appeal_main-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.appeal_main-block-cnt {
  width: 500px;
}
.appeal_main-block-cnt-txt {
  letter-spacing: 0.07em;
}

/*
    page-work
--------------------*/
/* ▼work_career */
.work_career {
  background: url(../images/work/career-bg-deco.png) no-repeat center top;
}
.work_career .common-ttl .font-line {
  color: #ffc000;
}
.work_career-list {
  overflow: hidden;
  border-radius: 20px;
}
.work_career-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 313px;
  height: 210px;
  color: #fff;
  background-color: #ffd400;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.work_career-list-item:nth-child(n+2) {
  margin-left: -58px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.72em 50%);
}
.work_career-list-item:nth-child(1) {
  padding-right: 1em;
}
.work_career-list-item:nth-child(2) {
  background-color: #ffbb00;
}
.work_career-list-item:nth-child(3) {
  background-color: #ffa300;
}
.work_career-list-item:nth-child(4) {
  padding-left: 1em;
  background-color: #ff8a00;
}
.work_career-list-item .font-marker {
  display: inline-block;
  margin: 0 0 20px;
  padding: 2px 13px;
  color: #673f0b;
  background-color: #fff;
  border-radius: 8px;
  font-size: 0.88em;
  letter-spacing: 0.1em;
}
.work_career-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(90px - 0.5em) 0 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.work_career-lead::before, .work_career-lead::after {
  content: "";
  width: 95px;
  height: 60px;
  background: url(../images/common/deco-leaf02.png) no-repeat center/contain;
}
.work_career-lead::after {
  transform: scale(-1, 1);
}
.work_career-lead .txt-main {
  padding: 0 1.9em;
}

/* ▼work_flow */
.work_flow {
  padding-top: 70px;
  background-color: rgba(255, 150, 0, 0.1);
  position: relative;
}
.work_flow::before {
  content: "";
  width: 100%;
  height: 50px;
  background: repeating-linear-gradient(135deg, rgba(255, 150, 0, 0.1), rgba(255, 150, 0, 0.1) 8px, transparent 8px, transparent 16px) no-repeat bottom;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.work_flow .common-ttl .ttl-type02::before {
  content: "";
  width: 3.7em;
  height: 3.7em;
  background: url(../images/appeal/flow-ttl-deco.png) no-repeat center/contain;
  position: absolute;
  top: -0.85em;
  left: -2.5em;
}
.work_flow-block {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
}
.work_flow-block:not(:last-child) {
  margin-bottom: 80px;
}
.work_flow-block .common-head {
  color: #fff;
  background: #ff9600;
  text-align: center;
  padding: 0.333333em 0;
  font-size: 3rem;
}
.work_flow-block-list-item {
  position: relative;
  z-index: 10;
}
.work_flow-block-list-item:not(:last-child) {
  padding-bottom: 60px;
}
.work_flow-block-list-item:not(:last-child)::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ff9600;
  position: absolute;
  left: 110px;
  top: 21px;
  z-index: -1;
}
.work_flow-block-list-time {
  width: 75px;
  padding: 0.32em 0;
  border-radius: 5px;
  color: #fff;
  background-color: #673f0b;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  position: relative;
}
.work_flow-block-list-time::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #ff9600;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 30px), -50%);
}
.work_flow-block-list-cnt {
  width: 830px;
}
.work_flow-block-list-cnt-ttl {
  margin: 0.15em 0 calc(20px - 0.15em);
  color: #ff9600;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
}
.work_flow-block:nth-of-type(2) .common-head {
  background-color: #ffc000;
}
.work_flow-block:nth-of-type(2) .work_flow-block-list-item::before, .work_flow-block:nth-of-type(2) .work_flow-block-list-time::after {
  background-color: #ffc000;
}
.work_flow-block:nth-of-type(2) .work_flow-block-list-cnt-ttl {
  color: #ffc000;
}
.work_flow-block:nth-of-type(3) .common-head {
  background-color: #7dcb2a;
}
.work_flow-block:nth-of-type(3) .work_flow-block-list-item::before, .work_flow-block:nth-of-type(3) .work_flow-block-list-time::after {
  background-color: #7dcb2a;
}
.work_flow-block:nth-of-type(3) .work_flow-block-list-cnt-ttl {
  color: #7dcb2a;
}

/*
    page-voice
--------------------*/
/* ▼voice_greeting */
.voice_greeting-block-cnt {
  width: 500px;
}
.voice_greeting-block-cnt-ttl {
  margin: 0 0 40px;
  padding: 0 0 12px;
  font-size: 2.2rem;
  border-bottom: 3px solid #ff9600;
}
.voice_greeting-block-cnt-ttl .font-em {
  font-size: 1.3636em;
  line-height: 1;
}
.voice_greeting-block-cnt-desc {
  margin: 40px 0 0;
  padding: 40px;
  background-color: rgba(255, 150, 0, 0.1);
  border-radius: 10px;
}

/* ▼voice_staff */
.voice_staff {
  background: rgba(255, 150, 0, 0.1) url(../images/common/wave02.png) no-repeat top/max(1920px, 100%);
}
.voice_staff .common-ttl .ttl-type02::before {
  content: "";
  width: 3.7em;
  height: 3.7em;
  background: url(../images/appeal/flow-ttl-deco.png) no-repeat center/contain;
  position: absolute;
  top: -0.85em;
  left: -2.5em;
}
.voice_staff-block {
  width: 500px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.voice_staff-block:nth-of-type(n+3) {
  margin-top: 70px;
}
.voice_staff-block-img .c_ofi {
  padding-top: 76.1905%;
  border-radius: 20px;
}
.voice_staff-block-ttl {
  margin: 40px 0;
  padding: 0 0 12px;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 3px solid #ff9600;
}
.voice_staff-block-comment {
  margin: 50px 0 0;
  padding: 30px;
  background-color: rgba(125, 203, 42, 0.1);
}

/*
    page-information
--------------------*/
/* ▼information_main */
.information_main-block:not(:last-child) {
  margin-bottom: 100px;
}

.information_main-map {
  width: 100%;
  height: 360px;
  margin: 30px 0 0;
  background-color: #ccc;
}

/* ▼information_sub */
.information_sub {
  background: rgba(255, 150, 0, 0.1);
}
.information_sub .common-ttl .ttl-type02::before {
  content: "";
  width: 3.7em;
  height: 3.7em;
  background: url(../images/appeal/flow-ttl-deco.png) no-repeat center/contain;
  position: absolute;
  top: -0.85em;
  left: -2.5em;
}