@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231405;
}

img {
  width: 100%;
}

#aboutus, #member, #jobtype, #entry {
  padding-top: 60px;
}

/* 横幅769px以上の時は表示 */
.pc-only {
  display: block;
}

/* 横幅768px以下の時は表示しない */
.sp-only {
  display: none;
}

/* スマホサイズの時のレスポンシブ設定、横幅768px以下の時 */
@media screen and (max-width: 768px) {
  .contents-inner {
    padding: 0 24px;
    max-width: 550px;
    margin: 0 auto;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  #aboutus, #member, #jobtype, #entry {
    padding-top: 30px;
  }
}

/** -----------------------------------
    テキスト
-------------------------------------**/

/* セクションの日本語タイトル */
h2.large {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #338098;
}

/* エントリーセクションの日本語タイトル */
h2.large-entry {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #ed7700;
}

/* セクションタイトルの下の説明文 */
p.large {
  font-size: 26px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #231405;
  opacity: 0.8;
  text-align: center;
  margin: 30px 0 70px 0;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  h2.large {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    color: #338098;
  }

  p.large {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #231405;
    opacity: 0.8;
    text-align: center;
    margin: 25px 0 40px 0;
  }

  h2.large-entry {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    color: #ed7700;
  }
}

/** -----------------------------------
    ボタン
-------------------------------------**/

.button-large {
  display: block;
  width: 265px;
  height: 70px;
  background-image: linear-gradient(#fd644f, #f28e26);
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
  margin: 50px 0 50px auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.arrow {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .button-large {
    margin: 0 auto;
    width: 226px;
    height: 60px;
    font-size: 17px;
    line-height: 60px;
    margin-bottom: 30px;
  }  
}

/** -----------------------------------
    見出し
-------------------------------------**/
.contents-title {
  position: relative;
  max-width: 960px;
  width: 100%;
  padding: 70px;
  text-align: center;
  margin: 70px 0 40px 0;
}

.contents-title-en {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.section-subtitle {
  display: block;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .contents-title {
    position: relative;
    max-width: 550px;
    width: 100%;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }

  span.section-subtitle {
    display: inline;
  }
}

/** -----------------------------------
    レイアウト
-------------------------------------**/
.contents-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.background-wave {
  width: 100%;
}

.col-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.col-3-project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 80px;
  justify-content: space-between;
  margin-bottom: 50px;
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
  background-color: rgba(255,255,255,.5);
  color: #ffffff;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo a {
  width: 50%;
  padding: 0 10px;
}

.header-title {
  display: block;
  font-size: 16px;
  color: #ffe7d3;
  font-weight: normal;
  width: 25%;
  height: 25px;
  background-color: #ed7700;
  line-height: 25px;
  text-align: center;
}

.gnav-pc-wrap {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
}

ul.gnav-pc {
  display: flex;
  gap: 40px;
  margin-right: 5%;
  text-align: center;
}

ul.gnav-pc li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #231405;
  font-weight: bold;
  position: relative;
  opacity: 0.8;
}

ul.gnav-pc li a span {
  display: block;
  height: 2px;
  background-color: #ed7700;
  width: 100%;
  opacity: 0.8;
  margin-top: 2px;
}

ul.gnav-pc li a:hover {
  color: #F08658;
}

.button-company a {
  display: block;
  font-size: 15px;
  color: #ed7700;
  font-weight: bold;
  line-height: 50px;
  width: 120px;
  height: 50px;
  background-color: #ffe7d3;
  text-align: center;
  margin: 0 auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.button-entry a {
  display: block;
  font-size: 15px;
  color: #ffe7d3;
  font-weight: bolder;
  line-height: 50px;
  width: 120px;
  height: 50px;
  background-image: linear-gradient(#fd644f, #f28e26);
  text-align: center;
  margin: 0 auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

#menu-button {
  display: none;
}

.gnav-sp-wrap {
  display: none;
}

/* スマホサイズの時のレスポンシブ設定、横幅768px以下の時 */
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
    padding: 0;
    text-align: center;
  }

  .header-logo a {
    width: 45%;
    padding: 0 10px 0 15px;
  }

  .header-title {
    display: block;
    font-size: 12px;
    color: #ffe7d3;
    font-weight: normal;
    width: 18%;
    height: 22px;
    line-height: 22px;
    background-color: #ed7700;
    text-align: center;
  }

  .gnav-pc-wrap {
    display: none;
  }

  #menu-button {
    display: block;
    width: 60px;
    height: 60px;
    padding: 22px 18px;
  }

  .menu-button-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .menu-button-inner span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #231405;
    position: absolute;
  }

  .menu-button-inner span:nth-child(1) {
    top: 0;
  }

  .menu-button-inner span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .menu-button-inner span:nth-child(3) {
    bottom: 0;
  }

    /* スマホ用メニューのスタイル */
    .gnav-sp-wrap {
      display: none;
      width: 100vw;
      height: 100vh;
      background-color: #fff;
      position: fixed;
      z-index: 100;
      padding-top: 100px;
    }
  
    ul.gnav-sp li {
      text-align: center;
      margin-bottom: 30px;
    }
  
    ul.gnav-sp li a {
      font-size: 20px;
      letter-spacing: 0.1em;
      color: #231405;
      font-weight: bold;
    }
}

/** -----------------------------------
    メインビジュアル（mainvisual）
-------------------------------------**/
#mainvisual {
  width: 100%;
  height: calc(100vh - 70px);
  background-image: url("../images/mainvisual-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 70px;
  padding-bottom: 70px;
}

.copy-wrap {
  width: 100%;
  position: absolute;
  bottom: 12%;
  margin: 0 auto;
  text-align: center;
}

.mainvisual-subcopy {
  font-family: "ab-clip-medium", sans-serif;
  font-style: normal;
  color: #ed7700;
  font-size: 6vw;
  font-weight: normal;
  opacity: 0.7;
  letter-spacing: 0.01em;
}

.mainvisual-logo {
  display: inline-block;
  max-width: 600px;
  width: 38%;
}

@media screen and (max-width: 768px) {
  #mainvisual {
  width: 100vw;
  height: 100vw;
  background-image: url("../images/SP_FV_photo.jpg");
  margin-top: 60px;
  }

  .mainvisual-subcopy {
    font-family: "ab-clip-medium", sans-serif;
    font-style: normal;
    color: #ed7700;
    font-size: 7vw;
    font-weight: normal;
    opacity: 0.7;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }

  .mainvisual-logo {
    display: inline-block;
    max-width: 600px;
    width: 45%;
  }
}

/** -----------------------------------
    私たちについて（aboutus）
-------------------------------------**/
#aboutus {
  padding-bottom: 70px;
}

.subcopy-small {
  font-family: "ab-clip-medium", sans-serif;
  font-style: normal;
  color: #ed7700;
  font-size: 40px;
  font-weight: normal;
  opacity: 0.7;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 30px 0;
}

.aboutus-text {
  margin-bottom: 20px;
}

.aboutus-textArea {
  position: relative;
  text-align: center;
}

.large-aboutus {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: normal;
  color: #231405;
  opacity: 0.8;
  text-align: center;
  background-color: transparent;
}

.small-aboutus {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #231405;
  opacity: 0.9;
  text-align: center;
}

.aboutus-img1 {
  position: absolute;
  max-width: 32%;
  top: -7%;
  left: -13%;
  background-color: transparent;
  z-index: -1;
}

.aboutus-img2 {
  position: absolute;
  max-width: 38%;
  top: 30%;
  right: -15%;
  background-color: transparent;
  z-index: -1;
}

.aboutus-img3 {
  position: absolute;
  max-width: 40%;
  bottom: -32%;
  left: -19%;
  background-color: transparent;
  z-index: -1;
}

.aboutus-bottomArea {
  width: 100%;
  position: relative;
  text-align: center;
}

.aboutus-circlecharm-img {
  max-width: 18%;
  margin: 0 auto;
}

/* .aboutus-circle-big { */
  /* position: absolute; */
  /* width: 25vw; */
  /* height: 25vw; */
  /* border-radius: 50%; */
  /* background: #ed7700; */
  /* opacity: 0.2; */
  /* filter: blur(18px); */
  /* text-align: center; */
  /* left: 32%; */
  /* bottom: 6%; */
  /* z-index: 800; */
/* } */

.hand_charm {
  max-width: 66%;
  width: 100%;
  background-color: transparent;
  opacity: 0.9;
  margin: 0 auto;
  z-index: -1;
  mix-blend-mode: multiply;
}

.mission-box {
  position: absolute;
  text-align: center;
  bottom: 19%;
  z-index: 810;
  width: 100%;
  margin: 0 auto;
}

.aboutus-button {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ed7700;
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #ffffff;
  margin: 0 auto;
  margin-top: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.aboutus-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 24.7px;
  margin: 0 auto;
}

.aboutus-arrow::before,
.aboutus-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.aboutus-arrow::before {
  transform: rotate(39deg);
}

.aboutus-arrow::after {
  transform: rotate(-39deg);
}

.aboutus-img1-sp {
  display: none;
}

.aboutus-img2-sp {
  display: none;
}

.aboutus-img3-sp {
  display: none;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .subcopy-small {
    font-family: "ab-clip-medium", sans-serif;
    font-style: normal;
    color: #ed7700;
    font-size: 27px;
    font-weight: normal;
    opacity: 0.7;
    text-align: center;
    margin: 0 0 30px 0;
  }

  .large-aboutus {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: normal;
    color: #231405;
    opacity: 0.8;
    text-align: center;
    background-color: transparent;
  }
  
  .large-aboutus span {
    display: inline;
  }
  
  .aboutus-img1 {
    display: none;
  }
  
  .aboutus-img2 {
    display: none;
  }
  
  .aboutus-img3 {
    display: none;
  }

  .aboutus-img1-sp {
    display: block;
    position: absolute;
    max-width: 40%;
    top: -10%;
    left: -1%;
    background-color: transparent;
    z-index: -1;
  }

  .aboutus-img2-sp {
    display: block;
    position: absolute;
    max-width: 46%;
    top: 23%;
    right: -15%;
    background-color: transparent;
    z-index: -1;
  }

  .aboutus-img3-sp {
    display: block;
    position: absolute;
    max-width: 46%;
    top: 84%;
    left: 0;
    background-color: transparent;
    z-index: -1;
  }

  .aboutus-circle-big {
    position: absolute;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    background: #ed7700;
    opacity: 0.2;
    filter: blur(18px);
    text-align: center;
    left: 23%;
    bottom: 3%;
    z-index: 800;
  }

  .hand_charm {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    opacity: 0.9;
    margin: 0 auto;
    z-index: -1;
  }

  .small-aboutus {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #231405;
    opacity: 0.9;
    text-align: center;
  }

  .aboutus-button {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ed7700;
    color: #fff;
    line-height: 48px;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #ffffff;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  }
  
  .aboutus-arrow {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 24.7px;
    margin: 0 auto;
  }
  
  .aboutus-arrow::before,
  .aboutus-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 14px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 1px) 50%;
  }
  
  .aboutus-arrow::before {
    transform: rotate(39deg);
  }
  
  .aboutus-arrow::after {
    transform: rotate(-39deg);
  }
  .mission-box {
    position: absolute;
    text-align: center;
    bottom: 16%;
    z-index: 810;
    width: 100%;
    margin: 0 auto;
  }
}

/** -----------------------------------
    事業内容（project）
-------------------------------------**/
#project {
  background-color: #fdf1e6;
}

.col-3-project .project-card {
  width: calc((100% - 60px)/3);
}

.project-upperArea {
  position: relative;
  margin-bottom: 10px;
}

.project-title {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #231405;
  opacity: 0.8;
  text-align: center;
  padding: 10px 10px 10px 10px;
  background-color: rgba(255,255,255,0.9);
  bottom: 0;
  width: 100%;
}

.project-text {
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #231405;
  opacity: 0.7;
  text-align: left;
}

.project-text::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ed7700;
  opacity: 0.2;
  filter: blur(6px);
  /* top: -10%; */
  left: -10%;
}

.project-upperArea img.project-photo {
  border-radius: 0 32px 0 0;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

  .col-3-project .project-card {
    width:100%;
  }

  .project-title {
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #231405;
    opacity: 0.8;
    text-align: center;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
    bottom: 0;
    width: 100%;
  }

  .project-text {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #231405;
    opacity: 0.7;
    text-align: left;
    padding: 10px;
    margin-bottom: 50px;
  }

  .project-upperArea img.project-photo {
    border-radius: 0 50px 0 0;
  }
}

/** -----------------------------------
    メンバー紹介（member）
-------------------------------------**/
#member {
  background-color: #FFFFFF;
  padding-bottom: 70px;
}

.member-item {
  position: relative;
  width: calc((100% - 40px)/2);
}

.name-box {
  position: absolute;
  text-align: left;
  top: 20%;
  left: 5%;
}

/* 名前の部分 */
.member-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: left;
  opacity: 0.9;
}

.member-name-en {
  width: 60%;
}

/* セリフ部分、サンセリフ */
.member-comment {
  position: absolute;
  font-family: "Noto Serif JP", system-ui;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: left;
  padding: 10px 10px 10px 10px;
  /* background-color: #338098; */
  background-color: rgba(51,128,152,0.8);
  top: 40%;
  left: 5%;
}

/* 部署名の部分 */
.member-division {
  position: absolute;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #231405;
  text-align: left;
  padding: 10px 10px 10px 10px;
  background-color: rgba(255,255,255,0.8);
  bottom: 0;
}

.member-button {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ed7700;
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  right: 2%;
  bottom: 2%;
  border: 2px solid #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.member-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 24.7px;
  margin: 0 auto;
}

.member-arrow::before,
.member-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.member-arrow::before {
  transform: rotate(39deg);
}

.member-arrow::after {
  transform: rotate(-39deg);
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #member {
    padding-bottom: 50px;
  }

  .member-item {
    position: relative;
    width: 100%;
  }

  .name-box {
    left: 5%;
  }

  .member-name {
    font-size: 20px;
  }

  .member-name-en {
    width: 49%;
  }

  .member-comment {
    font-size: 17px;
    left: 5%;
    margin-top: 10px;
  }

  .member-division {
    font-size: 17px;
    line-height: 1.3;
  }

  .member-button {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ed7700;
    color: #fff;
    line-height: 50px;
    border-radius: 30px;
    text-align: center;
    right: 2%;
    bottom: 2%;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  }
  
  .member-arrow {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 21.7px;
    margin: 0 auto;
  }
  
  .member-arrow::before,
  .member-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 18px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 1px) 50%;
  }
}

/** -----------------------------------
    働く環境（benefit）
-------------------------------------**/
#benefit {
  background-color: #fdf1e6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.col-3 .benefit-card {
  width: calc((100% - 60px)/3);
  padding-bottom: 50px;
  height: auto;
}

.benefit-card-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.9;
  background-color: rgba(237,119,0,0.5);
  border-radius: 35px 0 0 0;
  padding: 30px 0 30px 0;
}

.benefit-card-buttomArea {
  position: relative;
  height: auto;
  background-color: #ffffff;
}

.benefit-card-text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #231405;
  opacity: 0.7;
  text-align: left;
  padding: 25px;
  background-color: transparent;
}

.benefit-image {
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .col-3 .benefit-card {
    width: 100%;
    padding-bottom: 50px;
  }

  .benefit-subtitle {
    display: inline;
  }

  .benefit-card-title {
    font-size: 18px;
    padding: 22px 0 22px 0;
  }

  .benefit-card-text {
  font-size: 16px;
  }

  .benefit-image {
  /* max-width: 66%; */
  right: 0;
  /* top: -14%; */
  height: 100%;
  top: 0%;
  }

  .benefit-image img {
    height: 100%;
  }

  .container {
    margin-top: 50px;
  }
}


/** -----------------------------------
    募集職種（jobtype）
-------------------------------------**/
#jobtype {
  background-color: #FFFFFF;
  padding-bottom: 30px;
}

.uk-accordion li {
  margin-bottom: 35px;
}

/* アコーディオン上 */
.uk-accordion-title {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: left;
  opacity: 0.8;
  padding: 24px 72px 24px 2px;
  border-radius: 0 30px 0 0;
  padding-bottom: 24px;
  background-color: rgba(237,119,0,0.2);
}

/* アコーディオン中身 */
.uk-accordion-content {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #231405;
  opacity: 0.7;
  text-align: left;
  padding: 24px 72px 24px 32px;
  background-color: rgba(237,119,0,0.1);
  margin-bottom: 20px;
  display: none;
}

/* ハーフサークルの飾り */
.uk-accordion-title::before {
  content: "";
  width: 25px;
  height: 50px;
  background: transparent;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 9px solid;
  border-left: none;
  border-color: #ed7700;
  padding-right: 20px;
  margin-right: 20px;
}

/* アコーディオン用の下矢印 */
.uk-accordion-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;

  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #ed7700;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .uk-accordion-title {
    font-size: 18px;
    opacity: 0.8;
    padding: 18px 30px 18px 1px;
  }

  .uk-accordion-content {
    font-size: 16px;
    padding: 25px;
  }

  .uk-accordion {
    max-width: 550px;
    margin: 0 auto;
  }

  .uk-accordion li {
    margin-bottom: 25px;
  }

}


/** -----------------------------------
    エントリー（entry）
-------------------------------------**/
#entry {
  position: relative;
  background-color: #f1f1f2;
  background-image: url(../images/entry_base.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150px;
  padding-top: 150px;
}

.background-wave-white {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 150px;
  background-color: #f1f1f2;
  background-image: url(../images/sp_wave_white.png);
  background-position: center;
  background-size: contain;
}

#entry a.button-large {
  margin: 0 auto;
}

.large-entry-text {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: normal;
  color: #231405;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 70px;
  z-index: 807;
  background-color: transparent;
}

.entry-text {
  margin-bottom: 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #entry {
    width: auto;
    background-image: url(../images/sp_entry_photo.jpg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  

  .large-entry-text {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .large-entry-text {
    margin-bottom: 50px;
  }
}

/** -----------------------------------
    フッター
-------------------------------------**/
#footer {
  background-color: #d8d8d8;
  text-align: center;
  padding: 40px 0;
  margin-top: 40px;
}

#footer a {
  color: #252525;
}

.footer-link, .copyright {
  font-size: 15px;
}

.copyright {
  color: #252525;
  margin-top: 20px;
}

.footer-link li {
  display: inline;
  margin-right: 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 0;
    margin-top: 20px;
  }

  .footer-link li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-link, .copyright {
    font-size: 11px;
    margin: 0 auto;
  }

  .copyright {
    color: #252525;
    margin-top: 10px;
  }
}