@charset "utf-8";
/*
Theme Name: hp101a
Theme URI:
Description: hp101a
Version: 1.0
Author: TENSHOKU ICHIBA Inc.
Author URI: http://www.1049.cc
*/

/* font import */
@import url(//fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);

/* --------------------------------------------------------------
 * Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

html {
    overflow-y: scroll
}

:focus {
  outline: 0;
}

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

caption, th, td {
  font-weight: normal;
}

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

blockquote, q {
  quotes: "" "";
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

b, strong {
  font-weight: bold;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------------
clearfix -micro
------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/*------------------------------------------------------------
CommonStyle
------------------------------------------------------------*/
:root {
  --main-color: #CC2936; /* メインカラー */
  --sub-color: #3C3C3C; /* サブカラー */
  --accent-color: #D6545E; /* アクセントカラー */
  --content-width: 980px; /* コンテンツ幅 */
  --header-height-sp: 70px; /* ヘッダー高さ（スマホ） */
  --header-height-pc: 80px; /* ヘッダー高さ（PC） */
}

body {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-style: normal;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.modal-on {
  overflow: hidden;
}

body,
body * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

body,
input,
textarea,
select {
  font-family: 'Noto Sans JP', futura-pt, 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic,"Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

main {
  flex: 1 1 auto;
  margin-top: var(--header-height-sp);
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #333333;
}

a img {
  border: 0;
}

input,
textarea,
select {
  border: solid 1px #cccccc;
  background-color: transparent;
  font-size: 1.6rem;
  vertical-align: top;
}

input,
textarea {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  height: 2.5em;
}

textarea,
input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  vertical-align: baseline;
  cursor: pointer;
}

input[type="radio"] {
  margin: 0;
}

select,
label {
  cursor: pointer;
}

select {
  -webkit-appearance: auto;
  appearance: auto;
}

textarea {
  padding: 10px;
}

.inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}


.pc-br {
  display: none;
}

.outer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.pc-only.modal-on {
  overflow: auto;
}

.js-clickitem,
.js-clickitemBlank{
  cursor: pointer;
  transition: all .3s;
}

.js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

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

.PCdisp {
    display: block
}

@media (max-width: 767px) {
    .PCdisp {
        display:none
    }
}

.SPdisp {
    display: none
}

@media (max-width: 767px) {
    .SPdisp {
        display:block
    }
}

.SPbr {
    display: none
}

@media (max-width: 767px) {
    .SPbr {
        display:inline
    }
}

.PCbr {
    display: inline
}

@media (max-width: 767px) {
    .PCbr {
        display:none
    }
}


@media only screen and (min-width: 768px) {/* ---------- Laptop PC ---------- */
  body {
    font-size: 1.6em;
  }
  a,
  a img {
    transition-property: color, opacity;
    transition-duration: .3s;
  }
  
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  
  a[href^="tel:"]:hover {
    opacity: 1;
  }
  
  a:hover img {
    opacity: .6;
  }
  
  .sp-br {
    display: none;
  }
  
  .pc-br {
    display: inline;
  }
}

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

#headerMenu.is-search-page {
    background-color: #cc2936
}

#headerMenu .js-clickitem:hover {
    opacity: .7
}

#headerMenu.headerMenu {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0
}

#headerMenu .PCbr {
    display: none
}

@media screen and (min-width: 1280px) {
    #headerMenu .SPbr {
        display:none
    }
}

@media (max-width: 767px) {
    #headerMenu .TABbr {
        display:none
    }
}

#headerMenu .headerNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: 65px;
    margin: 5px 12px;
    background: #ffffff;
    z-index: 9999
}

@media screen and (min-width: 768px) {
    #headerMenu .headerNav {
        width:calc(100% - 48px);
        height: 80px;
        margin: 10px 24px;
        border-radius: 8px
    }
}

#headerMenu .headerNav.modalOn {
    top: 0!important
}

#headerMenu .headerLogo {
    flex: 0 1 auto;
    margin-left: 10px;
    transition: all .3s ease
}

@media print,screen and (min-width: 1201px) {
    #headerMenu .headerLogo:hover img {
        opacity:.5
    }
}


@media screen and (min-width: 768px) and (max-width: 1600px) {
  #headerMenu .headerLogo {
    width: 330px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  #headerMenu .headerLogo {
    margin-left: 24px;
  }
}

@media print,screen and (min-width: 1920px) {
    #headerMenu .headerLogo {
        margin-left:24px
    }
}

#headerMenu .headerLogo img {
    max-width: 100%;
    height: auto;
    transition: opacity .3s;
    text-align: center;
    vertical-align: middle
}

#headerMenu .headerLogo .noLogoText {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#headerMenu .headerLogo .noLogoText a {
    color: #231815;
    font-size: .9375rem;
    transition: opacity .3s
}

#headerMenu .headerLogo .noLogoText .corpUrl {
    display: inline-block;
    margin-right: .5em
}

#headerMenu .navItems {
    display: block;
    flex: 0 1 auto;
    margin-left: auto;
    padding-left: 16px;
}

#headerMenu .navItems.modalOn {
    top: 0!important
}

#headerMenu .navItemList {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fcf4f5;
    overflow-y: auto;
    z-index: 1
}

#headerMenu .navItemListInner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    padding-top: 26px
}

@media screen and (min-width: 768px) {
    #headerMenu .navItemListInner {
        padding-top:50px
    }
}

#headerMenu .navItemFlex {
    width: 100%;
    height: 100%;
    text-align: center
}

#headerMenu .navItem {
    width: 100%;
    margin: 0
}

#headerMenu .navItemBg {
    width: 250px;
    margin: 10px auto;
    border-radius: 8px;
    color: #fff;
    flex: 0 1 auto
}

#headerMenu .navItemBg .js-clickitem {
    margin: 0;
    padding: 12px 0;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    #headerMenu .navItemBg.navItemContact,#headerMenu .navItemBg.navItemSearch {
        width:160px;
        height: 60px;
        transition: background .3s
    }

    #headerMenu .navItemBg.navItemContact .js-clickitem,#headerMenu .navItemBg.navItemSearch .js-clickitem {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff
    }

    #headerMenu .navItemBg.navItemContact .js-clickitem span,#headerMenu .navItemBg.navItemSearch .js-clickitem span {
        position: relative;
        font-size: 1rem;
        line-height: 1.2
    }
}

#headerMenu .navItemContact {
  background-color: #E07F86;
}

@media screen and (min-width: 768px) {
  #headerMenu .navItemContact {
    border-radius: 8px 0 0 8px;
  }
}

@media (max-width: 767px) {
  #headerMenu .navItemContact {
    order: 1;
  }
}

#headerMenu .navItemBg.navItemContact .js-clickitem {}

@media print, screen and (min-width: 1280px) and (max-width: 1600px) {
  #headerMenu .navItemBg.navItemContact .js-clickitem {
    padding: 7px 0;
    flex-direction: column;
    justify-content: flex-end;
  }
}

#headerMenu .navItemBg.navItemContact .js-clickitem > span {
  transition: all .3s;
}

#headerMenu .navItemBg.navItemContact .js-clickitem > span.tabNone::before {
  content: none;
}

@media screen and (min-width: 768px) {
  #headerMenu .navItemBg.navItemContact .js-clickitem > span {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1600px) {
  #headerMenu .navItemBg.navItemContact .js-clickitem > span {
    padding-left: 0;
    font-size: 13px;
  }
  #headerMenu .navItemContact .js-clickitem > span .tabNone {
    display: none;
  }
}

#headerMenu .navItemBg.navItemContact .js-clickitem > span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-right: 6px;
  background: url("../../uploads/contact_sp_icon.png") no-repeat center center / contain;
  transform: translateY(4px);
}

@media screen and (min-width: 768px) {
  #headerMenu .navItemBg.navItemContact .js-clickitem > span::before {
    position: absolute;
    top: calc(50% - 19px);
    left: 0;
    width: 38px;
    height: 38px;
    transform: none;
    background-image: url("../../uploads/contact_icon.png");
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1600px) {
  #headerMenu .navItemBg.navItemContact .js-clickitem > span::before {
    left: calc(50% - 19px);
    top: -35px;
  }
}

@media print, screen and (min-width: 1201px) {
  #headerMenu .navItemBg.navItemContact:hover {
    background: #767777;
  }

  #headerMenu .navItemBg.navItemContact:hover .js-clickitem {
    opacity: 1;
  }
}

@media print, screen and (min-width: 1601px) {
  #headerMenu .navItemBg.navItemContact:hover .js-clickitem span {
    letter-spacing: .2em;
  }
}


#headerMenu .navItemBg.navItemSearch {
  background-color: #cc2936;
}

@media screen and (min-width: 768px) {
  #headerMenu .navItemBg.navItemSearch {
    margin-right: 8px;
    border-radius: 0 8px 8px 0;
  }
}

#headerMenu .navItemBg.navItemSearch .js-clickitem > span {
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  #headerMenu .navItemBg.navItemSearch .js-clickitem > span {
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1600px) {
  #headerMenu .navItemBg.navItemSearch .js-clickitem {
    padding: 7px 0;
    flex-direction: column;
    justify-content: flex-end;
  }
  #headerMenu .navItemBg.navItemSearch .js-clickitem > span {
    padding-left: 0;
    font-size: 13px;
  }
  #headerMenu .navItemBg.navItemSearch .js-clickitem > span .tabNone {
    display: none;
  }
}

#headerMenu .navItemBg.navItemSearch .js-clickitem > span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("../../uploads/search_sp_icon.png") no-repeat center center / contain;
  transform: translateY(3px);
}

@media screen and (min-width: 768px) {
  #headerMenu .navItemBg.navItemSearch .js-clickitem > span::before {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 30px;
    height: 30px;
    transform: none;
    background-image: url("../../uploads/search_icon.png");
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1600px) {
  #headerMenu .navItemBg.navItemSearch .js-clickitem > span::before {
    left: calc(50% - 15px);
    top: -32px;
  }
}

@media print, screen and (min-width: 1201px) {
  #headerMenu .navItemBg.navItemSearch:hover {
    background: #3C3C3C;
  }
  #headerMenu .navItemBg.navItemSearch:hover .js-clickitem {
    opacity: 1;
  }
}

@media print, screen and (min-width: 1601px) {
  #headerMenu .navItemBg.navItemSearch:hover .js-clickitem span {
    letter-spacing: 0.2em;
  }
}



#headerMenu .navItemFavorite .heartBox .heartIcon {
    overflow: inherit
}

#headerMenu .navItemFavorite .heartBox .heartIcon .cls-1 {
    fill: transparent;
    stroke: #3c3c3c;
    stroke-width: 30px
}

#headerMenu .navItemFavorite .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 16px;
    height: 16px;
    color: #3c3c3c;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    z-index: 1
}

#headerMenu .navItemFavorite [class*=letter] {
    min-height: 0;
    color: #231815;
    font-size: .625rem;
    line-height: 1
}

#headerMenu .navItemFavorite .letterBottom {
    display: block;
    font-size: 1rem
}

#headerMenu .blankIconImg {
    display: inline-block;
    padding: 5px 0 0 10px;
    color: #fff;
    font-size: .75rem;
    line-height: 1;
    vertical-align: top
}

#headerMenu .blankIcon {
    display: flex
}

#headerMenu .blankIcon:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 600;
    font-size: .75rem
}

#headerMenu .navItemListSp {
    display: none
}

@media print,screen and (max-width: 1279px) {
    #headerMenu .navItemList .navItemFavorite {
        display:none
    }

    #headerMenu .navItemList .navItem .js-clickitem {
        margin: 5px 0;
        padding: 5px 0;
        cursor: pointer;
        font-size: .8125rem;
        font-weight: 700;
        line-height: 1.8;
        transition: opacity .3s
    }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
    #headerMenu .navItemList .navItem .js-clickitem {
        margin:20px 0;
        padding: 10px 0;
        font-size: 1.625rem
    }
}

@media screen and (max-width: 1279px) and (min-width: 768px) and (max-height: 1000px) {
    #headerMenu .navItemList .navItem .js-clickitem {
        margin:10px 0;
        font-size: 1.125rem
    }
}

@media print,screen and (max-width: 1279px) {
    #headerMenu .navItemListSp {
        height:80px;
        display: flex;
        align-items: center
    }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
    #headerMenu .navItemListSp {
        margin-right:24px
    }
}

@media print,screen and (max-width: 1279px) {
    #headerMenu .navItemListSp .navItem {
        border:none;
        padding: 0
    }

    #headerMenu .navItemListSp .navItem:last-of-type {
        width: auto
    }
}

@media print,screen and (max-width: 1279px) and (min-width: 768px) {
    #headerMenu .navItemListInner .navItemSearch,#headerMenu .navItemListInner .navItemContact {
        display:none;
        flex: 1
    }
}

@media (max-width: 767px) {
    #headerMenu .navItemListSp .navItemSearch,#headerMenu .navItemListSp .navItemContact {
        display:none
    }
}

.PConly .modalOn {
    overflow: auto
}

.PConly #headerMenu .headerNav {
    height: 80px;
    background: #ffffff;
    min-width: 1200px
}

.PConly #headerMenu .headerLogo {
    flex: 0 1 auto
}

.PConly #headerMenu .navItems {
    display: block;
    padding-left: 10px;
}

.PConly #headerMenu .navItemList {
    display: block;
    position: static;
    background: transparent;
    visibility: visible;
    overflow: auto
}

.PConly #headerMenu .navItemListInner {
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
    padding: 0
}

.PConly #headerMenu .navItem {
    flex: 0 1 auto;
    width: auto;
    margin-right: calc(100vw / 1280 * 10);
    padding: 0;
    border: none
}
@media print, screen and (min-width: 1601px){
  .PConly #headerMenu .navItem {
    margin-right: 24px;
  }
}

.PConly #headerMenu .navItem .navItemFlex {
    display: flex;
    align-items: center
}

.PConly #headerMenu .navItemBg {
  margin-right: 0;
  padding: 0;
  flex: auto;
  width: 70px;
}

@media print, screen and (min-width: 1601px) {
  .PConly #headerMenu .navItemBg {
    width: 160px;
  }
}

.PConly #headerMenu .navItemBg.navItemSearch {
  margin-right: 14px;
}

@media print, screen and (min-width: 1920px) {
  .PConly #headerMenu .navItemBg.navItemSearch {
    margin-right: 32px;
  }
}


.PConly #headerMenu .navItemBgBlack {
    padding: 0 5px
}

.PConly #headerMenu .navItemBgBlack [class*=letter] {
    color: #fff
}

.PConly #headerMenu .js-clickitem {
    font-size: clamp(14px,.8333333333vw,16px)
}

.PConly #headerMenu .navItemSp {
    display: none
}

.hamburger {
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    outline: none;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    cursor: pointer;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 65px;
    height: 65px;
    background: #3C3C3C;
    text-align: center;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .hamburger {
        width:80px;
        height: 80px
    }
}

@media print,screen and (min-width: 1201px) {
    .hamburger:hover {
        opacity:.7
    }
}

.hamburger-box {
    display: block;
    position: absolute;
    top: 30%;
    width: 25px;
    height: 25px;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    .hamburger-box {
        top:38%
    }
}

.hamburger-box:after {
    font-family: helvetica-lt-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    content: "MENU";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    font-size: .875rem;
    color: #fff
}

@media screen and (min-width: 768px) {
    .hamburger-box:after {
        font-size:1rem
    }
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #ffffff;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:before,.hamburger-inner:after {
    content: "";
    display: block;
    height: 2px
}

.hamburger-inner:before {
    top: -10px
}

@media screen and (min-width: 768px) {
    .hamburger-inner:before {
        top:-12px
    }
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

@media screen and (min-width: 768px) {
    .hamburger--collapse .hamburger-inner:after {
        top:-24px
    }
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.js-hb-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.js-hb-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear
}

.hamburger--collapse.js-hb-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)
}


/*------------------------------------------------------------
notFound
------------------------------------------------------------*/
.not-found-box {
  width: calc(100% - 24px);
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 50px 0;
}

.not-found-text {
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
}

.not-found-button {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  transition-property: background-color, opacity;
  transition-duration: .3s;
  cursor: pointer;
  border-radius: 4px;
}

@media only screen and (min-width: 960px) {/* ---------- Laptop PC ---------- */
  .not-found-box {
    padding: 100px 0;
  }
  
  .not-found-text {
    margin-bottom: 50px;
    font-size: 24px;
  }
  
  .not-found-button {
    max-width: 400px;
    padding: 15px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
  
  .not-found-button:hover {
    opacity: .5;
  }
}

@media only screen and (min-width: 1280px) {/* ---------- Desktop PC ---------- */
}

#footer.footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 40px 0 8px;
    background: #3C3C3C;
    color: #fff
}

@media screen and (min-width: 768px) {
    #footer.footer {
        padding:80px 0 16px
    }
}

#footer.footer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: #3C3C3C;
    z-index: 0
}

@media (max-width: 767px) {
    #footer.footer:after {
        height:70px
    }
}

#footer * {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#footer .pageTop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    z-index: 9998
}

@media screen and (min-width: 768px) {
    #footer .pageTop {
        width:76px;
        height: 76px;
        right: 20px;
        bottom: 20px
    }
}

@media print,screen and (min-width: 1472px) {
    #footer .pageTop {
        right:calc(50vw - 716px)
    }
}

#footer .pageTopAnchor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    background: #505050;
    border-radius: 12px;
    transition: all .3s ease
}

@media screen and (min-width: 768px) {
    #footer .pageTopAnchor {
        padding-top:20px;
        border-radius: 50%;
        background: #CCCCCC
    }
}

#footer .pageTopAnchor span {
    color: #fff;
    font-family: helvetica-lt-pro,sans-serif;
    font-weight: 700;
    font-size: .9375rem;
    font-style: normal;
    line-height: 1.2;
    text-align: center
}

@media screen and (min-width: 768px) {
    #footer .pageTopAnchor span {
        color:#767777;
        font-size: 1rem;
        transition: all .3s
    }
}

#footer .pageTopAnchor:before {
    position: absolute;
    content: "";
    display: block;
    top: 6px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../uploads/pagetop_arrow.png) no-repeat center center/contain
}

@media screen and (min-width: 768px) {
    #footer .pageTopAnchor:before {
        height:12px;
        top: 12px;
        background-image: url(../../uploads/pagetop_arrow_pc.png)
    }
}

@media print,screen and (min-width: 1201px) {
    #footer .pageTopAnchor:hover {
        background:#505050;
        border-radius: 16px
    }

    #footer .pageTopAnchor:hover span {
        color: #fff
    }
}

#footer #searchJobsBtn {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9997;
    background-color: #8c8c8c99;
    width: 100%
}

#footer #searchJobsBtn .searchJobsBtn-bnr {
    padding: 12px;
    text-align: center
}

#footer #searchJobsBtn .searchJobsBtn-bnr a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    background: #CC2936
}

#footer #searchJobsBtn .searchJobsBtn-bnr a .en,#footer #searchJobsBtn .searchJobsBtn-bnr a .ja {
    display: block;
    color: #fff;
    font-weight: 500;
    line-height: 1
}

#footer #searchJobsBtn .searchJobsBtn-bnr a .en {
    margin-bottom: 5px;
    font-size: 1.5rem
}

#footer #searchJobsBtn .searchJobsBtn-bnr a .ja {
    font-size: .8125rem
}

#footer #searchJobsBtn .searchJobsBtn-bnr a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

#footer .footerLayout {
    display: flex;
    position: relative;
    flex-direction: column;
    width: calc(100% - 50px);
    max-width: 960px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    #footer .footerLayout {
        flex-direction:row;
        align-items: baseline;
        justify-content: space-between;
        padding-bottom: 170px
    }
}

#footer .footerCorpInfo {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    #footer .footerCorpInfo {
        width:360px
    }
}

#footer .footerCorpInfo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    line-height: 1;
    object-fit: contain
}

#footer .footerTitle {
    margin-bottom: 8px;
    position: relative
}

@media screen and (min-width: 768px) {
    #footer .footerTitle {
        margin-bottom:16px
    }
}

#footer .footerTitle .footerCorp {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    #footer .footerTitle .footerCorp {
        margin-top:16px;
        font-size: 1.25rem;
        line-height: 1.2
    }
}

#footer .footerTitle .footerCorp .corpName {
    display: block
}

#footer .footerAddress {
    font-size: .875rem;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    #footer .footerAddress {
        font-size:1.125rem;
        line-height: 1.5
    }
}

#footer .footerAddress p:nth-of-type(2) {
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    #footer .footerAddress p:nth-of-type(2) {
        margin-bottom:8px
    }
}

#footer .blankIconImg {
    display: inline-block;
    padding: 5px 0 0 10px;
    color: #fff;
    font-size: .75rem;
    line-height: 1;
    vertical-align: top
}

#footer .blankIcon {
    display: flex
}

#footer .blankIcon:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background: url(../../uploads/external_icon.png) no-repeat center center/contain;
    transform: translateY(2px)
}

@media screen and (min-width: 768px) {
    #footer .blankIcon:after {
        margin-left:8px;
        transform: translateY(4px)
    }
}

#footer .footerRemoteNav,#footer .copyright {
    min-height: 0
}

#footer .footerRemoteNav {
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    #footer .footerRemoteNav {
        padding-bottom:0
    }
}

#footer .footerRemoteNav .letter {
    font-size: .8125rem;
    line-height: 1.5;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    #footer .footerRemoteNav .letter {
        font-size:1rem;
        font-weight: 700;
        transition: opacity .3s;
    }
    #footer .footerRemoteNav .letter:hover{
      opacity: .5;
    }
}

#footer .footerRemoteNavList {
    display: grid;
    grid-auto-flow: column
}

@media screen and (min-width: 768px) {
    #footer .footerRemoteNavList {
        margin-top:30px;
        grid-template-columns: 140px 200px;
        grid-template-rows: repeat(6,1fr)
    }
}

@media (max-width: 767px) {
    #footer .footerRemoteNavList {
        display:none
    }
}

@media screen and (min-width: 768px) {
    #footer .footerRemoteNavList .footerRemoteNavItem {
      width:100%;
      padding-bottom: 16px;
      line-height: 1;
    }

    #footer .footerRemoteNavList .footerRemoteNavItem.end {
        margin-bottom: 10px;
        padding-bottom: 0
    }

    #footer .footerRemoteNavList .footerRemoteNavItem.one.end {
        grid-row: 5/7
    }

    #footer .footerRemoteNavList .footerRemoteNavItem.two {
        padding-left: 48px
    }

    #footer .footerRemoteNavList .footerRemoteNavItem.three {
        padding-left: 20px;
        border: none
    }
}

@media screen and (min-width: 768px) {
    #footer .footerBlankRemoteNavList {
        display:flex;
        position: absolute;
        bottom: 0;
        right: 10px;
        z-index: 1;
        gap: 50px
    }
}

@media (max-width: 767px) {
    #footer .footerBlankRemoteNavList {
        margin:50px 0 20px;
        position: relative;
        z-index: 1
    }

    #footer .footerBlankRemoteNavList .remoteNav {
        display: flex;
        justify-content: center
    }

    #footer .footerBlankRemoteNavList .remoteNav:not(:last-of-type) {
        margin-bottom: 14px
    }
}

@media screen and (min-width: 768px) {
    #footer .copyright {
        text-align:left;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1
    }
}

@media (max-width: 767px) {
    #footer .copyright {
        text-align:center;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1
    }
}

#footer .copyright small {
    font-style: normal;
    font-size: .8125rem;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    #footer .copyright small {
        font-size:1rem;
        font-weight: 400
    }
}


#maintenanceNotice {
  width: 100%;
  display: flex;
  align-items: center
}

#maintenanceNotice .inner {
  width: calc(100% - 24px);
  max-width: 960px;
  margin: 0 auto
}

#maintenanceNotice .inner .alert {
  text-align: center
}

#maintenanceNotice .inner .alert li {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #666
}

#maintenanceNotice .inner .alert li:not(:last-of-type) {
  padding-bottom: .5em
}

@media (max-width: 767px) {
  #maintenanceNotice .inner .alert li {
    font-size: .9375rem
  }

}




/*------------------------------------------------------------
archive single 共通
------------------------------------------------------------*/

#news{
  margin-top: -70px;
}

.red {
  color: #CC2936;
}

.main-block{
  position: relative;
}

.main-block .main-ttl-block{
  position: relative;
  height: 80px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding-top: 16px;
  margin-top: -80px;
}

.main-block .main-ttl .ja{
  display: block;
  padding-left: .3em;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.8;
}

.main-block .main-ttl .en{
  display: block;
  font-family: helvetica-lt-pro,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
}

.news-content{
  position: relative;
  padding: 40px 0 80px;
  z-index: 0;
}

.news-content::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../uploads/news_bg_sp.png) no-repeat center center / cover;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
   .main-block .main-img {
    height: calc(100vw / 1920 * 600);
    min-height: 600px;
  }
  
  .main-block .main-img img {
    height: 100%;
    object-fit: cover;
  }
  
  .main-block .main-ttl-block{
    height: 160px;
    border-radius: 24px 24px 0 0;
    padding-top: 32px;
    margin-top: -160px;
  }

  .main-block .main-ttl .ja{
    font-size: 46px;
  }

  .main-block .main-ttl .en{
    font-size: 30px;
  }

  .news-content{
    padding: 80px 0 160px;
  }
  
  .news-content::before{
    background-image: url(../../uploads/news_bg_pc.png);
  }
}

/*------------------------------------------------------------
archive
------------------------------------------------------------*/
#archive .news-wrapper{
  width: calc(100% - 45px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 15px;
  background-color: #fff;
  border-radius: 15px;
}

#archive .news-item{
  position: relative;
  padding: 12px 40px 8px 0;
  border-bottom: solid 1px #EEEEEE;
}

#archive .news-item::before,
#archive .news-item::after{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  right: 3px;
  background-color: #d6545e;
  border-radius: 50%;
  transform: translateY(-50%);
}

#archive .news-item::after{
  width: 12px;
  height: 12px;
  right: 10px;
  background: url(../../uploads/arrow_white.png) no-repeat center center / contain;
}

#archive .news-date{
  color: var(--main-color);
  font-size: 12px;
  font-weight: 700;
}

#archive .news-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.pagenav {
  widows: calc(100% + 50px);
  margin: 28px -25px 0;
}

.pagenav, .pagenav a {
  color: #ffffff;
}

.result-count {
  align-items: center;
  width: 40%;
  padding: 5px 0;
  line-height: 1.4;
}

.result-count-text {
  vertical-align: middle;
}

.wp-pagenavi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 15px;
  font-family: helvetica-lt-pro,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .extend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin: 0 8px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  transition: all .3s;
}

.wp-pagenavi .current {
  border-color: #EBA9AF;
  cursor: auto;
}

.wp-pagenavi .extend {
  cursor: auto;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: relative;
  z-index: 0;
}

.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  right: 6px;
  top: calc(50% - 8px);
  background: url("../../uploads/arrow_nav.png")no-repeat center center / contain;
  transition: all .3s;
  z-index: 1;
}

.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #CCCCCC;
  border-radius: 50%;
  z-index: -1;
}

.wp-pagenavi .previouspostslink::before {
  transform: rotate(180deg);
  right: auto;
  left: 6px;
}

.wp-pagenavi .current {
  background-color: #EBA9AF;
  color: #fff;
}

.not-post {
  text-align: center;
}

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

  #archive .news-wrapper{
    padding: 48px 60px;
    border-radius: 30px;
  }
  
  #archive .news-item{
    padding: 24px 180px 16px 60px;
    transition: background .3s;
  }

  #archive .news-item::before{
    width: 26px;
    height: 26px;
    right: 67px;
    background: #eba9af;
    transition: all .3s;
    transform-origin: center;
  }

  #archive .news-item::after{
    right: 74px;
  }

  #archive .news-date{
    font-size: 18px;
    font-weight: 500;
  }

  #archive .news-title {
    font-size: 20px;
    line-height: 1.6;
  }

  .pagenav {
    margin-top: 60px;
  }

  .wp-pagenavi {
    font-size: 16px;
  }

  .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .extend {
    width: 30px;
    height: 30px;
    padding-top: 2px;
  }
  
  .wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
    width: 12px;
    height: 12px;
    right: 8px;
    top: calc(50% - 6px);
    background: url("../../uploads/arrow_white.png")no-repeat center center / contain;
  }
  
  .wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after{
    background-color: #B1B1B1;
    transition: all .3s;
  }
  
  .wp-pagenavi .previouspostslink::before {
    transform: rotate(180deg);
    right: auto;
    left: 8px;
  }

}

@media print, screen and (min-width: 1201px) {
  
  #archive .news-item:hover{
    background: #FCF4F5;
  }

  #archive .news-item:hover::before{
    background-color: var(--main-color);
    transform: translateY(-50%) scale(1.38);
  }
  
  .archive-list-item-block:hover .archive-date, .archive-list-item-block:hover .archive-title {
    opacity: .8;
  }

  .archive-list-item-block:hover::after {
    transform: translateX(16px);
  }

  .wp-pagenavi .page:hover{
    background-color: #ECECEC;
    color: #CCCCCC;
  }
  
  .wp-pagenavi .previouspostslink:hover::after, .wp-pagenavi .nextpostslink:hover::after {
    background-color: #505050;
    transform: scale(1.38);
  }
}

/*------------------------------------------------------------
newSingle
------------------------------------------------------------*/

#single .single-wrapper{
  width: calc(100% - 45px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 7.5px;
  background-color: #fff;
  border-radius: 15px;
}

#single .single-head {
  padding: 12px 15px 8px;
  border-bottom: 1px solid #EEEEEE;
}

#single .single-head .date{
  color: var(--main-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

#single .single-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

#single .single-body {
  padding: 20px 15px 32px;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
}

.single-body p {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  clear: both;
}

.single-body .fancybox, .single-body img {
  margin: 0 10px 10px 0;
}

.single-body img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.single-body .fancybox {
  display: inline-block;
}

.single-body .fancybox img {
  margin: 0;
}

.single-body ul, .single-body ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.single-body ul li + li, .single-body ol li + li {
  margin-top: 10px;
}

.single-body ul li {
  list-style-type: disc;
}

.single-body ol li {
  list-style-type: decimal;
}

.single-body .not-post {
  padding-bottom: 60px;
}

.post-pagenav-wrapper {
  margin-top: 20px;
}

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

.post-pagenav .pagenav-button {
  width: 100%;
}

.post-pagenav .pagenav-button a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 4px 10px 38px;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .3s;
  text-decoration: none;
}

.post-pagenav .pagenav-button a:hover {
  opacity: 1;
  text-decoration: none;
}

.post-pagenav .pagenav-button a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #B1B1B1;
  border-radius: 50%;
  top: calc(50% - 12px);
  left: 5px;
  z-index: 0;
  transition: all .3s;
}

.post-pagenav .pagenav-button a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../../uploads/arrow_white.png")no-repeat center center / contain;
  top: calc(50% - 6px);
  left: 11px;
  transform: rotate(180deg);
  z-index: 1;
}

.post-pagenav .post-prev a::before {
  left: auto;
  right: 5px;
}

.post-pagenav .post-prev a::after {
  left: auto;
  right: 11px;
  transform: none;
}

.post-pagenav .post-prev, .post-pagenav .post-next {
  width: calc(((100% - 6px) / 2) - .01px);
}

.post-pagenav .post-prev {
  order: 2;
  margin-left: auto;
}

.post-pagenav .post-prev a {
  padding: 10px 38px 10px 4px;
  text-align: right;
}

.post-pagenav .post-next {
  order: 1;
  margin-right: auto;
}

.post-pagenav .post-home{
  margin-top: 12px;
  order: 3;
}

.post-pagenav-wrapper .post-home a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 18px;
  border: solid 2px var(--main-color);
  border-radius: 4px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  
}

.post-pagenav-wrapper .post-home a::before,
.post-pagenav-wrapper .post-home a::after{
  content: none;
}


@media only screen and (min-width: 768px) { /* ---------- Tablet ---------- */
  #single .single-wrapper{
    padding: 48px 60px;
  }
  
  #single .single-head {
    padding: 24px 60px 16px;
  }

  #single .single-head .date{
    font-size: 18px;
  }

  #single .single-title {
    font-size: 20px;
    line-height: 1.6;
  }

  #single .single-body {
    padding: 40px 64px 64px;
  }

  .single-body p {
    margin-bottom: 2em;
    font-size: 18px;
  }

  .single-body img {
    display: inline-block;
  }

  .single-body .alignleft, .single-body .alignright {
    margin-bottom: 1em;
  }

  .single-body .alignleft + br, .single-body .alignright + br, .single-body .aligncenter + br {
    display: none;
  }

  .single-body .fancybox, .single-body .alignleft img, .single-body .alignright img {
    margin-bottom: 0;
  }

  .single-body .fancybox img {
    opacity: 1;
    transition: opacity .3s;
  }

  .single-body .fancybox:hover img {
    opacity: .6;
  }

  .single-body .alignleft {
    float: left;
    margin-right: 1em;
  }

  .single-body .alignright {
    float: right;
    margin-left: 1em;
  }

  .single-body .aligncenter {
    display: block;
    margin: 0 auto 10px;
  }

  .post-pagenav-wrapper {
    margin-top: 56px;
  }
  
  .post-pagenav {
    position: relative;
    max-width: 1072px;
    min-height: 50px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }

  .post-pagenav .pagenav-button {
    width: calc(((100% - 40px) / 3) - .01px);
  }

  .post-pagenav .pagenav-button a {
    padding: 10px 26px 10px 44px;
    font-size: 16px;
  }
  
  .post-pagenav .pagenav-button::before{
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
  }

  .post-pagenav .post-prev a {
    padding: 10px 44px 10px 26px;
  }

  .post-pagenav .post-next a::after {
    right: 40px;
  }

  .post-pagenav-wrapper .post-home {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
  }

  .post-pagenav-wrapper .post-home a {
    padding: 8px 38px;
    border-radius: 8px;
    font-size: 18px;
    transition: all .3s;
  }


}

@media print, screen and (min-width: 1201px){

  .post-pagenav .pagenav-button a:hover::before {
    transform: scale(1.38);
    background-color: var(--sub-color);
  }
  
  .post-pagenav-wrapper .post-home a:hover {
    background-color: #D6545E;
    border-color: #D6545E;
    color: #fff;
  }
}