@charset "UTF-8";

/* -------------------------------------------------------------
pc
------------------------------------------------------------- */
@keyframes waving {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30%);
  }
}

.waving {
  animation: waving 1s ease forwards;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.bg_blue {
  background-color: #EEF2F6;
}

section {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 0.88vw;
  }

  p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 0.729vw;
  }

  p {
    font-size: 13px;
  }
}

@media screen and (min-width: 1367px) {
  p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {

  /* ------------------------------
  display
  ------------------------------ */
  .sp {
    display: none;
  }
}

/* ------------------------------
    共通
    ------------------------------ */
.title {
  position: relative;
  text-align: center;
}

/* .title::after {
  content: "";
  width: 5.729vw;
  height: auto;
  aspect-ratio: 110/29;
  background: url("../img/deco_tit.svg") center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  display: block;
} */

@media screen and (max-width: 767px) {
  .title::after {
    width: 20%;
  }
}

.title h2 {
  font-size: 4.142em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #FF6C4B;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.title h2 span.txt_XL {
  font-size: 3em;
}

@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 3em;
  }
}

.title .en {
  font-size: 1.428em;
  color: #FF6C4B;
  display: block;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .title .en {
    font-size: 1.2em;
  }
}

.title+p.lead {
  font-weight: 600;
  font-size: 2em;
  text-align: center;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .title+p.lead {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 768px) {

  /* ------------------------------
  gnav
  ------------------------------ */
  header nav {
    width: 80%;
    background: #FFF;
    height: 100%;
  }

  ul.gnav {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    height: 100%;
  }

  ul.gnav li {
    font-size: 0.9vw;
    text-align: center;
    line-height: 1;
    background: #fff;
    font-weight: bold;
  }

  ul.gnav li a {
    display: flex;
    padding: 27px 1.04vw;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  ul.gnav li a.line {
    padding: 27px 2.08vw 27px 1.04vw;
  }

  ul.gnav li a.line img {
    width: 47px;
    display: block;
  }

  ul.gnav li:last-child {
    background: #FF6C4B;
    white-space: nowrap;
  }

  ul.gnav li:last-child a {
    color: #fff;
    padding: 27px 2.91655vw;
  }

  ul.gnav li:last-child a:hover {
    background: #FF6C4B;
  }

  ul.gnav li:last-child a::before {
    content: "";
    background: url(../img/ico_gnav6.png) no-repeat;
    background-size: 18px 14px;
    width: 18px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -2px;
  }

  ul.gnav a:hover {
    opacity: 1;
    color: #FF6C4B;
  }
}

/* ------------------------------
index
------------------------------ */
#main {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .inner {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .inner .main-copy {
  position: relative;
  z-index: 999;
  width: 51%;
}

#main .inner .main-copy p:nth-of-type(1) {
  margin-bottom: 3.3332vw;
  font-size: 3.28em;
  line-height: 1.8;
}

#main .inner .main-copy p:nth-of-type(1) span {
  color: #fff;
  padding: 8px;
  background: linear-gradient(transparent 0%, #FF6C4B 0%);
}

#main .inner .main-copy p:nth-of-type(1) span+span {
  margin-top: 0.8333vw;
}

#main .inner .main-copy p:nth-of-type(2) {
  font-size: 1.28em;
  line-height: 2.8;
}

#main .inner .main-copy p:nth-of-type(2) span {
  color: #FF6C4B;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  padding: 8px;
}

#main .inner .main-copy p:nth-of-type(2) span+span {
  margin-top: 0.8333vw;
}

#main .inner .main-copy p:nth-of-type(3) img {
  width: 100%;
}

#main .inner .main-img {
  padding: 80px 0;
  position: relative;
  z-index: 888;
  width: 56%;
  margin-left: -7%;
}

#main .inner .main-img img {
  width: 100%;
}

#main .wave {
  width: auto;
  height: 16.666%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#main .wave img {
  width: auto;
  height: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  #main {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 12vw 6%;
  }

  #main .inner {
    display: block;
    width: 100%;
  }

  #main .inner .main-copy {
    position: relative;
    z-index: 999;
    width: 100%;
  }

  #main .inner .main-copy p:nth-of-type(1) {
    margin-bottom: 3.3332vw;
    font-size: 2.4em;
    line-height: 1.8;
  }

  #main .inner .main-copy p:nth-of-type(1) span {
    color: #fff;
    padding: 8px;
    background: linear-gradient(transparent 0%, #FF6C4B 0%);
  }

  #main .inner .main-copy p:nth-of-type(1) span+span {
    margin-top: 0.8333vw;
  }

  #main .inner .main-copy p:nth-of-type(2) {
    font-size: 1em;
    line-height: 2.8;
  }

  #main .inner .main-copy p:nth-of-type(2) span {
    color: #FF6C4B;
    background: linear-gradient(transparent 0%, #FFFFFF 0%);
    padding: 8px;
  }

  #main .inner .main-copy p:nth-of-type(2) span+span {
    margin-top: 0.8333vw;
  }

  #main .inner .main-copy p:nth-of-type(3) img {
    width: 100%;
  }

  #main .inner .main-img {
    padding: 40px 0;
    position: relative;
    z-index: 888;
    width: 100%;
    margin-left: 0;
  }

  #main .inner .main-img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main .inner .main-copy p:nth-of-type(1) {
    font-size: 2.2em;
  }

  #main .inner .main-copy p:nth-of-type(2) {
    font-size: 1em;
  }
}

.top-company {
  background: #F7F9FC;
  padding: 6.25vw 0 5vw 0;
}

.top-company .top-company-inner {
  width: 80%;
  max-width: 1280px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

.top-company .top-company-inner .photo {
  width: 51.5%;
  margin-left: -1.5%;
}

.top-company .top-company-inner .txt {
  width: 40.3%;
}

.top-company .top-company-inner h2 {
  color: #FF6C4B;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-bottom: 3.75vw;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 2.85em;
}

.top-company .top-company-inner h3 {
  font-size: 2em;
  line-height: 1.8;
  margin-bottom: 2.5vw;
}

.top-company .top-company-inner p {
  margin-bottom: 3.3333vw;
  line-height: 2.33;
}

@media screen and (max-width: 767px) {
  .top-company {
    padding: 12vw 6%;
  }

  .top-company .top-company-inner {
    display: block;
    width: 90%;
  }

  .top-company .top-company-inner .photo {
    width: 100%;
    margin-left: 0;
  }

  .top-company .top-company-inner .txt {
    width: 100%;
    margin-top: 5vw;
  }

  .top-company .top-company-inner .txt h2 {
    font-size: 2.4em;
  }

  .top-company .top-company-inner .txt h3 {
    font-size: 1.75em;
  }
}

.top-point {
  position: relative;
  padding-bottom: 5vw;
}

.top-point .top-point-inner {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

.top-point .top-point-inner .title h2 {
  font-size: 2.857em;
  line-height: 1.2;
}

.top-point .top-point-inner .point-index-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: 3.125vw;
}

.top-point .top-point-inner .point-index-wrap .point-index {
  background: #FFF;
  border-radius: 20px;
  filter: drop-shadow(0, 0, 16px, rgba(0, 0, 0, 0.12));
  width: 29.6%;
}

.top-point .top-point-inner .point-index-wrap .point-index .photo {
  width: 100%;
}

.top-point .top-point-inner .point-index-wrap .point-index .photo img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.top-point .top-point-inner .point-index-wrap .point-index .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6666vw;
}

.top-point .top-point-inner .point-index-wrap .point-index .txt h4 {
  font-size: 1.6428em;
  color: #FF6C4B;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}

.top-point .btm_waveBox {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #EEF2F6;
}

.top-point .btm_waveBox .wave {
  position: absolute;
  left: 0;
  bottom: 100%;
}

@media screen and (max-width: 767px) {
  .top-point {
    padding-bottom: 12.5vw;
  }

  .top-point .top-point-inner {
    width: 90%;
  }

  .top-point .top-point-inner .title h2 {
    font-size: 2.0em;
  }

  .top-point .top-point-inner .title h2 .txt_XL {
    font-size: 2.5em;
  }

  .top-point .top-point-inner .point-index-wrap {
    display: block;
    margin-top: 4.6875vw;
  }

  .top-point .top-point-inner .point-index-wrap .point-index {
    width: 100%;
    margin-top: 3.75vw;
  }

  .top-point .top-point-inner .point-index-wrap .point-index .txt {
    padding: 5vw;
  }

  .top-point .top-point-inner .point-index-wrap .point-index .txt h4 {
    font-size: 1.4em;
    margin-bottom: 0.75em;
  }
}

.top-voice {
  position: relative;
  background: url("../img/bg_voice.jpg") top center no-repeat;
  background-size: cover;
  padding: 5vw 0 10vw 0;
}

.top-voice .wave {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-voice .top-voice-inner {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

.top-voice .top-voice-inner .voice-index-wraper {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.top-voice .top-voice-inner .voice-index-wraper .voice-index {
  width: 48%;
  background: #FFF;
  border-radius: 12px;
  filter: drop-shadow(0, 0, 24px, rgba(0, 0, 0, 0.12));
  margin-top: 2.08325vw;
  padding: 2.08325vw 3.125vw;
}

.top-voice .top-voice-inner .voice-index-wraper .voice-index dl dt {
  display: flex;
  align-items: center;
}

.top-voice .top-voice-inner .voice-index-wraper .voice-index dl dt figure {
  width: 16.666%;
}

.top-voice .top-voice-inner .voice-index-wraper .voice-index dl dt figure img {
  width: 100%;
}

.top-voice .top-voice-inner .voice-index-wraper .voice-index dl dt h4 {
  font-size: 1.642em;
  color: #FF6C4B;
  padding-left: 1em;
}

.top-voice .top-voice-inner .voice-index-wraper .voice-index dd {
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .top-voice {
    padding: 12.5vw 0 18.75vw 0;
  }

  .top-voice .top-voice-inner {
    width: 90%;
  }

  .top-voice .top-voice-inner .voice-index-wraper {
    display: block;
  }

  .top-voice .top-voice-inner .voice-index-wraper .voice-index {
    width: 100%;
    margin-top: 3.125vw;
    padding: 5vw;
  }

  .top-voice .top-voice-inner .voice-index-wraper .voice-index dl dt h4 {
    font-size: 1.4em;
  }
}

.top-partner {
  padding: 5vw 0;
}

.top-partner .top-partner-inner {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

.top-partner .top-partner-inner .partner-index-wrap {
  background: #FFF;
  padding: 0.8333vw 3.125vw 2.5vw;
  display: flex;
  justify-content: space-between;
  margin-top: 2.08325vw;
}

.top-partner .top-partner-inner .partner-index-wrap .partner-index {
  width: 46.5%;
}

.top-partner .top-partner-inner .partner-index-wrap .partner-index img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-partner .top-partner-inner .partner-index-wrap {
    margin-top: 3.125vw;
  }
}

@media screen and (max-width: 535px) {
  .top-partner .top-partner-inner .partner-index-wrap {
    margin-top: 4.375vw;
  }

  .top-partner .top-partner-inner .partner-index-wrap .partner-index {
    width: 100%;
  }
}

.top-business-other {
  background: url("../img/bg4.jpg") no-repeat center top;
  background-size: cover;
  padding: 6.25vw 0;
}

.top-business-other .top-business-inner {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.top-business-other .top-business-inner .top-business-img {
  width: 66.17%;
  margin-left: -16.17%;
}

.top-business-other .top-business-inner .top-business-img img {
  width: 100%;
}

.top-business-other .top-business-inner .txt {
  width: 34.6%;
}

.top-business-other .top-business-inner .txt .title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3.3332vw;
}

.top-business-other .top-business-inner .txt .title .h2 {
  text-align: left;
}

.top-business-other .top-business-inner .txt h3 {
  font-size: 1.714em;
  line-height: 1.8;
  margin-bottom: 1.6666vw;
}

.top-business-other .top-business-inner .txt p {
  margin-bottom: 2.5vw;
}

@media screen and (max-width: 767px) {
  .top-business-other .top-business-inner {
    display: block;
    width: 90%;
  }

  .top-business-other .top-business-inner .top-business-img {
    width: 100%;
    margin-left: 0;
  }

  .top-business-other .top-business-inner .txt {
    width: 100%;
    margin-top: 5vw;
  }

  .top-business-other .top-business-inner .txt .title {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3.3332vw;
  }

  .top-business-other .top-business-inner .txt .title::after {
    margin: 0 auto 0 2em;
  }

  .top-business-other .top-business-inner .txt .title .h2 {
    text-align: left;
  }

  .top-business-other .top-business-inner .txt h3 {
    font-size: 1.4em;
  }
}

.top-other-inner {
  width: 80%;
  max-width: 1280px;
  margin: 12.5vw auto 6.25vw;
  display: flex;
  justify-content: space-between;
}

.top-other-inner>div {
  width: 45.3%;
}

.top-other-inner>div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 29/23;
  border-radius: 12px;
  transition: all .3s;
  color: #fff;
  position: relative;
}

.top-other-inner>div a h2 {
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}

.top-other-inner>div a h2 .en {
  display: block;
  font-size: 2.857em;
}

.top-other-inner>div a div {
  position: absolute;
  right: 25px;
  bottom: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  background: url(../img/arrow.png) no-repeat;
  background-size: 10px auto;
  background-position: center right 5px;
  padding-right: 25px;
  transition: all .3s;
}

.top-other-inner>div a:hover {
  opacity: 1;
}

.top-other-inner>div a:hover div {
  background-position: center right 0;
}

@media screen and (max-width: 767px) {
  .top-other-inner {
    width: 90%;
  }

  .top-other-inner>div {
    width: 48%;
  }

  .top-other-inner>div a h2 .en {
    display: block;
    font-size: 2.4em;
  }

  .top-other-inner>div a div {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 535px) {
  .top-other-inner {
    display: block;
  }

  .top-other-inner>div {
    width: 100%;
    margin-top: 5vw;
  }
}

.top-other-inner>*:first-of-type a {
  background: url(../img/bg_btn_recruit.jpg) no-repeat center;
  background-size: cover;
}

.top-other-inner>*:first-of-type a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FE471E;
  opacity: 0.4;
  border-radius: 12px;
  transition: all .3s;
}

.top-other-inner>*:first-of-type a:hover::before {
  opacity: 0.8;
}

.top-other-inner>*:last-of-type a {
  background: url("../img/bg_btn_purchase.jpg") no-repeat center;
  background-size: cover;
}

.top-other-inner>*:last-of-type a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FE471E;
  opacity: 0.4;
  border-radius: 12px;
  transition: all .3s;
}

.top-other-inner>*:last-of-type a:hover::before {
  opacity: 0.7;
}

/* ------------------------------
mv
------------------------------ */
.mv {
  background: url(../img/bg_kv1.jpg) no-repeat center bottom;
  background-size: cover;
}

.mv div {
  background: rgba(255, 255, 255, 0.3);
}

.mv h2 {
  font-size: 2.857em;
  line-height: 1;
  text-align: center;
  padding: 120px 0;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  color: #FF6C4B;
}

.mv h2 span {
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #FF6C4B;
}

/* ------------------------------
gallery
------------------------------ */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  width: 980px;
  margin: 60px auto 80px auto;
}

.gallery-list li {
  list-style: none;
  margin: 0 10px 20px 10px;
}

.gallery-list img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  object-fit: cover;
}

.gallery-list span {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin: 12px 0 0 0;
  text-align: center;
  width: 160px;
}

/* ------------------------------
container
------------------------------ */
.container {
  margin: 60px auto 80px auto;
  width: 90%;
  max-width: 960px;
}

.container .inner {
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .container .inner {
    display: block;
  }
}

.container .inner img {
  height: auto;
  margin-bottom: 0 !important;
  margin-right: 40px;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .container .inner img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px !important;
  }
}

.container figure {
  text-align: center;
}

.container figure img {
  width: 640px;
  height: auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .container figure img {
    width: 100%;
    margin-right: 0;
  }
}

.container p {
  margin-bottom: 60px;
}

/* -------------------------------------------------------------
sp
------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 2.08vw;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 535px) {
  body {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {

  /* ------------------------------
   gnav
  ------------------------------ */
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #fff;
    /* メニューライン色 */
  }

  .drawer-nav {
    background-color: #FF6C4B;
    /* メニュー背景色 */
  }

  .drawer-hamburger {
    background: #FF6C4B !important;
    /* ハンバーガーメニュー背景色 */
    z-index: 9999 !important;
  }

  /* ------------------------------
  mv
  ------------------------------ */
  .mv {
    background: url(../img/bg_kv1.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .mv div {
    background: rgba(255, 255, 255, 0.5);
  }

  .mv h2 {
    color: #FF6C4B;
    font-size: 6.875vw;
    line-height: 1;
    text-align: center;
    padding: 15vw 0;
    letter-spacing: 0.05em;
  }

  .mv h2 span {
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
  }

  /* ------------------------------
   gallery
  ------------------------------ */
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    margin: 30px 0 40px 0;
  }

  .gallery-list li {
    list-style: none;
    margin: 5px 5px 15px 5px;
  }

  .gallery-list img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    object-fit: cover;
  }

  .gallery-list span {
    display: block;
    font-size: 10px;
    line-height: 1.6;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 110px;
  }

  /* ------------------------------
  container
  ------------------------------ */
  .container {
    margin: 40px 20px;
  }

  .container div img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .container p {
    margin-bottom: 40px;
  }

  /* ------------------------------
   drawer-hamburger　
  ------------------------------ */
  .drawer-nav {
    color: #fff;
    z-index: 9999;
  }

  .drawer-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .drawer-nav ul li.line {
    border-bottom: none;
  }

  .drawer-nav ul li.line a {
    width: 20%;
    display: block;
    margin: 0 auto;
    padding: 17px 0 0;
  }

  .drawer-nav ul li.line a img {
    width: 100%;
  }

  .drawer-nav ul li a {
    color: #fff;
    display: block;
    padding: 17px 15px;
  }

  .drawer-nav ul li:last-child {
    border-bottom: none;
    font-size: 24px;
    line-height: 0.4;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
  }

  .drawer-nav ul li:last-child span {
    display: block;
    font-size: 11px !important;
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  .drawer-nav ul li:last-child i {
    font-size: 15px;
    margin-right: 1px;
    vertical-align: 3px;
  }

  .drawer-nav ul li:last-child a:before {
    content: "";
  }
}

.CMS-ARTICLE-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 10px 0 13px 0;
  position: relative;
}

.CMS-ARTICLE-TITLE:after {
  border-bottom: solid 3px #FF6C4B;
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-ARTICLE-INDEX img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.CMS-ARTICLE-CONTENT img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.top-works .CMS-ARTICLE-MORE-READ {
  display: none;
}

.top-works .CMS-ARTICLE-INDEX {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .CMS-ARTICLE-INDEX {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
    position: relative;
  }

  .works .CMS-ARTICLE-INDEX {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 60px;
    position: relative;
  }

  .works .CMS-ARTICLE-ITEM {
    width: 31%;
    margin-right: 3.5%;
  }

  .works .CMS-ARTICLE-ITEM:nth-of-type(3n) {
    margin-right: 0;
  }

  .CMS-ARTICLE-ITEM {
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .CMS-ARTICLE-TIME {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 12px;
    color: #FF6C4B;
  }

  .CMS-ARTICLE-LINK {
    line-height: 1.7;
  }

  .CMS-ARTICLE-MORE-READ {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #FF6C4B;
    border: none;
    color: #fff;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .CMS-ARTICLE-INDEX {
    margin-bottom: 40px;
    padding-bottom: 60px;
    position: relative;
  }

  .CMS-ARTICLE-ITEM {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .CMS-ARTICLE-TIME {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 12px;
    color: #FF6C4B;
  }

  .CMS-ARTICLE-LINK {
    line-height: 1.7;
  }

  .CMS-ARTICLE-MORE-READ {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #FF6C4B;
    border: none;
    color: #fff;
    padding: 10px 20px;
  }
}

.CMS-FORM-GROUP label:first-child {
  font-size: 120%;
}

.thanx-content h1 {
  text-align: center;
  font-size: 4em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .thanx-content h1 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 535px) {
  .thanx-content h1 {
    font-size: 1.9em;
  }
}

.thanx-content p {
  text-align: center;
  margin-top: 1em;
}

.thanx-content p .btn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  form {
    max-width: 1000px;
    margin: 0 auto;
  }

  form div {
    margin-bottom: 50px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    max-width: 1000px;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
    box-sizing: border-box;
  }

  form input[type="submit"] {
    border: 0px;
    width: 50%;
    background: #FF6C4B;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0;
    margin: 0 25%;
  }

  .CMS-FORM-RADIO label {
    display: inline-block;
  }

  form input[type="radio"] {
    max-width: none !important;
    width: 30px !important;
    vertical-align: -1px;
  }
}

@media screen and (max-width: 767px) {
  form {
    padding: 0 20px;
  }

  form div {
    margin-bottom: 50px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
    box-sizing: border-box;
  }

  form input[type="submit"] {
    border: 0px;
    width: 90%;
    background: #FF6C4B;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0;
    margin: 0 5%;
  }

  .CMS-FORM-RADIO label {
    display: inline-block;
  }

  form input[type="radio"] {
    max-width: none !important;
    width: 30px !important;
    vertical-align: -1px;
  }
}


.works ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.4rem 0.4rem 0;
}

.works ul li {
  width: 23%;
  margin-right: calc(8% / 3);
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  background: #fff;
  padding-bottom: 1.1rem;
  color: #FF6C4B;
  border-radius: 0 2.2rem 0 2rem;
  box-shadow: 0.4rem 0.4rem 0 #FF6C4B;
}

.works ul li:nth-child(4n) {
  margin-right: 0;
}

.works ul li:nth-child(n + 5) {
  margin-top: 2rem;
}

.works ul figure img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
  border-radius: 0 2rem 0 0;
}

@media screen and (max-width: 767px) {
  .works ul {
    justify-content: space-between;
    padding: 0 0.3rem 0.3rem 0;
  }

  .works ul li {
    width: 47%;
    margin-right: 0;
    font-size: 0.8rem;
    padding-bottom: 0.6rem;
    border-radius: 0 1.6rem 0 1.5rem;
    box-shadow: 0.3rem 0.3rem 0 #364e2c;
  }

  .works ul li:nth-child(4n) {
    margin-right: 0;
  }

  .works ul li:nth-child(n + 5) {
    margin-top: 0;
  }

  .works ul li:nth-child(n + 3) {
    margin-top: 1.2rem;
  }

  .works ul figure img {
    border-radius: 0 1.5rem 0 0;
  }
}

.container p.privacy-notes {
  margin: 4rem auto 1rem;
}

.privacy {
  width: auto;
  margin: 0 auto 7rem;
  border: 0.2rem solid #ccc;
  padding: 2rem;
  height: 30rem;
  overflow: auto;
}

.container .privacy p {
  margin-bottom: 0;
}