@charset "UTF-8";
@use "sass:math";
@use "sass:math";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body,
html {
  height: 100%; }

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  color: #595757;
  --wp--style--block-gap: 25px !important; }
  @media screen and (max-width: 767px) {
    body {
      --wp--style--block-gap: 15px !important; } }

body.stop-scrolling {
  height: 100%;
  overflow: hidden !important; }

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, text-decoratin 0.2s; }
  a:hover {
    opacity: .8; }

.mf {
  font-family: 'Noto Serif JP', serif; }

a:link,
a:visited {
  color: #007AAD; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 1.4rem; } }
  p.txt {
    margin: 0 0 1em; }

.btn {
  height: 50px;
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff !important;
  height: 50px;
  font-weight: bold;
  line-height: 50px; }
  .btn.mainbtn {
    background-color: #6db92e; }
  .btn.subbtn {
    background-color: #e9f5e0; }
  .btn i.fa-arrow-right {
    margin-left: 10px;
    font-size: 14px; }
  .btn:hover {
    opacity: .8; }

.container {
  max-width: 1044px;
  padding-left: 22px;
  padding-right: 22px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      width: 100%; } }

main {
  padding-top: 170px; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 80px; } }

/*pc sp switch*/
.pc {
  display: block !important; }

span.pc {
  display: inline !important; }

.sp {
  display: none !important; }

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

  .sp {
    display: block !important; }

  span.sp {
    display: inline !important; } }
/*共通*/
.fr {
  list-style: none;
  display: flex; }

.fr.between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important; }

.fr.start {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important; }

.fr.reverse {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.fr.wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.fr.center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.fr.hcenter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.fr.bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important; }

.fr.top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important; }

/*==================================================
 * header
 *================================================*/
#header {
  padding-top: 0px;
  padding-bottom: 0px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s;
  background-color: #fff;
  z-index: 3;
  transition: all 0.2s; }
  @media screen and (max-width: 767px) {
    #header {
      border-bottom: 5px solid #007AAD; } }
  #header .headtop > .container {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #header .headtop > .container {
        height: 80px;
        padding-top: 15px; } }
  #header .logo {
    margin-left: 0px; }
    #header .logo a {
      margin-top: 0px;
      margin-left: 0px;
      display: block;
      padding: 0px;
      font-size: 2.5rem;
      font-weight: 500;
      text-decoration: none;
      color: #707070; }
      @media screen and (max-width: 767px) {
        #header .logo a {
          font-size: 1.7rem; } }

.headbtn {
  list-style: none;
  padding: 0;
  display: flex; }
  @media screen and (max-width: 767px) {
    .headbtn {
      display: flex;
      justify-content: space-between;
      margin: 0px 22px 0; } }
  .headbtn > li {
    margin: 0 0 0 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .headbtn > li {
        margin: 0;
        width: calc(50% - 5px);
        border: 1px solid #fff; } }
    .headbtn > li > a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #007AAD;
      text-decoration: none;
      height: 50px;
      line-height: 50px;
      font-size: 1.7rem;
      font-weight: 700;
      border: 1px solid #007AAD;
      padding: 0 13px;
      transition: all .2s; }
      @media screen and (max-width: 767px) {
        .headbtn > li > a {
          width: 100%;
          font-size: 1.4rem;
          height: 42px;
          line-height: 42px;
          background-color: #007AAD;
          color: #fff; } }
      .headbtn > li > a::before {
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        width: 28px;
        height: 16px;
        margin-right: 12px; }
        @media screen and (max-width: 767px) {
          .headbtn > li > a::before {
            width: 23px;
            height: 16px;
            margin-right: 0; } }
      .headbtn > li > a::after {
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        background-image: url(../images/icon-arrow.svg);
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        margin-left: 19px; }
        @media screen and (max-width: 767px) {
          .headbtn > li > a::after {
            margin-left: 0;
            background-image: url(../images/icon-arrow-w.svg); } }
      .headbtn > li > a:hover {
        background-color: #007AAD;
        color: #fff; }
        .headbtn > li > a:hover::after {
          background-image: url(../images/icon-arrow-w.svg); }
      .headbtn > li > a.entrybtn::before {
        background-image: url(../images/icon-entry.svg);
        background-size: 28px auto; }
        @media screen and (max-width: 767px) {
          .headbtn > li > a.entrybtn::before {
            background-image: url(../images/icon-entry-w.svg);
            background-size: 23px auto; } }
      .headbtn > li > a.entrybtn:hover::before {
        background-image: url(../images/icon-entry-w.svg); }
      .headbtn > li > a.contactbtn::before {
        background-image: url(../images/icon-mail.svg);
        background-size: 20px auto; }
        @media screen and (max-width: 767px) {
          .headbtn > li > a.contactbtn::before {
            background-image: url(../images/icon-mail-w.svg);
            background-size: 17px auto; } }
      .headbtn > li > a.contactbtn:hover::before {
        background-image: url(../images/icon-mail-w.svg); }

.gmenu {
  display: block;
  background-color: #007AAD; }
  @media (max-width: 767px) {
    .gmenu {
      display: none;
      position: fixed;
      left: 0;
      top: 80px;
      width: 100%;
      height: calc(100vh - 80px);
      overflow-y: auto; } }
  .gmenu .headbtn {
    position: absolute;
    top: -80px;
    right: 22px; }
    @media (max-width: 767px) {
      .gmenu .headbtn {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 60px; } }
  .gmenu .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .gmenu .container {
        padding: 0;
        display: block; } }
  .gmenu .navi {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    width: auto;
    margin: 0; }
    @media (max-width: 767px) {
      .gmenu .navi {
        display: block;
        margin: 15px 0px;
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .gmenu .navi > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6); } }
    .gmenu .navi > li > a {
      padding: 0 50px;
      line-height: 60px;
      display: block;
      font-size: 1.7rem;
      text-decoration: none;
      font-weight: 700;
      position: relative;
      text-align: center;
      color: #fff;
      display: flex; }
      @media screen and (max-width: 767px) {
        .gmenu .navi > li > a {
          padding: 15px 0px;
          line-height: 1.3;
          text-align: left;
          color: #fff;
          font-size: 1.7rem;
          height: auto;
          font-weight: 500; } }
      .gmenu .navi > li > a span {
        display: block; }
    .gmenu .navi > li.menu-item-has-children > a {
      cursor: pointer !important; }
      @media screen and (max-width: 767px) {
        .gmenu .navi > li.menu-item-has-children > a {
          color: #fff;
          pointer-events: auto; }
          .gmenu .navi > li.menu-item-has-children > a:hover {
            opacity: 1; } }
      .gmenu .navi > li.menu-item-has-children > a::before {
        display: none; }
        @media (max-width: 767px) {
          .gmenu .navi > li.menu-item-has-children > a::before {
            width: 14px;
            height: 14px;
            background-color: #fff;
            border-radius: 50%;
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            color: #6db92e;
            display: block;
            position: relative;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            line-height: 14px;
            margin-right: 10px; } }
      .gmenu .navi > li.menu-item-has-children > a.active::before {
        content: "\f068"; }
    @media (min-width: 768px) {
      .gmenu .navi .sub-menu {
        display: none;
        list-style: none;
        position: absolute;
        width: 100vw;
        top: 184px;
        left: 0;
        background-color: #6db92e;
        text-align: center;
        padding: 0;
        height: 0;
        transition: all 0.2s;
        overflow: hidden; }
        .gmenu .navi .sub-menu .inner {
          display: flex;
          max-width: 1100px;
          margin: 0 auto; }
          .gmenu .navi .sub-menu .inner .menutitle {
            font-size: 31px;
            color: #fff;
            border-right: 1px solid #fff;
            padding-right: 35px;
            white-space: nowrap;
            line-height: 1; }
        .gmenu .navi .sub-menu ul {
          list-style: none; }
        .gmenu .navi .sub-menu li {
          display: flex;
          padding: 0px 13px 10px 27px;
          color: #fff; }
          .gmenu .navi .sub-menu li a {
            white-space: nowrap;
            display: flex;
            font-size: 16px;
            padding: 0;
            font-weight: normal;
            color: #fff;
            text-align: left;
            text-decoration: none;
            border-bottom: 1px solid transparent; }
            .gmenu .navi .sub-menu li a::before {
              content: "・"; }
            .gmenu .navi .sub-menu li a:hover {
              border-bottom: 1px #fff solid;
              /*							text-decoration: underline;*/ }
      .gmenu .navi > li:hover .sub-menu {
        height: 180px;
        padding: 40px 0 0 0; }
      .gmenu .navi > li:nth-child(3):hover .sub-menu {
        height: 142px; } }
    @media (max-width: 767px) {
      .gmenu .navi .sub-menu {
        list-style: none;
        padding-bottom: 10px;
        display: none; }
        .gmenu .navi .sub-menu .inner {
          display: block; }
          .gmenu .navi .sub-menu .inner .menutitle {
            color: #fff;
            background-color: #669940;
            font-size: 12px;
            margin: 0 0 10px;
            padding: 3px 0 3px 23px; }
          .gmenu .navi .sub-menu .inner .sub-navi + .sub-navi {
            border-top: 1px solid #64a62e;
            padding-top: 10px; }
        .gmenu .navi .sub-menu ul {
          list-style: none; }
        .gmenu .navi .sub-menu li {
          display: flex;
          padding: 0px 0px 10px 20px;
          color: #fff; }
          .gmenu .navi .sub-menu li a {
            white-space: nowrap;
            display: flex;
            font-size: 12px;
            padding: 0;
            font-weight: normal;
            color: #fff;
            text-align: left;
            text-decoration: none;
            border-bottom: 1px solid transparent; }
            .gmenu .navi .sub-menu li a::before {
              content: "・"; }
            .gmenu .navi .sub-menu li a:hover {
              opacity: 1;
              /*							text-decoration: underline;*/ } }
    .gmenu .navi > li:first-child .sub-menu .sub-menu {
      	/*		padding: 40px 0 0 0;
      	height: 180px;
      */ }

/*menu*/
.navbar-toggle {
  cursor: pointer;
  outline: none;
  z-index: 1000;
  padding: 8px 0 0;
  margin: 0;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: transparent;
  transition: all .2s;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000 !important;
  display: none;
  border: 1px solid #007AAD;
  border-radius: 5px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .navbar-toggle {
      display: block; } }
  .navbar-toggle .bar {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #007AAD; }
    .navbar-toggle .bar::before, .navbar-toggle .bar::after {
      transition: all .2s;
      content: "";
      position: absolute;
      display: inline-block;
      height: 2px;
      width: 20px;
      left: 50%;
      top: 50%;
      background-color: #007AAD;
      transform: translateX(-50%) translateY(-50%) rotate(0); }
    .navbar-toggle .bar::before {
      top: calc(50% - 6px); }
    .navbar-toggle .bar::after {
      top: calc(50% + 6px); }
  .navbar-toggle.active .bar {
    background-color: transparent; }
    .navbar-toggle.active .bar::before {
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      top: 50%; }
    .navbar-toggle.active .bar::after {
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      top: 50%; }
  .spmenu .navbar-toggle {
    margin: 35px 60px 35px auto; }
    @media screen and (max-width: 767px) {
      .spmenu .navbar-toggle {
        margin: 15px 15px 35px auto; } }

/*page mv*/
.page-header {
  margin: 0 0px;
  padding: 0 0;
  position: relative;
  border-bottom: 0;
  overflow: visible;
  background-color: #99CADE;
  background-position: calc(50% + 370px) bottom;
  background-repeat: no-repeat;
  background-size: 334px 200px;
  background-image: url(../images/img-main.svg);
  height: 200px; }
  @media screen and (max-width: 1120px) {
    .page-header {
      background-position: right bottom; } }
  @media screen and (max-width: 767px) {
    .page-header {
      height: 120px;
      background-size: auto 100px; } }
  .page-header .container {
    height: 100%;
    display: flex;
    align-items: center; }
    .page-header .container .ttlarea .ttl {
      font-size: 4.7rem;
      color: #007AAD;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .page-header .container .ttlarea .ttl {
          font-size: 2rem;
          width: 11em;
          line-height: 1.3; } }

.nolink > a {
  pointer-events: none;
  cursor: pointer; }

.pagination li > span {
  border-color: #337ab7;
  color: #fff; }

article .sectitle {
  margin: 65px 0 40px;
  font-size: 3.7rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  text-align: center;
  color: #007AAD; }
  @media screen and (max-width: 767px) {
    article .sectitle {
      font-size: 2.0rem;
      margin: 20px 0 20px; } }

section {
  margin-bottom: 0px;
  display: block;
  position: relative;
  padding: 50px 0 70px; }
  @media screen and (max-width: 767px) {
    section {
      padding: 30px 0; } }
  body:not(.page-beauty):not(.page-beauty-child) main > section > .wp-block-group__inner-container {
    width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      body:not(.page-beauty):not(.page-beauty-child) main > section > .wp-block-group__inner-container {
        width: 100%; } }
  section .container > .block + .block {
    margin-top: 80px; }
  section body:not(.page-beauty):not(.page-beauty-child) .pagetitle {
    color: #6db92e;
    line-height: 1.3;
    text-align: center;
    font-size: 37px;
    margin: 0 0 30px; }
    @media screen and (max-width: 767px) {
      section body:not(.page-beauty):not(.page-beauty-child) .pagetitle {
        font-size: 20px; } }
  section .__subtitle {
    font-size: 25px;
    color: #6db92e;
    line-height: 1.3;
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 2px solid #e9f5e0;
    position: relative; }
    @media screen and (max-width: 767px) {
      section .__subtitle {
        margin: 0 0 20px;
        padding: 0 0 10px;
        font-size: 18px; } }
    section .__subtitle::before {
      content: "";
      display: block;
      height: 2px;
      width: 200px;
      background-color: #6db92e;
      position: absolute;
      left: 0;
      bottom: -2px; }
      @media screen and (max-width: 767px) {
        section .__subtitle::before {
          width: 100px; } }
  section .anchor {
    position: absolute;
    top: -170px; }
    @media screen and (max-width: 767px) {
      section .anchor {
        top: -65px; } }
  section dl.table {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 0 0;
    border-left: 1px solid #595757;
    border-top: 1px solid #595757; }
    @media screen and (max-width: 767px) {
      section dl.table {
        border-top: 1px solid #595757;
        display: block; } }
    section dl.table dt {
      width: 250px;
      padding: 0px 0 0px 30px;
      line-height: 80px;
      font-size: 15px;
      font-weight: 500;
      position: relative;
      background-color: #eee;
      border-right: 1px solid #595757;
      border-bottom: 1px solid #595757; }
      @media screen and (max-width: 767px) {
        section dl.table dt {
          width: 100%;
          padding: 15px 10px 15px 10px;
          min-height: auto;
          line-height: 1.3;
          font-size: 14px; } }
    section dl.table dd {
      margin-left: 0px;
      padding: 20px 26px 20px 26px;
      width: calc(100% - 250px);
      line-height: 1.5;
      position: relative;
      font-size: 15px;
      border-right: 1px solid #595757;
      border-bottom: 1px solid #595757;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media screen and (max-width: 767px) {
        section dl.table dd {
          border-bottom: 1px solid #595757;
          padding: 15px 10px 15px 10px;
          font-size: 14px;
          width: 100%; } }
  section dl.table-g {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 0 0; }
    @media screen and (max-width: 767px) {
      section dl.table-g {
        display: block; } }
    section dl.table-g dt {
      width: 250px;
      padding: 22px 0 20px 30px;
      line-height: 1.5;
      font-size: 17px;
      font-weight: 500;
      position: relative;
      background-color: #cee489;
      margin: 10px 0 0 0; }
      @media screen and (max-width: 767px) {
        section dl.table-g dt {
          width: 100%;
          padding: 15px 10px 15px 10px;
          min-height: auto;
          line-height: 1.3;
          font-size: 14px; } }
    section dl.table-g dd {
      margin: 10px 0 0 0;
      padding: 20px 26px 20px 26px;
      width: calc(100% - 250px);
      line-height: 1.5;
      position: relative;
      font-size: 17px;
      background-color: #fff;
      border-right: 1px solid #cee489;
      border-top: 1px solid #cee489;
      border-bottom: 1px solid #cee489; }
      @media screen and (max-width: 767px) {
        section dl.table-g dd {
          border-left: 1px solid #cee489;
          border-top: 0;
          padding: 15px 10px 15px 10px;
          font-size: 14px;
          width: 100%;
          margin: 0px 0 0 0; } }
      section dl.table-g dd p {
        margin: 0 0 1em; }
      section dl.table-g dd .addressbox .placemane {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 10px; }
        @media screen and (max-width: 767px) {
          section dl.table-g dd .addressbox .placemane {
            font-size: 16px; } }
      section dl.table-g dd .addressbox p {
        font-size: 17px;
        line-height: 1.5; }
        section dl.table-g dd .addressbox p:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          section dl.table-g dd .addressbox p {
            font-size: 14px; } }
      section dl.table-g dd .addressbox .map {
        margin: 25px 0 0; }
        @media screen and (max-width: 767px) {
          section dl.table-g dd .addressbox .map {
            margin: 15px 0 0; } }
        section dl.table-g dd .addressbox .map iframe {
          width: 100%;
          height: 390px; }
          @media screen and (max-width: 767px) {
            section dl.table-g dd .addressbox .map iframe {
              height: 200px; } }
      section dl.table-g dd .sns {
        display: inline-block;
        font-size: 36px;
        color: #595757;
        height: 36px;
        line-height: 1;
        margin-right: 20px;
        vertical-align: bottom;
        margin: -5px 20px -5px 0; }
        @media screen and (max-width: 767px) {
          section dl.table-g dd .sns {
            font-size: 28px;
            height: auto; } }
  section.nursinghome-area.nursinghome-apply.sec-w dl.table-g dd a {
    display: inline-block;
    min-width: 300px; }
    @media screen and (max-width: 767px) {
      section.nursinghome-area.nursinghome-apply.sec-w dl.table-g dd a {
        display: block; }
        section.nursinghome-area.nursinghome-apply.sec-w dl.table-g dd a + a {
          margin: 10px 0 0; } }
  section.sec-g dl.table-g dd {
    border-color: #f5f9e7 !important; }
  section dl.simulation-form {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 0 0; }
    @media screen and (max-width: 767px) {
      section dl.simulation-form {
        display: block; } }
    section dl.simulation-form dt {
      width: 165px;
      padding: 20px 0 20px 0px;
      line-height: 1.5;
      font-size: 17px;
      font-weight: 500;
      position: relative;
      margin: 0;
      color: #6db92e;
      border-bottom: 1px solid #595757; }
      @media screen and (max-width: 767px) {
        section dl.simulation-form dt {
          width: 100%;
          padding: 15px 0px 15px 0px;
          min-height: auto;
          line-height: 1.3;
          font-size: 14px; } }
      section dl.simulation-form dt i {
        margin-right: 5px; }
    section dl.simulation-form dd {
      margin: 0;
      padding: 20px 0 20px 0;
      width: calc(100% - 165px);
      line-height: 1.5;
      position: relative;
      font-size: 17px;
      border-bottom: 1px solid #595757; }
      @media screen and (max-width: 767px) {
        section dl.simulation-form dd {
          border-top: 0;
          padding: 15px 0px 15px 0px;
          font-size: 14px;
          width: 100%;
          margin: 0px 0 0 0; } }
      section dl.simulation-form dd p {
        margin: 0 0 1em; }
      section dl.simulation-form dd .addressbox .placemane {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 10px; }
        @media screen and (max-width: 767px) {
          section dl.simulation-form dd .addressbox .placemane {
            font-size: 16px; } }
      section dl.simulation-form dd .addressbox p {
        font-size: 17px;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          section dl.simulation-form dd .addressbox p {
            font-size: 14px; } }
      section dl.simulation-form dd .addressbox .map {
        margin: 25px 0 0; }
        @media screen and (max-width: 767px) {
          section dl.simulation-form dd .addressbox .map {
            margin: 15px 0 0; } }
        section dl.simulation-form dd .addressbox .map iframe {
          width: 100%;
          height: 390px; }
          @media screen and (max-width: 767px) {
            section dl.simulation-form dd .addressbox .map iframe {
              height: 200px; } }
  section.simulation-area .btnarea {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0; }
    @media screen and (max-width: 767px) {
      section.simulation-area .btnarea {
        display: block; } }
    section.simulation-area .btnarea button {
      cursor: pointer;
      display: block;
      background-color: #6db92e;
      width: 200px;
      color: #fff;
      text-decoration: none;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-size: 18px;
      border: 0;
      margin: 0;
      font-weight: bold; }
      section.simulation-area .btnarea button:hover {
        opacity: .8; }
      @media screen and (max-width: 767px) {
        section.simulation-area .btnarea button {
          margin: 0 auto;
          width: 100%; } }
      section.simulation-area .btnarea button span {
        padding-left: 30px;
        display: inline-block;
        background-image: url(../images/icon-calc.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 18px 26px;
        margin-left: 10px; }
      section.simulation-area .btnarea button i {
        font-size: 16px;
        margin-left: 10px;
        vertical-align: middle; }
    section.simulation-area .btnarea .result {
      width: 490px;
      border: 3px solid #6db92e;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 17px; }
      @media screen and (max-width: 767px) {
        section.simulation-area .btnarea .result {
          font-size: 15px;
          margin: 20px 0 0;
          width: 100%;
          padding: 10px 0; } }
      section.simulation-area .btnarea .result span {
        font-size: 23px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          section.simulation-area .btnarea .result span {
            font-size: 18px; } }
  section.simulation-area .optionbox {
    border: 5px solid #eee;
    padding: 30px;
    margin: 50px 0 0 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      section.simulation-area .optionbox {
        margin: 40px 0 0 0;
        display: block;
        padding: 20px; } }
    section.simulation-area .optionbox p {
      color: #6db92e;
      font-size: 17px;
      padding-right: 45px;
      font-weight: bold;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        section.simulation-area .optionbox p {
          font-size: 15px;
          margin: 0 0 10px; } }
  section .tablist {
    display: flex;
    list-style: none; }
    @media screen and (max-width: 767px) {
      section .tablist {
        flex-wrap: wrap;
        justify-content: space-between; } }
    section .tablist > li {
      width: 157px;
      border-right: 2px solid transparent; }
      @media screen and (max-width: 767px) {
        section .tablist > li {
          width: calc((100% - 6px) / 3);
          border-right: 0;
          border-bottom: 2px solid transparent; } }
      section .tablist > li a {
        background-color: #dedddd;
        color: #595757;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 82px;
        text-decoration: none;
        font-size: 17px;
        font-weight: 500;
        padding: 0 0px; }
        @media screen and (max-width: 767px) {
          section .tablist > li a {
            height: 100%;
            font-size: 14px;
            padding: 10px 0; } }
      section .tablist > li.current a {
        background-color: #6db92e;
        color: #fff; }
  section .gallery {
    margin: 30px -10px 0 -10px;
    display: flex;
    list-style: none;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      section .gallery {
        margin: 20px -10px 0 -10px; } }
    section .gallery > li {
      margin: 0 10px 20px; }
      section .gallery > li a {
        text-decoration: none;
        display: block;
        position: relative; }
        section .gallery > li a:hover {
          opacity: .8; }
    section .gallery.t4 > li {
      width: calc((100% - 80px) / 4); }
      @media screen and (max-width: 767px) {
        section .gallery.t4 > li {
          width: calc((100% - 40px) / 2); } }
    section .gallery.t3 > li {
      width: calc((100% - 60px) / 3); }
      @media screen and (max-width: 767px) {
        section .gallery.t3 > li {
          width: calc((100% - 40px) / 2); } }
    section .gallery-img {
      position: relative; }
      section .gallery-img::before {
        content: "";
        display: block;
        background: url(../images/icon-zoom.svg);
        width: 22px;
        height: 22px;
        position: absolute;
        right: 10px;
        bottom: 6px;
        z-index: 1; }
      section .gallery-img img {
        vertical-align: bottom; }
    section .gallery-title {
      font-weight: bold;
      font-size: 14px;
      color: #595757;
      margin: 5px 0; }
      @media screen and (max-width: 767px) {
        section .gallery-title {
          font-size: 13px; } }
    section .gallery p {
      color: #595757;
      font-size: 14px;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        section .gallery p {
          font-size: 13px;
          line-height: 1.5; } }
  section .links + .links {
    margin: 10px 0 0; }
  section a.pdf {
    display: inline-block;
    background: url(../images/icon-pdf.svg) left center no-repeat;
    padding-left: 40px;
    height: 30px;
    line-height: 30px; }
    section a.pdf + a.pdf {
      margin-top: 10px; }
  section a.mail {
    display: block;
    text-decoration: none;
    background: url(../images/icon-mail-b.svg) left center no-repeat;
    background-size: 26px 20px;
    padding-left: 40px;
    height: 30px;
    line-height: 30px; }

/*==================================================
 * layout
 *================================================*/
#container {
  /*overflow: hidden;*/
  position: relative;
  min-height: 100%; }

/*==================================================
 * footer
 *================================================*/
#footer {
  width: 100%;
  position: relative;
  padding: 50px 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 0 0 30px; } }
  #footer .footnavi {
    margin: 0 0 26px; }
    @media screen and (max-width: 767px) {
      #footer .footnavi {
        margin: 0 0 16px; } }
    #footer .footnavi ul {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        #footer .footnavi ul {
          flex-wrap: wrap;
          margin-right: -5px;
          margin-left: -5px; } }
      @media only screen and (max-width: 767px) {
        #footer .footnavi ul li {
          margin-top: 20px; } }
      #footer .footnavi ul li a {
        font-size: 1.4rem;
        text-decoration: none;
        padding: 0 27px 0 16px;
        color: #595757;
        text-decoration: none;
        background: url(../images/icon-head.svg) left center no-repeat; }
        @media only screen and (max-width: 767px) {
          #footer .footnavi ul li a {
            font-size: 1.2rem; } }
      @media only screen and (max-width: 767px) {
        #footer .footnavi ul li:first-child, #footer .footnavi ul li:nth-child(2) {
          width: calc(50% - 10px);
          margin-right: 5px;
          margin-left: 5px; } }
      @media screen and (max-width: 767px) {
        #footer .footnavi ul li:first-child a, #footer .footnavi ul li:nth-child(2) a {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #007AAD;
          text-decoration: none;
          border: 1px solid #007AAD;
          padding: 0 13px;
          transition: all .2s;
          font-weight: bold;
          background: none;
          font-size: 1.4rem;
          height: 42px;
          line-height: 42px; }
          #footer .footnavi ul li:first-child a::before, #footer .footnavi ul li:nth-child(2) a::before {
            background-repeat: no-repeat;
            background-position: center center;
            content: "";
            width: 23px;
            height: 16px;
            margin-right: 0; }
          #footer .footnavi ul li:first-child a::after, #footer .footnavi ul li:nth-child(2) a::after {
            background-repeat: no-repeat;
            background-position: center center;
            content: "";
            background-image: url(../images/icon-arrow.svg);
            background-size: 12px 12px;
            width: 12px;
            height: 12px; } }
      @media screen and (max-width: 767px) {
        #footer .footnavi ul li:first-child a::before {
          background-image: url(../images/icon-entry.svg);
          background-size: 23px auto; } }
      @media screen and (max-width: 767px) {
        #footer .footnavi ul li:nth-child(2) a::before {
          background-image: url(../images/icon-mail.svg);
          background-size: 17px auto; } }
      #footer .footnavi ul li:last-child a {
        padding-right: 0; }
  #footer .sitelogo {
    font-size: 2rem;
    margin: 0 0 17px; }
    @media only screen and (max-width: 767px) {
      #footer .sitelogo {
        font-size: 1.5rem;
        margin: 0 0 5px; } }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      #footer .copyright {
        font-size: 10px; } }

/*foot*/
#page-top {
  display: none;
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 30px;
  font-size: 12px;
  opacity: .8; }
  #page-top.fixed {
    display: block; }
  @media screen and (max-width: 767px) {
    #page-top {
      bottom: 20px;
      right: 10px; } }

#page-top a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 68px;
  height: 68px;
  background-color: #007AAD;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s;
  padding-top: 10px; }
  @media screen and (max-width: 767px) {
    #page-top a {
      width: 50px;
      height: 50px; } }
  #page-top a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg); }
    @media screen and (max-width: 767px) {
      #page-top a::before {
        width: 16px;
        height: 16px; } }

#page-top a:hover {
  opacity: .8; }

/*-----------------------
pagination
---------------------------*/
.autopagination {
  text-align: center; }

.pagination-wrapper {
  text-align: center !important; }
  @media screen and (max-width: 767px) {
    .pagination-wrapper {
      padding: 0px 0 50px 0; } }
  .pagination-wrapper .pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 65px 0 0;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .pagination-wrapper .pagination {
        justify-content: center;
        margin: 30px 0 0; } }
    .pagination-wrapper .pagination > li > a, .pagination-wrapper .pagination > li > span {
      position: relative;
      display: block;
      padding: 0 0;
      margin: 0 6px;
      line-height: 28px;
      font-weight: 500;
      width: 28px;
      text-align: center;
      color: #6db92e;
      text-decoration: none;
      font-size: 1.5rem;
      color: #007AAD; }
      @media screen and (max-width: 767px) {
        .pagination-wrapper .pagination > li > a, .pagination-wrapper .pagination > li > span {
          margin: 0 4px; } }
    .pagination-wrapper .pagination > li > span.current {
      z-index: 2;
      background-color: #007AAD;
      color: #ddd; }
    .pagination-wrapper .pagination > li > a:focus, .pagination-wrapper .pagination > li > span:focus {
      z-index: 2;
      color: #fff;
      border: 1px solid #6db92e; }
    .pagination-wrapper .pagination > li > a:hover {
      opacity: .7; }
    .pagination-wrapper .pagination > li > a.prev::before, .pagination-wrapper .pagination > li > a.next::before {
      display: block;
      line-height: 28px;
      content: "";
      width: 10px;
      height: 10px;
      border-right: 1px solid #007AAD;
      border-bottom: 1px solid #007AAD; }
    .pagination-wrapper .pagination > li > a.prev::before {
      transform: rotate(135deg); }
    .pagination-wrapper .pagination > li > a.next::before {
      transform: rotate(-45deg); }
    .pagination-wrapper .pagination > li > span.disable {
      visibility: hidden; }

/*-------------------------------
 home
------------------------------- */
.home {
  /*メインイメージ*/ }
  .home section {
    position: relative;
    padding: 75px 0; }
    @media screen and (max-width: 767px) {
      .home section {
        padding: 40px 0; } }
    .home section > *:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .home section.mainslide {
    padding: 0;
    position: relative;
    background-color: #99CADE;
    background-position: calc(50% + 280px) bottom;
    background-repeat: no-repeat;
    background-size: 612px 420px;
    background-image: url(../images/img-main.svg);
    height: 500px; }
    @media screen and (max-width: 1120px) {
      .home section.mainslide {
        background-position: right bottom;
        background-size: clamp(40rem, 60.2272727273vw + -6.2545454545rem, 61.2rem) auto; } }
    @media screen and (max-width: 767px) {
      .home section.mainslide {
        background-size: auto 180px;
        background-position: bottom center;
        height: 440px; } }
    .home section.mainslide .container {
      padding-top: 55px;
      padding-bottom: 65px;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .home section.mainslide .container {
          padding-top: 20px;
          padding-bottom: 0; } }
    .home section.mainslide .copy {
      max-width: 445px;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 767px) {
        .home section.mainslide .copy {
          max-width: none; } }
    .home section.mainslide .subtitle {
      color: #1D2087;
      font-size: 2.9rem;
      font-weight: 500;
      margin: 0 0 28px; }
      @media screen and (max-width: 767px) {
        .home section.mainslide .subtitle {
          font-size: 2.0rem;
          text-align: center;
          margin: 0 0 17px; } }
    .home section.mainslide .title {
      color: #fff;
      font-size: 3.3rem;
      font-weight: bold;
      background-color: #1D2087;
      padding: 21px 0;
      text-align: center;
      line-height: 1;
      border-radius: 10px;
      margin: 0 0 30px;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .home section.mainslide .title {
          padding: 15px 0;
          font-size: 2.2rem;
          text-align: center;
          margin: 0 auto 17px;
          max-width: 330px; } }
    .home section.mainslide p {
      color: #1D2087;
      font-size: 2.0rem;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .home section.mainslide p {
          font-size: 1.3rem;
          text-align: center; } }
    .home section.mainslide .mv {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 600px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .home section.mainslide .mv {
          height: 300px; } }
      .home section.mainslide .mv img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: center; }
        @media screen and (max-width: 767px) {
          .home section.mainslide .mv img {
            height: 300px; } }
    .home section.mainslide .topmenu {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .home section.mainslide .topmenu {
          width: 100%; } }
      .home section.mainslide .topmenu ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0; }
        .home section.mainslide .topmenu ul li {
          width: 300px; }
          @media screen and (max-width: 767px) {
            .home section.mainslide .topmenu ul li {
              width: calc(100% / 3); } }
          .home section.mainslide .topmenu ul li a {
            display: block;
            width: 100%;
            text-align: center;
            line-height: 70px;
            color: #fff;
            text-decoration: none;
            font-size: 19px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .home section.mainslide .topmenu ul li a {
                line-height: 35px;
                height: 35px;
                font-size: 12px; } }
            .home section.mainslide .topmenu ul li a i {
              margin-left: 10px; }
          .home section.mainslide .topmenu ul li:first-child a {
            background-color: #6fc5c6; }
          .home section.mainslide .topmenu ul li:nth-child(2) a {
            background-color: #ae8b33; }
          .home section.mainslide .topmenu ul li:nth-child(3) a {
            background-color: #6db92e; }
    .home section.mainslide .slick-dots {
      bottom: 90px; }
      @media screen and (max-width: 767px) {
        .home section.mainslide .slick-dots {
          bottom: 50px; } }
  .home article .content {
    padding-top: 0; }
  .home section.sky-area {
    background-color: #E5F1F7; }
    @media screen and (max-width: 767px) {
      .home section.sky-area {
        padding-top: 24px; } }
    .home section.sky-area .top-box {
      display: flex;
      position: relative;
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .home section.sky-area .top-box {
          display: block; } }
      .home section.sky-area .top-box::after {
        content: "";
        width: 50%;
        display: block;
        background-color: #FFE100;
        background-image: url(../images/img-top01.svg);
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 767px) {
          .home section.sky-area .top-box::after {
            width: 100%;
            aspect-ratio: 330/230;
            background-size: auto 80%; } }
      .home section.sky-area .top-box .wp-block-group__inner-container {
        width: 50%;
        padding: 50px 50px 100px 50px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .home section.sky-area .top-box .wp-block-group__inner-container {
            padding: 23px 28px 70px 28px;
            width: 100%; } }
        .home section.sky-area .top-box .wp-block-group__inner-container h2 {
          margin-top: 0;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .home section.sky-area .top-box .wp-block-group__inner-container h2 {
              font-size: 2.6rem; } }
        .home section.sky-area .top-box .wp-block-group__inner-container p {
          color: #007AAD;
          font-weight: 500;
          font-size: 2.0rem;
          line-height: 2; }
          @media screen and (max-width: 767px) {
            .home section.sky-area .top-box .wp-block-group__inner-container p {
              font-size: 1.3rem;
              margin: 0; } }
        .home section.sky-area .top-box .wp-block-group__inner-container .ark-block-button {
          width: calc(100% - 100px);
          position: absolute;
          bottom: 50px;
          left: 50px;
          margin-left: 0; }
          @media screen and (max-width: 767px) {
            .home section.sky-area .top-box .wp-block-group__inner-container .ark-block-button {
              width: 100%;
              position: absolute;
              bottom: 0px;
              left: 0px; } }
        .home section.sky-area .top-box .wp-block-group__inner-container .ark-block-button__link {
          box-shadow: inset 0 0 0 1px #007AAD;
          color: #fff;
          font-size: 1.6rem;
          background-color: #007AAD;
          font-weight: 500;
          width: 100%;
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            .home section.sky-area .top-box .wp-block-group__inner-container .ark-block-button__link {
              font-size: 1.3rem; } }
          .home section.sky-area .top-box .wp-block-group__inner-container .ark-block-button__link::after {
            background-repeat: no-repeat;
            background-position: center center;
            content: "";
            background-image: url(../images/icon-arrow-w.svg);
            background-size: 16px 16px;
            width: 16px;
            height: 16px;
            margin-left: 10px; }
          .home section.sky-area .top-box .wp-block-group__inner-container .ark-block-button__link:hover {
            background-color: #fff;
            color: #007AAD;
            opacity: 1; }
            .home section.sky-area .top-box .wp-block-group__inner-container .ark-block-button__link:hover::after {
              background-image: url(../images/icon-arrow.svg); }
  @media screen and (max-width: 767px) {
    .home .hosho .sectitle {
      font-size: 2.5rem;
      margin-top: 25px; } }
  .home .hosho .lead {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .home .hosho .lead {
        font-size: 1.3rem;
        margin-bottom: 20px; } }
    .home .hosho .lead .ark-block-button {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .home .hosho .ark-block-buttons {
      margin: 0; } }
  .home .hosho .ark-block-button {
    margin-bottom: 25px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .home .hosho .ark-block-button {
        width: 100%; } }
  .home .hosho .ark-block-button__link {
    box-shadow: inset 0 0 0 1px #007AAD;
    color: #fff;
    font-size: 1.6rem;
    background-color: #007AAD;
    font-weight: 500;
    width: 320px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .home .hosho .ark-block-button__link {
        font-size: 1.3rem;
        width: 100%;
        height: 40px;
        line-height: 40px; } }
    .home .hosho .ark-block-button__link::after {
      background-repeat: no-repeat;
      background-position: center center;
      content: "";
      background-image: url(../images/icon-arrow-w.svg);
      background-size: 16px 16px;
      width: 16px;
      height: 16px;
      margin-left: 10px; }
    .home .hosho .ark-block-button__link:hover {
      background-color: #fff;
      color: #007AAD;
      opacity: 1; }
      .home .hosho .ark-block-button__link:hover::after {
        background-image: url(../images/icon-arrow.svg); }
  .home .sec-news {
    position: relative;
    background-color: #E5F1F7;
    padding: 75px 0; }
    @media screen and (max-width: 767px) {
      .home .sec-news {
        padding: 30px 0; } }
    @media screen and (max-width: 767px) {
      .home .sec-news .fr {
        display: block; } }
    @media screen and (max-width: 767px) {
      .home .sec-news .fr > div {
        width: 100%; } }
    .home .sec-news .fr > div h2 {
      border-bottom: 2px solid #007AAD;
      padding-bottom: 10px;
      margin: 0 0 20px;
      color: #007AAD;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .home .sec-news .fr > div h2 {
          margin: 0 0 0px;
          padding: 6px 15px;
          font-size: 14px; } }
    .home .sec-news .fr > div:first-child {
      width: 57.5%; }
      @media screen and (max-width: 767px) {
        .home .sec-news .fr > div:first-child {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .home .sec-news .fr > div:last-child {
        margin-top: 30px; } }
    .home .sec-news .fr > div:last-child h2 {
      background-color: #ae8b33; }
    .home .sec-news .fr .banner {
      width: 32%; }
      @media screen and (max-width: 767px) {
        .home .sec-news .fr .banner {
          width: 100%; } }
      .home .sec-news .fr .banner .wp-block-image {
        margin: 0 0 15px; }
        @media screen and (max-width: 767px) {
          .home .sec-news .fr .banner .wp-block-image {
            max-width: 255px;
            margin: 0 auto 10px; } }
        .home .sec-news .fr .banner .wp-block-image a {
          display: block; }
    .home .sec-news .readmore {
      text-align: right;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .home .sec-news .readmore {
          margin-top: 20px; } }
      .home .sec-news .readmore a {
        display: inline-flex;
        align-items: center;
        color: #595757;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          .home .sec-news .readmore a {
            font-size: 14px; } }
        .home .sec-news .readmore a span {
          padding-left: 30px;
          background-position: left center;
          background-repeat: no-repeat;
          background-size: 20px 20px; }
        .home .sec-news .readmore a::after {
          background-repeat: no-repeat;
          background-position: center center;
          content: "";
          background-image: url(../images/icon-arrow-black.svg);
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          margin-left: 10px; }
          @media screen and (max-width: 767px) {
            .home .sec-news .readmore a::after {
              margin-left: 0;
              background-image: url(../images/icon-arrow.svg); } }
  @media screen and (max-width: 767px) {
    .home .sec-skincare {
      padding: 40px 0; } }
  .home .sec-skincare .box {
    padding: 0;
    position: relative;
    display: flex;
    background: #6fc5c6;
    background: linear-gradient(to bottom, #6fc5c6 0%, #539697 100%); }
    @media screen and (max-width: 767px) {
      .home .sec-skincare .box {
        display: block;
        background: linear-gradient(to bottom, #6fc5c6 50%, #539697 100%); } }
    .home .sec-skincare .box > div {
      width: 550px;
      height: 500px;
      padding: 55px 0 55px 55px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .home .sec-skincare .box > div {
          width: 100%;
          height: auto;
          padding: 25px 30px 25px 30px; } }
      .home .sec-skincare .box > div p {
        font-size: 23px;
        font-weight: 500;
        line-height: 2.2;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .home .sec-skincare .box > div p {
            font-size: 14px; } }
      .home .sec-skincare .box > div a {
        position: absolute;
        bottom: 55px;
        left: 55px;
        width: calc(100% - 55px);
        display: block;
        background-color: #fff;
        color: #539697;
        text-align: center;
        line-height: 70px;
        text-decoration: none;
        font-size: 21px; }
        @media screen and (max-width: 767px) {
          .home .sec-skincare .box > div a {
            position: relative;
            left: auto;
            bottom: auto;
            width: 100%;
            font-size: 12px;
            line-height: 35px;
            margin-top: 60px; } }
        .home .sec-skincare .box > div a i {
          margin-left: 10px; }
    .home .sec-skincare .box::before {
      content: "";
      width: 50%;
      display: block;
      background: url(../images/top/img-skincare.jpg) no-repeat center;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .home .sec-skincare .box::before {
          width: 100%;
          height: 250px; } }
  .home .sec-skincare .sec-sky {
    padding: 60px 0 34px; }
    @media screen and (max-width: 767px) {
      .home .sec-skincare .sec-sky {
        padding: 30px 0 10px; } }
    .home .sec-skincare .sec-sky .container {
      display: flex; }
      @media screen and (max-width: 767px) {
        .home .sec-skincare .sec-sky .container {
          display: block; } }
      .home .sec-skincare .sec-sky .container > p {
        color: #99CADE;
        font-weight: 500;
        font-size: 23px;
        width: 290px;
        flex-shrink: 0; }
        @media screen and (max-width: 767px) {
          .home .sec-skincare .sec-sky .container > p {
            width: auto;
            font-size: 15px;
            margin: 0 0 20px; } }
      .home .sec-skincare .sec-sky .container ol {
        counter-reset: item;
        list-style: none;
        padding-left: 0;
        flex-grow: 2; }
        .home .sec-skincare .sec-sky .container ol li {
          font-size: 28px;
          padding-left: 75px;
          position: relative;
          margin: 0 0 26px; }
          @media screen and (max-width: 767px) {
            .home .sec-skincare .sec-sky .container ol li {
              font-size: 16px;
              padding-left: 35px;
              margin: 0 0 15px; } }
          .home .sec-skincare .sec-sky .container ol li::before {
            position: absolute;
            left: 0;
            top: 0;
            counter-increment: item;
            content: counter(item) "";
            width: 54px;
            height: 54px;
            display: block;
            background-color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 54px;
            color: #99CADE;
            font-size: 28px; }
            @media screen and (max-width: 767px) {
              .home .sec-skincare .sec-sky .container ol li::before {
                width: 27px;
                height: 27px;
                line-height: 27px;
                font-size: 15px;
                font-weight: 500; } }
          .home .sec-skincare .sec-sky .container ol li span {
            font-size: 16px;
            display: block; }
            @media screen and (max-width: 767px) {
              .home .sec-skincare .sec-sky .container ol li span {
                font-size: 10px; } }
          .home .sec-skincare .sec-sky .container ol li strong {
            color: #99CADE;
            font-weight: bold; }
  .home .sec-skincare .sec-w {
    padding: 60px 0 34px; }
    @media screen and (max-width: 767px) {
      .home .sec-skincare .sec-w {
        padding: 30px 0 10px; } }
    .home .sec-skincare .sec-w p {
      text-align: center;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .home .sec-skincare .sec-w p {
          font-size: 12px; } }
    .home .sec-skincare .sec-w .conditionlist {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 767px) {
        .home .sec-skincare .sec-w .conditionlist {
          margin: 30px 0 0 0; } }
      .home .sec-skincare .sec-w .conditionlist li {
        width: 25%;
        height: 80px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        background-color: #99CADE;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media screen and (max-width: 767px) {
          .home .sec-skincare .sec-w .conditionlist li {
            width: 50%;
            height: 40px;
            font-size: 12px; } }
        .home .sec-skincare .sec-w .conditionlist li span {
          font-size: 13px;
          display: block; }
          @media screen and (max-width: 767px) {
            .home .sec-skincare .sec-w .conditionlist li span {
              font-size: 9px; } }
  .home .sec-beauty .box {
    padding: 0;
    position: relative;
    display: flex;
    background: #6fc5c6;
    background: linear-gradient(to bottom, #bb9826 0%, #8b721e 100%); }
    @media screen and (max-width: 767px) {
      .home .sec-beauty .box {
        display: block;
        background: linear-gradient(to bottom, #bb9826 50%, #8b721e 100%); } }
    .home .sec-beauty .box > div {
      width: 550px;
      height: 500px;
      padding: 55px 0 55px 55px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .home .sec-beauty .box > div {
          width: 100%;
          height: auto;
          padding: 25px 30px 25px 30px; } }
      .home .sec-beauty .box > div p {
        font-size: 23px;
        font-weight: 500;
        line-height: 2.2;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .home .sec-beauty .box > div p {
            font-size: 14px; } }
      .home .sec-beauty .box > div a {
        position: absolute;
        bottom: 55px;
        left: 55px;
        width: calc(100% - 55px);
        display: block;
        background-color: #fff;
        color: #9e8121;
        text-align: center;
        line-height: 70px;
        text-decoration: none;
        font-size: 21px; }
        @media screen and (max-width: 767px) {
          .home .sec-beauty .box > div a {
            position: relative;
            left: auto;
            bottom: auto;
            width: 100%;
            font-size: 12px;
            line-height: 35px;
            margin-top: 60px; } }
        .home .sec-beauty .box > div a i {
          margin-left: 10px; }
    .home .sec-beauty .box::before {
      content: "";
      width: 50%;
      display: block;
      background: url(../images/top/img-top-beauty.jpg) no-repeat center;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .home .sec-beauty .box::before {
          width: 100%;
          height: 250px; } }
  .home .sec-beauty .sec-b {
    padding: 20px 0 20px; }
    .home .sec-beauty .sec-b .container {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .home .sec-beauty .sec-b .container {
          display: block; } }
      .home .sec-beauty .sec-b .container .txt {
        width: 614px;
        padding-left: 160px;
        flex-shrink: 0; }
        @media screen and (max-width: 767px) {
          .home .sec-beauty .sec-b .container .txt {
            width: 100%;
            padding-left: 0px; } }
        .home .sec-beauty .sec-b .container .txt h3 {
          color: #6c4434;
          font-size: 34px;
          position: relative;
          letter-spacing: -0.05em;
          margin: 0 0 18px; }
          @media screen and (max-width: 767px) {
            .home .sec-beauty .sec-b .container .txt h3 {
              font-size: 19px;
              display: flex;
              align-items: center; } }
          .home .sec-beauty .sec-b .container .txt h3 span {
            position: absolute;
            left: -160px;
            top: 0;
            display: block;
            width: 132px;
            height: 132px;
            border-radius: 50%;
            font-size: 50px;
            text-align: center;
            line-height: 132px;
            color: #fff;
            font-weight: 500;
            background-color: #6c4434; }
            @media screen and (max-width: 767px) {
              .home .sec-beauty .sec-b .container .txt h3 span {
                font-size: 25px;
                left: auto;
                top: auto;
                position: relative;
                line-height: 66px;
                width: 66px;
                height: 66px;
                margin-right: 10px; } }
        .home .sec-beauty .sec-b .container .txt p {
          font-size: 20px;
          letter-spacing: -0.05em;
          font-weight: 500;
          margin: 0 0 40px; }
          @media screen and (max-width: 767px) {
            .home .sec-beauty .sec-b .container .txt p {
              font-size: 14px;
              margin: 0 0 20px; } }
        .home .sec-beauty .sec-b .container .txt .note {
          padding: 12px 0;
          text-align: center;
          font-size: 19px;
          border: 1px solid #b29245;
          line-height: 1;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            .home .sec-beauty .sec-b .container .txt .note {
              padding: 10px 0;
              font-size: 14px; } }
      .home .sec-beauty .sec-b .container .img {
        width: calc(100% - 614px);
        display: flex;
        justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          .home .sec-beauty .sec-b .container .img {
            width: 100%;
            margin: 20px 0 0 0;
            display: flex;
            align-items: center; } }
        .home .sec-beauty .sec-b .container .img figure:first-child {
          margin: 45px 30px 0 0; }
          @media screen and (max-width: 767px) {
            .home .sec-beauty .sec-b .container .img figure:first-child {
              margin: 0px 20px 0 0; } }
  .home .sec-beauty .sec-w {
    padding: 60px 0 34px; }
    @media screen and (max-width: 767px) {
      .home .sec-beauty .sec-w {
        padding: 30px 0 10px; } }
    .home .sec-beauty .sec-w p {
      text-align: center;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .home .sec-beauty .sec-w p {
          font-size: 12px; } }
    .home .sec-beauty .sec-w .conditionlist {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 767px) {
        .home .sec-beauty .sec-w .conditionlist {
          margin: 30px 0 0 0; } }
      .home .sec-beauty .sec-w .conditionlist li {
        width: 25%;
        height: 80px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        background-color: #ae8b33;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media screen and (max-width: 767px) {
          .home .sec-beauty .sec-w .conditionlist li {
            width: 50%;
            height: 40px;
            font-size: 12px; } }
        .home .sec-beauty .sec-w .conditionlist li a {
          display: block;
          color: #fff;
          text-decoration: none; }
        .home .sec-beauty .sec-w .conditionlist li span {
          font-size: 13px;
          display: block; }
          @media screen and (max-width: 767px) {
            .home .sec-beauty .sec-w .conditionlist li span {
              font-size: 9px; } }
    .home .sec-beauty .sec-w .topbanner {
      display: block;
      margin: 150px 0 0 0; }
      @media screen and (max-width: 767px) {
        .home .sec-beauty .sec-w .topbanner {
          margin: 50px 0 0 0; } }
  .home .sec-reservation {
    padding: 75px 0; }
    @media screen and (max-width: 767px) {
      .home .sec-reservation {
        padding: 40px 0; } }

/*==================================================
 * 下層ページ
 *================================================*/
body:not(.home) section {
  padding: 45px 0; }
  @media screen and (max-width: 767px) {
    body:not(.home) section {
      padding: 30px 0; } }

article .content {
  padding: 65px 0;
  /*contact*/
  /*entry*/ }
  @media screen and (max-width: 767px) {
    article .content {
      padding: 30px 0; } }
  article .content h2.wp-block-heading:not(.sectitle) {
    text-align: center;
    color: #fff;
    background-color: #007AAD;
    padding: 8px 0;
    font-size: 2.5rem;
    line-height: 1.76;
    letter-spacing: 0.1em;
    margin: 90px 0 36px; }
    article .content h2.wp-block-heading:not(.sectitle):first-child {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      article .content h2.wp-block-heading:not(.sectitle) {
        margin: 45px 0 20px;
        padding: 6px 0;
        font-size: 1.8rem; } }
  article .content p {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      article .content p {
        font-size: 1.4rem; } }
    article .content p.lead {
      font-size: 2rem;
      margin-bottom: 60px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        article .content p.lead {
          font-size: 1.6rem;
          margin-bottom: 40px; } }
    article .content p + p.has-small-font-size {
      font-size: 1.3rem;
      margin-top: -2em;
      margin-bottom: 2em; }
      @media screen and (max-width: 767px) {
        article .content p + p.has-small-font-size {
          font-size: 1.2rem; } }
  article .content ol {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 2em;
    margin-left: 1.3em; }
    @media screen and (max-width: 767px) {
      article .content ol {
        font-size: 1.4rem; } }
  article .content ul {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 2em;
    margin-left: 1.3em;
    list-style: none; }
    @media screen and (max-width: 767px) {
      article .content ul {
        font-size: 1.4rem; } }
    article .content ul li {
      text-indent: -1em; }
      article .content ul li::before {
        content: "●"; }
  article .content .wp-block-flexible-table-block-table table.is-stacked-on-mobile th {
    border-color: #595757;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 1.6rem;
    padding: 1em 2em; }
    @media screen and (max-width: 767px) {
      article .content .wp-block-flexible-table-block-table table.is-stacked-on-mobile th {
        font-size: 1.4rem;
        border-bottom: 0;
        border-top-width: 0;
        padding: 0.5em 0; } }
  @media screen and (max-width: 767px) {
    article .content .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr:first-child th {
      border-top-width: 1px; } }
  article .content .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
    padding: 1em 2em;
    border-color: #595757;
    border-left: 0;
    border-right: 0;
    line-height: 2;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      article .content .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
        font-size: 1.4rem;
        border-top: 0;
        padding: 1em 0; } }
  article .content .wp-block-group.hosho .is-layout-flex {
    margin-left: -10px;
    margin-right: -10px;
    align-items: stretch;
    gap: 0; }
    @media screen and (max-width: 767px) {
      article .content .wp-block-group.hosho .is-layout-flex {
        margin-left: -5px;
        margin-right: -5px; } }
    article .content .wp-block-group.hosho .is-layout-flex > div {
      width: calc((100% - 60px) / 3);
      margin: 0 10px 20px;
      background-color: #E5F1F7;
      padding: 25px 25px 25px 25px; }
      @media screen and (max-width: 767px) {
        article .content .wp-block-group.hosho .is-layout-flex > div {
          width: 100%;
          margin: 0 0px 10px;
          padding: 15px 15px 15px 15px; } }
      article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        height: 100%; }
        @media screen and (max-width: 767px) {
          article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container {
            justify-content: flex-start; } }
        article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container::before {
          content: "";
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% auto;
          width: 100%;
          max-width: 250px;
          margin: 0 0 50px;
          aspect-ratio: 25/18; }
          @media screen and (max-width: 767px) {
            article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container::before {
              margin: 0 0 10px; } }
        article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container p {
          font-weight: 500;
          margin-bottom: 10px; }
          article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container p strong {
            color: #007AAD;
            font-weight: 500;
            text-decoration: underline; }
          @media screen and (max-width: 767px) {
            article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container p.blank {
              display: none; } }
        article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container .border-box {
          border: 1px solid #007AAD;
          color: #007AAD;
          text-align: center;
          line-height: 41px;
          font-size: 1.6rem;
          font-weight: 500;
          width: 100%;
          /*
          position: absolute;
          left: 0px;
          bottom: -50px;
          */
          margin: 0; }
          @media screen and (max-width: 767px) {
            article .content .wp-block-group.hosho .is-layout-flex > div .wp-block-group__inner-container .border-box {
              line-height: 30px;
              font-size: 1.3rem; } }
      article .content .wp-block-group.hosho .is-layout-flex > div.hg1 .wp-block-group__inner-container::before {
        background-image: url(../images/img-hosho01.svg); }
      article .content .wp-block-group.hosho .is-layout-flex > div.hg2 .wp-block-group__inner-container::before {
        background-image: url(../images/img-hosho02.svg); }
      article .content .wp-block-group.hosho .is-layout-flex > div.hg3 .wp-block-group__inner-container::before {
        background-image: url(../images/img-hosho03.svg); }
      article .content .wp-block-group.hosho .is-layout-flex > div.hg4 .wp-block-group__inner-container::before {
        background-image: url(../images/img-hosho04.svg); }
      article .content .wp-block-group.hosho .is-layout-flex > div.hg5 .wp-block-group__inner-container::before {
        background-image: url(../images/img-hosho05.svg); }
      article .content .wp-block-group.hosho .is-layout-flex > div.hg6 {
        background-color: #39B54A; }
        article .content .wp-block-group.hosho .is-layout-flex > div.hg6 .wp-block-group__inner-container p {
          color: #fff;
          font-weight: 500;
          font-size: 2.0rem;
          line-height: 1.8;
          padding-top: 0px; }
          @media screen and (max-width: 767px) {
            article .content .wp-block-group.hosho .is-layout-flex > div.hg6 .wp-block-group__inner-container p {
              font-size: 1.4rem; } }
          article .content .wp-block-group.hosho .is-layout-flex > div.hg6 .wp-block-group__inner-container p strong {
            color: #FFF100;
            font-weight: bold;
            text-decoration: none; }
          article .content .wp-block-group.hosho .is-layout-flex > div.hg6 .wp-block-group__inner-container p:first-child {
            line-height: 0; }
        article .content .wp-block-group.hosho .is-layout-flex > div.hg6 .wp-block-group__inner-container::before {
          display: none; }
        article .content .wp-block-group.hosho .is-layout-flex > div.hg6 .wp-block-group__inner-container::after {
          background-image: url(../images/img-hosho06.svg);
          content: "";
          /*  position: absolute;
            right: -15px;
            bottom: -25px;
            */
          background-repeat: no-repeat;
          background-position: right bottom;
          background-size: cover;
          width: 174px;
          height: 192px;
          margin-left: auto;
          margin-right: -10px;
          margin-bottom: -25px; }
          @media screen and (max-width: 767px) {
            article .content .wp-block-group.hosho .is-layout-flex > div.hg6 .wp-block-group__inner-container::after {
              background-size: 100% auto;
              margin-right: -10px;
              margin-bottom: -15px;
              margin-top: -20px;
              width: 130px;
              height: auto;
              aspect-ratio: 174/192; } }
  article .content .wp-block-group.hosho p.note {
    font-size: 1.3rem; }
    @media screen and (max-width: 767px) {
      article .content .wp-block-group.hosho p.note {
        font-size: 1.1rem; } }
  article .content .anchor {
    position: absolute;
    top: -180px; }
  article .content .twocolumnset:where(.is-layout-flex) {
    gap: 0; }
  article .content .twocolumnset h2 {
    margin-bottom: 0; }
  article .content .twocolumnset .wp-block-columns {
    padding: 30px clamp(3rem, 14.6551724138vw + -8.2551724138rem, 6.4rem);
    background-color: #E5F1F7;
    flex-wrap: nowrap !important; }
    @media screen and (max-width: 767px) {
      article .content .twocolumnset .wp-block-columns {
        padding: 20px 24px;
        display: block; } }
    article .content .twocolumnset .wp-block-columns:not(.is-not-stacked-on-mobile):where(.is-layout-flex) {
      gap: 1.5em; }
    article .content .twocolumnset .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
      background-color: #fff;
      padding: 0 18px 16px; }
      @media screen and (max-width: 767px) {
        article .content .twocolumnset .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
          margin: 10px 0; } }
  article .content .twocolumnset .has-text-align-center:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #007AAD;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5; }
    article .content .twocolumnset .has-text-align-center:first-child br {
      display: none; }
    @media screen and (max-width: 767px) {
      article .content .twocolumnset .has-text-align-center:first-child {
        font-size: 1.4rem; } }
    article .content .twocolumnset .has-text-align-center:first-child strong {
      font-weight: 700;
      font-size: 3.1rem; }
      @media screen and (max-width: 767px) {
        article .content .twocolumnset .has-text-align-center:first-child strong {
          font-size: 2.0rem; } }
    article .content .twocolumnset .has-text-align-center:first-child::before {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 127px;
      height: 127px; }
      @media screen and (max-width: 767px) {
        article .content .twocolumnset .has-text-align-center:first-child::before {
          width: 80px;
          height: 80px; } }
  article .content .twocolumnset .telcolumn .has-text-align-center:first-child {
    margin-bottom: 1em; }
    article .content .twocolumnset .telcolumn .has-text-align-center:first-child::before {
      background-image: url(../images/icon-smartphone.svg);
      background-size: 40px 62px; }
      @media screen and (max-width: 767px) {
        article .content .twocolumnset .telcolumn .has-text-align-center:first-child::before {
          background-size: 30px auto; } }
  article .content .twocolumnset .telcolumn .tel {
    font-size: clamp(3rem, 7.7586206897vw + -2.9586206897rem, 4.8rem);
    font-weight: bold;
    margin: 0;
    line-height: 1; }
  article .content .twocolumnset .mailcolumn .has-text-align-center:first-child {
    margin-bottom: 1em; }
    article .content .twocolumnset .mailcolumn .has-text-align-center:first-child::before {
      background-image: url(../images/icon-mail.svg);
      background-size: 58px 42px; }
      @media screen and (max-width: 767px) {
        article .content .twocolumnset .mailcolumn .has-text-align-center:first-child::before {
          background-size: 46px auto; } }
  article .content .twocolumnset .postalcolumn .has-text-align-center:first-child {
    margin-bottom: 1em; }
    article .content .twocolumnset .postalcolumn .has-text-align-center:first-child::before {
      background-image: url(../images/icon-pdf.svg);
      background-size: 52px 54px; }
      @media screen and (max-width: 767px) {
        article .content .twocolumnset .postalcolumn .has-text-align-center:first-child::before {
          background-size: 46px auto; } }
  article .content .twocolumnset .formcolumn .has-text-align-center:first-child {
    margin-bottom: 1em; }
    article .content .twocolumnset .formcolumn .has-text-align-center:first-child::before {
      background-image: url(../images/icon-form.svg);
      background-size: 60px 60px; }
      @media screen and (max-width: 767px) {
        article .content .twocolumnset .formcolumn .has-text-align-center:first-child::before {
          background-size: 46px auto; } }
  article .content .twocolumnset .ark-block-button {
    width: 100%; }
    article .content .twocolumnset .ark-block-button .ark-block-button__link {
      box-shadow: inset 0 0 0 1px #007AAD;
      color: #007AAD;
      font-size: 1.6rem;
      font-weight: 500;
      width: 100%;
      cursor: pointer; }
      article .content .twocolumnset .ark-block-button .ark-block-button__link::after {
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        background-image: url(../images/icon-arrow.svg);
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        margin-left: 10px; }
        @media screen and (max-width: 767px) {
          article .content .twocolumnset .ark-block-button .ark-block-button__link::after {
            margin-left: 0;
            background-image: url(../images/icon-arrow.svg); } }
      article .content .twocolumnset .ark-block-button .ark-block-button__link:hover {
        background-color: #007AAD;
        color: #fff; }
        article .content .twocolumnset .ark-block-button .ark-block-button__link:hover::after {
          background-image: url(../images/icon-arrow-w.svg); }
  article .content .postalarea {
    position: relative; }
    article .content .postalarea p {
      margin: 0; }
      article .content .postalarea p strong {
        color: #007AAD; }
    article .content .postalarea .wp-block-columns {
      max-width: 864px;
      margin-left: auto;
      margin-right: auto; }
    article .content .postalarea .ark-block-button {
      width: 100%; }
      article .content .postalarea .ark-block-button .ark-block-button__link {
        box-shadow: inset 0 0 0 1px #ccc;
        border-radius: 10px;
        color: #595757;
        font-size: 2.0rem;
        font-weight: 500;
        width: 290px;
        background-color: #fff;
        display: flex;
        flex-direction: row-reverse;
        cursor: pointer;
        padding: 20px 0; }
        @media screen and (max-width: 767px) {
          article .content .postalarea .ark-block-button .ark-block-button__link {
            padding: 10px 0;
            font-size: 1.4rem;
            flex-direction: column-reverse; } }
        article .content .postalarea .ark-block-button .ark-block-button__link::after {
          background-repeat: no-repeat;
          background-position: center center;
          content: "";
          background-image: url(../images/icon-pdf.svg);
          background-size: 34px 36px;
          width: 34px;
          height: 36px;
          margin-right: 14px; }
          @media screen and (max-width: 767px) {
            article .content .postalarea .ark-block-button .ark-block-button__link::after {
              background-size: 30px 32px;
              width: 30px;
              height: 32px;
              margin-right: 0;
              margin-bottom: 5px; } }
        article .content .postalarea .ark-block-button .ark-block-button__link:hover {
          background-color: #ccc; }
  article .content .mailarea {
    position: relative; }
  article .content .line-box {
    border: 5px solid #eee;
    padding: 44px; }
    @media screen and (max-width: 767px) {
      article .content .line-box {
        padding: 22px 18px; } }
    article .content .line-box + .line-box {
      border-top: none; }
    article .content .line-box h3.wp-block-heading:not(.sectitle) {
      font-size: 2rem;
      font-weight: 500;
      margin: 0 0 25px; }
      @media screen and (max-width: 767px) {
        article .content .line-box h3.wp-block-heading:not(.sectitle) {
          font-size: 1.6rem;
          margin: 0 0 15px; } }
    article .content .line-box p {
      margin: 0; }
    article .content .line-box.l3 p {
      padding: 0 0 35px;
      margin-bottom: 35px;
      border-bottom: 1px solid #ACABAB; }
      @media screen and (max-width: 767px) {
        article .content .line-box.l3 p {
          padding: 0 0 15px;
          margin-bottom: 15px; } }
      article .content .line-box.l3 p:last-child {
        padding: 0 0 0;
        margin-bottom: 0;
        border-bottom: 0; }
    article .content .line-box .ark-block-button__link {
      background-color: #707070;
      display: flex; }
      @media screen and (max-width: 767px) {
        article .content .line-box .ark-block-button__link {
          font-size: 1.3rem;
          padding: 0.75em 0.5em; } }
      article .content .line-box .ark-block-button__link::after {
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        background-image: url(../images/icon-arrow-w.svg);
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        margin-left: 10px; }
  article .content .gray-box {
    background-color: #EEEEEE;
    margin: 10px 0 0;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      article .content .gray-box {
        padding: 20px 0; } }
    article .content .gray-box .wp-block-columns {
      justify-content: center; }
      @media screen and (max-width: 767px) {
        article .content .gray-box .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
          gap: 1em;
          margin: 0; } }
      article .content .gray-box .wp-block-columns .wp-block-column {
        flex-grow: 0;
        width: 266px;
        flex-basis: auto;
        text-align: center; }
    article .content .gray-box .ark-block-button__link {
      background-color: #F15A24;
      font-size: 1.6rem;
      color: #fff;
      display: flex;
      font-weight: 500;
      border: 0;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      margin: 0 auto; }
      article .content .gray-box .ark-block-button__link::after {
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        background-image: url(../images/icon-arrow-w.svg);
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        margin-left: 10px; }
    article .content .gray-box p {
      font-weight: 500;
      font-size: 2rem;
      margin: 0 0 5px; }
      @media screen and (max-width: 767px) {
        article .content .gray-box p {
          font-size: 1.6rem; } }
    article .content .gray-box #agreeradio {
      justify-content: center; }
      article .content .gray-box #agreeradio input {
        position: absolute;
        white-space: nowrap;
        width: 1px;
        height: 1px;
        overflow: hidden;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        margin: -1px; }
        article .content .gray-box #agreeradio input:checked + label::after {
          opacity: 1; }
    article .content .gray-box label {
      font-size: 1.6rem;
      margin: 0 15px;
      cursor: pointer;
      padding-left: 30px;
      position: relative; }
      article .content .gray-box label::before, article .content .gray-box label::after {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        transform: translateY(-50%);
        top: 50%; }
      article .content .gray-box label::before {
        background-color: #fff;
        border: 1px solid #595757;
        height: 19px;
        width: 19px;
        left: 5px; }
      article .content .gray-box label::after {
        background-color: #595757;
        opacity: 0;
        height: 13px;
        width: 13px;
        left: 9px; }
article .blue-block {
  counter-reset: section;
  margin: 0 0 65px; }
  @media screen and (max-width: 767px) {
    article .blue-block {
      margin: 0 0 30px; } }
  article .blue-block .wp-block-heading {
    margin-bottom: 0 !important; }
article .blue-box {
  background-color: #E5F1F7;
  padding: 28px 28px 28px 28px;
  border-bottom: 4px solid #fff; }
  @media screen and (max-width: 767px) {
    article .blue-box {
      padding: 20px 20px 20px 20px; } }
  article .blue-box.ol {
    padding-left: 100px; }
    @media screen and (max-width: 767px) {
      article .blue-box.ol {
        padding: 20px 20px 20px 55px; } }
  article .blue-box .lead {
    text-align: center;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 767px) {
      article .blue-box .lead {
        text-align: left; } }
  article .blue-box .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0; }
  article .blue-box h3 {
    position: relative;
    font-size: 2.0rem;
    color: #007AAD;
    margin: 0 0 10px; }
    @media screen and (max-width: 767px) {
      article .blue-box h3 {
        font-size: 1.6rem; } }
    article .blue-box h3::before {
      position: absolute;
      left: -70px;
      top: 0;
      display: block;
      width: 46px;
      height: 46px;
      text-align: center;
      line-height: 46px;
      background-color: #fff;
      color: #007AAD;
      font-size: 1.7rem;
      font-weight: bold;
      counter-increment: section;
      content: counter(section); }
      @media screen and (max-width: 767px) {
        article .blue-box h3::before {
          left: -40px;
          font-size: 1.4rem;
          width: 30px;
          height: 30px;
          line-height: 30px; } }
  article .blue-box p {
    line-height: 2; }
    article .blue-box p.note {
      font-size: 1.3rem;
      margin-top: -1.5em; }
      @media screen and (max-width: 767px) {
        article .blue-box p.note {
          font-size: 1.1rem; } }
  article .blue-box ol li {
    line-height: 2; }
article .caution-box {
  border: 3px solid #F15A24;
  border-radius: 10px;
  padding: 20px 25px;
  background-color: #fff; }
  article .caution-box .wp-block-heading {
    font-size: 1.8rem;
    color: #F15A24;
    margin: 0 0 10px !important; }
.page-privacy article section {
  padding: 0; }
.page-privacy article .sectitle {
  margin-top: 0; }
.page-privacy article .lead {
  font-size: 2.0rem;
  font-weight: normal !important; }
  @media screen and (max-width: 767px) {
    .page-privacy article .lead {
      font-size: 1.6rem; } }
.page-compensation article .hosho .ark-block-dl {
  margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .page-compensation article .hosho .ark-block-dl {
      margin: 15px 0; } }
.page-compensation article .hosho .ark-block-dl__div {
  margin: 0 50px;
  border: 0;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .page-compensation article .hosho .ark-block-dl__div {
      margin: 0 0px; } }
  .page-compensation article .hosho .ark-block-dl__div .ark-block-dl__dt {
    min-width: 137px; }
    @media screen and (max-width: 767px) {
      .page-compensation article .hosho .ark-block-dl__div .ark-block-dl__dt {
        min-width: 65px; } }
    .page-compensation article .hosho .ark-block-dl__div .ark-block-dl__dt span {
      display: block;
      color: #fff;
      background-color: #007AAD;
      text-align: center;
      border-radius: 50%;
      width: 107px;
      height: 107px;
      display: flex;
      font-size: 2rem;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .page-compensation article .hosho .ark-block-dl__div .ark-block-dl__dt span {
          font-size: 1.6rem;
          width: 60px;
          height: 60px;
          font-weight: 500; } }
  .page-compensation article .hosho .ark-block-dl__div .ark-block-dl__dd p {
    color: #007AAD;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .page-compensation article .hosho .ark-block-dl__div .ark-block-dl__dd p {
        font-size: 1.6rem; } }
.page-compensation article .wp-block-columns .ark-block-dl {
  background-color: #fff;
  padding: 15px;
  height: 100%; }
.page-compensation article .wp-block-columns .ark-block-dl__dt {
  text-align: center;
  color: #007AAD;
  border: 1px solid #007AAD;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .page-compensation article .wp-block-columns .ark-block-dl__dt {
      padding: 5px 0;
      font-size: 1.4rem; } }
.page-compensation article .wp-block-columns .ark-block-dl__dd {
  padding: 1em 0 0; }
  .page-compensation article .wp-block-columns .ark-block-dl__dd p {
    line-height: 1.75;
    margin: 0; }
.page-compensation article .ark-block-buttons {
  padding: 30px 0; }
  .page-compensation article .ark-block-buttons .ark-block-button {
    width: 100%; }
  .page-compensation article .ark-block-buttons .ark-block-button__link {
    background-color: #F15A24;
    font-size: 3.0rem;
    color: #fff;
    display: flex;
    font-weight: 700;
    border: 0;
    width: 100%;
    height: 155px;
    box-shadow: none;
    border-radius: 15px;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .page-compensation article .ark-block-buttons .ark-block-button__link {
        font-size: 2.0rem;
        height: 100px;
        border-radius: 10px; } }
    .page-compensation article .ark-block-buttons .ark-block-button__link:hover {
      background-color: #F15A24; }
    .page-compensation article .ark-block-buttons .ark-block-button__link::after {
      background-repeat: no-repeat;
      background-position: center center;
      content: "";
      background-image: url(../images/icon-arrow-w.svg);
      background-size: 24px 24px;
      width: 24px;
      height: 24px;
      margin-left: 10px; }

.page-faq .faqblock {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .page-faq .faqblock {
      margin-left: -22px;
      margin-right: -22px;
      padding: 0; } }
  .page-faq .faqblock .ark-block-faq {
    background-color: #E5F1F7;
    margin: 0px 0;
    padding: 60px; }
    @media screen and (max-width: 600px) {
      .page-faq .faqblock .ark-block-faq {
        padding: 30px; } }
  .page-faq .faqblock .ark-block-faq__item {
    padding: 40px 65px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .page-faq .faqblock .ark-block-faq__item {
        padding: 20px 0 20px 20px; } }
  .page-faq .faqblock .ark-block-faq__item + .ark-block-faq__item {
    border-top: 8px solid #E5F1F7;
    margin-top: 0;
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .page-faq .faqblock .ark-block-faq__item + .ark-block-faq__item {
        border-top: 5px solid #E5F1F7;
        margin-top: 0;
        padding-top: 20px; } }
  .page-faq .faqblock .ark-block-faq__a,
  .page-faq .faqblock .ark-block-faq__q {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0.75em 1em 0.75em 3.5em;
    position: relative; }
    @media screen and (max-width: 767px) {
      .page-faq .faqblock .ark-block-faq__a,
      .page-faq .faqblock .ark-block-faq__q {
        padding: 0.75em 1em 0.75em 4em;
        font-size: 12px; } }
  .page-faq .faqblock .ark-block-faq__q {
    font-weight: normal; }
  .page-faq .faqblock .ark-block-faq__a p {
    color: #007AAD;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .page-faq .faqblock .ark-block-faq__a p {
        font-size: 12px; } }
  .page-faq .faqblock .ark-block-faq__a:before,
  .page-faq .faqblock .ark-block-faq__q:before {
    border-radius: 0;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0.75em;
    width: 34px;
    height: 34px;
    font-size: 2.5rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .page-faq .faqblock .ark-block-faq__a:before,
      .page-faq .faqblock .ark-block-faq__q:before {
        top: 0.2em;
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px; } }
  .page-faq .faqblock .ark-block-faq__q:before {
    background-color: #606060; }
  .page-faq .faqblock .ark-block-faq__a:before {
    background-color: #007AAD;
    box-shadow: none;
    color: #fff; }

.post-type-archive-recruit .recruitblock {
  background-color: #e8e4f2; }
.post-type-archive-recruit section ul {
  list-style: none; }
  .post-type-archive-recruit section ul li {
    background-color: #fff;
    padding: 40px 100px;
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .post-type-archive-recruit section ul li {
        padding: 20px 20px 20px 20px; } }
    .post-type-archive-recruit section ul li dl dt {
      color: #fff;
      font-size: 20px;
      line-height: 1;
      padding: 20px;
      font-weight: bold;
      background-color: #8e76b6;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .post-type-archive-recruit section ul li dl dt {
          font-size: 14px;
          line-height: 1.5;
          padding: 10px;
          margin: 0 0 10px; } }
    .post-type-archive-recruit section ul li dl dd a {
      color: #0000ff; }
    .post-type-archive-recruit section ul li dl dd hr {
      margin: 20px 0; }

.widget-area .menutitle {
  color: #fff;
  background-color: #ae8b33;
  text-align: center;
  padding: 10px 0;
  font-weight: bold; }

.widget_banner ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0; }

.widget_banner ul li {
  margin: 0 0 14px; }
  .widget_banner ul li a {
    display: block; }
    .widget_banner ul li a img {
      vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        .widget_banner ul li a img {
          width: 100%;
          height: auto; } }

.widget_categories ul {
  margin: 0 0 40px; }
  .widget_categories ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .widget_categories ul li a {
      padding: 10px 0;
      display: block;
      line-height: 1.3;
      position: relative;
      font-size: 17px;
      text-decoration: none;
      color: #000;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .widget_categories ul li a {
          font-size: 15px; } }
      .widget_categories ul li a::after {
        position: absolute;
        content: "\f138";
        top: 50%;
        color: #ae8b33;
        transform: translateY(-50%);
        right: 10px;
        font-size: 8px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
    .widget_categories ul li ul li.current {
      background-color: #D9E9F5; }
.widget_categories.probar ul li {
  border-color: #007AAD !important; }
  .widget_categories.probar ul li a {
    padding: 18px 0;
    font-size: 14px; }
    .widget_categories.probar ul li a::after {
      display: none; }
.widget_categories.probar .inner {
  background-color: #99CADE;
  padding: 15px 12px; }
  @media screen and (max-width: 767px) {
    .widget_categories.probar .inner {
      padding: 0; } }

.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
  text-decoration: none;
  background-color: rgba(165, 130, 55, 0.286); }

.widget_search .input-group {
  margin-top: 0;
  padding: 0px 0px 0;
  position: relative; }
.widget_search .btnarea {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .widget_search .btnarea {
      left: auto;
      right: 0;
      background-color: #007AAD; } }
  .widget_search .btnarea .btn {
    outline: none;
    background: url("../images/icon_search.svg") no-repeat center center;
    text-align: center;
    display: block;
    height: 18px;
    background-size: auto 100%;
    width: 20px; }
    @media screen and (max-width: 767px) {
      .widget_search .btnarea .btn {
        height: 55px;
        width: 55px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMSI+PHBhdGggZD0iTTMuOSAxMy41Yy0yLjUtMi43LTIuNS02LjggMC05LjQgMi4zLTIuNSA2LjItMi42IDguNy0uM2wuMy4zYzIuNSAyLjcgMi41IDYuOCAwIDkuNC0yLjMgMi41LTYuMiAyLjYtOC43LjMtLjItLjEtLjMtLjItLjMtLjN6bTE1LjcgNC44bC00LjMtNC42YzIuMy0zLjUgMS45LTguMS0xLTExLjItMy0zLjMtOC4yLTMuNC0xMS40LS40LS4yLjItLjQuMy0uNS41LTMuMiAzLjUtMy4yIDguOSAwIDEyLjQgMi44IDMgNy40IDMuNCAxMC43IDFsNC4zIDQuNWMuNi42IDEuNS42IDIuMS4xbC4xLS4xYy42LS42LjYtMS42IDAtMi4yeiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
        background-size: 25px auto; } }
.widget_search input[type="search"].form-control {
  width: 100%;
  background-color: #99CADE;
  border: 1px solid #007AAD !important;
  border-radius: 10px;
  padding-right: 25px;
  padding-left: 40px;
  height: 45px;
  line-height: 43px; }
  @media screen and (max-width: 767px) {
    .widget_search input[type="search"].form-control {
      height: 55px;
      line-height: 53px;
      padding-left: 25px;
      border: 0 !important;
      font-size: 16px;
      background-color: #fff !important;
      border-radius: 0px !important; } }
.widget_search.probar .inner {
  background-color: #99CADE;
  padding: 15px 12px; }
  @media screen and (max-width: 767px) {
    .widget_search.probar .inner {
      padding: 0; } }
@media screen and (max-width: 767px) {
  .widget_search.probar .btnarea {
    left: 15px;
    right: auto;
    background-color: #fff; } }
.widget_search.probar .btnarea .btn {
  outline: none;
  background: url("../images/icon_search.svg") no-repeat center center;
  text-align: center;
  display: block;
  height: 18px;
  background-size: auto 100%;
  width: 20px; }
  @media screen and (max-width: 767px) {
    .widget_search.probar .btnarea .btn {
      height: 30px;
      width: 30px;
      background-size: 25px auto; } }
.widget_search.probar input[type="search"].form-control {
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .widget_search.probar input[type="search"].form-control {
      padding-left: 50px;
      border: 1px solid #007AAD !important; } }
  .widget_search.probar input[type="search"].form-control:focus {
    outline: none; }

.widget_search :placeholder-shown {
  color: #666;
  padding-top: 4px !important; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.widget_search ::-webkit-input-placeholder {
  color: #666;
  padding-top: 4px !important; }

/* Firefox 19+ */
.widget_search ::-moz-placeholder {
  color: #666;
  padding-top: 4px !important;
  opacity: 1; }

.widget_search .input-group-btn {
  position: relative; }

.widget_archive .screen-reader-text {
  display: none; }

.widget_categories.newsbar select,
.widget_archive.newsbar select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 42px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 25px;
  border: 0 !important;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  outline: none; }
  @media screen and (max-width: 767px) {
    .widget_categories.newsbar select,
    .widget_archive.newsbar select {
      border-radius: 0px;
      height: 55px;
      line-height: 53px;
      font-size: 16px; } }

.widwidget_categories.newsbar select::-ms-expand,
.widget_archive select::-ms-expand {
  display: none; }

.widget_categories.newsbar .inner,
.widget_archive.newsbar .inner {
  padding: 20px 0px 0; }

.widget_categories.newsbar .selectWrap,
.widget_archive.newsbar .selectWrap {
  position: relative;
  background-color: #fff; }

.widget_categories.newsbar .selectWrap::before,
.widget_archive.newsbar .selectWrap::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 40px;
  width: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  @media screen and (max-width: 767px) {
    .widget_categories.newsbar .selectWrap::before,
    .widget_archive.newsbar .selectWrap::before {
      height: 55px;
      width: 55px;
      background-color: #007AAD; } }

.widget_categories.newsbar .selectWrap::after,
.widget_archive.newsbar .selectWrap::after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 0;
  color: #007AAD;
  top: 55%;
  transform: translateY(-50%);
  bottom: 0;
  margin: auto 0;
  right: 15px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .widget_categories.newsbar .selectWrap::after,
    .widget_archive.newsbar .selectWrap::after {
      color: #fff;
      right: 22px;
      top: 60%; } }

/**/
.widget_categories.probar select,
.widget_archive.probar select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 45px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 25px;
  border: 1px solid #007AAD !important;
  line-height: 43px;
  background-color: transparent;
  border-radius: 10px;
  outline: none; }
  @media screen and (max-width: 767px) {
    .widget_categories.probar select,
    .widget_archive.probar select {
      border-radius: 0px;
      height: 55px;
      line-height: 53px;
      font-size: 16px;
      border: 0 !important; } }
  .widget_categories.probar select::-ms-expand,
  .widget_archive.probar select::-ms-expand {
    display: none; }
.widget_categories.probar .selectWrap,
.widget_archive.probar .selectWrap {
  position: relative;
  background-color: #fff; }
  .widget_categories.probar .selectWrap::before,
  .widget_archive.probar .selectWrap::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 40px;
    width: 46px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
    @media screen and (max-width: 767px) {
      .widget_categories.probar .selectWrap::before,
      .widget_archive.probar .selectWrap::before {
        height: 55px;
        width: 55px;
        background-color: #fff; } }
  .widget_categories.probar .selectWrap::after,
  .widget_archive.probar .selectWrap::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    z-index: 0;
    color: #007AAD;
    top: 55%;
    transform: translateY(-50%);
    bottom: 0;
    margin: auto 0;
    right: 15px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .widget_categories.probar .selectWrap::after,
      .widget_archive.probar .selectWrap::after {
        right: 22px;
        top: 60%; } }

.sidebar-widget {
  margin: 0 0 30px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .sidebar-widget {
      margin-bottom: 6px; } }

.sidebar-widget__title {
  margin-top: 0;
  border-top: 4px solid #007AAD;
  border-bottom: 1px solid #007AAD;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  color: #007AAD;
  font-size: 15px;
  padding: 15px 0 15px;
  letter-spacing: normal;
  margin-bottom: 35px; }
  .widget_categories.newsbar .sidebar-widget__title {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .widget_categories.newsbar .sidebar-widget__title {
        display: none; } }
  .widget_search.newsbar .sidebar-widget__title {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .widget_search.newsbar .sidebar-widget__title {
        display: none; } }
  .widget_categories.probar .sidebar-widget__title {
    margin-bottom: 0;
    background-color: #007AAD;
    color: #fff;
    padding: 12px 18px; }
    @media screen and (max-width: 767px) {
      .widget_categories.probar .sidebar-widget__title {
        display: none; } }
  .widget_search.probar .sidebar-widget__title {
    margin-bottom: 0;
    background-color: #007AAD;
    padding: 12px 18px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .widget_search.probar .sidebar-widget__title {
        display: none; } }
  @media screen and (max-width: 767px) {
    .sidebar-widget__title {
      margin-bottom: 25px; } }
  .sidebar-widget__title span {
    margin: 0 10px; }

.sidebar-widget__title a {
  display: block;
  padding: 0 0 0 15px !important; }

.sidebar-widget__title a:hover {
  text-decoration: none;
  background-color: #99CADE; }

.archive .sec-newslist, .blog .sec-newslist, .single .sec-newslist {
  padding-top: 20px; }

.newslist {
  margin-left: 0px; }
  @media screen and (max-width: 767px) {
    .newslist.newsbox {
      padding: 0; } }
  .newslist > ul {
    list-style: none;
    padding: 0; }
    .newslist > ul > li {
      border-bottom: 1px solid rgba(0, 122, 173, 0.7);
      padding: 16px 0; }
      @media screen and (max-width: 767px) {
        .newslist > ul > li {
          padding: 8px 0; } }
      .newslist > ul > li dl {
        padding: 0px 0; }
        @media screen and (max-width: 767px) {
          .newslist > ul > li dl {
            display: block; } }
        .home .newslist > ul > li dl {
          display: flex;
          align-items: flex-start; }
          @media screen and (max-width: 767px) {
            .home .newslist > ul > li dl {
              display: block; } }
        .newslist > ul > li dl dt,
        .newslist > ul > li dl dd {
          padding: 0px 0 0px;
          font-weight: normal; }
        .newslist > ul > li dl dt {
          vertical-align: top;
          overflow: hidden;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-size: 1.3rem;
          font-weight: normal; }
          .home .newslist > ul > li dl dt {
            display: flex;
            align-items: center;
            color: #595757;
            min-width: 85px;
            flex-shrink: 0;
            line-height: 1.9; }
          @media screen and (max-width: 767px) {
            .newslist > ul > li dl dt {
              font-size: 1.1rem;
              padding-top: 0;
              width: 100%;
              justify-content: flex-start; } }
          .newslist > ul > li dl dt .new-txt {
            border: 1px solid #c20000;
            color: #c20000;
            font-weight: bold;
            font-size: 1.1rem;
            display: block;
            width: 34px;
            line-height: 1;
            padding: 1px 3px;
            margin: 0 10px; }
            @media screen and (max-width: 767px) {
              .newslist > ul > li dl dt .new-txt {
                margin-left: 10px; } }
        .newslist > ul > li dl dd {
          vertical-align: middle;
          padding-left: 0px;
          font-size: 1.6rem;
          font-weight: 500;
          padding-top: 5px; }
          .home .newslist > ul > li dl dd {
            padding-top: 0; }
          .newslist > ul > li dl dd .title {
            text-align: left;
            display: block;
            font-size: 1.7rem;
            line-height: 1.5;
            text-decoration: none;
            color: #595757;
            font-weight: 500; }
            .home .newslist > ul > li dl dd .title {
              font-size: 1.6rem; }
            @media screen and (max-width: 767px) {
              .newslist > ul > li dl dd .title {
                font-size: 1.3rem !important; } }
            .newslist > ul > li dl dd .title:hover {
              text-decoration: underline; }
      .newslist > ul > li .metaarea {
        font-weight: 400;
        margin: 4px 0 0;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .newslist > ul > li .metaarea {
            display: flex;
            align-items: center;
            font-size: 10px; } }
      .newslist > ul > li .cat {
        text-decoration: none;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .newslist > ul > li .cat {
            font-size: 10px;
            min-width: 50%;
            padding: 0 3px; } }
        .newslist > ul > li .cat:hover {
          opacity: .8; }
  .newslist .readmore a:hover {
    opacity: .8; }

/*==================================================
* single
*================================================*/
/**
* .single
*/
.single-sec {
  padding: 65px 0 !important; }
  @media screen and (max-width: 767px) {
    .single-sec {
      padding: 35px 0 !important; } }
.single article .single-head {
  padding: 0 0px;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .single article .single-head {
      margin-bottom: 10px; } }
  .single article .single-head .meta {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin: 0 0 10px; }
    .single article .single-head .meta .new-txt {
      border: 1px solid #c20000;
      color: #c20000;
      font-size: 11px;
      display: block;
      padding: 2px 3px;
      font-weight: bold;
      line-height: 1;
      margin-left: 10px; }
  .single article .single-head .singletitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 45px;
    padding-bottom: 20px;
    border-bottom: 3px solid #007AAD;
    position: relative; }
    @media screen and (max-width: 767px) {
      .single article .single-head .singletitle {
        font-size: 17px; } }
  .single article .single-head .cat {
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
    color: #007AAD; }
    @media screen and (max-width: 767px) {
      .single article .single-head .cat {
        vertical-align: top;
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
        vertical-align: middle; } }
  .single article .single-head .date {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center; }
.single article .contfr {
  padding: 20px 0 0; }
.single article .cont {
  margin: 0 0px 40px;
  line-height: 1.8;
  font-size: 15px; }
  .single article .cont ul,
  .single article .cont ol {
    margin-left: 1.5em; }
  .single article .cont h3 {
    font-size: 1.6rem;
    color: #000;
    padding: 0px 0px 10px 0px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-weight: bold;
    position: relative;
    margin-top: 35px;
    border-bottom: 1px solid #007AAD; }
    @media screen and (max-width: 767px) {
      .single article .cont h3 {
        font-size: 14px;
        padding-bottom: 15px;
        line-height: 1.5;
        margin-bottom: 15px;
        margin-top: 40px; } }
  .single article .cont h2 {
    font-size: 2.0rem;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 700;
    vertical-align: middle;
    position: relative;
    margin-top: 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .single article .cont h2 {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 6px 10px;
        font-weight: bold;
        line-height: 1.3; } }
  .single article .cont h4 {
    font-size: 1.7rem;
    font-weight: normal;
    margin: 20px 0;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .single article .cont h4 {
        font-size: 14px;
        line-height: 1.3; } }
  .single article .cont h5 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .single article .cont h5 {
        font-size: 13px;
        line-height: 1.3; } }
  .single article .cont h6 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .single article .cont h6 {
        font-size: 13px;
        line-height: 1.3; } }
  .single article .cont p {
    margin-bottom: 1.5em;
    line-height: 2;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .single article .cont p {
        line-height: 1.5;
        font-size: 14px;
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .single article .cont img {
      height: auto !important; } }
  .single article .cont table td {
    line-height: 1.8;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .single article .cont table td {
        line-height: 1.5;
        font-size: 14px; } }
  @media (max-width: 600px) {
    .single article .cont .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      margin-bottom: 30px; }
    .single article .cont .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding-left: 0;
      padding-right: 0; } }
.single .linkarea {
  display: flex;
  margin: 100px 0px 0px 0px;
  padding: 0;
  width: 100%;
  position: relative;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .single .linkarea {
      margin: 56px 0px 0px;
      justify-content: space-between; } }
  .single .linkarea > div {
    margin: 0 10px;
    width: 150px; }
    @media screen and (max-width: 767px) {
      .single .linkarea > div {
        margin: 0;
        width: 30%; } }
  .single .linkarea a {
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid #007AAD;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #007AAD;
    font-weight: 500;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .single .linkarea a {
        font-size: 1.3rem;
        height: 40px; } }
    .single .linkarea a:hover {
      background-color: #007AAD;
      color: #fff; }
    .single .linkarea a i {
      margin: 0 5px 0 0; }
      @media screen and (max-width: 767px) {
        .single .linkarea a i {
          margin: 0 2px 0 0; } }
    .single .linkarea a span + i {
      margin: 0 0 0 5px; }
      @media screen and (max-width: 767px) {
        .single .linkarea a span + i {
          margin: 0 0 0 2px; } }
  .single .linkarea .link-prev a::before {
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    background-image: url(../images/icon-arrow.svg);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .single .linkarea .link-prev a::before {
        margin-right: 5px; } }
  .single .linkarea .link-prev a:hover::before {
    background-image: url(../images/icon-arrow-w.svg); }
  .single .linkarea .link-next a::after {
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    background-image: url(../images/icon-arrow.svg);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .single .linkarea .link-next a::after {
        margin-left: 5px; } }
  .single .linkarea .link-next a:hover::after {
    background-image: url(../images/icon-arrow-w.svg); }

.single .resentarea {
  margin-top: 80px; }
  .single .resentarea .sidebar-widget__title {
    border-top: 1px solid #007AAD;
    margin-bottom: 45px !important;
    text-align: left;
    color: #000; }
  @media screen and (max-width: 767px) {
    .single .resentarea {
      margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .single .single-post > .snsarea {
    margin: 26px 0px 26px 0px; }

  .single .single-post > .snsarea .sns_btn {
    text-align: center;
    margin: 10px 0 40px; }

  .single .single-post > .snsarea .sns_btn li a {
    width: 100%;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    font-weight: normal;
    border-radius: 3px; }

  .single .single-post > .snsarea .sns_btn li.ogn_hatebu a {
    font-weight: bold;
    background-color: #3372BB;
    box-shadow: 0 2px 0 0 #245083; }

  .single .single-post > .snsarea .sns_btn li.ogn_tweet a {
    background-color: #1CADEB;
    box-shadow: 0 2px 0 0 #1479A4;
    font-weight: bold; }

  .single .single-post > .snsarea .sns_btn li.ogn_facebook a {
    font-weight: bold;
    background-color: #246CB7;
    box-shadow: 0 2px 0 0 #194B80; }

  .single .single-post > .snsarea .sns_btn li a i:before {
    font-size: 14px !important;
    margin-right: 5px !important; }

  .single .single-post > .snsarea .sns_btn li.ogn_hatebu a i:before {
    content: "";
    display: inline-block;
    background: url(../images/icon-hatebu.png) left center no-repeat;
    background-size: auto 12px;
    width: 16px;
    height: 12px;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px; }

  .entries .resentarea .fr.between {
    display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important; } }
/*製品*/
.single-products section h3 {
  font-size: 15px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  margin: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    .single-products section h3 {
      font-size: 17px;
      margin: 30px 0 20px; } }
  .single-products section h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #007AAD; }
.single-products section table {
  border-color: transparent;
  border-style: none;
  border-collapse: collapse;
  /*border: 1px solid #ccc;
  /*border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  */
  border-collapse: collapse; }
  .single-products section table thead td {
    /*background-color: #F1F6FC;*/ }
  .single-products section table thead th {
    /*					border-right: 1px solid #ccc;
    					border-bottom: 1px solid #ccc;
    */ }
  .single-products section table th {
    /*				border: 1px solid #ccc;*/
    /*
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    */ }
  .single-products section table td {
    /*				border: 1px solid #ccc;*/
    /*
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    */ }
.single-products section .responsovetable {
  overflow: auto;
  margin-right: -24px; }
  .single-products section .responsovetable table {
    /*width: 1120px !important;*/ }
.single-products section p {
  font-size: 15px;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .single-products section p {
      font-size: 14px; } }
.single-products .first-area {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 50% 50%;
  grid-template-rows: min-content min-content;
  gap: 0px 0px;
  grid-template-areas: "sliderarea titlearea" "sliderarea feature";
  margin: 70px 0 0 0; }
  @media screen and (max-width: 767px) {
    .single-products .first-area {
      display: block;
      margin: 30px 0 0 0; } }
@media only screen and (max-width: 767px) {
  .single-products {
    display: block; } }
.single-products main section {
  padding: 0; }
.single-products .btns a {
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 13px;
  height: 47px;
  line-height: 45px;
  border-radius: 0;
  color: #F08609;
  border: 1px solid #F08609;
  background-color: #fff;
  margin: 0px 0;
  width: calc(50% - 9px); }
  @media screen and (max-width: 767px) {
    .single-products .btns a {
      width: calc(50% - 3px);
      text-align: center;
      padding: 0;
      margin: 0;
      font-size: 10px;
      height: 35px;
      line-height: 33px; } }
  .single-products .btns a span {
    display: inline-block;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 13px; }
  .single-products .btns a.dlbtn span {
    background-image: url(../images/icon-dl.svg);
    background-position: 3px center; }
    @media screen and (max-width: 767px) {
      .single-products .btns a.dlbtn span {
        background-position: left center;
        padding-left: 20px; } }
  .single-products .btns a.contactbtn span {
    background-image: url(../images/icon-mail-o.svg); }
.single-products .titlearea {
  grid-area: titlearea; }
  @media only screen and (max-width: 767px) {
    .single-products .titlearea {
      width: 100%;
      padding-left: 0; } }
  .single-products .titlearea .btns {
    border-top: 1px solid #CCCCCC;
    padding: 30px 0 0px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .single-products .titlearea .btns {
        padding: 20px 0 20px;
        width: 100%; } }
  .single-products .titlearea .txt {
    border-top: 4px solid #007AAD;
    width: 535px;
    margin: 0 0 0 auto;
    padding: 30px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .single-products .titlearea .txt {
        padding: 23px 0 0 0;
        width: auto; } }
    .single-products .titlearea .txt .title {
      margin: 0 0 30px;
      font-size: 22px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .single-products .titlearea .txt .title {
          margin: 0 0 15px;
          font-size: 16px; } }
    .single-products .titlearea .txt .meta {
      font-size: 14px;
      line-height: 1.5;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .single-products .titlearea .txt .meta {
          font-size: 10px;
          margin: 0 0 25px; } }
      .single-products .titlearea .txt .meta > div {
        margin: 0 0 8px; }
        @media screen and (max-width: 767px) {
          .single-products .titlearea .txt .meta > div {
            margin-bottom: 2px; } }
  .single-products .titlearea .makerlink {
    padding: 0 0 30px 0; }
    @media screen and (max-width: 767px) {
      .single-products .titlearea .makerlink {
        padding: 0 0 25px 0; } }
    .single-products .titlearea .makerlink a {
      text-decoration: none;
      color: #007AAD;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: left center;
      font-size: 13px;
      background-image: url(../images/icon-window.svg); }
      .single-products .titlearea .makerlink a:hover {
        opacity: .8; }
.single-products .feature {
  grid-area: feature;
  margin: 0 0 0 auto;
  width: 535px; }
  @media only screen and (max-width: 767px) {
    .single-products .feature {
      width: auto;
      margin: 0; } }
.single-products .sliderarea {
  grid-area: sliderarea;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .single-products .sliderarea {
      width: 100%;
      text-align: center;
      margin: 0; } }
  .single-products .sliderarea .mainimg {
    width: 535px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .single-products .sliderarea .mainimg {
        margin-bottom: 0;
        width: auto; } }
    .single-products .sliderarea .mainimg .slick-slide {
      outline: none; }
      .single-products .sliderarea .mainimg .slick-slide span {
        display: block;
        padding-top: 75%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
  .single-products .sliderarea .thumbnail {
    width: 535px; }
    @media screen and (max-width: 767px) {
      .single-products .sliderarea .thumbnail {
        width: auto; } }
    .single-products .sliderarea .thumbnail .slick-list {
      position: relative;
      display: block;
      overflow: hidden; }
    .single-products .sliderarea .thumbnail .slick-list:focus {
      outline: none; }
    .single-products .sliderarea .thumbnail .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    .single-products .sliderarea .thumbnail .slick-slider .slick-track,
    .single-products .sliderarea .thumbnail .slick-slider .slick-list {
      transform: translate3d(0, 0, 0) !important;
      width: auto !important; }
    .single-products .sliderarea .thumbnail .slick-loading .slick-track {
      visibility: hidden; }
    .single-products .sliderarea .thumbnail .slick-track {
      margin: 0 -6px;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .single-products .sliderarea .thumbnail .slick-track {
          margin: 0 -4px; } }
      .single-products .sliderarea .thumbnail .slick-track .slick-slide {
        outline: none;
        width: calc((100% - 48px) /4) !important;
        margin: 12px 6px 0;
        float: none; }
        @media screen and (max-width: 767px) {
          .single-products .sliderarea .thumbnail .slick-track .slick-slide {
            width: calc((100% - 32px) /4) !important;
            margin: 8px 4px 0; } }
        .single-products .sliderarea .thumbnail .slick-track .slick-slide span {
          display: block;
          padding-top: 75%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .single-products .sliderarea .thumbnail .slick-track .slick-slide:hover {
          opacity: .6; }
.single-products .sec-spec {
  padding: 0; }
.single-products .sec-faq ul {
  list-style: none;
  padding: 0; }
.single-products .sec-faq dl dt {
  background-color: #99CADE;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 16px; }
  @media screen and (max-width: 767px) {
    .single-products .sec-faq dl dt {
      margin: 0 0 16px;
      line-height: 1.3;
      font-size: 13px;
      padding: 0;
      align-items: stretch; } }
  .single-products .sec-faq dl dt h4 {
    margin: 0;
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .single-products .sec-faq dl dt h4 {
        padding: 5px 10px 5px 0; } }
  .single-products .sec-faq dl dt::before {
    content: "Q";
    flex-shrink: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007AAD;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .single-products .sec-faq dl dt::before {
        margin-right: 7px;
        width: 40px;
        height: auto;
        min-height: 40px;
        font-size: 16px; } }
.single-products .sec-faq dl dd {
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  margin: 0 0 26px; }
  @media screen and (max-width: 767px) {
    .single-products .sec-faq dl dd {
      font-size: 13px; } }
  .single-products .sec-faq dl dd::before {
    content: "A";
    flex-shrink: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2CB5A9;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .single-products .sec-faq dl dd::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px; } }
  .single-products .sec-faq dl dd p {
    margin: 0;
    padding: 3px 0 0 0;
    line-height: 1.8; }
.single-products .btnarea {
  margin: 80px 0 0;
  background-color: rgba(240, 132, 9, 0.07);
  padding: 27px 0; }
  @media only screen and (max-width: 767px) {
    .single-products .btnarea {
      margin: 50px -24px 0;
      padding: 33px 24px; } }
  .single-products .btnarea .btns {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .single-products .btnarea .btns {
        width: 100%; } }
    .single-products .btnarea .btns a {
      margin: 0 9px;
      max-width: 258px; }
      @media screen and (max-width: 767px) {
        .single-products .btnarea .btns a {
          margin: 0 3px; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*********************
フォーム
**********************/
.mw_wp_form_input .disp_input {
  display: block !important; }
.mw_wp_form_input .disp_confirm {
  display: none !important; }

.mw_wp_form_confirm .disp_input {
  display: none !important; }
.mw_wp_form_confirm .disp_confirm {
  display: block !important; }
  .mw_wp_form_confirm .disp_confirm p {
    margin: 0 0 30px; }
.mw_wp_form_confirm .formarea dl dt {
  line-height: 1.3;
  padding: 10px 0 10px 30px; }
.mw_wp_form_confirm .formarea dl .selectWrap::after,
.mw_wp_form_confirm .formarea dl dt span.require {
  display: none !important; }
.mw_wp_form_confirm .formarea dl .selectWrap {
  display: inline;
  line-height: 1; }
.mw_wp_form_confirm .formarea .radiolist {
  display: block; }
.mw_wp_form_confirm .formarea .radiolist > div {
  width: 100% !important; }
.mw_wp_form_confirm .formarea dd .sm {
  justify-content: flex-start;
  width: auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .mw_wp_form_confirm .formarea dd .sm {
      display: block; } }
  .mw_wp_form_confirm .formarea dd .sm .formarea dl .selectWrap {
    display: inline;
    line-height: 1; }
  .mw_wp_form_confirm .formarea dd .sm .line {
    display: flex;
    width: auto; }
  .mw_wp_form_confirm .formarea dd .sm .line + .line {
    margin: 0px 0 0; }
  .mw_wp_form_confirm .formarea dd .sm .line.linetime > .addtxt {
    margin-left: 0px; }
.mw_wp_form_confirm .address {
  padding: 0; }
  .mw_wp_form_confirm .address .addtxt {
    display: none !important; }
.mw_wp_form_confirm .formarea dl .selectWrap {
  height: auto; }
.mw_wp_form_confirm .formarea dl dd {
  padding: 10px 26px 10px 26px; }
  @media screen and (max-width: 767px) {
    .mw_wp_form_confirm .formarea dl dd {
      padding: 20px 10px 20px 10px; } }
.mw_wp_form_confirm .formarea dd .lg {
  display: inline;
  margin: 0; }
.mw_wp_form_confirm .info-txt.form-control {
  display: none; }

.formarea {
  padding: 0 0 0px; }
  .formarea p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 1.6em; }
    @media screen and (max-width: 767px) {
      .formarea p {
        font-size: 14px; } }
  .formarea .formtitle {
    background-color: #6db92e;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 0; }
    @media screen and (max-width: 767px) {
      .formarea .formtitle {
        padding: 10px;
        font-size: 18px;
        margin: 20px -20px 0; } }
  .formarea .form {
    background-color: #fff;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .formarea .form {
        padding: 15px;
        margin: 0 -20px; } }
    .formarea .form .ttl {
      font-weight: bold;
      font-size: 18px;
      margin: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .formarea .form .ttl {
          font-size: 16px;
          text-align: center; } }
  .formarea dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 0 0;
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    /* Firefox 19+ */ }
    .formarea dl + dl {
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .formarea dl + dl {
          margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .formarea dl {
        display: block; } }
    .formarea dl dt {
      width: 310px;
      padding: 0px 0 0px 30px;
      line-height: 80px;
      font-size: 1.7rem;
      font-weight: 500;
      position: relative;
      background-color: #E5F1F7;
      border-bottom: 4px solid #fff;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1000px) {
        .formarea dl dt {
          padding: 0px 0 0px 10px;
          width: 250px;
          font-size: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .formarea dl dt {
          width: 100%;
          padding: 15px 10px 15px 10px;
          min-height: auto;
          line-height: 1.3; } }
      .formarea dl dt span {
        height: 20px;
        width: auto;
        padding: 0 5px;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        background-color: #AAAAAA;
        margin-right: 10px; }
        .formarea dl dt span.require {
          background-color: #007AAD; }
    .formarea dl.line dt {
      border-bottom: 1px solid #CCCCCC; }
    .formarea dl dd {
      margin-left: 0px;
      padding: 20px 26px 20px 26px;
      width: calc(100% - 310px);
      line-height: 1.3;
      position: relative;
      font-size: 1.7rem;
      border-bottom: 4px solid #fff; }
      @media screen and (max-width: 1000px) {
        .formarea dl dd {
          width: calc(100% - 250px); } }
      @media screen and (max-width: 767px) {
        .formarea dl dd {
          border-bottom: 1px solid #595757;
          padding: 15px 10px 15px 10px;
          font-size: 16px;
          width: 100%; } }
      .formarea dl dd .midashi {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 15px; }
        @media screen and (max-width: 767px) {
          .formarea dl dd .midashi {
            font-size: 15px; } }
      .formarea dl dd .clink {
        display: block;
        width: 105px;
        margin: 0 0 0 10px;
        border: none;
        background-color: #aaa;
        border-radius: 0px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        position: relative;
        height: 40px;
        line-height: 40px;
        outline: none; }
        @media screen and (max-width: 767px) {
          .formarea dl dd .clink {
            height: 40px;
            line-height: 38px; } }
    .formarea dl.line dd {
      border-bottom: 1px solid #CCCCCC; }
    .formarea dl .wpcf7-list-item {
      display: block;
      margin: 6px 0; }
      @media screen and (max-width: 767px) {
        .formarea dl .wpcf7-list-item {
          margin: 10px 0; }
          .formarea dl .wpcf7-list-item:first-child {
            margin-top: 0; }
          .formarea dl .wpcf7-list-item:last-child {
            margin-bottom: 0; } }
    .formarea dl .wpcf7-list-item:last-child {
      margin-bottom: 0px; }
      .formarea dl .wpcf7-list-item:last-child > label {
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .formarea dl .wpcf7-list-item:last-child > label {
            width: 150px;
            display: inline-block; } }
      .formarea dl .wpcf7-list-item:last-child .wpcf7-list-item-label {
        white-space: nowrap; }
    .formarea dl a:hover,
    .formarea dl a:focus {
      background-color: #ccc;
      color: #fff;
      text-decoration: none; }
    .formarea dl a:hover:after {
      color: #fff; }
    .formarea dl input[type=text],
    .formarea dl input[type=tel],
    .formarea dl input[type=email] {
      width: 100%;
      height: 40px;
      line-height: 38px;
      padding: 0 10px;
      font-size: 16px;
      border-radius: 0px;
      border: 1px solid #ACABAB; }
      @media screen and (max-width: 767px) {
        .formarea dl input[type=text],
        .formarea dl input[type=tel],
        .formarea dl input[type=email] {
          height: 40px;
          line-height: 38px; } }
    .formarea dl .your-postal1,
    .formarea dl .your-postal2 {
      display: inline-block;
      width: 126px; }
    .formarea dl dd.multi span {
      display: block;
      margin-top: 10px; }
    .formarea dl dd.multi span:last-child {
      margin-bottom: 0; }
    .formarea dl span.line {
      padding: 0 5px; }
    .formarea dl p {
      margin-bottom: 0; }
    .formarea dl input.age {
      width: 6em; }
    .formarea dl textarea {
      width: 100%;
      padding: 10px 10px;
      line-height: 1.3;
      border-radius: 10px;
      font-size: 16px;
      border-radius: 0px;
      border: 1px solid #ACABAB; }
    .formarea dl input[type=radio],
    .formarea dl input[type=checkbox],
    .formarea dl .agree input[type=checkbox] {
      width: 20px;
      height: 20px;
      line-height: 20px;
      vertical-align: middle;
      margin-top: 0; }
    .formarea dl input[type=radio] + span,
    .formarea dl input[type=checkbox] + span {
      vertical-align: middle;
      line-height: 25px;
      font-size: 15px;
      font-weight: normal;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .formarea dl input[type=radio] + span,
        .formarea dl input[type=checkbox] + span {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .formarea dl .vertical-item + .vertical-item {
        margin-top: 10px; } }
    .formarea dl .mwform-radio-field label {
      display: flex;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .formarea dl .mwform-radio-field label {
          line-height: 1.3; } }
      .formarea dl .mwform-radio-field label input[type=radio] {
        margin-top: 3px; }
    .formarea dl dd.half input {
      width: 70%; }
    .formarea dl p.note {
      text-align: left;
      margin-bottom: 20px; }
    .formarea dl .filearea {
      display: flex;
      align-items: center;
      margin-top: 10px; }
      .formarea dl .filearea label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        background: #fff;
        color: #555;
        font-size: 16px;
        padding: 0 30px;
        transition: all 0.3s;
        height: 50px;
        line-height: 50px;
        border: 1px solid #CCCCCC;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .formarea dl .filearea label {
            font-size: 14px;
            height: 45px;
            line-height: 43px; } }
        .formarea dl .filearea label input {
          /* 今回のポイント */
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          width: 100%;
          height: 100%; }
        .formarea dl .filearea label .filename {
          font-weight: 16px;
          margin: 0 0 0 10px; }
          @media screen and (max-width: 767px) {
            .formarea dl .filearea label .filename {
              font-size: 14px; } }
    .formarea dl :placeholder-shown {
      color: #CCCCCC;
      padding-top: 4px !important; }
    .formarea dl ::-webkit-input-placeholder {
      color: #CCCCCC;
      padding-top: 4px !important; }
    .formarea dl ::-moz-placeholder {
      color: #ccc;
      padding-top: 4px !important;
      opacity: 1; }
    .formarea dl select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      position: relative;
      z-index: 1;
      outline: none;
      width: 100%;
      height: 40px;
      line-height: 38px;
      padding: 0 10px;
      font-size: 15px;
      border-radius: 0px;
      border: 1px solid #ccc;
      background-color: transparent; }
      @media screen and (max-width: 767px) {
        .formarea dl select {
          height: 40px;
          line-height: 38px; } }
    .formarea dl .widget_archive select::-ms-expand {
      display: none; }
    .formarea dl .inner {
      padding: 20px 0px 0; }
    .formarea dl .selectWrap {
      width: 100%;
      position: relative;
      background-color: #fff;
      height: 40px; }
      @media screen and (max-width: 767px) {
        .formarea dl .selectWrap {
          width: 100%; } }
    .formarea dl .selectWrap::before {
      content: '';
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      height: 40px;
      width: 46px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      display: none; }
      @media screen and (max-width: 767px) {
        .formarea dl .selectWrap::before {
          height: 40px;
          width: 40px;
          background-color: #007AAD; } }
    .formarea dl .selectWrap::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 6px 0 6px;
      border-color: #CCCCCC transparent transparent transparent;
      content: "";
      position: absolute;
      z-index: 0;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .formarea dl .selectWrap::after {
          color: #fff;
          right: 15px;
          top: 50%; } }
    .formarea dl .wpcf7-free-text {
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .formarea dl .wpcf7-free-text {
          margin-left: 0px; } }
  @media screen and (max-width: 767px) {
    .formarea .radiolist {
      display: block; } }
  .formarea .radiolist > div {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .formarea .radiolist > div {
        width: 100%; }
        .formarea .radiolist > div + div {
          margin: 25px 0 0 0; } }
    .formarea .radiolist > div > div.radioset {
      display: block; }
      .formarea .radiolist > div > div.radioset + div.radioset {
        margin: 25px 0 0; }
  .formarea dd .error {
    font-size: 15px;
    color: #c20000;
    margin: 10px 0 0;
    display: block; }
  .formarea dd .lg {
    margin: 10px 0 0 0; }
  .formarea dd .sm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .formarea dd .sm {
        display: block; } }
    .formarea dd .sm + .sm {
      margin: 15px 0 0; }
    .formarea dd .sm .line {
      display: flex;
      width: calc(50% - 20px);
      align-items: center; }
      @media screen and (max-width: 767px) {
        .formarea dd .sm .line {
          width: 100%; }
          .formarea dd .sm .line + .line {
            margin: 10px 0 0; } }
      .formarea dd .sm .line > .addtxt {
        white-space: nowrap;
        display: block;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .formarea dd .sm .line > .addtxt {
            font-size: 14px; } }
      .formarea dd .sm .line div + .addtxt {
        margin-left: 10px;
        margin-right: 0px; }
      @media screen and (max-width: 767px) {
        .formarea dd .sm .line.linetime > .addtxt {
          margin-left: 55px; } }
  .formarea dd input.short {
    max-width: 247px; }
    @media screen and (max-width: 767px) {
      .formarea dd input.short {
        max-width: none; } }
  .formarea dd .inline {
    display: flex;
    height: 100%;
    align-items: center; }
  .formarea dd .block {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #595757; }
    .formarea dd .block:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 10px; }
  .formarea .btnarea {
    background-color: #EEEEEE;
    padding: 50px 0;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 35px auto 0; }
    @media screen and (max-width: 767px) {
      .formarea .btnarea {
        padding: 25px 0;
        width: 100%; } }
    .formarea .btnarea .wpcf7-spinner,
    .formarea .btnarea .ajax-loader {
      display: none; }
    .formarea .btnarea button {
      width: 265px;
      height: 50px;
      line-height: 50px;
      background-color: #F15A24;
      font-size: 1.6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: 500;
      border: 0;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      margin: 0 10px; }
      .formarea .btnarea button::after {
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        background-image: url(../images/icon-arrow-w.svg);
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        margin-left: 10px; }
      .formarea .btnarea button.back {
        background-color: #595757; }
        .formarea .btnarea button.back::after {
          order: -1;
          transform: rotate(180deg);
          margin-left: 0px;
          margin-right: 10px; }

.info-txt.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
  border: 5px solid #dedddd; }
  @media screen and (max-width: 767px) {
    .info-txt.form-control {
      padding: 0px;
      margin-top: 30px;
      margin-bottom: 30px; } }
  .info-txt.form-control .txt {
    padding: 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .info-txt.form-control .txt {
        padding: 10px 10px; } }
    .info-txt.form-control .txt > div {
      font-weight: bold;
      font-size: 15px;
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .info-txt.form-control .txt > div {
          font-size: 12px; } }
  .info-txt.form-control p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .info-txt.form-control p {
        font-size: 12px; } }
  .info-txt.form-control ol {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    margin-left: 1.5em; }
    .info-txt.form-control ol li {
      font-size: 15px;
      font-weight: normal;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .info-txt.form-control ol li {
          font-size: 12px; } }

.agreebox input[type=checkbox] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 0; }
.agreebox .error {
  text-align: center; }
.agreebox label {
  display: flex;
  align-items: center;
  justify-content: center; }
.agreebox .wpcf7-list-item-label {
  font-size: 20px;
  color: #2F2F2F;
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .agreebox .wpcf7-list-item-label {
      font-size: 15px;
      text-align: left; } }
.agreebox .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .agreebox .wpcf7-list-item > label {
      display: flex;
      align-items: center; } }

.your-age + span,
.acceptance + a {
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px; }

span.wpcf7-list-item {
  margin-left: 0; }

.acceptance {
  margin-right: 10px; }

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 0; }
  @media screen and (max-width: 767px) {
    .wpcf7-checkbox {
      padding: 0;
      display: block; } }
  .wpcf7-checkbox .wpcf7-list-item.last {
    width: 100%;
    display: flex; }

.wpcf7-radio {
  display: flex;
  padding: 10px 0 10px 0; }
  @media screen and (max-width: 767px) {
    .wpcf7-radio {
      padding: 0;
      display: block; } }

.has-free-text {
  display: flex;
  align-items: center; }

/***sumilation***************/
.simulation-form .inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 17px;
  margin: -5px 0; }
  .simulation-form .inline label {
    white-space: nowrap;
    margin: 5px 0; }
.simulation-form input[type=radio],
.simulation-form input[type=checkbox],
.simulation-form .agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 0; }
.simulation-form input[type=radio] + span,
.simulation-form input[type=checkbox] + span {
  vertical-align: middle;
  line-height: 25px;
  font-size: 17px;
  font-weight: normal;
  margin-right: 18px; }
  @media screen and (max-width: 767px) {
    .simulation-form input[type=radio] + span,
    .simulation-form input[type=checkbox] + span {
      font-size: 15px; } }
.simulation-form input[type=text],
.simulation-form input[type=tel],
.simulation-form input[type=email],
.simulation-form input[type=number] {
  width: 100px;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #b9bbbd;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .simulation-form input[type=text],
    .simulation-form input[type=tel],
    .simulation-form input[type=email],
    .simulation-form input[type=number] {
      height: 40px;
      line-height: 38px; } }
.simulation-form__error {
  color: #c20000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px; }
