@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info :  ページ固有css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
/*----------------------------------------------------------------------------------
		 								common
------------------------------------------------------------------------------------*/
.wp-caption.alignleft, .wp-caption.aligncenter, .wp-caption.alignright, .wp-caption.alignnone {
  max-width: 100%;
  height: 100%; }

.wp-caption.alignright {
  display: block;
  margin: 0 0 0 auto; }

/* 配置位置 右 */
.wp-caption.alignleft {
  display: block;
  margin: 0 auto 0 0; }

/* 配置位置 左 */
.wp-caption.aligncenter {
  display: block;
  margin: 0 auto; }

/* 配置位置 中央 */
.wp-caption.alignright img, .wp-caption.alignleft img, .wp-caption.aligncenter img {
  max-width: 100%;
  height: 100%; }

.wp-caption-text {
  font-size: 11px;
  line-height: 1.8; }

img.alignright {
  display: block;
  margin: 0 0 0 auto; }

/* 配置位置 右 */
img.alignleft {
  display: block;
  margin: 0 auto 0 0; }

/* 配置位置 左 */
img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignleft, img.aligncenter, img.alignright, img.alignnone {
  max-width: 100%;
  height: 100%; }

blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 45px; }

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1; }

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7; }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }

@media only screen and (max-width: 750px) {
  .animated {
    animation-duration: 2s;
    animation-fill-mode: both; } }

@media only screen and (max-width: 750px) {
  .fadeIn {
    animation-name: fadeIn; } }

@media only screen and (max-width: 750px) {
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } } }

a[href^="tel:"] {
  pointer-events: none; }
  @media only screen and (max-width: 750px) {
    a[href^="tel:"] {
      pointer-events: auto; } }

/*------------------------------------------------------------------------------------
		 							front-page
------------------------------------------------------------------------------------*/
#index_Area {
  width: 100%; }
  #index_Area .main_area {
    width: 100%;
    display: flex;
    justify-content: left; }
    @media only screen and (max-width: 750px) {
      #index_Area .main_area {
        display: block; } }
    #index_Area .main_area .main_img {
      width: 60%; }
      @media only screen and (max-width: 750px) {
        #index_Area .main_area .main_img {
          width: 100%; } }
      #index_Area .main_area .main_img img {
        width: 100%; }
      #index_Area .main_area .main_img img:hover {
        transform: scale(1.05, 1.05);
        transition: 2s all; }
    #index_Area .main_area .main_copy {
      width: 35%; }
      #index_Area .main_area .main_copy .hdl_copy {
        height: 660px;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          #index_Area .main_area .main_copy .hdl_copy {
            position: absolute;
            top: 60px;
            left: 20px;
            background: rgba(255, 255, 255, 0.75);
            padding: 30px 2px;
            height: auto; } }
        #index_Area .main_area .main_copy .hdl_copy h2 {
          font-family: "ryo-gothic-plusn", sans-serif;
          font-weight: bold;
          font-size: 56px;
          -ms-writing-mode: tb-rl;
          /* IE用 */
          writing-mode: vertical-rl;
          /* 一般的なブラウザ */
          letter-spacing: 1.0rem; }
          @media only screen and (max-width: 750px) {
            #index_Area .main_area .main_copy .hdl_copy h2 {
              font-size: 24px;
              letter-spacing: 0.4rem;
              line-height: 1.7em; } }
          #index_Area .main_area .main_copy .hdl_copy h2 span {
            color: #EF8C34; }
      #index_Area .main_area .main_copy .hdl_link {
        width: 240px;
        margin: 0 auto; }
        #index_Area .main_area .main_copy .hdl_link .btn_arrow {
          display: table;
          position: relative;
          padding: 0.4em 0.5em;
          min-width: 15em;
          color: white;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          box-sizing: border-box;
          transition: 0.5s;
          background-color: #EF8C34;
          border-radius: 100px;
          letter-spacing: 0.4em; }
        #index_Area .main_area .main_copy .hdl_link .btn_arrow::after {
          position: absolute;
          top: 50%;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          transform: translateY(-50%) rotate(45deg);
          border-right: 2px solid currentColor;
          border-top: 2px solid currentColor;
          content: ""; }
        #index_Area .main_area .main_copy .hdl_link .btn_arrow {
          /* 既存のコードに追記：影の初期状態 */
          box-shadow: 0 0 0 transparent; }
        #index_Area .main_area .main_copy .hdl_link .btn_arrow:hover {
          transform: translateY(-3px);
          /* 上に3px浮かす */
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          /* 影をつける */ }
        #index_Area .main_area .main_copy .hdl_link p {
          margin: 8px 0;
          font-size: 15px; }

#about_Area {
  width: 100%;
  background: url("../images/index/about_bg.svg") top no-repeat;
  background-size: 45%;
  background-position-x: 95%;
  margin: 40px auto; }
  @media only screen and (max-width: 750px) {
    #about_Area {
      background: none; } }
  #about_Area .about_Inner {
    width: 50%;
    margin-left: 100px;
    margin-bottom: 80px; }
    @media only screen and (max-width: 750px) {
      #about_Area .about_Inner {
        width: 90%;
        margin: 0 auto 60px; } }
    #about_Area .about_Inner h3 {
      font-size: 24px;
      color: #EF8C34;
      font-weight: bold;
      font-family: "ryo-gothic-plusn", sans-serif;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 750px) {
        #about_Area .about_Inner h3 {
          font-size: 16px;
          letter-spacing: 0.2em; } }
    #about_Area .about_Inner p {
      font-size: 16px;
      line-height: 1.8em;
      margin-top: 15px; }
      @media only screen and (max-width: 750px) {
        #about_Area .about_Inner p {
          font-size: 14px; } }
  #about_Area .hdl_link_sp {
    width: 240px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      #about_Area .hdl_link_sp {
        width: 90%;
        margin: 0 auto 40px;
        background: url("../images/index/about_bg_sp.svg") top no-repeat;
        background-size: 40%;
        background-position-x: 100%;
        background-position-y: 30%; } }
    #about_Area .hdl_link_sp .btn_arrow {
      display: table;
      position: relative;
      padding: 0.4em 0.5em;
      min-width: 15em;
      color: white;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      box-sizing: border-box;
      transition: 0.5s;
      background-color: #EF8C34;
      border-radius: 100px;
      letter-spacing: 0.4em; }
      @media only screen and (max-width: 750px) {
        #about_Area .hdl_link_sp .btn_arrow {
          font-size: 14px;
          min-width: 11em; } }
    #about_Area .hdl_link_sp .btn_arrow::after {
      position: absolute;
      top: 50%;
      right: 1.5em;
      width: 0.5em;
      height: 0.5em;
      transform: translateY(-50%) rotate(45deg);
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      content: ""; }
    #about_Area .hdl_link_sp .btn_arrow {
      /* 既存のコードに追記：影の初期状態 */
      box-shadow: 0 0 0 transparent; }
    #about_Area .hdl_link_sp .btn_arrow:hover {
      transform: translateY(-3px);
      /* 上に3px浮かす */
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      /* 影をつける */ }
    #about_Area .hdl_link_sp p {
      margin: 8px 0;
      font-size: 15px; }
      @media only screen and (max-width: 750px) {
        #about_Area .hdl_link_sp p {
          font-size: 14px; } }

#news_Area {
  width: 100%;
  background-color: #F0EDE8;
  padding: 80px 0;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 750px) {
    #news_Area {
      padding: 40px 20px;
      display: block; } }
  #news_Area .news_hdl .btn_arrow {
    display: table;
    position: relative;
    padding: 0.4em 0.5em;
    min-width: 15em;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    background-color: #EF8C34;
    border-radius: 100px;
    letter-spacing: 0.4em; }
    @media only screen and (max-width: 750px) {
      #news_Area .news_hdl .btn_arrow {
        font-size: 12px;
        min-width: 12em; } }
  #news_Area .news_hdl .btn_arrow::after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: ""; }
  #news_Area .news_list {
    width: 60%;
    text-align: left;
    margin-left: 110px; }
    @media only screen and (max-width: 750px) {
      #news_Area .news_list {
        width: 100%;
        margin-left: 5px; } }
    #news_Area .news_list ul {
      padding-top: 5px; }
      #news_Area .news_list ul li {
        display: flex;
        justify-content: flex-start;
        margin: 15px 0; }
        #news_Area .news_list ul li .time {
          font-size: 16px; }
          @media only screen and (max-width: 750px) {
            #news_Area .news_list ul li .time {
              font-size: 12px; } }
        #news_Area .news_list ul li .news_detail {
          font-size: 16px;
          margin-left: 30px; }
          @media only screen and (max-width: 750px) {
            #news_Area .news_list ul li .news_detail {
              font-size: 12px;
              margin-left: 10px; } }
    #news_Area .news_list .list {
      font-size: 16px;
      margin-top: 60px; }
      @media only screen and (max-width: 750px) {
        #news_Area .news_list .list {
          font-size: 12px; } }

#office_Area {
  width: 100%;
  margin-top: 80px; }
  #office_Area .office_area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: url("../images/index/office_bg.svg") left no-repeat;
    background-size: 35%;
    background-position-y: 60%;
    background-position-x: 5%; }
    @media only screen and (max-width: 750px) {
      #office_Area .office_area {
        display: block;
        position: relative; } }
    #office_Area .office_area .office_img {
      width: 60%; }
      @media only screen and (max-width: 750px) {
        #office_Area .office_area .office_img {
          width: 100%; } }
      #office_Area .office_area .office_img img {
        width: 100%; }
      #office_Area .office_area .office_img img:hover {
        transform: scale(1.05, 1.05);
        transition: 2s all; }
    #office_Area .office_area .office_copy {
      width: 35%; }
      #office_Area .office_area .office_copy .hdl_copy {
        height: 660px;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          #office_Area .office_area .office_copy .hdl_copy {
            position: absolute;
            top: 0;
            right: 20px;
            background: rgba(255, 255, 255, 0.75);
            padding: 30px 2px;
            height: auto; } }
        #office_Area .office_area .office_copy .hdl_copy h2 {
          font-family: "ryo-gothic-plusn", sans-serif;
          font-weight: bold;
          font-size: 56px;
          -ms-writing-mode: tb-rl;
          /* IE用 */
          writing-mode: vertical-rl;
          /* 一般的なブラウザ */
          letter-spacing: 1.0rem; }
          @media only screen and (max-width: 750px) {
            #office_Area .office_area .office_copy .hdl_copy h2 {
              font-size: 24px;
              letter-spacing: 0.4rem;
              line-height: 1.7em; } }
          #office_Area .office_area .office_copy .hdl_copy h2 span {
            color: #EF8C34; }
      #office_Area .office_area .office_copy .hdl_link {
        width: 290px;
        margin: 0 auto; }
        #office_Area .office_area .office_copy .hdl_link .btn_arrow {
          display: table;
          position: relative;
          padding: 0.4em 0.5em;
          min-width: 15em;
          color: white;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          box-sizing: border-box;
          transition: 0.5s;
          background-color: #EF8C34;
          border-radius: 100px;
          letter-spacing: 0.4em; }
        #office_Area .office_area .office_copy .hdl_link .btn_arrow::after {
          position: absolute;
          top: 50%;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          transform: translateY(-50%) rotate(45deg);
          border-right: 2px solid currentColor;
          border-top: 2px solid currentColor;
          content: ""; }
        #office_Area .office_area .office_copy .hdl_link .btn_arrow {
          /* 既存のコードに追記：影の初期状態 */
          box-shadow: 0 0 0 transparent; }
        #office_Area .office_area .office_copy .hdl_link .btn_arrow:hover {
          transform: translateY(-3px);
          /* 上に3px浮かす */
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          /* 影をつける */ }
        #office_Area .office_area .office_copy .hdl_link p {
          margin: 8px 0;
          font-size: 15px; }
    #office_Area .office_area .hdl_link_sp {
      width: 240px;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #office_Area .office_area .hdl_link_sp {
          width: 90%;
          margin: 30px auto 40px;
          background: url("../images/index/office_bg_sp.svg") top no-repeat;
          background-size: 45%;
          background-position-x: 100%;
          background-position-y: 30%; } }
      #office_Area .office_area .hdl_link_sp .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 15em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        letter-spacing: 0.4em; }
        @media only screen and (max-width: 750px) {
          #office_Area .office_area .hdl_link_sp .btn_arrow {
            font-size: 14px;
            min-width: 11em; } }
      #office_Area .office_area .hdl_link_sp .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #office_Area .office_area .hdl_link_sp .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #office_Area .office_area .hdl_link_sp .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }
      #office_Area .office_area .hdl_link_sp p {
        margin: 8px 0;
        font-size: 15px; }
        @media only screen and (max-width: 750px) {
          #office_Area .office_area .hdl_link_sp p {
            font-size: 14px; } }
  #office_Area .office_sld {
    margin: 70px 0 0; }

#support_Area {
  width: 100%;
  padding: 295px 0 0;
  height: 460px;
  margin-top: -100px;
  background: url("../images/index/support_bg.svg") left no-repeat;
  background-size: 35%;
  background-position-y: 28%;
  background-position-x: 10%; }
  @media only screen and (max-width: 750px) {
    #support_Area {
      width: 100%;
      padding: 200px 0 0;
      height: 460px;
      margin-top: -100px;
      background: url(../images/index/support_bg.svg) left no-repeat;
      background-size: 55%;
      background-position-y: 24%;
      background-position-x: 10%; } }
  #support_Area .support_area {
    width: 100%;
    display: flex;
    justify-content: left;
    position: relative; }
    @media only screen and (max-width: 750px) {
      #support_Area .support_area {
        display: block; } }
    #support_Area .support_area .support_img {
      width: 50%; }
      @media only screen and (max-width: 750px) {
        #support_Area .support_area .support_img {
          width: 100%; } }
      #support_Area .support_area .support_img img {
        width: 100%; }
      #support_Area .support_area .support_img img:hover {
        transform: scale(1.05, 1.05);
        transition: 2s all; }
    #support_Area .support_area .support_copy {
      width: 40%;
      position: absolute;
      top: -120px;
      right: 120px; }
      @media only screen and (max-width: 750px) {
        #support_Area .support_area .support_copy {
          font-size: 24px;
          letter-spacing: 0.4rem;
          position: unset; } }
      #support_Area .support_area .support_copy .hdl_copy {
        height: 575px;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          #support_Area .support_area .support_copy .hdl_copy {
            position: absolute;
            top: 0px;
            right: 20px;
            background: rgba(255, 255, 255, 0.75);
            padding: 30px 2px;
            height: auto; } }
        #support_Area .support_area .support_copy .hdl_copy h2 {
          font-family: "ryo-gothic-plusn", sans-serif;
          font-weight: bold;
          font-size: 56px;
          -ms-writing-mode: tb-rl;
          /* IE用 */
          writing-mode: vertical-rl;
          /* 一般的なブラウザ */
          letter-spacing: 0.4rem; }
          @media only screen and (max-width: 750px) {
            #support_Area .support_area .support_copy .hdl_copy h2 {
              font-size: 24px;
              letter-spacing: 0.4rem;
              line-height: 1.7em; } }
          #support_Area .support_area .support_copy .hdl_copy h2 span {
            color: #EF8C34; }
      #support_Area .support_area .support_copy .hdl_link {
        width: 420px;
        margin: 20px auto 0; }
        #support_Area .support_area .support_copy .hdl_link .btn_arrow {
          display: table;
          position: relative;
          padding: 0.4em 0.5em;
          min-width: 25em;
          color: white;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          box-sizing: border-box;
          transition: 0.5s;
          background-color: #EF8C34;
          border-radius: 100px;
          letter-spacing: 0.4em; }
        #support_Area .support_area .support_copy .hdl_link .btn_arrow::after {
          position: absolute;
          top: 50%;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          transform: translateY(-50%) rotate(45deg);
          border-right: 2px solid currentColor;
          border-top: 2px solid currentColor;
          content: ""; }
        #support_Area .support_area .support_copy .hdl_link .btn_arrow {
          /* 既存のコードに追記：影の初期状態 */
          box-shadow: 0 0 0 transparent; }
        #support_Area .support_area .support_copy .hdl_link .btn_arrow:hover {
          transform: translateY(-3px);
          /* 上に3px浮かす */
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          /* 影をつける */ }
        #support_Area .support_area .support_copy .hdl_link p {
          margin: 8px 0;
          font-size: 15px; }
    #support_Area .support_area .hdl_link_sp {
      width: 240px;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #support_Area .support_area .hdl_link_sp {
          width: 90%;
          margin: 30px auto 40px; } }
      #support_Area .support_area .hdl_link_sp .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 15em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        letter-spacing: 0.4em; }
        @media only screen and (max-width: 750px) {
          #support_Area .support_area .hdl_link_sp .btn_arrow {
            font-size: 14px;
            min-width: 18em;
            letter-spacing: 0.2em; } }
      #support_Area .support_area .hdl_link_sp .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #support_Area .support_area .hdl_link_sp .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #support_Area .support_area .hdl_link_sp .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }
      #support_Area .support_area .hdl_link_sp p {
        margin: 8px 0;
        font-size: 15px; }
        @media only screen and (max-width: 750px) {
          #support_Area .support_area .hdl_link_sp p {
            font-size: 14px; } }

#staff_Area {
  width: 100%;
  padding-top: 20%;
  background: url("../images/index/staff_bg.svg") right no-repeat;
  background-size: 35%;
  background-position-y: 16%;
  background-position-x: 95%; }
  @media only screen and (max-width: 750px) {
    #staff_Area {
      padding-top: 50%;
      background-size: 70%;
      background-position-y: 15%;
      background-position-x: 95%; } }
  #staff_Area .staff_area {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 750px) {
      #staff_Area .staff_area {
        display: block;
        position: relative; } }
    #staff_Area .staff_area .staff_img {
      width: 60%; }
      @media only screen and (max-width: 750px) {
        #staff_Area .staff_area .staff_img {
          width: 100%; } }
      #staff_Area .staff_area .staff_img img {
        width: 100%; }
      #staff_Area .staff_area .staff_img img:hover {
        transform: scale(1.05, 1.05);
        transition: 2s all; }
    #staff_Area .staff_area .staff_copy {
      width: 35%; }
      #staff_Area .staff_area .staff_copy .hdl_copy {
        height: 660px;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          #staff_Area .staff_area .staff_copy .hdl_copy {
            position: absolute;
            top: 0px;
            left: 20px;
            background: rgba(255, 255, 255, 0.75);
            padding: 30px 2px;
            height: auto; } }
        #staff_Area .staff_area .staff_copy .hdl_copy h2 {
          font-family: "ryo-gothic-plusn", sans-serif;
          font-weight: bold;
          font-size: 56px;
          -ms-writing-mode: tb-rl;
          /* IE用 */
          writing-mode: vertical-rl;
          /* 一般的なブラウザ */
          letter-spacing: 1.0rem; }
          @media only screen and (max-width: 750px) {
            #staff_Area .staff_area .staff_copy .hdl_copy h2 {
              font-size: 24px;
              letter-spacing: 0.4rem;
              line-height: 1.7em; } }
          #staff_Area .staff_area .staff_copy .hdl_copy h2 span {
            color: #EF8C34; }
      #staff_Area .staff_area .staff_copy .hdl_link {
        width: 290px;
        margin: 0 auto; }
        #staff_Area .staff_area .staff_copy .hdl_link .btn_arrow {
          display: table;
          position: relative;
          padding: 0.4em 0.5em;
          min-width: 15em;
          color: white;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          box-sizing: border-box;
          transition: 0.5s;
          background-color: #EF8C34;
          border-radius: 100px;
          letter-spacing: 0.4em; }
        #staff_Area .staff_area .staff_copy .hdl_link .btn_arrow::after {
          position: absolute;
          top: 50%;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          transform: translateY(-50%) rotate(45deg);
          border-right: 2px solid currentColor;
          border-top: 2px solid currentColor;
          content: ""; }
        #staff_Area .staff_area .staff_copy .hdl_link .btn_arrow {
          /* 既存のコードに追記：影の初期状態 */
          box-shadow: 0 0 0 transparent; }
        #staff_Area .staff_area .staff_copy .hdl_link .btn_arrow:hover {
          transform: translateY(-3px);
          /* 上に3px浮かす */
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          /* 影をつける */ }
        #staff_Area .staff_area .staff_copy .hdl_link p {
          margin: 8px 0;
          font-size: 15px; }
    #staff_Area .staff_area .hdl_link_sp {
      width: 240px;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #staff_Area .staff_area .hdl_link_sp {
          width: 90%;
          margin: 30px auto 40px; } }
      #staff_Area .staff_area .hdl_link_sp .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 15em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        letter-spacing: 0.4em; }
        @media only screen and (max-width: 750px) {
          #staff_Area .staff_area .hdl_link_sp .btn_arrow {
            font-size: 14px;
            min-width: 12em;
            letter-spacing: 0.2em; } }
      #staff_Area .staff_area .hdl_link_sp .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #staff_Area .staff_area .hdl_link_sp .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #staff_Area .staff_area .hdl_link_sp .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }
      #staff_Area .staff_area .hdl_link_sp p {
        margin: 8px 0;
        font-size: 15px; }
        @media only screen and (max-width: 750px) {
          #staff_Area .staff_area .hdl_link_sp p {
            font-size: 14px; } }

#service_Area {
  width: 100%;
  padding: 295px 0 100px;
  margin-bottom: 60px;
  background: url("../images/index/service_bg.svg") left no-repeat;
  background-size: 42%;
  background-position-y: 22%;
  background-position-x: 5%; }
  @media only screen and (max-width: 750px) {
    #service_Area {
      padding: 110px 0 80px;
      background-size: 80%;
      background-position-y: 10%; } }
  #service_Area .service_area {
    width: 100%;
    display: flex;
    justify-content: left; }
    @media only screen and (max-width: 750px) {
      #service_Area .service_area {
        display: block; } }
    #service_Area .service_area .service_img {
      width: 60%; }
      @media only screen and (max-width: 750px) {
        #service_Area .service_area .service_img {
          width: 100%; } }
      #service_Area .service_area .service_img img {
        width: 100%; }
      #service_Area .service_area .service_img img:hover {
        transform: scale(1.05, 1.05);
        transition: 2s all; }
    #service_Area .service_area .service_copy {
      width: 35%;
      display: flex;
      align-items: flex-end; }
      @media only screen and (max-width: 750px) {
        #service_Area .service_area .service_copy {
          display: block;
          width: 90%;
          margin: 30px auto 40px; } }
      #service_Area .service_area .service_copy .hdl_link {
        margin: 0 auto; }
        #service_Area .service_area .service_copy .hdl_link .btn_arrow {
          display: table;
          position: relative;
          padding: 0.4em 0.5em;
          min-width: 15em;
          color: white;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          box-sizing: border-box;
          transition: 0.5s;
          background-color: #EF8C34;
          border-radius: 100px;
          letter-spacing: 0.4em; }
          @media only screen and (max-width: 750px) {
            #service_Area .service_area .service_copy .hdl_link .btn_arrow {
              font-size: 14px;
              min-width: 12em;
              letter-spacing: 0.2em; } }
        #service_Area .service_area .service_copy .hdl_link .btn_arrow::after {
          position: absolute;
          top: 50%;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          transform: translateY(-50%) rotate(45deg);
          border-right: 2px solid currentColor;
          border-top: 2px solid currentColor;
          content: ""; }
        #service_Area .service_area .service_copy .hdl_link .btn_arrow {
          /* 既存のコードに追記：影の初期状態 */
          box-shadow: 0 0 0 transparent; }
        #service_Area .service_area .service_copy .hdl_link .btn_arrow:hover {
          transform: translateY(-3px);
          /* 上に3px浮かす */
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          /* 影をつける */ }
        #service_Area .service_area .service_copy .hdl_link p {
          margin: 8px 0;
          font-size: 15px; }
          @media only screen and (max-width: 750px) {
            #service_Area .service_area .service_copy .hdl_link p {
              font-size: 14px; } }

/*------------------------------------------------------------------------------------
		 							page-about
------------------------------------------------------------------------------------*/
#page_about {
  width: 100%;
  margin: 0 auto; }
  #page_about .page_main {
    width: 100%;
    background-color: #f0f0f0;
    padding: 60px 0; }
    #page_about .page_main h2 {
      color: #3C6227;
      font-size: 36px;
      font-weight: bold;
      width: 78%;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #page_about .page_main h2 {
          text-align: center;
          font-size: 15px; } }
    #page_about .page_main .ruby {
      font-size: 20px;
      color: #3C6227;
      width: 78%;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #page_about .page_main .ruby {
          text-align: center;
          font-size: 18px;
          color: #323232; } }
  #page_about .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_about .breadcrumb p {
      font-size: 16px; }
  #page_about .about_inner {
    width: 80%;
    margin: 60px auto 200px; }
    @media only screen and (max-width: 750px) {
      #page_about .about_inner {
        width: 100%; } }
    #page_about .about_inner .page_detail {
      width: 100%;
      display: flex;
      justify-content: space-around; }
      @media only screen and (max-width: 750px) {
        #page_about .about_inner .page_detail {
          display: block; } }
      #page_about .about_inner .page_detail .left_box {
        width: 45%;
        padding-top: 70px; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .page_detail .left_box {
            width: 100%;
            padding: 0; } }
      #page_about .about_inner .page_detail .right_box {
        width: 45%; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .page_detail .right_box {
            width: 100%; } }
        #page_about .about_inner .page_detail .right_box h3 {
          font-size: 26px;
          font-weight: bold;
          margin-bottom: 20px; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .page_detail .right_box h3 {
              font-size: 18px;
              color: #3C6227;
              margin: 10px 0; } }
        #page_about .about_inner .page_detail .right_box p {
          font-size: 16px;
          text-align: justify; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .page_detail .right_box p {
              font-size: 15px;
              margin-bottom: 50px; } }
    #page_about .about_inner .page_img {
      width: 100%;
      margin: 50px auto;
      display: flex;
      justify-content: space-around; }
      @media only screen and (max-width: 750px) {
        #page_about .about_inner .page_img {
          display: block;
          margin: 0 auto; } }
      #page_about .about_inner .page_img .left_box {
        width: 45%; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .page_img .left_box {
            width: 100%;
            margin-bottom: 30px; } }
        #page_about .about_inner .page_img .left_box p {
          font-size: 15px;
          margin: 10px 0 20px; }
      #page_about .about_inner .page_img .right_box {
        width: 45%; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .page_img .right_box {
            width: 100%;
            margin-bottom: 30px; } }

/*------------------------------------------------------------------------------------
		 							page-himawari
------------------------------------------------------------------------------------*/
#page_himawari {
  width: 100%;
  margin: 0 auto; }
  #page_himawari .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_himawari .breadcrumb p {
      font-size: 16px; }
      #page_himawari .breadcrumb p span {
        color: #EF8C34; }
  #page_himawari .himawari_inner {
    width: 100%;
    margin: 60px auto 200px; }
    @media only screen and (max-width: 750px) {
      #page_himawari .himawari_inner {
        width: 100%;
        margin: 40px auto 100px; } }
    #page_himawari .himawari_inner .main_area {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .main_area {
          display: block; } }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .main_area .logo_sp {
          width: 360px;
          margin: 0 auto 20px; } }
      #page_himawari .himawari_inner .main_area .main_img {
        width: 55%; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .main_area .main_img {
            width: 120%;
            padding-right: 40px;
            overflow: hidden; } }
        #page_himawari .himawari_inner .main_area .main_img img {
          width: 100%; }
      #page_himawari .himawari_inner .main_area .main_copy {
        width: 470px;
        margin-left: 50px; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .main_area .main_copy {
            display: block;
            width: 90%;
            margin: 0 auto; } }
        #page_himawari .himawari_inner .main_area .main_copy .logo {
          width: 400px; }
        #page_himawari .himawari_inner .main_area .main_copy .hdl_txt {
          font-size: 16px;
          margin: 40px auto 0; }
          #page_himawari .himawari_inner .main_area .main_copy .hdl_txt p {
            line-height: 2.1em; }
    #page_himawari .himawari_inner .page_sld {
      margin: 80px auto; }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .page_sld {
          margin: 60px auto; } }
    #page_himawari .himawari_inner .message_area {
      width: 800px;
      margin: 40px auto; }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .message_area {
          width: 90%; } }
      #page_himawari .himawari_inner .message_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .message_area h3 {
            font-size: 20px; } }
      #page_himawari .himawari_inner .message_area p {
        font-size: 16px;
        line-height: 2.0em; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .message_area p {
            font-size: 14px; } }
    #page_himawari .himawari_inner .blog_area {
      width: 100%;
      margin: 120px auto 30px; }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .blog_area {
          margin: 70px auto; } }
      #page_himawari .himawari_inner .blog_area .blog_ttl {
        position: relative;
        text-align: center;
        font-size: 16px; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .blog_area .blog_ttl {
            font-size: 14px; } }
      #page_himawari .himawari_inner .blog_area .blog_ttl:before,
      #page_himawari .himawari_inner .blog_area .blog_ttl:after {
        position: relative;
        display: inline-block;
        content: "";
        background: #323232;
        width: 2px;
        height: 1.8em;
        margin: 0 1em;
        margin-top: -.2em;
        vertical-align: middle; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .blog_area .blog_ttl:before,
          #page_himawari .himawari_inner .blog_area .blog_ttl:after {
            height: 1.5em; } }
      #page_himawari .himawari_inner .blog_area .blog_ttl:before {
        transform: rotate(-30deg); }
      #page_himawari .himawari_inner .blog_area .blog_ttl:after {
        transform: rotate(30deg); }
      #page_himawari .himawari_inner .blog_area .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 13em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        letter-spacing: 0.4em;
        margin: 12px auto 0; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .blog_area .btn_arrow {
            min-width: 12em;
            letter-spacing: 0.1em;
            font-size: 14px; } }
      #page_himawari .himawari_inner .blog_area .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #page_himawari .himawari_inner .blog_area .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #page_himawari .himawari_inner .blog_area .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }
    #page_himawari .himawari_inner .outline_area {
      width: 100%;
      padding: 60px 0 80px;
      background: #F0EDE8; }
      #page_himawari .himawari_inner .outline_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .outline_area h3 {
            font-size: 20px; } }
      #page_himawari .himawari_inner .outline_area .outline_lsit {
        width: 58%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-flow: wrap; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .outline_area .outline_lsit {
            width: 90%;
            display: block; } }
        #page_himawari .himawari_inner .outline_area .outline_lsit .detail {
          background-color: white;
          border-radius: 10px;
          margin-bottom: 40px;
          padding: 30px 25px 50px;
          width: 450px; }
          @media only screen and (max-width: 750px) {
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail {
              width: 100%;
              padding: 30px 25px 35px; } }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px; }
            @media only screen and (max-width: 750px) {
              #page_himawari .himawari_inner .outline_area .outline_lsit .detail h4 {
                font-size: 18px; } }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail .ruby_dtl {
            font-size: 16px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: center;
            margin: -15px auto 15px; }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail p {
            font-size: 16px; }
            @media only screen and (max-width: 750px) {
              #page_himawari .himawari_inner .outline_area .outline_lsit .detail p {
                font-size: 14px; } }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail ul {
            list-style-position: outside;
            margin: 0 auto; }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail ul li {
              list-style: none;
              /* デフォルトの丸を消す */
              position: relative;
              padding-left: 1.2em;
              margin-bottom: 15px;
              font-size: 16px; }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail ul li {
                  font-size: 14px; } }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail ul li::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0.5em;
              /* 上下の位置調整 */
              width: 10px;
              /* 丸の横幅 */
              height: 10px;
              /* 丸の縦幅 */
              background-color: black;
              /* 丸の色 */
              border-radius: 50%;
              /* 正方形を丸くする */ }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail ul li::before {
                  width: 8px;
                  height: 8px; } }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail .note {
            font-size: 15px;
            text-align: center; }
            @media only screen and (max-width: 750px) {
              #page_himawari .himawari_inner .outline_area .outline_lsit .detail .note {
                font-size: 14px; } }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail .note_2 {
            font-size: 15px;
            text-align: center;
            margin-top: 15px; }
            @media only screen and (max-width: 750px) {
              #page_himawari .himawari_inner .outline_area .outline_lsit .detail .note_2 {
                font-size: 12px; } }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%; }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl dt {
              font-size: 18px;
              font-weight: bold;
              color: #323232;
              width: 65px; }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl dt {
                  width: 50px;
                  font-size: 14px; } }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl dd.time {
              font-size: 16px;
              width: 285px;
              margin-bottom: 8px; }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl dd.time {
                  width: 235px;
                  font-size: 14px; } }
          #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            width: 90%;
            margin: 0 auto; }
            @media only screen and (max-width: 750px) {
              #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other {
                width: 100%; } }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other dt.cost_tle {
              font-size: 18px;
              font-weight: bold;
              color: #323232;
              width: 125px;
              padding-top: 7px; }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other dt.cost_tle {
                  font-size: 14px;
                  width: 80px; } }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other dd.cost {
              font-size: 16px;
              width: 205px;
              margin-bottom: 8px;
              text-align: left; }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other dd.cost {
                  width: 190px;
                  font-size: 14px; } }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other .price {
              color: #EF8C34;
              font-size: 24px; }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other .price {
                  font-size: 22px; } }
            #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other .tax {
              font-size: 13px; }
              @media only screen and (max-width: 750px) {
                #page_himawari .himawari_inner .outline_area .outline_lsit .detail dl.other .tax {
                  font-size: 12px; } }
      #page_himawari .himawari_inner .outline_area .link_btn {
        margin: 40px auto;
        width: 300px; }
        #page_himawari .himawari_inner .outline_area .link_btn .btn_arrow {
          display: table;
          position: relative;
          padding: 0.4em 0.5em;
          min-width: 13em;
          color: white;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          box-sizing: border-box;
          transition: 0.5s;
          background-color: #EF8C34;
          border-radius: 100px;
          letter-spacing: 0.4em;
          margin: 12px auto 0; }
          @media only screen and (max-width: 750px) {
            #page_himawari .himawari_inner .outline_area .link_btn .btn_arrow {
              font-size: 14px;
              letter-spacing: 0.1em; } }
        #page_himawari .himawari_inner .outline_area .link_btn .btn_arrow::after {
          position: absolute;
          top: 50%;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          transform: translateY(-50%) rotate(45deg);
          border-right: 2px solid currentColor;
          border-top: 2px solid currentColor;
          content: ""; }
        #page_himawari .himawari_inner .outline_area .link_btn .btn_arrow {
          /* 既存のコードに追記：影の初期状態 */
          box-shadow: 0 0 0 transparent; }
        #page_himawari .himawari_inner .outline_area .link_btn .btn_arrow:hover {
          transform: translateY(-3px);
          /* 上に3px浮かす */
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          /* 影をつける */ }
    #page_himawari .himawari_inner .office_area {
      width: 45%;
      margin: 0 auto;
      padding: 80px 0; }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .office_area {
          width: 72%;
          padding: 40px 0; } }
      #page_himawari .himawari_inner .office_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .office_area h3 {
            font-size: 20px;
            letter-spacing: 0.2em; } }
      #page_himawari .himawari_inner .office_area dl {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .office_area dl {
            display: block;
            margin: 0 auto;
            text-align: center; } }
        #page_himawari .himawari_inner .office_area dl dt {
          width: 30%;
          font-size: 18px;
          font-weight: bold;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
          @media only screen and (max-width: 750px) {
            #page_himawari .himawari_inner .office_area dl dt {
              width: 100%;
              border: none;
              font-size: 14px;
              padding: 25px 0 0; } }
        #page_himawari .himawari_inner .office_area dl dd {
          width: 65%;
          font-size: 18px;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
          @media only screen and (max-width: 750px) {
            #page_himawari .himawari_inner .office_area dl dd {
              width: 100%;
              font-size: 14px;
              padding: 15px 0 20px; } }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .office_area dl dd:last-child {
            border-bottom: none; } }
    #page_himawari .himawari_inner .map_area {
      width: 100%;
      margin: 0 auto;
      padding: 80px 0; }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .map_area {
          padding: 40px 0;
          height: 50vh; } }
      #page_himawari .himawari_inner .map_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .map_area h3 {
            font-size: 20px;
            letter-spacing: 0.2em; } }
      #page_himawari .himawari_inner .map_area .map {
        position: relative;
        width: 100%;
        padding-top: 44%; }
        #page_himawari .himawari_inner .map_area .map iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          @media only screen and (max-width: 750px) {
            #page_himawari .himawari_inner .map_area .map iframe {
              height: 200%; } }
    #page_himawari .himawari_inner .program_area {
      width: 100%;
      margin: 0 auto;
      padding: 80px 0 100px; }
      @media only screen and (max-width: 750px) {
        #page_himawari .himawari_inner .program_area {
          padding: 120px 0 30px; } }
      #page_himawari .himawari_inner .program_area .link_btn {
        margin: 40px auto; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .program_area .link_btn {
            margin: 25px auto; } }
        #page_himawari .himawari_inner .program_area .link_btn .btn_arrow {
          display: table;
          position: relative;
          padding: 0.6em 0.5em;
          min-width: 16em;
          color: white;
          font-size: 21px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          box-sizing: border-box;
          transition: 0.5s;
          background-color: #EF8C34;
          border-radius: 100px;
          letter-spacing: 0.3em;
          margin: 12px auto 0; }
          @media only screen and (max-width: 750px) {
            #page_himawari .himawari_inner .program_area .link_btn .btn_arrow {
              font-size: 14px;
              min-width: 22em;
              padding: 1.1em 0.5em; } }
        #page_himawari .himawari_inner .program_area .link_btn .btn_arrow::after {
          position: absolute;
          top: 50%;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          transform: translateY(-50%) rotate(45deg);
          border-right: 2px solid currentColor;
          border-top: 2px solid currentColor;
          content: ""; }
        #page_himawari .himawari_inner .program_area .link_btn .btn_arrow {
          /* 既存のコードに追記：影の初期状態 */
          box-shadow: 0 0 0 transparent; }
        #page_himawari .himawari_inner .program_area .link_btn .btn_arrow:hover {
          transform: translateY(-3px);
          /* 上に3px浮かす */
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          /* 影をつける */ }
      #page_himawari .himawari_inner .program_area ul {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 800px; }
        @media only screen and (max-width: 750px) {
          #page_himawari .himawari_inner .program_area ul {
            width: 90%;
            display: block; } }
        #page_himawari .himawari_inner .program_area ul li {
          width: 365px; }
          @media only screen and (max-width: 750px) {
            #page_himawari .himawari_inner .program_area ul li {
              width: 100%;
              margin: 25px auto; } }
          #page_himawari .himawari_inner .program_area ul li .btn_arrow {
            display: table;
            position: relative;
            padding: 0.4em 0.5em;
            min-width: 22em;
            color: #323232;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            box-sizing: border-box;
            transition: 0.5s;
            background-color: white;
            border: 1px solid #EF8C34;
            border-radius: 100px;
            margin: 12px auto 0; }
            @media only screen and (max-width: 750px) {
              #page_himawari .himawari_inner .program_area ul li .btn_arrow {
                font-size: 14px;
                min-width: 22em; } }
          #page_himawari .himawari_inner .program_area ul li .btn_arrow::after {
            position: absolute;
            top: 50%;
            right: 1.5em;
            width: 0.5em;
            height: 0.5em;
            transform: translateY(-50%) rotate(45deg);
            border-right: 2px solid currentColor;
            border-top: 2px solid currentColor;
            content: ""; }
          #page_himawari .himawari_inner .program_area ul li .btn_arrow {
            /* 既存のコードに追記：影の初期状態 */
            box-shadow: 0 0 0 transparent; }
          #page_himawari .himawari_inner .program_area ul li .btn_arrow:hover {
            transform: translateY(-3px);
            /* 上に3px浮かす */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            /* 影をつける */ }

/*------------------------------------------------------------------------------------
		 					page-recruit
------------------------------------------------------------------------------------*/
#page_recruit {
  width: 100%;
  margin: 0 auto; }
  #page_recruit .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_recruit .breadcrumb p {
      font-size: 16px; }
      #page_recruit .breadcrumb p span {
        color: #EF8C34; }
  #page_recruit .recruit_inner {
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 750px) {
      #page_recruit .recruit_inner {
        width: 100%; } }
    #page_recruit .recruit_inner .page_ttl {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #page_recruit .recruit_inner .page_ttl h2 {
        font-size: 40px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .page_ttl h2 {
            font-size: 28px;
            letter-spacing: 0.2em; } }
      #page_recruit .recruit_inner .page_ttl .ruby {
        font-size: 20px;
        font-weight: bold;
        color: #FCE7D5;
        font-family: "ryo-gothic-plusn", sans-serif;
        margin-top: -10px; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .page_ttl .ruby {
            text-align: center;
            font-size: 16px;
            color: #323232; } }
    #page_recruit .recruit_inner .main_area {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      @media only screen and (max-width: 750px) {
        #page_recruit .recruit_inner .main_area {
          display: block; } }
      #page_recruit .recruit_inner .main_area .main_img {
        width: 50%; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .main_area .main_img {
            width: 100%; } }
        #page_recruit .recruit_inner .main_area .main_img img {
          width: 100%; }
      #page_recruit .recruit_inner .main_area .main_copy {
        width: 650px;
        margin-left: 50px; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .main_area .main_copy {
            width: 90%;
            margin-left: 20px; } }
        #page_recruit .recruit_inner .main_area .main_copy .hdl_copy {
          display: flex;
          padding-top: 55px;
          margin-bottom: 50px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .main_area .main_copy .hdl_copy {
              display: block;
              padding-top: 25px;
              margin-bottom: 35px; } }
          #page_recruit .recruit_inner .main_area .main_copy .hdl_copy h2 {
            font-family: "ryo-gothic-plusn", sans-serif;
            font-weight: bold;
            font-size: 36px;
            letter-spacing: 0.2rem; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .main_area .main_copy .hdl_copy h2 {
                font-size: 24px; } }
            #page_recruit .recruit_inner .main_area .main_copy .hdl_copy h2 span {
              color: #EF8C34; }
        #page_recruit .recruit_inner .main_area .main_copy .hdl_txt {
          font-size: 16px;
          width: 400px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .main_area .main_copy .hdl_txt {
              width: 100%;
              text-align: justify;
              margin: 0 auto; } }
          #page_recruit .recruit_inner .main_area .main_copy .hdl_txt h3 {
            font-size: 22px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: left;
            font-weight: bold;
            margin-bottom: 20px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .main_area .main_copy .hdl_txt h3 {
                font-size: 18px;
                margin-bottom: 10px; } }
          #page_recruit .recruit_inner .main_area .main_copy .hdl_txt p {
            line-height: 1.8em;
            font-size: 16px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .main_area .main_copy .hdl_txt p {
                font-size: 14px; } }
    #page_recruit .recruit_inner .organization {
      width: 70%;
      margin: 80px auto; }
      @media only screen and (max-width: 750px) {
        #page_recruit .recruit_inner .organization {
          width: 90%;
          margin: 60px auto; } }
    #page_recruit .recruit_inner .page_sld {
      margin: 80px auto; }
    #page_recruit .recruit_inner .welfare_area {
      width: 100%;
      padding: 100px 0 30px;
      background: #FCE7D5; }
      #page_recruit .recruit_inner .welfare_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
      #page_recruit .recruit_inner .welfare_area .welfare_lsit {
        width: 58%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-flow: wrap; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .welfare_area .welfare_lsit {
            width: 85%;
            display: block; } }
        #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail {
          background-color: white;
          border-radius: 10px;
          margin-bottom: 40px;
          padding: 30px 25px 50px;
          width: 450px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail {
              width: 100%;
              padding: 30px 20px 50px; } }
          #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail h4 {
                font-size: 18px; } }
          #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail p {
            font-size: 16px;
            text-align: justify; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail p {
                font-size: 14px; } }
          #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail dl.other {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            width: 90%;
            margin: 0 auto; }
            #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail dl.other dt.cost_tle {
              font-size: 18px;
              font-weight: bold;
              color: #323232;
              width: 125px;
              padding-top: 7px; }
            #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail dl.other dd.cost {
              font-size: 16px;
              width: 205px;
              margin-bottom: 8px;
              text-align: left; }
            #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail dl.other .price {
              color: #EF8C34;
              font-size: 24px; }
            #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail dl.other .tax {
              font-size: 13px; }
        #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 {
          background-color: white;
          border-radius: 10px;
          margin-bottom: 40px;
          padding: 30px 25px 50px;
          width: 940px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 {
              width: 100%;
              padding: 30px 20px 50px; } }
          #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 h4 {
                font-size: 18px; } }
          #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 p {
            font-size: 16px;
            text-align: justify; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 p {
                font-size: 14px; } }
          #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl {
            width: 93%;
            margin: 0 auto;
            display: flex;
            justify-content: space-around; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl {
                display: block;
                width: 100%; } }
            #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl ul {
              width: 400px;
              margin: 0 auto; }
              @media only screen and (max-width: 750px) {
                #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl ul {
                  width: 100%; } }
              #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl ul li {
                list-style: none;
                /* デフォルトの丸を消す */
                position: relative;
                padding-left: 1.2em;
                padding-top: 0.2em;
                margin-bottom: 4px;
                font-size: 18px; }
                @media only screen and (max-width: 750px) {
                  #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl ul li {
                    font-size: 14px; } }
              #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0.5em;
                /* 上下の位置調整 */
                width: 15px;
                /* 丸の横幅 */
                height: 15px;
                /* 丸の縦幅 */
                background-color: white;
                /* 丸の色 */
                border-radius: 50%;
                /* 正方形を丸くする */
                border: 1px solid #323232; }
                @media only screen and (max-width: 750px) {
                  #page_recruit .recruit_inner .welfare_area .welfare_lsit .detail_02 .welfare_dtl ul li::before {
                    width: 10px;
                    height: 10px; } }
    #page_recruit .recruit_inner .workshop_area {
      width: 100%;
      margin: 0 auto;
      padding: 100px 0; }
      @media only screen and (max-width: 750px) {
        #page_recruit .recruit_inner .workshop_area {
          width: 85%;
          display: block; } }
      #page_recruit .recruit_inner .workshop_area .workshop_dtl {
        width: 940px;
        margin: 0 auto 80px;
        background: #EF8C34;
        border-radius: 10px;
        padding: 40px 25px 50px;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .workshop_area .workshop_dtl {
            width: 100%;
            display: block; } }
        #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_left {
          width: 360px;
          border-right: 1px solid white; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_left {
              width: 90%;
              border-right: none;
              border-bottom: 1px solid white;
              padding-bottom: 30px;
              margin: 0 auto; } }
          #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_left h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: white;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px;
            letter-spacing: 0.3em; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_left h4 {
                font-size: 18px; } }
          #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_left ul li {
            font-size: 18px;
            color: white;
            line-height: 1.8em; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_left ul li {
                font-size: 14px; } }
        #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right {
          width: 400px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right {
              width: 90%;
              margin: 30px auto 0; } }
          #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: white;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px;
            letter-spacing: 0.3em; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right h4 {
                font-size: 18px; } }
          #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right ul {
            margin-left: 60px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right ul {
                margin: 0; } }
            #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right ul li {
              font-size: 18px;
              color: white;
              line-height: 1.8em; }
              @media only screen and (max-width: 750px) {
                #page_recruit .recruit_inner .workshop_area .workshop_dtl .dtl_right ul li {
                  font-size: 14px; } }
      #page_recruit .recruit_inner .workshop_area .staff_voice {
        width: 940px;
        margin: 40px auto; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .workshop_area .staff_voice {
            width: 100%; } }
        #page_recruit .recruit_inner .workshop_area .staff_voice h3 {
          font-size: 22px;
          font-family: "ryo-gothic-plusn", sans-serif;
          color: #EF8C34;
          text-align: center;
          font-weight: bold; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .workshop_area .staff_voice h3 {
              font-size: 20px;
              margin-bottom: 30px; } }
        #page_recruit .recruit_inner .workshop_area .staff_voice dl {
          width: 100%;
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
          border-bottom: 1px dashed #323232; }
          #page_recruit .recruit_inner .workshop_area .staff_voice dl dt {
            text-align: center;
            font-size: 16px;
            width: 200px;
            margin: auto; }
            #page_recruit .recruit_inner .workshop_area .staff_voice dl dt .name {
              font-size: 18px;
              font-weight: bold;
              color: black; }
            #page_recruit .recruit_inner .workshop_area .staff_voice dl dt span {
              color: #EF8C34;
              margin: 5px 0; }
          #page_recruit .recruit_inner .workshop_area .staff_voice dl dd {
            width: 700px;
            font-size: 16px;
            padding: 28px 0;
            text-align: justify;
            line-height: 1.8em; }
      @media only screen and (max-width: 750px) {
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp {
          width: 100%; } }
      #page_recruit .recruit_inner .workshop_area .staff_voice_sp h3 {
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .workshop_area .staff_voice_sp h3 {
            font-size: 20px;
            margin-bottom: 30px; } }
      #page_recruit .recruit_inner .workshop_area .staff_voice_sp dl {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp dl dt {
          text-align: center;
          margin: auto;
          font-size: 14px;
          font-weight: bold;
          color: #EF8C34;
          width: 40%;
          border-bottom: 1px dashed #323232;
          height: 65px;
          display: flex;
          align-items: center;
          justify-content: center; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp dl dd {
          font-size: 16px;
          line-height: 1.8em;
          font-size: 12px;
          text-align: center;
          width: 60%;
          border-bottom: 1px dashed #323232;
          height: 65px;
          display: flex;
          align-items: center;
          justify-content: center; }
          #page_recruit .recruit_inner .workshop_area .staff_voice_sp dl dd span {
            font-weight: bold;
            font-size: 14px; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp dl dt:last-of-type {
          border-bottom: none; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp dl dd:last-child {
          border-bottom: none; }
      #page_recruit .recruit_inner .workshop_area .staff_voice_sp .voice_list {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp .voice_list .post {
          text-align: center;
          margin: auto;
          font-size: 14px;
          font-weight: bold;
          color: #EF8C34;
          width: 40%;
          border-bottom: 1px dashed #323232;
          height: 65px;
          display: flex;
          align-items: center;
          justify-content: center; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp .voice_list .name {
          font-size: 16px;
          line-height: 1.8em;
          font-size: 12px;
          text-align: center;
          width: 50%;
          border-bottom: 1px dashed #323232;
          height: 65px;
          display: flex;
          align-items: center;
          justify-content: center; }
          #page_recruit .recruit_inner .workshop_area .staff_voice_sp .voice_list .name span {
            font-weight: bold;
            font-size: 14px; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp .voice_list .voice_link {
          width: 8%;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 65px;
          border-bottom: 1px dashed #323232; }
          #page_recruit .recruit_inner .workshop_area .staff_voice_sp .voice_list .voice_link img {
            width: 135%; }
        #page_recruit .recruit_inner .workshop_area .staff_voice_sp .voice_list .voice_detail p {
          font-size: 14px;
          text-align: justify; }
    #page_recruit .recruit_inner .recruiting_area {
      width: 100%;
      padding: 80px 0 30px;
      background: #F0EDE8; }
      @media only screen and (max-width: 750px) {
        #page_recruit .recruit_inner .recruiting_area {
          padding: 50px 0 30px; } }
      #page_recruit .recruit_inner .recruiting_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .recruiting_area h3 {
            font-size: 20px; } }
      #page_recruit .recruit_inner .recruiting_area .recruit_lsit {
        width: 58%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-flow: wrap; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .recruiting_area .recruit_lsit {
            width: 90%; } }
        #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail {
          background-color: white;
          border-radius: 10px;
          margin-bottom: 40px;
          padding: 30px 25px 30px;
          width: 450px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail {
              width: 100%; } }
          #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail h4 {
            font-size: 18px;
            color: #EF8C34;
            margin-bottom: 15px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail h4 {
                font-size: 14px;
                font-weight: bold; } }
            #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail h4 span {
              font-size: 28px;
              font-family: "ryo-gothic-plusn", sans-serif;
              color: white;
              text-align: center;
              font-weight: bold;
              margin-bottom: 10px;
              background: #EF8C34;
              border-radius: 10px;
              padding: 8px;
              margin-right: 10px; }
              @media only screen and (max-width: 750px) {
                #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail h4 span {
                  font-size: 20px; } }
          #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail .space {
            padding: 20px 0 8px; }
          #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail dl {
            width: 100%;
            display: flex;
            justify-content: space-around;
            flex-flow: wrap; }
            #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail dl dt {
              font-size: 18px;
              font-weight: bold;
              width: 50px;
              padding-left: 2px; }
              @media only screen and (max-width: 750px) {
                #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail dl dt {
                  font-size: 14px;
                  width: 15%; } }
            #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail dl dd {
              font-size: 18px;
              width: 330px;
              margin-bottom: 15px; }
              @media only screen and (max-width: 750px) {
                #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail dl dd {
                  font-size: 14px;
                  width: 80%; } }
              #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail dl dd span {
                font-size: 14px; }
          #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail .note {
            font-size: 14px;
            text-align: center;
            margin-top: 15px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail .note {
                margin: 0;
                font-size: 12px; } }
          #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail .note_2 {
            font-size: 14px;
            text-align: center; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .recruit_lsit .detail .note_2 {
                margin: 0;
                font-size: 12px; } }
      #page_recruit .recruit_inner .recruiting_area .qualification {
        width: 960px;
        margin: 0 auto; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .recruiting_area .qualification {
            width: 90%; } }
        #page_recruit .recruit_inner .recruiting_area .qualification h3 {
          font-size: 22px;
          font-family: "ryo-gothic-plusn", sans-serif;
          color: #EF8C34;
          text-align: center;
          font-weight: bold;
          margin-bottom: 30px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .recruiting_area .qualification h3 {
              font-size: 20px; } }
        #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list {
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list {
              display: block; } }
          #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_left {
            width: 400px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_left {
                width: 100%;
                margin: 0 auto; } }
            #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_left ul {
              width: 100%; }
              #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_left ul li {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 15px;
                padding-left: 28px;
                background: url("../images/pages/recruit/check.svg") left no-repeat;
                background-position-y: 3px; }
                @media only screen and (max-width: 750px) {
                  #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_left ul li {
                    font-size: 14px;
                    padding-left: 20px;
                    background-size: 15px; } }
          #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_right {
            width: 500px; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_right {
                width: 100%;
                margin: 0 auto; } }
            #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_right ul {
              width: 100%; }
              #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_right ul li {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 15px;
                padding-left: 28px;
                background: url("../images/pages/recruit/check.svg") left no-repeat;
                background-position-y: 3px; }
                @media only screen and (max-width: 750px) {
                  #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .list_right ul li {
                    font-size: 14px;
                    padding-left: 20px;
                    background-size: 15px; } }
          #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .note {
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            color: #EF8C34; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .qualification .qualification_list .note {
                font-size: 12px; } }
        #page_recruit .recruit_inner .recruiting_area .qualification .repletion {
          width: 750px;
          margin: 30px auto;
          background: white;
          padding: 25px 50px;
          border-radius: 10px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .recruiting_area .qualification .repletion {
              width: 100%;
              padding: 25px 20px;
              margin: 30px auto 50px; } }
          #page_recruit .recruit_inner .recruiting_area .qualification .repletion ul {
            width: 100%; }
            #page_recruit .recruit_inner .recruiting_area .qualification .repletion ul li {
              list-style: none;
              /* デフォルトの丸を消す */
              position: relative;
              padding-left: 1.2em;
              padding-top: 0.2em;
              margin-bottom: 12px;
              font-size: 16px; }
              @media only screen and (max-width: 750px) {
                #page_recruit .recruit_inner .recruiting_area .qualification .repletion ul li {
                  font-size: 14px; } }
              #page_recruit .recruit_inner .recruiting_area .qualification .repletion ul li span {
                font-size: 14px; }
                @media only screen and (max-width: 750px) {
                  #page_recruit .recruit_inner .recruiting_area .qualification .repletion ul li span {
                    font-size: 12px; } }
            #page_recruit .recruit_inner .recruiting_area .qualification .repletion ul li::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0.5em;
              width: 15px;
              height: 15px;
              background-color: #323232; }
      #page_recruit .recruit_inner .recruiting_area .treatment {
        width: 750px;
        margin: 30px auto;
        background: white;
        padding: 25px 50px;
        border-radius: 10px;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .recruiting_area .treatment {
            width: 90%;
            display: block; } }
        #page_recruit .recruit_inner .recruiting_area .treatment .dtl_left {
          width: 360px;
          border-right: 1px solid #EF8C34; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .recruiting_area .treatment .dtl_left {
              width: 90%;
              border-right: none;
              border-bottom: 1px solid #323232;
              padding-bottom: 30px;
              margin: 0 auto; } }
          #page_recruit .recruit_inner .recruiting_area .treatment .dtl_left h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            font-weight: bold;
            margin-bottom: 10px;
            letter-spacing: 0.3em; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .treatment .dtl_left h4 {
                font-size: 18px;
                text-align: center; } }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .recruiting_area .treatment .dtl_left ul {
              width: 100%; } }
          #page_recruit .recruit_inner .recruiting_area .treatment .dtl_left ul li {
            font-size: 18px;
            line-height: 1.8em; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .treatment .dtl_left ul li {
                font-size: 14px; } }
        #page_recruit .recruit_inner .recruiting_area .treatment .dtl_right {
          width: 360px;
          padding-left: 60px; }
          @media only screen and (max-width: 750px) {
            #page_recruit .recruit_inner .recruiting_area .treatment .dtl_right {
              width: 90%;
              margin: 30px auto 0;
              padding: 0; } }
          #page_recruit .recruit_inner .recruiting_area .treatment .dtl_right h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            font-weight: bold;
            margin-bottom: 10px;
            letter-spacing: 0.3em; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .treatment .dtl_right h4 {
                font-size: 18px;
                text-align: center; } }
          #page_recruit .recruit_inner .recruiting_area .treatment .dtl_right ul li {
            font-size: 18px;
            line-height: 1.8em; }
            @media only screen and (max-width: 750px) {
              #page_recruit .recruit_inner .recruiting_area .treatment .dtl_right ul li {
                font-size: 14px; } }
    #page_recruit .recruit_inner .link_area {
      width: 100%;
      margin: 0 auto;
      padding: 60px 0 150px; }
      @media only screen and (max-width: 750px) {
        #page_recruit .recruit_inner .link_area {
          width: 80%;
          padding: 20px 0 80px; } }
      #page_recruit .recruit_inner .link_area p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .link_area p {
            font-size: 14px; } }
      #page_recruit .recruit_inner .link_area .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 16em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        margin: 12px auto 0; }
        @media only screen and (max-width: 750px) {
          #page_recruit .recruit_inner .link_area .btn_arrow {
            font-size: 14px;
            min-width: 12em; } }
      #page_recruit .recruit_inner .link_area .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #page_recruit .recruit_inner .link_area .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #page_recruit .recruit_inner .link_area .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }

/*------------------------------------------------------------------------------------
		 							page-flow
------------------------------------------------------------------------------------*/
#page_flow {
  width: 100%;
  margin: 0 auto; }
  #page_flow .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_flow .breadcrumb p {
      font-size: 16px; }
      #page_flow .breadcrumb p span {
        color: #EF8C34; }
  #page_flow .flow_inner {
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 750px) {
      #page_flow .flow_inner {
        width: 100%; } }
    #page_flow .flow_inner .page_ttl {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #page_flow .flow_inner .page_ttl h2 {
        font-size: 40px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .page_ttl h2 {
            font-size: 28px;
            letter-spacing: 0.2em; } }
      #page_flow .flow_inner .page_ttl .ruby {
        font-size: 20px;
        font-weight: bold;
        color: #FCE7D5;
        font-family: "ryo-gothic-plusn", sans-serif;
        margin-top: -10px; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .page_ttl .ruby {
            text-align: center;
            font-size: 16px;
            color: #323232; } }
    #page_flow .flow_inner .main_area {
      width: 100%;
      margin: 40px auto 100px; }
      @media only screen and (max-width: 750px) {
        #page_flow .flow_inner .main_area {
          margin: 40px auto 60px; } }
      #page_flow .flow_inner .main_area .main_img {
        width: 42%;
        margin: 0 auto; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .main_area .main_img {
            width: 95%; } }
        #page_flow .flow_inner .main_area .main_img img {
          width: 100%; }
    #page_flow .flow_inner .outline_area {
      width: 100%;
      padding: 60px 0 80px;
      background: #F0EDE8; }
      @media only screen and (max-width: 750px) {
        #page_flow .flow_inner .outline_area {
          width: 100%;
          background-color: #FCE7D5; } }
      #page_flow .flow_inner .outline_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .outline_area h3 {
            font-size: 20px; } }
      #page_flow .flow_inner .outline_area .outline_lsit {
        width: 58%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-flow: wrap; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .outline_area .outline_lsit {
            width: 90%;
            display: block; } }
        #page_flow .flow_inner .outline_area .outline_lsit .detail {
          background-color: white;
          border-radius: 10px;
          margin-bottom: 40px;
          padding: 30px 25px 50px;
          width: 450px; }
          @media only screen and (max-width: 750px) {
            #page_flow .flow_inner .outline_area .outline_lsit .detail {
              width: 100%;
              padding: 30px 25px 35px; } }
          #page_flow .flow_inner .outline_area .outline_lsit .detail h4 {
            font-size: 20px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px; }
            @media only screen and (max-width: 750px) {
              #page_flow .flow_inner .outline_area .outline_lsit .detail h4 {
                font-size: 18px; } }
          #page_flow .flow_inner .outline_area .outline_lsit .detail p {
            font-size: 16px; }
            @media only screen and (max-width: 750px) {
              #page_flow .flow_inner .outline_area .outline_lsit .detail p {
                font-size: 14px; } }
          #page_flow .flow_inner .outline_area .outline_lsit .detail ul {
            list-style-position: outside;
            margin: 0 auto; }
            #page_flow .flow_inner .outline_area .outline_lsit .detail ul li {
              list-style: none;
              /* デフォルトの丸を消す */
              position: relative;
              padding-left: 1.2em;
              margin-bottom: 15px;
              font-size: 16px; }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail ul li {
                  font-size: 14px; } }
            #page_flow .flow_inner .outline_area .outline_lsit .detail ul li::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0.5em;
              /* 上下の位置調整 */
              width: 10px;
              /* 丸の横幅 */
              height: 10px;
              /* 丸の縦幅 */
              background-color: black;
              /* 丸の色 */
              border-radius: 50%;
              /* 正方形を丸くする */ }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail ul li::before {
                  width: 8px;
                  height: 8px; } }
          #page_flow .flow_inner .outline_area .outline_lsit .detail .note {
            font-size: 15px;
            text-align: center; }
            @media only screen and (max-width: 750px) {
              #page_flow .flow_inner .outline_area .outline_lsit .detail .note {
                font-size: 14px; } }
          #page_flow .flow_inner .outline_area .outline_lsit .detail .note_2 {
            font-size: 15px;
            text-align: center;
            margin-top: 15px; }
            @media only screen and (max-width: 750px) {
              #page_flow .flow_inner .outline_area .outline_lsit .detail .note_2 {
                font-size: 12px; } }
          #page_flow .flow_inner .outline_area .outline_lsit .detail dl {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%; }
            #page_flow .flow_inner .outline_area .outline_lsit .detail dl dt {
              font-size: 18px;
              font-weight: bold;
              color: #323232;
              width: 65px; }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail dl dt {
                  width: 50px;
                  font-size: 14px; } }
            #page_flow .flow_inner .outline_area .outline_lsit .detail dl dd.time {
              font-size: 16px;
              width: 285px;
              margin-bottom: 8px; }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail dl dd.time {
                  width: 235px;
                  font-size: 14px; } }
          #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            width: 90%;
            margin: 0 auto; }
            @media only screen and (max-width: 750px) {
              #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other {
                width: 100%; } }
            #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other dt.cost_tle {
              font-size: 18px;
              font-weight: bold;
              color: #323232;
              width: 125px;
              padding-top: 7px; }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other dt.cost_tle {
                  font-size: 14px;
                  width: 80px; } }
            #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other dd.cost {
              font-size: 16px;
              width: 205px;
              margin-bottom: 8px;
              text-align: left; }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other dd.cost {
                  width: 190px;
                  font-size: 14px; } }
            #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other .price {
              color: #EF8C34;
              font-size: 24px; }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other .price {
                  font-size: 22px; } }
            #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other .tax {
              font-size: 13px; }
              @media only screen and (max-width: 750px) {
                #page_flow .flow_inner .outline_area .outline_lsit .detail dl.other .tax {
                  font-size: 12px; } }
      #page_flow .flow_inner .outline_area .note {
        font-size: 15px;
        text-align: center;
        margin: 10px 0; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .outline_area .note {
            font-size: 12px;
            width: 90%;
            margin: 0 auto; } }
    #page_flow .flow_inner .link_area {
      width: 100%;
      margin: 0 auto;
      padding: 80px 0 150px; }
      @media only screen and (max-width: 750px) {
        #page_flow .flow_inner .link_area {
          width: 80%;
          padding: 20px 0 80px; } }
      #page_flow .flow_inner .link_area p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .link_area p {
            font-size: 12px; } }
      #page_flow .flow_inner .link_area .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 16em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        margin: 12px auto 0; }
        @media only screen and (max-width: 750px) {
          #page_flow .flow_inner .link_area .btn_arrow {
            font-size: 14px;
            min-width: 12em; } }
      #page_flow .flow_inner .link_area .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #page_flow .flow_inner .link_area .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #page_flow .flow_inner .link_area .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }

/*------------------------------------------------------------------------------------
		 					page-about
------------------------------------------------------------------------------------*/
#page_about {
  width: 100%;
  margin: 0 auto; }
  #page_about .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_about .breadcrumb p {
      font-size: 16px; }
      #page_about .breadcrumb p span {
        color: #EF8C34; }
  #page_about .about_inner {
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 750px) {
      #page_about .about_inner {
        width: 100%; } }
    #page_about .about_inner .page_ttl {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #page_about .about_inner .page_ttl h2 {
        font-size: 40px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .page_ttl h2 {
            font-size: 28px;
            letter-spacing: 0.2em; } }
      #page_about .about_inner .page_ttl .ruby {
        font-size: 20px;
        font-weight: bold;
        color: #FCE7D5;
        font-family: "ryo-gothic-plusn", sans-serif;
        margin-top: -10px; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .page_ttl .ruby {
            font-size: 16px;
            color: #323232; } }
    #page_about .about_inner .main_area {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      @media only screen and (max-width: 750px) {
        #page_about .about_inner .main_area {
          display: block; } }
      #page_about .about_inner .main_area .main_img {
        width: 50%; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .main_area .main_img {
            width: 100%; } }
        #page_about .about_inner .main_area .main_img img {
          width: 100%; }
      #page_about .about_inner .main_area .main_copy {
        width: 650px;
        margin-left: 50px; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .main_area .main_copy {
            width: 90%;
            margin-left: 20px; } }
        #page_about .about_inner .main_area .main_copy .hdl_copy {
          display: flex;
          padding-top: 55px;
          margin-bottom: 50px; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .main_area .main_copy .hdl_copy {
              display: block;
              padding-top: 25px;
              margin-bottom: 35px; } }
          #page_about .about_inner .main_area .main_copy .hdl_copy h2 {
            font-family: "ryo-gothic-plusn", sans-serif;
            font-weight: bold;
            font-size: 36px;
            letter-spacing: 0.2rem; }
            @media only screen and (max-width: 750px) {
              #page_about .about_inner .main_area .main_copy .hdl_copy h2 {
                font-size: 24px; } }
            #page_about .about_inner .main_area .main_copy .hdl_copy h2 span {
              color: #EF8C34; }
        #page_about .about_inner .main_area .main_copy .hdl_txt {
          font-size: 16px;
          width: 400px; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .main_area .main_copy .hdl_txt {
              width: 100%;
              margin: 0 auto;
              text-align: justify; } }
          #page_about .about_inner .main_area .main_copy .hdl_txt h3 {
            font-size: 22px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: left;
            font-weight: bold;
            margin-bottom: 20px; }
            @media only screen and (max-width: 750px) {
              #page_about .about_inner .main_area .main_copy .hdl_txt h3 {
                font-size: 18px;
                margin-bottom: 10px; } }
          #page_about .about_inner .main_area .main_copy .hdl_txt p {
            line-height: 1.8em;
            font-size: 16px; }
            @media only screen and (max-width: 750px) {
              #page_about .about_inner .main_area .main_copy .hdl_txt p {
                font-size: 14px; } }
    #page_about .about_inner .sub_area {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 750px) {
        #page_about .about_inner .sub_area {
          display: flex;
          flex-direction: column-reverse;
          margin: 50px auto; } }
      #page_about .about_inner .sub_area .sub_img {
        width: 40%; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .sub_area .sub_img {
            width: 100%;
            margin-bottom: 20px; } }
        #page_about .about_inner .sub_area .sub_img img {
          width: 100%; }
      #page_about .about_inner .sub_area .sub_copy {
        width: 440px;
        margin-right: 50px;
        display: flex;
        align-items: flex-end;
        text-align: justify; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .sub_area .sub_copy {
            width: 90%;
            margin: 0 auto; } }
        #page_about .about_inner .sub_area .sub_copy p {
          line-height: 1.8em;
          font-size: 16px; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .sub_area .sub_copy p {
              font-size: 14px; } }
    #page_about .about_inner .message_area {
      width: 100%;
      margin: 100px auto 0;
      padding: 80px 0;
      background-color: #F0EDE8; }
      @media only screen and (max-width: 750px) {
        #page_about .about_inner .message_area {
          padding: 45px 0; } }
      #page_about .about_inner .message_area .message {
        width: 60%;
        margin: 0 auto; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .message_area .message {
            width: 85%; } }
        #page_about .about_inner .message_area .message h3 {
          font-size: 22px;
          font-family: "ryo-gothic-plusn", sans-serif;
          color: #EF8C34;
          text-align: left;
          font-weight: bold;
          margin-bottom: 30px; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .message_area .message h3 {
              font-size: 20px;
              margin-bottom: 10px; } }
        #page_about .about_inner .message_area .message .delegate {
          font-size: 18px;
          margin-bottom: 30px; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .message_area .message .delegate {
              font-size: 18px;
              margin-bottom: 20px; } }
          #page_about .about_inner .message_area .message .delegate span {
            font-size: 14px;
            vertical-align: baseline;
            font-weight: bold; }
            @media only screen and (max-width: 750px) {
              #page_about .about_inner .message_area .message .delegate span {
                font-size: 16px; } }
        #page_about .about_inner .message_area .message p {
          font-size: 16px;
          line-height: 1.8em;
          text-align: justify; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .message_area .message p {
              font-size: 14px; } }
    #page_about .about_inner .overview_area {
      width: 45%;
      padding: 60px 0;
      background-color: white;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #page_about .about_inner .overview_area {
          width: 72%; } }
      #page_about .about_inner .overview_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .overview_area h3 {
            font-size: 20px;
            letter-spacing: 0.2em; } }
      #page_about .about_inner .overview_area dl {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .overview_area dl {
            display: block;
            margin: 0 auto;
            text-align: center; } }
        #page_about .about_inner .overview_area dl dt {
          width: 30%;
          font-size: 18px;
          font-weight: bold;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .overview_area dl dt {
              width: 100%;
              border: none;
              font-size: 14px;
              padding: 25px 0 0; } }
        #page_about .about_inner .overview_area dl dd {
          width: 60%;
          font-size: 18px;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
          @media only screen and (max-width: 750px) {
            #page_about .about_inner .overview_area dl dd {
              width: 100%;
              font-size: 14px;
              padding: 15px 0 20px; } }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .overview_area dl dd:last-child {
            border-bottom: none; } }
    #page_about .about_inner .link_area {
      width: 100%;
      margin: 0 auto;
      padding: 60px 0 150px; }
      @media only screen and (max-width: 750px) {
        #page_about .about_inner .link_area {
          width: 80%;
          padding: 20px 0 80px; } }
      #page_about .about_inner .link_area p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .link_area p {
            font-size: 14px; } }
      #page_about .about_inner .link_area .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 16em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        margin: 12px auto 0; }
        @media only screen and (max-width: 750px) {
          #page_about .about_inner .link_area .btn_arrow {
            font-size: 14px;
            min-width: 12em; } }
      #page_about .about_inner .link_area .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #page_about .about_inner .link_area .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #page_about .about_inner .link_area .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }

/*------------------------------------------------------------------------------------
		 					page-support
------------------------------------------------------------------------------------*/
#page_support {
  width: 100%;
  margin: 0 auto; }
  #page_support .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_support .breadcrumb p {
      font-size: 16px; }
      #page_support .breadcrumb p span {
        color: #EF8C34; }
  #page_support .support_inner {
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 750px) {
      #page_support .support_inner {
        width: 100%; } }
    #page_support .support_inner .page_ttl {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #page_support .support_inner .page_ttl h2 {
        font-size: 40px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .page_ttl h2 {
            font-size: 28px;
            letter-spacing: 0.2em; } }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .page_ttl h2 br {
            display: block;
            content: "";
            margin: -18px 0; } }
      #page_support .support_inner .page_ttl .ruby {
        font-size: 20px;
        font-weight: bold;
        color: #FCE7D5;
        font-family: "ryo-gothic-plusn", sans-serif;
        margin-top: -10px; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .page_ttl .ruby {
            font-size: 16px;
            color: #323232; } }
    #page_support .support_inner .main_area {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 750px) {
        #page_support .support_inner .main_area {
          display: flex;
          flex-direction: column-reverse;
          margin: 50px auto; } }
      #page_support .support_inner .main_area .main_img {
        width: 50%; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .main_area .main_img {
            width: 100%; } }
        #page_support .support_inner .main_area .main_img img {
          width: 100%; }
      #page_support .support_inner .main_area .main_copy {
        width: 580px; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .main_area .main_copy {
            width: 90%;
            margin-left: 20px; } }
        #page_support .support_inner .main_area .main_copy .hdl_copy {
          display: flex;
          padding-top: 55px;
          margin-bottom: 50px; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .main_area .main_copy .hdl_copy {
              display: block;
              padding-top: 25px;
              margin-bottom: 35px; } }
          #page_support .support_inner .main_area .main_copy .hdl_copy h2 {
            font-family: "ryo-gothic-plusn", sans-serif;
            font-weight: bold;
            font-size: 36px;
            letter-spacing: 0.2rem; }
            @media only screen and (max-width: 750px) {
              #page_support .support_inner .main_area .main_copy .hdl_copy h2 {
                font-size: 24px; } }
            #page_support .support_inner .main_area .main_copy .hdl_copy h2 span {
              color: #EF8C34; }
        #page_support .support_inner .main_area .main_copy .hdl_txt {
          font-size: 16px;
          width: 400px; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .main_area .main_copy .hdl_txt {
              width: 100%;
              margin: 0 auto;
              text-align: justify; } }
          #page_support .support_inner .main_area .main_copy .hdl_txt h3 {
            font-size: 22px;
            font-family: "ryo-gothic-plusn", sans-serif;
            color: #EF8C34;
            text-align: left;
            font-weight: bold;
            margin-bottom: 20px; }
            @media only screen and (max-width: 750px) {
              #page_support .support_inner .main_area .main_copy .hdl_txt h3 {
                font-size: 18px;
                margin-bottom: 10px; } }
          #page_support .support_inner .main_area .main_copy .hdl_txt p {
            line-height: 1.8em;
            font-size: 16px; }
            @media only screen and (max-width: 750px) {
              #page_support .support_inner .main_area .main_copy .hdl_txt p {
                font-size: 14px; } }
    #page_support .support_inner .chart_area {
      width: 60%;
      margin: 120px auto 60px; }
      @media only screen and (max-width: 750px) {
        #page_support .support_inner .chart_area {
          width: 85%;
          margin: 60px auto; } }
    #page_support .support_inner .target_area {
      width: 100%;
      margin: 100px auto 0;
      padding: 80px 0;
      background-color: #F0EDE8; }
      #page_support .support_inner .target_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .target_area h3 {
            font-size: 20px; } }
      #page_support .support_inner .target_area .target_list {
        width: 580px;
        margin: 0 auto 80px; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .target_area .target_list {
            width: 91%; } }
        #page_support .support_inner .target_area .target_list ul li {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 18px;
          list-style: none;
          /* デフォルトの丸を消す */
          position: relative;
          padding-left: 1.4em; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .target_area .target_list ul li {
              font-size: 14px; } }
        #page_support .support_inner .target_area .target_list ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.2em;
          /* 上下の位置調整 */
          width: 15px;
          /* 丸の横幅 */
          height: 15px;
          /* 丸の縦幅 */
          background-color: #F0EDE8;
          border: 3px solid #323232;
          border-radius: 50%; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .target_area .target_list ul li::before {
              width: 8px;
              height: 8px; } }
        #page_support .support_inner .target_area .target_list .arrangement {
          font-size: 18px; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .target_area .target_list .arrangement {
              font-size: 12px; } }
      #page_support .support_inner .target_area .service_detail {
        width: 900px;
        margin: 60px auto;
        background-color: white;
        border-radius: 10px;
        padding: 30px 50px 40px; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .target_area .service_detail {
            width: 90%;
            padding: 30px 25px 40px; } }
        #page_support .support_inner .target_area .service_detail h4 {
          font-size: 22px;
          font-family: "ryo-gothic-plusn", sans-serif;
          text-align: center;
          font-weight: bold;
          margin-bottom: 15px; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .target_area .service_detail h4 {
              font-size: 18px; } }
        #page_support .support_inner .target_area .service_detail .orange {
          color: #EF8C34; }
        #page_support .support_inner .target_area .service_detail .green {
          color: #5E8667; }
        #page_support .support_inner .target_area .service_detail p {
          font-size: 18px;
          line-height: 1.8em;
          text-align: justify; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .target_area .service_detail p {
              font-size: 14px; } }
    #page_support .support_inner .overview_area {
      width: 45%;
      padding: 60px 0;
      background-color: white;
      margin: 0 auto 120px; }
      @media only screen and (max-width: 750px) {
        #page_support .support_inner .overview_area {
          width: 72%; } }
      #page_support .support_inner .overview_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .overview_area h3 {
            font-size: 20px;
            letter-spacing: 0.2em; } }
      #page_support .support_inner .overview_area dl {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .overview_area dl {
            display: block;
            margin: 0 auto;
            text-align: center; } }
        #page_support .support_inner .overview_area dl dt {
          width: 30%;
          font-size: 18px;
          font-weight: bold;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .overview_area dl dt {
              width: 100%;
              border: none;
              font-size: 14px;
              padding: 25px 0 0; } }
        #page_support .support_inner .overview_area dl dd {
          width: 60%;
          font-size: 18px;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
          @media only screen and (max-width: 750px) {
            #page_support .support_inner .overview_area dl dd {
              width: 100%;
              font-size: 14px;
              padding: 15px 0 20px; } }
        @media only screen and (max-width: 750px) {
          #page_support .support_inner .overview_area dl dd:last-child {
            border-bottom: none; } }

/*------------------------------------------------------------------------------------
		 					page-offices
------------------------------------------------------------------------------------*/
#page_offices {
  width: 100%;
  margin: 0 auto; }
  #page_offices .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_offices .breadcrumb p {
      font-size: 16px; }
      #page_offices .breadcrumb p span {
        color: #EF8C34; }
  #page_offices .offices_inner {
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 750px) {
      #page_offices .offices_inner {
        width: 100%; } }
    #page_offices .offices_inner .page_ttl {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #page_offices .offices_inner .page_ttl h2 {
        font-size: 40px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_offices .offices_inner .page_ttl h2 {
            font-size: 28px;
            letter-spacing: 0.2em; } }
      #page_offices .offices_inner .page_ttl .ruby {
        font-size: 20px;
        font-weight: bold;
        color: #FCE7D5;
        font-family: "ryo-gothic-plusn", sans-serif;
        margin-top: -10px; }
        @media only screen and (max-width: 750px) {
          #page_offices .offices_inner .page_ttl .ruby {
            font-size: 16px;
            color: #323232; } }
    #page_offices .offices_inner .offices_list {
      width: 70%;
      margin: 100px auto; }
      @media only screen and (max-width: 750px) {
        #page_offices .offices_inner .offices_list {
          width: 100%;
          margin: 80px auto; } }
      #page_offices .offices_inner .offices_list h3 {
        font-size: 22px;
        font-weight: bold;
        border-bottom: 3px solid #EF8C34;
        margin-bottom: 55px;
        width: 195px;
        letter-spacing: 0.1em;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          #page_offices .offices_inner .offices_list h3 {
            font-size: 16px;
            text-align: right;
            width: 170px;
            padding-right: 10px;
            margin-bottom: 20px; } }
      #page_offices .offices_inner .offices_list .shizuoka_ttl {
        position: relative;
        border-bottom: 4px solid #99CC33;
        margin-bottom: 10px; }
      #page_offices .offices_inner .offices_list .shizuoka_ttl span {
        background: #99CC33;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        padding: 10px 60px 5px 15px;
        display: inline-block;
        letter-spacing: 0.1em;
        /* 斜めカット */
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); }
      #page_offices .offices_inner .offices_list .tobu_ttl {
        position: relative;
        border-bottom: 4px solid #6699CC;
        margin-bottom: 10px; }
      #page_offices .offices_inner .offices_list .tobu_ttl span {
        background: #6699CC;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        padding: 10px 60px 5px 15px;
        display: inline-block;
        letter-spacing: 0.1em;
        /* 斜めカット */
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); }
      #page_offices .offices_inner .offices_list .seibu_ttl {
        position: relative;
        border-bottom: 4px solid #CC6699;
        margin-bottom: 10px; }
      #page_offices .offices_inner .offices_list .seibu_ttl span {
        background: #CC6699;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        padding: 10px 60px 5px 15px;
        display: inline-block;
        letter-spacing: 0.1em;
        /* 斜めカット */
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); }
      @media only screen and (max-width: 750px) {
        #page_offices .offices_inner .offices_list .anker_link {
          width: 100%; }
          #page_offices .offices_inner .offices_list .anker_link ul {
            width: 100%;
            display: flex;
            justify-content: center;
            background-color: #BEBEBE; }
            #page_offices .offices_inner .offices_list .anker_link ul li {
              text-align: center;
              padding: 25px 0;
              font-size: 16px;
              font-weight: bold; }
            #page_offices .offices_inner .offices_list .anker_link ul a {
              color: white;
              width: 34%;
              padding: 0;
              margin: 0; }
            #page_offices .offices_inner .offices_list .anker_link ul .chubu {
              background-color: #99CC33; }
            #page_offices .offices_inner .offices_list .anker_link ul .tobu {
              background-color: #6699CC; }
            #page_offices .offices_inner .offices_list .anker_link ul .seibu {
              background-color: #CC6699; }
            #page_offices .offices_inner .offices_list .anker_link ul .other {
              background-color: #CC9666; }
            #page_offices .offices_inner .offices_list .anker_link ul .side_line {
              border-right: 1px solid white;
              border-left: 1px solid white; }
            #page_offices .offices_inner .offices_list .anker_link ul .side_line02 {
              border-right: 1px solid white; } }
      #page_offices .offices_inner .offices_list ul.offices_detail {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 25px auto 10px; }
        @media only screen and (max-width: 750px) {
          #page_offices .offices_inner .offices_list ul.offices_detail {
            width: 80%;
            display: block; } }
        #page_offices .offices_inner .offices_list ul.offices_detail li {
          width: 350px;
          margin-bottom: 35px; }
          @media only screen and (max-width: 750px) {
            #page_offices .offices_inner .offices_list ul.offices_detail li {
              width: 100%;
              margin: 0 auto 45px; } }
          #page_offices .offices_inner .offices_list ul.offices_detail li .name {
            font-size: 18px;
            font-weight: bold;
            margin: 5px 0; }
            @media only screen and (max-width: 750px) {
              #page_offices .offices_inner .offices_list ul.offices_detail li .name {
                font-size: 16px; } }
            #page_offices .offices_inner .offices_list ul.offices_detail li .name span {
              font-size: 20px; }
              @media only screen and (max-width: 750px) {
                #page_offices .offices_inner .offices_list ul.offices_detail li .name span {
                  font-size: 18px; } }
          #page_offices .offices_inner .offices_list ul.offices_detail li .post, #page_offices .offices_inner .offices_list ul.offices_detail li .add {
            font-size: 18px; }
            @media only screen and (max-width: 750px) {
              #page_offices .offices_inner .offices_list ul.offices_detail li .post, #page_offices .offices_inner .offices_list ul.offices_detail li .add {
                font-size: 16px; } }
          #page_offices .offices_inner .offices_list ul.offices_detail li .tel, #page_offices .offices_inner .offices_list ul.offices_detail li .fax {
            font-size: 14px;
            font-weight: bold; }
            @media only screen and (max-width: 750px) {
              #page_offices .offices_inner .offices_list ul.offices_detail li .tel, #page_offices .offices_inner .offices_list ul.offices_detail li .fax {
                font-size: 12px; } }
            #page_offices .offices_inner .offices_list ul.offices_detail li .tel span, #page_offices .offices_inner .offices_list ul.offices_detail li .fax span {
              font-size: 18px; }
              @media only screen and (max-width: 750px) {
                #page_offices .offices_inner .offices_list ul.offices_detail li .tel span, #page_offices .offices_inner .offices_list ul.offices_detail li .fax span {
                  font-size: 16px; } }
          #page_offices .offices_inner .offices_list ul.offices_detail li .tel_sp {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 40px; }
            #page_offices .offices_inner .offices_list ul.offices_detail li .tel_sp span {
              font-size: 18px; }
          #page_offices .offices_inner .offices_list ul.offices_detail li .map_link {
            margin-top: 8px; }
            #page_offices .offices_inner .offices_list ul.offices_detail li .map_link .btn_arrow {
              display: table;
              position: relative;
              padding: 0.4em 0.5em;
              min-width: 14em;
              color: white;
              font-size: 16px;
              font-weight: bold;
              text-align: center;
              text-decoration: none;
              box-sizing: border-box;
              transition: 0.5s;
              background-color: #EF8C34;
              border-radius: 100px;
              margin: 12px 0; }
              @media only screen and (max-width: 750px) {
                #page_offices .offices_inner .offices_list ul.offices_detail li .map_link .btn_arrow {
                  font-size: 14px; } }
            #page_offices .offices_inner .offices_list ul.offices_detail li .map_link .btn_arrow::after {
              position: absolute;
              top: 50%;
              right: 1.5em;
              width: 0.5em;
              height: 0.5em;
              transform: translateY(-50%) rotate(45deg);
              border-right: 2px solid currentColor;
              border-top: 2px solid currentColor;
              content: ""; }
            #page_offices .offices_inner .offices_list ul.offices_detail li .map_link .btn_arrow {
              /* 既存のコードに追記：影の初期状態 */
              box-shadow: 0 0 0 transparent; }
            #page_offices .offices_inner .offices_list ul.offices_detail li .map_link .btn_arrow:hover {
              transform: translateY(-3px);
              /* 上に3px浮かす */
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
              /* 影をつける */ }
      #page_offices .offices_inner .offices_list ul.offices_detail::after {
        content: "";
        display: block;
        width: 350px;
        margin: 10px; }
    #page_offices .offices_inner .message_area {
      width: 100%;
      margin: 100px auto 0;
      padding: 80px 0;
      background-color: #F0EDE8; }
      #page_offices .offices_inner .message_area .message {
        width: 60%;
        margin: 0 auto; }
        #page_offices .offices_inner .message_area .message h3 {
          font-size: 22px;
          font-family: "ryo-gothic-plusn", sans-serif;
          color: #EF8C34;
          text-align: left;
          font-weight: bold;
          margin-bottom: 30px; }
        #page_offices .offices_inner .message_area .message .delegate {
          font-size: 18px;
          margin-bottom: 30px; }
          #page_offices .offices_inner .message_area .message .delegate span {
            font-size: 14px;
            vertical-align: baseline;
            font-weight: bold; }
        #page_offices .offices_inner .message_area .message p {
          font-size: 16px;
          line-height: 1.8em;
          text-align: justify; }
    #page_offices .offices_inner .overview_area {
      width: 45%;
      padding: 60px 0;
      background-color: white;
      margin: 0 auto; }
      #page_offices .offices_inner .overview_area h3 {
        font-size: 22px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #EF8C34;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
      #page_offices .offices_inner .overview_area dl {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #page_offices .offices_inner .overview_area dl dt {
          width: 30%;
          font-size: 18px;
          font-weight: bold;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
        #page_offices .offices_inner .overview_area dl dd {
          width: 60%;
          font-size: 18px;
          padding: 25px 0;
          border-bottom: 1px solid #323232; }
    #page_offices .offices_inner .link_area {
      width: 100%;
      margin: 0 auto;
      padding: 60px 0 150px; }
      @media only screen and (max-width: 750px) {
        #page_offices .offices_inner .link_area {
          width: 80%;
          padding: 20px 0 80px; } }
      #page_offices .offices_inner .link_area p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 750px) {
          #page_offices .offices_inner .link_area p {
            font-size: 14px; } }
      #page_offices .offices_inner .link_area .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 16em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        margin: 12px auto 0; }
        @media only screen and (max-width: 750px) {
          #page_offices .offices_inner .link_area .btn_arrow {
            font-size: 14px;
            min-width: 12em; } }
      #page_offices .offices_inner .link_area .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #page_offices .offices_inner .link_area .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #page_offices .offices_inner .link_area .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }

/*------------------------------------------------------------------------------------
		 							page-donations/attempt
------------------------------------------------------------------------------------*/
#page_donations {
  width: 100%;
  margin: 0 auto; }
  #page_donations .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_donations .breadcrumb p {
      font-size: 16px; }
      #page_donations .breadcrumb p span {
        color: #EF8C34; }
  #page_donations .donations_inner {
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 750px) {
      #page_donations .donations_inner {
        width: 90%; } }
    #page_donations .donations_inner .page_ttl {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #page_donations .donations_inner .page_ttl h2 {
        font-size: 40px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_donations .donations_inner .page_ttl h2 {
            font-size: 28px;
            letter-spacing: 0.2em;
            line-height: 1.5em; } }
      #page_donations .donations_inner .page_ttl .ruby {
        font-size: 20px;
        font-weight: bold;
        color: #FCE7D5;
        font-family: "ryo-gothic-plusn", sans-serif;
        margin-top: -10px; }
    #page_donations .donations_inner .txt_area {
      width: 920px;
      margin: 60px auto 150px; }
      @media only screen and (max-width: 750px) {
        #page_donations .donations_inner .txt_area {
          width: 90%; } }
      #page_donations .donations_inner .txt_area p {
        font-size: 16px;
        line-height: 2.0em;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          #page_donations .donations_inner .txt_area p {
            font-size: 14px;
            text-align: justify; } }

/*------------------------------------------------------------------------------------
		 							page-contact
------------------------------------------------------------------------------------*/
#page_contact {
  width: 100%;
  margin: 0 auto; }
  #page_contact .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_contact .breadcrumb p {
      font-size: 16px; }
      #page_contact .breadcrumb p span {
        color: #EF8C34; }
  #page_contact .contact_inner {
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 750px) {
      #page_contact .contact_inner {
        width: 90%; } }
    #page_contact .contact_inner .page_ttl {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #page_contact .contact_inner .page_ttl h2 {
        font-size: 40px;
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          #page_contact .contact_inner .page_ttl h2 {
            font-size: 28px;
            letter-spacing: 0.2em; } }
      #page_contact .contact_inner .page_ttl .ruby {
        font-size: 20px;
        font-weight: bold;
        color: #FCE7D5;
        font-family: "ryo-gothic-plusn", sans-serif;
        margin-top: -10px; }
        @media only screen and (max-width: 750px) {
          #page_contact .contact_inner .page_ttl .ruby {
            font-size: 16px;
            color: #323232; } }
    #page_contact .contact_inner .page_detail {
      width: 530px;
      margin: 60px auto 80px; }
      @media only screen and (max-width: 750px) {
        #page_contact .contact_inner .page_detail {
          width: 100%; } }
      #page_contact .contact_inner .page_detail .note {
        font-size: 16px;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          #page_contact .contact_inner .page_detail .note {
            font-size: 12px; } }
      #page_contact .contact_inner .page_detail dl.formList {
        text-align: left;
        width: 100%;
        margin: 60px auto 20px; }
        @media only screen and (max-width: 750px) {
          #page_contact .contact_inner .page_detail dl.formList {
            padding: 30px 0;
            width: 80%; } }
        #page_contact .contact_inner .page_detail dl.formList dt {
          font-size: 16px;
          margin-bottom: 2%;
          font-weight: bold;
          text-align: left; }
          @media only screen and (max-width: 750px) {
            #page_contact .contact_inner .page_detail dl.formList dt {
              font-size: 14px; } }
          #page_contact .contact_inner .page_detail dl.formList dt span.required {
            padding: 4px 10px;
            font-size: 14px;
            font-weight: normal;
            color: white;
            margin-left: 10px;
            background-color: #EF8C34;
            border-radius: 5px; }
            @media only screen and (max-width: 750px) {
              #page_contact .contact_inner .page_detail dl.formList dt span.required {
                font-size: 12px; } }
        #page_contact .contact_inner .page_detail dl.formList dd {
          margin-bottom: 7%; }
          #page_contact .contact_inner .page_detail dl.formList dd p {
            font-size: 18px; }
          @media only screen and (max-width: 750px) {
            #page_contact .contact_inner .page_detail dl.formList dd {
              width: 296px;
              margin-bottom: 12%; } }
  @media only screen and (max-width: 750px) and (max-width: 750px) {
    #page_contact .contact_inner .page_detail dl.formList dd {
      width: 100%; } }
          #page_contact .contact_inner .page_detail dl.formList dd input[type="text"], #page_contact .contact_inner .page_detail dl.formList dd input[type="email"], #page_contact .contact_inner .page_detail dl.formList dd textarea, #page_contact .contact_inner .page_detail dl.formList dd select {
            -webkit-appearance: none;
            appearance: none;
            vertical-align: baseline;
            font-size: 16px;
            padding: 10px 5px;
            width: 100%;
            border-radius: 4px;
            background-color: #E6E6E6;
            border: none; }
            @media only screen and (max-width: 750px) {
              #page_contact .contact_inner .page_detail dl.formList dd input[type="text"], #page_contact .contact_inner .page_detail dl.formList dd input[type="email"], #page_contact .contact_inner .page_detail dl.formList dd textarea, #page_contact .contact_inner .page_detail dl.formList dd select {
                padding: 10px 5px; } }
          #page_contact .contact_inner .page_detail dl.formList dd input.tel {
            width: 100%;
            text-align: left;
            font-size: 16px;
            padding: 10px 5px;
            border-radius: 4px;
            background-color: #E6E6E6;
            border: none; }
            @media only screen and (max-width: 750px) {
              #page_contact .contact_inner .page_detail dl.formList dd input.tel {
                width: 100%; } }
          #page_contact .contact_inner .page_detail dl.formList dd .select-wrap {
            position: relative;
            display: inline-block;
            width: 160px; }
          #page_contact .contact_inner .page_detail dl.formList dd .select-wrap select {
            width: 100%;
            padding: 10px;
            padding-right: 30px;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-color: white;
            border: 1px solid gray;
            border-radius: 4px;
            border: none; }
          #page_contact .contact_inner .page_detail dl.formList dd .select-wrap::after {
            content: "▼";
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            /* クリックイベントをselectに通す */
            font-size: 12px;
            color: #333; }
        #page_contact .contact_inner .page_detail dl.formList .submit {
          width: 100%; }
          #page_contact .contact_inner .page_detail dl.formList .submit input[type=submit] {
            display: table;
            position: relative;
            padding: 1em 0.5em;
            min-width: 12em;
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            box-sizing: border-box;
            transition: 0.5s;
            background-color: #EF8C34;
            border-radius: 100px;
            margin: 12px auto 0;
            border: none; }
            @media only screen and (max-width: 750px) {
              #page_contact .contact_inner .page_detail dl.formList .submit input[type=submit] {
                font-size: 16px; } }
          #page_contact .contact_inner .page_detail dl.formList .submit input[type=submit]::after {
            position: absolute;
            top: 50%;
            right: 1.5em;
            width: 0.5em;
            height: 0.5em;
            transform: translateY(-50%) rotate(45deg);
            border-right: 2px solid currentColor;
            border-top: 2px solid currentColor;
            content: ""; }
          #page_contact .contact_inner .page_detail dl.formList .submit input[type=submit] {
            /* 既存のコードに追記：影の初期状態 */
            box-shadow: 0 0 0 transparent; }
          #page_contact .contact_inner .page_detail dl.formList .submit input[type=submit]:hover {
            transform: translateY(-3px);
            /* 上に3px浮かす */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            /* 影をつける */
            opacity: 0.5; }
    #page_contact .contact_inner .txt {
      margin: 50px auto; }
      #page_contact .contact_inner .txt p {
        text-align: center;
        font-size: 15px; }
        @media only screen and (max-width: 750px) {
          #page_contact .contact_inner .txt p {
            font-size: 12px; } }
      #page_contact .contact_inner .txt .btn_arrow {
        display: table;
        position: relative;
        padding: 0.4em 0.5em;
        min-width: 18em;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        transition: 0.5s;
        background-color: #EF8C34;
        border-radius: 100px;
        margin: 50px auto 100px; }
        @media only screen and (max-width: 750px) {
          #page_contact .contact_inner .txt .btn_arrow {
            font-size: 14px;
            min-width: 17em; } }
      #page_contact .contact_inner .txt .btn_arrow::after {
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: ""; }
      #page_contact .contact_inner .txt .btn_arrow {
        /* 既存のコードに追記：影の初期状態 */
        box-shadow: 0 0 0 transparent; }
      #page_contact .contact_inner .txt .btn_arrow:hover {
        transform: translateY(-3px);
        /* 上に3px浮かす */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        /* 影をつける */ }

/*------------------------------------------------------------------------------------
		 							page-policy etc...
------------------------------------------------------------------------------------*/
#page_policy {
  width: 100%;
  margin: 0 auto; }
  #page_policy .page_main {
    width: 100%;
    background-color: #f0f0f0;
    padding: 60px 0; }
    #page_policy .page_main h2 {
      color: #3C6227;
      font-size: 36px;
      font-weight: bold;
      width: 78%;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #page_policy .page_main h2 {
          text-align: center;
          font-size: 15px; } }
    #page_policy .page_main .ruby {
      font-size: 20px;
      color: #3C6227;
      width: 78%;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        #page_policy .page_main .ruby {
          text-align: center;
          font-size: 18px;
          color: #323232; } }
  #page_policy .breadcrumb {
    width: 78%;
    margin: 25px auto; }
    #page_policy .breadcrumb p {
      font-size: 16px; }
  #page_policy .policy_inner {
    width: 50%;
    margin: 60px auto 200px; }
    @media only screen and (max-width: 750px) {
      #page_policy .policy_inner {
        width: 85%; } }
    #page_policy .policy_inner .page_detail {
      width: 100%; }
      @media only screen and (max-width: 750px) {
        #page_policy .policy_inner .page_detail {
          display: block; } }
      #page_policy .policy_inner .page_detail .head_tit {
        margin-bottom: 50px; }
        #page_policy .policy_inner .page_detail .head_tit h3 {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 5px; }
          @media only screen and (max-width: 750px) {
            #page_policy .policy_inner .page_detail .head_tit h3 {
              font-size: 20px; } }
        #page_policy .policy_inner .page_detail .head_tit p {
          font-size: 16px;
          line-height: 1.8em; }
          @media only screen and (max-width: 750px) {
            #page_policy .policy_inner .page_detail .head_tit p {
              font-size: 14px; } }
      #page_policy .policy_inner .page_detail .cont_txt {
        margin-bottom: 40px; }
        #page_policy .policy_inner .page_detail .cont_txt h4 {
          font-size: 20px;
          color: #2E631C;
          font-weight: bold;
          margin-bottom: 5px; }
          @media only screen and (max-width: 750px) {
            #page_policy .policy_inner .page_detail .cont_txt h4 {
              font-size: 18px; } }
        #page_policy .policy_inner .page_detail .cont_txt p {
          font-size: 16px; }
          @media only screen and (max-width: 750px) {
            #page_policy .policy_inner .page_detail .cont_txt p {
              font-size: 14px; } }
