@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed, .sns_wrap .sns_list a .account {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato, .sns_wrap .sns_wrap_ttl {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans, .page_ttl .ttl.lato span, .page_ttl .sns_wrap .ttl.sns_wrap_ttl span, .sns_wrap .page_ttl .ttl.sns_wrap_ttl span, button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 18px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

/* ボタン */
button {
  display: block;
  background-color: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button.more::before {
  display: none;
}

.more {
  border: 1px solid #000;
  border-radius: 34px;
  width: min(100%, 250px);
  height: 55px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  margin: 50px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .more {
    margin-top: 40px;
  }
}
.more::before {
  content: "";
  width: 101%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.more:hover::before {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.more:hover a, .more:hover span {
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.more:hover a::before, .more:hover span::before {
  background: transparent;
}
.more a, .more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.more a::before, .more a::after, .more span::before, .more span::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.more a::before, .more span::before {
  border: 1px solid #fff;
  background: #F0F0F0;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 20px;
}
.more a::after, .more span::after {
  border-bottom: 1px solid currentColor;
  width: 15px;
  right: 17px;
}
.more.org {
  border-color: #F07F0F;
  background-color: #F07F0F;
  color: #fff;
}
.more.org::before {
  background: #fff;
}
.more.org span::before {
  border-color: #F0F0F0;
  background: #F0F0F0;
}
.more.org:hover {
  opacity: 0.7;
}
.more.org span:after {
  border-color: #2D2D2D;
}

.btn {
  background-color: #009495;
  border-radius: 34px;
  width: 219px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  overflow: hidden;
}
.btn.center {
  margin: 0 auto;
}
.btn.rotate_out a .txt {
  -webkit-animation: rotate_out 0.2s ease-out;
          animation: rotate_out 0.2s ease-out;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn a::after {
  content: "";
  background-color: #0D5E5F;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn a .txt {
  display: block;
  text-align: center;
}
.btn a .arrow {
  background: #fff;
  border-radius: 50%;
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 13px;
}
@media (hover: hover) {
  .btn a:hover {
    opacity: 1;
  }
  .btn a:hover::after {
    top: 0;
  }
  .btn a:hover .arrow {
    width: 31px;
    right: 8px;
  }
  .btn a:hover .txt {
    -webkit-animation: rotate 0.2s ease-out forwards;
            animation: rotate 0.2s ease-out forwards;
  }
}
.btn.back {
  background-color: #4E4E4E;
}
.btn.back .arrow {
  right: auto;
  left: 13px;
}
.btn.back a::after {
  background-color: #000;
}
.btn.back a:hover .arrow {
  left: 8px;
}
.btn.large {
  width: 271px;
  font-size: 17px;
  font-weight: bold;
}
.btn.large a {
  height: 68px;
}
.btn.large a .arrow {
  width: 31px;
  background-size: 12px;
}
@media (hover: hover) {
  .btn.large a:hover .arrow {
    width: 37px;
  }
}
.btn.blank .txt::after {
  content: url(https://tw.dailyservice.co.jp/assets/common/img/company/icon_blank.svg);
  margin-left: 10px;
  vertical-align: middle;
}

.back_btn {
  width: min(100%, 166px);
  margin: 40px auto 0;
  height: 50px;
}
.back_btn a {
  background: #1C180F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.back_btn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  left: 12px;
}

.btn.wht {
  background-color: #F0F0F0;
}
.btn.wht a {
  color: #18272C;
}
.btn.wht a::after {
  background-color: #009495;
}
.btn.wht a .arrow {
  background-color: #009495;
}
@media (hover: hover) {
  .btn.wht a:hover .arrow {
    background-color: #fff;
    background-image: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_grn.svg);
  }
}

.btn.grn .arrow {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_grn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

.btn.gry .arrow {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_gry.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

.btn.wht .arrow {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  40% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
    color: #fff;
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
    color: #fff;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  40% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
    color: #fff;
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
    color: #fff;
  }
}
@-webkit-keyframes rotate_out {
  0% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
    color: #fff;
  }
  40% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
    color: #fff;
  }
  50% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}
@keyframes rotate_out {
  0% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
    color: #fff;
  }
  40% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
    color: #fff;
  }
  50% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}
/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
}

h1.title {
  background: #999;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
}

.page_ttl {
  background-color: #FDF17D;
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/page_ttl_bg.svg);
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.page_ttl .ttl {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.page_ttl .ttl.lato, .page_ttl .sns_wrap .ttl.sns_wrap_ttl, .sns_wrap .page_ttl .ttl.sns_wrap_ttl {
  font-weight: bold;
  line-height: 1.3;
}
.page_ttl .ttl.lato span, .page_ttl .sns_wrap .ttl.sns_wrap_ttl span, .sns_wrap .page_ttl .ttl.sns_wrap_ttl span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_ttl {
    background-size: 97px;
    height: 100px;
  }
  .page_ttl .ttl {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .page_ttl .ttl.lato, .page_ttl .sns_wrap .ttl.sns_wrap_ttl, .sns_wrap .page_ttl .ttl.sns_wrap_ttl {
    font-size: 22px;
    font-weight: bold;
  }
  .page_ttl .ttl.lato span, .page_ttl .sns_wrap .ttl.sns_wrap_ttl span, .sns_wrap .page_ttl .ttl.sns_wrap_ttl span {
    font-size: 11px;
  }
}

/* ▼▼▼ ヘッダー
====================================================== */
body:not(#home) #header {
  height: 80px;
}
body:not(#home) #header .header_inner {
  height: 80px;
}
@media screen and (max-width: 767px) {
  body:not(#home) #header {
    height: 70px;
  }
  body:not(#home) #header .header_inner {
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  body:not(#home) #header #site_menu {
    top: 10px;
  }
  body:not(#home) #header .lang {
    top: 21px;
  }
}

#header {
  background: #fff;
  height: 75px;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /* グローバルナビゲーション */
}
#header .header_inner {
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 75px;
  padding: 0 20px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  #header {
    height: 70px;
    overflow: visible;
  }
  #header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0 15px;
  }
}
#header #site_menu {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 15px;
  right: 28px;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #header #site_menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    position: relative;
  }
}
#header #site_menu .icon {
  display: block;
  width: 24px;
  height: 2px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 47%;
  right: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #header #site_menu .icon {
    border-width: 1px;
    width: 18px;
    height: 1px;
    top: 48%;
    right: 14px;
  }
}
#header #site_menu .icon::before, #header #site_menu .icon::after {
  content: "";
  width: 24px;
  border-top: 2px solid #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
@media screen and (max-width: 767px) {
  #header #site_menu .icon::before, #header #site_menu .icon::after {
    width: 18px;
    border-width: 1px;
  }
}
#header #site_menu .icon::before {
  top: -10px;
}
@media screen and (max-width: 767px) {
  #header #site_menu .icon::before {
    top: -7px;
  }
}
#header #site_menu .icon::after {
  bottom: -8px;
}
@media screen and (max-width: 767px) {
  #header #site_menu .icon::after {
    bottom: -6px;
  }
}
#header #site_menu .icon span:before {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
#header #site_menu .icon.active {
  border-color: transparent;
}
#header #site_menu .icon.active::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #header #site_menu .icon.active::before {
    top: -1px;
  }
}
#header #site_menu .icon.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
}
#header #gnav {
  display: block !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #header #gnav {
    padding-bottom: 100px;
  }
}
#header #gnav.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header #gnav .gnav_inner {
  background: #F07F0F;
  padding: 70px 32px 45px;
}
#header #gnav .company_btn {
  margin-top: 28px;
}
#header #gnav ul {
  margin-bottom: 43px;
  font-weight: 500;
}
#header #gnav ul li {
  border-bottom: 1px solid #D57210;
}
#header #gnav ul li.txt_sm {
  font-size: 14px;
  font-weight: normal;
}
#header #gnav ul li a {
  display: block;
  padding: 20px 0;
}
#header #gnav .h_btn_wrap {
  width: min(100%, 250px);
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-size: 14px;
}
#header #gnav .h_btn_wrap li {
  border: none;
}
#header #gnav .h_btn_wrap li:not(:last-child) {
  margin-bottom: 15px;
}
#header #gnav .h_btn_wrap li.nav_bnr a {
  background: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  overflow: hidden;
}
#header #gnav .h_btn_wrap li:not(.nav_bnr) a {
  border: 2px solid #F07F0F;
  border-radius: 34px;
  padding-left: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  height: 60px;
  color: #F07F0F;
  position: relative;
}
#header #gnav .h_btn_wrap li:not(.nav_bnr) a::after {
  content: "";
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-right: 0;
  border-top: 0;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  right: 20px;
}
#header #gnav .menu {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
  font-family: "Arial", "メイリオ";
  cursor: pointer;
}
@media (hover: hover) {
  #header #gnav .menu:hover {
    opacity: 0.6;
  }
}
#header #gnav .menu span {
  display: inline-block;
  vertical-align: sub;
  font-size: 22px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  #header #gnav {
    width: 375px;
    left: auto;
    right: 0;
  }
}

.lang {
  position: absolute;
  top: 26px;
  right: 100px;
  font-size: 13px;
}
.lang .lang_icon {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/icon_language.svg) no-repeat left center/19px;
  width: 104px;
  padding: 10px 0 10px 25px;
  cursor: pointer;
}
.lang .lang_icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #828282;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 17px;
  right: 3px;
}
.lang .lang_icon.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}
.lang ul {
  display: none;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  width: 138px;
  margin-right: -20px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
.lang ul li {
  border-bottom: 1px solid #D9D9D9;
}
.lang ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .lang {
    margin: 0 10px 0 12px;
    position: relative;
    top: 7px;
    right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lang .lang_icon {
    background-position: center top;
    width: 19px;
    height: 37px;
    padding: 0;
  }
  .lang .lang_icon::after {
    top: 22px;
    right: 6px;
  }
  .lang .lang_icon.active::after {
    top: 26px;
  }
  .lang .lang_icon span {
    display: none;
  }
  .lang ul {
    top: 100%;
    left: auto;
    right: -35px;
  }
}

.company_btn {
  width: min(100%, 340px);
}
.company_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 8px;
  height: 90px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  line-height: 0.2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .company_btn {
    margin: 0 auto;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  padding-top: 80px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  padding: 10px 20px 30px;
  font-size: 11px;
  overflow: hidden;
}
#path li {
  color: #8D9597;
  float: left;
  position: relative;
}
#path li:not(:last-child) {
  margin-right: 12px;
}
#path li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(https://tw.dailyservice.co.jp/assets/common/img/path_arrow.svg) no-repeat center/contain;
  margin-left: 12px;
}
#path li a {
  color: #18272C;
}
#path li a::after {
  width: 3px;
  height: 7px;
}
#path li a:hover {
  color: #009495;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #path {
    padding-bottom: 40px;
    font-size: 10px;
  }
  #path li:not(:last-child) {
    margin-right: 12px;
  }
}
#path.path_btm {
  padding: 25px 20px 0;
}
#path.path_btm ol {
  width: min(100%, 1000px);
  margin: 0 auto;
  font-size: 14px;
}
#path.path_btm li {
  color: #000;
}
#path.path_btm li::after {
  display: none;
}
#path.path_btm li:not(:last-child) {
  margin-right: 8px;
}
#path.path_btm li:not(:first-child).now::before {
  border-color: #000;
}
#path.path_btm li:not(:first-child)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: none;
  width: 7px;
  height: 7px;
  border: 1px solid #AAA;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-20%) rotate(45deg);
          transform: translateY(-20%) rotate(45deg);
  margin-right: 8px;
}
#path.path_btm li a {
  color: #AAA;
}
@media screen and (max-width: 767px) {
  #path.path_btm {
    padding: 10px 18px 0;
  }
  #path.path_btm ol {
    font-size: 12px;
  }
  #path.path_btm li:not(:first-child)::before {
    width: 6px;
    height: 6px;
  }
}

.pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 25px;
  margin: 47px 0 0;
}
.pagenav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F07F0F;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.pagenav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E6E6E6;
  width: 100%;
  height: 100%;
  color: #000;
}
.pagenav li a:hover {
  opacity: 1;
  background: #F07F0F;
  color: #fff;
}
.pagenav li.prev, .pagenav li.next {
  width: 10px;
  background: none;
}
.pagenav li.prev a, .pagenav li.next a {
  background: none;
  position: relative;
}
.pagenav li.prev a::before, .pagenav li.next a::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
}
.pagenav li.prev a:hover, .pagenav li.next a:hover {
  opacity: 0.7;
  background: none;
}
.pagenav li.prev a::before {
  border-right: 0;
  border-top: 0;
  left: 0;
}
.pagenav li.next a::before {
  border-left: 0;
  border-bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pagenav {
    margin: 30px 0 0;
    gap: 0 20px;
  }
  .pagenav li {
    width: 41px;
    height: 41px;
    font-size: 16px;
  }
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
.sns_wrap {
  background: #F8F8F8;
  padding: 50px 0 100px;
}
.sns_wrap .sns_wrap_ttl {
  margin-bottom: 27px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.sns_wrap .sns_wrap_ttl2 {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.sns_wrap .sns_wrap_ttl2::before {
  content: "";
  width: 100%;
  border-top: 1px dashed #A3A3A3;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: -1;
}
.sns_wrap .sns_wrap_ttl2 span {
  background: #F8F8F8;
  display: block;
  width: 80px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns_wrap {
    padding: 30px 0 45px;
  }
  .sns_wrap .sns_wrap_ttl {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.3;
  }
  .sns_wrap .sns_wrap_ttl2 {
    margin-bottom: 15px;
  }
  .sns_wrap .sns_wrap_ttl2 span {
    width: 60px;
  }
  .sns_wrap .sns_wrap_ttl2 img {
    width: auto;
    height: 36px;
  }
}
.sns_wrap .sns_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 55px;
}
.sns_wrap .sns_list:not(:last-of-type) {
  margin-bottom: 30px;
}
.sns_wrap .sns_list a {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 12px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns_wrap .sns_list a .account {
  color: #9ABABA;
}
@media screen and (max-width: 767px) {
  .sns_wrap .sns_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sns_wrap .sns_list:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .sns_wrap .sns_list a {
    grid-template-columns: 40px 1fr;
    gap: 0 15px;
    font-size: 14px;
  }
}
.sns_wrap .sns_btm_txt {
  margin-top: 30px;
  text-align: right;
}
.sns_wrap .sns_btm_txt a {
  text-decoration: underline;
}

#footer {
  background: #F07F0F;
  width: 100%;
  padding: 40px 20px 65px;
  color: #fff;
  clear: both;
  overflow: hidden;
  /* コピーライト */
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 18px 45px;
  }
}
#footer #footer_inner {
  width: min(100%, 960px);
  margin: 0 auto 37px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #footer #footer_inner {
    width: 100%;
    margin-bottom: 50px;
  }
}
#footer .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  margin-bottom: 30px;
  font-weight: 500;
}
#footer .f_nav li:first-child {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #footer .f_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 65px;
    width: 100%;
  }
}
#footer .f_nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
}
#footer .f_nav2 li {
  width: min(100%, 250px);
}
#footer .f_nav2 li.nav_bnr a {
  background: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  overflow: hidden;
}
#footer .f_nav2 li:not(.nav_bnr) a {
  border: 2px solid #F07F0F;
  border-radius: 34px;
  padding-left: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  height: 60px;
  color: #F07F0F;
}
@media screen and (max-width: 767px) {
  #footer .f_nav2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .f_nav2 li {
    width: min(100%, 250px);
  }
}
#footer .f_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-size: 12px;
}
#footer .f_nav02 li {
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .f_nav02 li {
    padding: 0 10px;
  }
}
#footer .f_nav02 li:not(:last-child)::after {
  content: "｜";
  position: absolute;
  right: -6px;
}
#footer #copyright {
  font-size: 11px;
  color: #fff;
  text-align: center;
}

/* ページ上部へ戻る */
.pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
.pagetop::after {
  content: "";
  width: 14px;
  height: 14px;
  border-left: #FFF 1px solid;
  border-top: #FFF 1px solid;
  position: absolute;
  top: calc(50% - 4px);
  right: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .pagetop {
    padding: 10px;
    width: 40px;
    height: 40px;
    right: 18px;
  }
  .pagetop::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 3px);
    right: calc(50% - 6px);
  }
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20px;
}
@media screen and (max-width: 767px) {
  #not_found {
    padding: 100px 20px 60px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 767px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 39px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #not_found p.arial + p {
    ont-size: 17px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #not_found p.txt {
    line-height: 1.6;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}