@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; } }

#camera_bg {
  background-color: white; }

/*------------------------------------------------------------------------------------
		 							front-page
------------------------------------------------------------------------------------*/
#index_area {
  width: 100%;
  margin-top: -150px;
  position: relative; }
  @media only screen and (max-width: 750px) {
    #index_area {
      margin: 0; } }
  #index_area img {
    width: 100%; }
    @media only screen and (max-width: 750px) {
      #index_area img {
        object-fit: cover; } }
  #index_area .fv_slider {
    position: relative; }
    #index_area .fv_slider .main_copy {
      position: absolute;
      top: 30%;
      left: 110px;
      letter-spacing: 0.5em; }
      @media only screen and (max-width: 750px) {
        #index_area .fv_slider .main_copy {
          top: 120px;
          letter-spacing: 0.2em;
          left: 25px; } }
      #index_area .fv_slider .main_copy h2 {
        font-size: 26px;
        font-weight: 500;
        color: white;
        line-height: 2em;
        text-shadow: 3px 3px 10px #60A0D6; }
        @media only screen and (max-width: 750px) {
          #index_area .fv_slider .main_copy h2 {
            font-size: 14px;
            line-height: 1.8em; } }
    #index_area .fv_slider .copy_img {
      width: 45%;
      position: absolute;
      top: 49%;
      left: 85px; }
      @media only screen and (max-width: 750px) {
        #index_area .fv_slider .copy_img {
          left: 20px;
          width: 65%;
          top: 43%; } }
  #index_area .biz_btn {
    color: white;
    background: #FC8C8C;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    margin: 0 auto;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    right: 100px; }

#about_area {
  width: 100%;
  height: 100vh;
  margin: 0 auto 50px;
  padding: 120px 0;
  background: url("../images/index/about_bg.jpg") top center no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    #about_area {
      margin: 0 auto 40px;
      padding: 60px 0;
      background: url("../images/index/about_bg_sp.jpg") top center no-repeat;
      height: auto; } }
  #about_area .catch_copy {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: white; }
    @media only screen and (max-width: 750px) {
      #about_area .catch_copy {
        font-size: 22px; } }
  #about_area h3 {
    color: white;
    font-size: 45px;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 750px) {
      #about_area h3 {
        font-size: 16px; } }
  #about_area .catch {
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */ }
  #about_area .catch:before, #about_area .catch:after {
    border-top: 1px solid white;
    content: "";
    width: 3em;
    /* 線の長さ */ }
  #about_area .catch:before {
    margin-right: 1em;
    /* 文字の右隣 */ }
  #about_area .catch:after {
    margin-left: 1em;
    /* 文字の左隣 */ }
  #about_area ul {
    display: flex;
    width: 1040px;
    margin: 0 auto 40px;
    justify-content: space-between; }
    @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
      #about_area ul {
        display: block; } }
    @media only screen and (max-width: 750px) {
      #about_area ul {
        display: block;
        width: 220px; } }
    #about_area ul li {
      width: auto; }
      @media only screen and (max-width: 750px) {
        #about_area ul li {
          margin-bottom: 55px; } }
      #about_area ul li h4 {
        font-size: 26px;
        font-weight: bold;
        color: #233B69;
        margin: 5px auto;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          #about_area ul li h4 {
            font-size: 24px; } }
      #about_area ul li p {
        text-align: center;
        font-size: 18px; }
        @media only screen and (max-width: 750px) {
          #about_area ul li p {
            font-size: 16px; } }
  #about_area .about_txt {
    width: 800px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      #about_area .about_txt {
        width: 90%; } }
    #about_area .about_txt p {
      color: white;
      font-size: 28px;
      margin-bottom: 30px;
      font-weight: 500;
      text-decoration: underline;
      text-underline-offset: 0.6ex; }
      @media only screen and (max-width: 750px) {
        #about_area .about_txt p {
          font-size: 20px; } }

#support_area {
  width: 100%;
  margin: 40px auto 0;
  display: inline-block; }
  @media only screen and (max-width: 750px) {
    #support_area {
      padding: 10px 0 0; } }
  #support_area img {
    width: 100%; }
  #support_area .support_Inner {
    width: 100%;
    margin: 0 auto; }
    #support_area .support_Inner p {
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 24px; }
      @media only screen and (max-width: 750px) {
        #support_area .support_Inner p {
          font-size: 24px;
          margin-bottom: 5px; } }
    #support_area .support_Inner h3 {
      font-size: 42px;
      text-align: center;
      font-weight: bold; }
      @media only screen and (max-width: 750px) {
        #support_area .support_Inner h3 {
          font-size: 28px; } }
    #support_area .support_Inner .recommendation_section {
      margin: 120px auto;
      width: 85%;
      position: relative;
      height: 100vh; }
      @media only screen and (max-width: 750px) {
        #support_area .support_Inner .recommendation_section {
          margin: 60px auto 0;
          width: 100%;
          height: auto; } }
      #support_area .support_Inner .recommendation_section .text_box {
        width: 55%;
        background-color: #65cd83;
        color: white;
        padding: 100px 70px;
        position: absolute;
        top: 100px;
        left: 1px;
        height: 680px; }
        @media only screen and (max-width: 750px) {
          #support_area .support_Inner .recommendation_section .text_box {
            width: 100%;
            height: auto;
            padding: 60px 20px;
            position: unset; } }
        #support_area .support_Inner .recommendation_section .text_box .sub_title {
          font-size: 30px;
          text-align: left;
          margin: 0;
          font-family: "yellowtail", sans-serif; }
          @media only screen and (max-width: 750px) {
            #support_area .support_Inner .recommendation_section .text_box .sub_title {
              font-size: 18px;
              text-align: center; } }
        #support_area .support_Inner .recommendation_section .text_box h4 {
          font-size: 36px;
          margin-bottom: 50px;
          font-weight: bold; }
          @media only screen and (max-width: 750px) {
            #support_area .support_Inner .recommendation_section .text_box h4 {
              font-size: 26px;
              text-align: center; } }
        #support_area .support_Inner .recommendation_section .text_box ul {
          list-style: none;
          padding: 0;
          margin: 0; }
        #support_area .support_Inner .recommendation_section .text_box li {
          font-size: 22px;
          font-weight: 500;
          margin-bottom: 50px;
          padding-left: 54px;
          background: url("../images/index/check.png") left no-repeat; }
          @media only screen and (max-width: 750px) {
            #support_area .support_Inner .recommendation_section .text_box li {
              font-size: 20px;
              margin-bottom: 40px; } }
      #support_area .support_Inner .recommendation_section .image_box {
        width: 53%;
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0; }
        @media only screen and (max-width: 750px) {
          #support_area .support_Inner .recommendation_section .image_box {
            position: unset;
            width: 100%; } }
      #support_area .support_Inner .recommendation_section .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

#flow_area {
  width: 100%;
  margin: 90px auto 0;
  background-image: url("../images/index/flow_bg.jpg");
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    #flow_area {
      margin: 0 auto; } }
  #flow_area .flow_Inner {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0; }
    @media only screen and (max-width: 750px) {
      #flow_area .flow_Inner {
        width: 90%; } }
    #flow_area .flow_Inner .sub_title {
      font-size: 30px;
      text-align: center;
      margin: 0;
      font-family: "yellowtail", sans-serif;
      color: white; }
      @media only screen and (max-width: 750px) {
        #flow_area .flow_Inner .sub_title {
          font-size: 18px; } }
    #flow_area .flow_Inner h3 {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 80px;
      color: white; }
      @media only screen and (max-width: 750px) {
        #flow_area .flow_Inner h3 {
          font-size: 26px;
          margin-bottom: 50px; } }
    #flow_area .flow_Inner ul {
      width: 100%; }
      #flow_area .flow_Inner ul li {
        width: 100%;
        margin-bottom: 70px; }
        @media only screen and (max-width: 750px) {
          #flow_area .flow_Inner ul li {
            display: block; } }
        #flow_area .flow_Inner ul li .left_box {
          width: 130px;
          margin-right: 40px; }
          #flow_area .flow_Inner ul li .left_box img {
            width: 100%; }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner ul li .left_box {
              margin: 20px auto; } }
        #flow_area .flow_Inner ul li .step_box {
          width: 100%;
          height: auto;
          background-color: white;
          border-radius: 20px;
          padding: 35px 17%;
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2); }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner ul li .step_box {
              height: auto;
              padding: 100px 6% 45px; } }
          #flow_area .flow_Inner ul li .step_box h4 {
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 10px; }
            @media only screen and (max-width: 750px) {
              #flow_area .flow_Inner ul li .step_box h4 {
                text-align: center;
                font-size: 22px; } }
          #flow_area .flow_Inner ul li .step_box .skill {
            color: #fd4343; }
          #flow_area .flow_Inner ul li .step_box p {
            font-size: 18px; }
            @media only screen and (max-width: 750px) {
              #flow_area .flow_Inner ul li .step_box p {
                font-size: 16px; } }
        #flow_area .flow_Inner ul li .step_01 {
          background: url("../images/index/step_01.svg") no-repeat white;
          background-position: 5% 50%; }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner ul li .step_01 {
              background-position: 50% 10%;
              background-size: 55px; } }
        #flow_area .flow_Inner ul li .step_02 {
          background: url("../images/index/step_02.svg") no-repeat white;
          background-position: 5% 50%; }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner ul li .step_02 {
              background-position: 50% 10%;
              background-size: 55px; } }
        #flow_area .flow_Inner ul li .step_03 {
          background: url("../images/index/step_03.svg") no-repeat white;
          background-position: 5% 50%; }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner ul li .step_03 {
              background-position: 50% 10%;
              background-size: 55px; } }
        #flow_area .flow_Inner ul li .step_04 {
          background: url("../images/index/step_04.svg") no-repeat white;
          background-position: 5% 50%; }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner ul li .step_04 {
              background-position: 50% 10%;
              background-size: 55px; } }
        #flow_area .flow_Inner ul li .step_05 {
          background: url("../images/index/step_05.svg") no-repeat white;
          background-position: 5% 50%; }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner ul li .step_05 {
              background-position: 50% 10%;
              background-size: 55px; } }
    #flow_area .flow_Inner .flow_contact {
      width: 850px;
      margin: 85px auto 40px; }
      @media only screen and (max-width: 750px) {
        #flow_area .flow_Inner .flow_contact {
          width: 100%; } }
      #flow_area .flow_Inner .flow_contact h5 {
        font-size: 32px;
        font-weight: bold;
        color: white;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          #flow_area .flow_Inner .flow_contact h5 {
            font-size: 26px;
            margin-bottom: 50px; } }
      #flow_area .flow_Inner .flow_contact .contact_box {
        width: 100%;
        margin: 40px auto 50px; }
        #flow_area .flow_Inner .flow_contact .contact_box ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media only screen and (max-width: 750px) {
            #flow_area .flow_Inner .flow_contact .contact_box ul {
              display: block; } }
          #flow_area .flow_Inner .flow_contact .contact_box ul li {
            width: 250px;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); }
            @media only screen and (max-width: 750px) {
              #flow_area .flow_Inner .flow_contact .contact_box ul li {
                margin: 10px auto 45px;
                width: 210px; } }

#recruitment_area {
  width: 100%;
  margin: 0 auto;
  background-color: #F5F2F2; }
  #recruitment_area .recruitment_Inner {
    width: 70%;
    margin: 0 auto;
    padding: 100px 0 200px; }
    @media only screen and (max-width: 750px) {
      #recruitment_area .recruitment_Inner {
        width: 90%;
        padding: 50px 0; } }
    #recruitment_area .recruitment_Inner .sub_title {
      font-size: 30px;
      text-align: center;
      margin: 0;
      font-family: "yellowtail", sans-serif;
      color: #272727; }
      @media only screen and (max-width: 750px) {
        #recruitment_area .recruitment_Inner .sub_title {
          font-size: 18px; } }
    #recruitment_area .recruitment_Inner h3 {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 80px;
      color: #272727; }
      @media only screen and (max-width: 750px) {
        #recruitment_area .recruitment_Inner h3 {
          font-size: 30px; } }
    #recruitment_area .recruitment_Inner .list_box {
      width: 100%;
      margin: 40px auto 50px; }
      @media only screen and (max-width: 750px) {
        #recruitment_area .recruitment_Inner .list_box {
          width: 90%; } }
      #recruitment_area .recruitment_Inner .list_box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media only screen and (max-width: 750px) {
          #recruitment_area .recruitment_Inner .list_box ul {
            display: block; } }
        #recruitment_area .recruitment_Inner .list_box ul li {
          width: 28%;
          padding: 8px;
          margin-bottom: 110px;
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); }
          @media only screen and (max-width: 750px) {
            #recruitment_area .recruitment_Inner .list_box ul li {
              width: 100%;
              margin-bottom: 65px; } }
          #recruitment_area .recruitment_Inner .list_box ul li img {
            width: 100%; }
          #recruitment_area .recruitment_Inner .list_box ul li .recruit_title {
            width: 90%;
            margin: 20px auto; }
            #recruitment_area .recruitment_Inner .list_box ul li .recruit_title .job {
              color: white;
              background-color: #D64949;
              width: 78px;
              text-align: center;
              padding: 3px 10px;
              font-size: 12px; }
            #recruitment_area .recruitment_Inner .list_box ul li .recruit_title h4 {
              margin-top: 15px;
              font-size: 16px;
              font-weight: 500; }
          #recruitment_area .recruitment_Inner .list_box ul li .recruit_detail {
            width: 90%;
            margin: 20px auto;
            border-top: 1px solid #60A0D6;
            padding: 20px 0 0;
            font-size: 15px; }
            #recruitment_area .recruitment_Inner .list_box ul li .recruit_detail .map {
              background: url("../images/index/map.svg") left no-repeat;
              background-position-x: 3px;
              padding-left: 35px;
              margin-bottom: 6px; }
            #recruitment_area .recruitment_Inner .list_box ul li .recruit_detail .time {
              background: url("../images/index/time.svg") left no-repeat;
              padding-left: 35px;
              margin-bottom: 6px; }
            #recruitment_area .recruitment_Inner .list_box ul li .recruit_detail .salary {
              background: url("../images/index/salary.svg") left no-repeat;
              padding-left: 35px;
              margin-bottom: 6px; }

#faq_area {
  width: 100%;
  margin: 0 auto 150px;
  padding: 80px 0 150px;
  background-color: #81DB93; }
  @media only screen and (max-width: 750px) {
    #faq_area {
      padding: 60px 0 100px;
      margin: 0 auto; } }
  #faq_area .faq_Inner {
    width: 70%;
    margin: 0 auto;
    /* 必須 */ }
    @media only screen and (max-width: 750px) {
      #faq_area .faq_Inner {
        width: 95%; } }
    #faq_area .faq_Inner .sub_title {
      font-size: 30px;
      text-align: center;
      margin: 0;
      font-family: "yellowtail", sans-serif;
      color: white; }
      @media only screen and (max-width: 750px) {
        #faq_area .faq_Inner .sub_title {
          font-size: 18px; } }
    #faq_area .faq_Inner h3 {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 80px;
      color: white; }
      @media only screen and (max-width: 750px) {
        #faq_area .faq_Inner h3 {
          font-size: 30px;
          margin-bottom: 60px; } }
    #faq_area .faq_Inner .accordion {
      width: 85%;
      margin: 0 auto;
      /* hover */ }
      @media only screen and (max-width: 750px) {
        #faq_area .faq_Inner .accordion {
          width: 95%; } }
      #faq_area .faq_Inner .accordion .accordion-content {
        display: none; }
      #faq_area .faq_Inner .accordion .accordion-header {
        padding: 25px 45px 25px 20px;
        margin: 0;
        transition: background .3s ease;
        cursor: pointer;
        position: relative;
        border-top: 1px solid #7D88A7; }
      #faq_area .faq_Inner .accordion .last-child {
        border-bottom: 1px solid #7D88A7; }
      #faq_area .faq_Inner .accordion .accordion-header::before,
      #faq_area .faq_Inner .accordion .accordion-header::after {
        position: absolute;
        content: '';
        top: 1px;
        right: 20px;
        bottom: 0;
        width: 25px;
        height: 2px;
        margin: auto;
        background: white; }
        @media only screen and (max-width: 750px) {
          #faq_area .faq_Inner .accordion .accordion-header::before,
          #faq_area .faq_Inner .accordion .accordion-header::after {
            right: 10px;
            width: 15px; } }
      #faq_area .faq_Inner .accordion .accordion-header::after {
        transform: rotate(-90deg);
        transition: transform 0.3s; }
      #faq_area .faq_Inner .accordion .accordion-header.active::after {
        transform: rotate(0deg); }
      #faq_area .faq_Inner .accordion .accordion-content {
        background-color: #ceca3f6b;
        padding: 25px 45px 25px 20px;
        height: auto; }
      #faq_area .faq_Inner .accordion .accordion-header span,
      #faq_area .faq_Inner .accordion .accordion-content span {
        padding-left: 55px;
        position: relative;
        font-size: 18px;
        display: block;
        color: white; }
      #faq_area .faq_Inner .accordion .accordion-header span::before {
        position: absolute;
        content: "Q";
        top: -20px;
        left: -20px;
        color: white;
        background-color: #9FEFAF;
        font-size: 31px;
        padding: 7px 15px 12px; }
        @media only screen and (max-width: 750px) {
          #faq_area .faq_Inner .accordion .accordion-header span::before {
            top: -5px;
            font-size: 26px; } }
      #faq_area .faq_Inner .accordion .accordion-content span::before {
        position: absolute;
        content: "A";
        top: -6px;
        left: -18px;
        color: white;
        background-color: #EAA546;
        font-size: 31px;
        padding: 7px 15px 12px; }
      #faq_area .faq_Inner .accordion .accordion-header:hover {
        background-color: #9FEFAF; }

/*================================================================================
								WEBエントリー
================================================================================*/
#entry_area {
  width: 100%;
  margin: 135px auto 100px; }
  #entry_area .ttl {
    width: 100%;
    padding: 50px 0 80px;
    background-color: #60A0D6; }
    #entry_area .ttl .ttl_ruby {
      color: white;
      font-size: 22px;
      text-align: center;
      font-family: "yellowtail", sans-serif; }
      @media only screen and (max-width: 750px) {
        #entry_area .ttl .ttl_ruby {
          font-size: 16px; } }
    #entry_area .ttl h2 {
      text-align: center;
      color: white;
      font-size: 34px;
      font-weight: 500; }
      @media only screen and (max-width: 750px) {
        #entry_area .ttl h2 {
          font-size: 28px; } }
  #entry_area .contactArea_inner {
    width: 750px;
    margin: 100px auto 0; }
    @media only screen and (max-width: 750px) {
      #entry_area .contactArea_inner {
        width: 90%; } }
    #entry_area .contactArea_inner dl.formList {
      text-align: left;
      border: 1px solid gray;
      background-color: white;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      padding: 70px; }
      @media only screen and (max-width: 750px) {
        #entry_area .contactArea_inner dl.formList {
          padding: 60px 20px; } }
      #entry_area .contactArea_inner dl.formList dt {
        font-size: 16px;
        margin-bottom: 2%;
        color: #4A4A4A; }
        #entry_area .contactArea_inner dl.formList dt span.required {
          padding: 2px 8px;
          font-size: 14px;
          color: white;
          background-color: #FC8C8C;
          margin-left: 10px; }
      #entry_area .contactArea_inner dl.formList dd {
        margin-bottom: 7%; }
        @media only screen and (max-width: 750px) {
          #entry_area .contactArea_inner dl.formList dd {
            width: 296px;
            margin-bottom: 12%; } }
        #entry_area .contactArea_inner dl.formList dd input[type="text"], #entry_area .contactArea_inner dl.formList dd input[type="email"], #entry_area .contactArea_inner dl.formList dd textarea {
          border: 1px solid gray;
          vertical-align: baseline;
          font-size: 16px;
          padding: 10px 5px;
          width: 100%; }
          @media only screen and (max-width: 750px) {
            #entry_area .contactArea_inner dl.formList dd input[type="text"], #entry_area .contactArea_inner dl.formList dd input[type="email"], #entry_area .contactArea_inner dl.formList dd textarea {
              padding: 10px 5px; } }
        #entry_area .contactArea_inner dl.formList dd input.tel {
          width: 80px;
          text-align: center;
          border: 1px solid gray; }
          @media only screen and (max-width: 750px) {
            #entry_area .contactArea_inner dl.formList dd input.tel {
              width: 50px; } }
        #entry_area .contactArea_inner dl.formList dd .select-wrap {
          position: relative;
          display: inline-block;
          width: 160px; }
        #entry_area .contactArea_inner 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; }
        #entry_area .contactArea_inner 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; }
        #entry_area .contactArea_inner dl.formList dd input[type="radio"] {
          transform: scale(1.8);
          /* 倍率でサイズ変更 */
          margin-right: 10px;
          /* テキストとの間隔を調整 */ }
          #entry_area .contactArea_inner dl.formList dd input[type="radio"] span {
            font-size: 18px; }
      #entry_area .contactArea_inner dl.formList .confbtn {
        color: #107dcf;
        background: white;
        line-height: 40px;
        -webkit-transition: none;
        transition: none;
        display: block;
        width: 300px;
        height: 75px;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: 1px solid #107dcf;
        margin: 0 auto; }
      #entry_area .contactArea_inner dl.formList .confbtn:hover {
        color: white;
        background: #107dcf;
        border: 1px solid #107dcf;
        text-decoration: none; }
      #entry_area .contactArea_inner dl.formList .sentbtn {
        color: #107dcf;
        background: white;
        line-height: 40px;
        -webkit-transition: none;
        transition: none;
        display: block;
        width: 300px;
        height: 75px;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: 1px solid #107dcf;
        margin: 100px auto 30px; }
      #entry_area .contactArea_inner dl.formList .sentbtn:hover {
        color: white;
        background: #107dcf;
        border: 1px solid #107dcf;
        text-decoration: none; }
      #entry_area .contactArea_inner dl.formList .backbtn {
        font-size: 18px;
        color: #424242;
        margin-top: 0%;
        text-align: center;
        background: white;
        border: none; }
      #entry_area .contactArea_inner dl.formList .backbtn:hover {
        text-decoration: underline; }
      #entry_area .contactArea_inner dl.formList .btncenter {
        text-align: center; }
        #entry_area .contactArea_inner dl.formList .btncenter .contactBtn {
          font-size: 14px;
          border-radius: 12px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          padding: 7% 0;
          display: block;
          font-size: 20px; }
      #entry_area .contactArea_inner dl.formList h3 {
        font-size: 24px;
        text-align: center; }
      #entry_area .contactArea_inner dl.formList .thankpage_top {
        margin-top: 40px; }
        #entry_area .contactArea_inner dl.formList .thankpage_top .topbtn {
          color: #107dcf;
          background: white;
          line-height: 40px;
          -webkit-transition: none;
          transition: none;
          display: block;
          width: 300px;
          height: 75px;
          text-align: center;
          text-decoration: none;
          outline: none;
          border: 1px solid #107dcf;
          margin: 100px auto 30px; }
        #entry_area .contactArea_inner dl.formList .thankpage_top .topbtn:hover {
          color: white;
          background: #107dcf;
          border: 1px solid #107dcf;
          text-decoration: none; }

/*================================================================================
								企業様向けページ
================================================================================*/
#business_area {
  width: 100%;
  margin: 15px auto; }
  @media only screen and (max-width: 750px) {
    #business_area {
      margin: 0 auto; } }
  #business_area .main_img {
    width: 100%; }
    #business_area .main_img img {
      width: 100%; }
  #business_area .bizArea_inner {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      #business_area .bizArea_inner {
        width: 100%; } }
    #business_area .bizArea_inner .biz_about {
      width: 100%;
      padding: 100px 0;
      background-color: #EFF8FB; }
      #business_area .bizArea_inner .biz_about h3 {
        text-align: center;
        font-size: 30px; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .biz_about h3 {
            font-size: 28px; } }
        #business_area .bizArea_inner .biz_about h3 span {
          color: #2B91E6; }
      #business_area .bizArea_inner .biz_about p {
        width: 65%;
        margin: 40px auto;
        font-size: 18px; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .biz_about p {
            width: 90%;
            font-size: 16px; } }
      #business_area .bizArea_inner .biz_about .about_img {
        margin: 20px auto 0;
        text-align: center;
        padding-right: 30px; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .biz_about .about_img {
            width: 90%;
            padding-right: 20px; } }
    #business_area .bizArea_inner .biz_flow {
      width: 100%;
      background-color: #F8FAF7;
      padding: 80px; }
      @media only screen and (max-width: 750px) {
        #business_area .bizArea_inner .biz_flow {
          padding: 50px 0; } }
      #business_area .bizArea_inner .biz_flow .ttl {
        width: 100%;
        margin: 40px auto;
        text-align: center; }
        #business_area .bizArea_inner .biz_flow .ttl p {
          font-size: 20px; }
        #business_area .bizArea_inner .biz_flow .ttl h3 {
          font-size: 30px;
          color: #1fa3dd;
          font-weight: 500; }
          @media only screen and (max-width: 750px) {
            #business_area .bizArea_inner .biz_flow .ttl h3 {
              font-size: 28px; } }
      #business_area .bizArea_inner .biz_flow .steps {
        max-width: 800px;
        margin: auto; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .biz_flow .steps {
            width: 85%; } }
        #business_area .bizArea_inner .biz_flow .steps .step {
          display: flex;
          align-items: center;
          border: 1px solid #d3e3f5;
          background: #fff;
          margin-bottom: 10px; }
          @media only screen and (max-width: 750px) {
            #business_area .bizArea_inner .biz_flow .steps .step {
              display: block; } }
          #business_area .bizArea_inner .biz_flow .steps .step .number {
            background: #1fa3dd;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            width: 80px;
            text-align: center;
            padding: 45px 0; }
            @media only screen and (max-width: 750px) {
              #business_area .bizArea_inner .biz_flow .steps .step .number {
                width: 100%;
                padding: 10px 0; } }
          #business_area .bizArea_inner .biz_flow .steps .step .content {
            padding: 15px 20px; }
            #business_area .bizArea_inner .biz_flow .steps .step .content h4 {
              margin: 0;
              font-size: 18px;
              color: #1fa3dd;
              font-weight: bold; }
            #business_area .bizArea_inner .biz_flow .steps .step .content p {
              margin: 5px 0 0;
              color: #333;
              font-size: 16px; }
        #business_area .bizArea_inner .biz_flow .steps .arrow {
          text-align: center;
          font-size: 18px;
          color: #1fa3dd;
          margin: -5px 0 10px; }
    #business_area .bizArea_inner .point {
      width: 100%;
      padding: 80px; }
      @media only screen and (max-width: 750px) {
        #business_area .bizArea_inner .point {
          padding: 50px 0; } }
      #business_area .bizArea_inner .point .ttl {
        width: 100%;
        margin: 40px auto;
        text-align: center; }
        #business_area .bizArea_inner .point .ttl p {
          font-size: 20px; }
        #business_area .bizArea_inner .point .ttl h3 {
          font-size: 30px;
          color: #1fa3dd;
          font-weight: 500; }
      #business_area .bizArea_inner .point ul {
        width: 900px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .point ul {
            width: 90%; } }
        #business_area .bizArea_inner .point ul li {
          width: 420px;
          margin-bottom: 40px; }
          @media only screen and (max-width: 750px) {
            #business_area .bizArea_inner .point ul li {
              margin-bottom: 70px; } }
          #business_area .bizArea_inner .point ul li h4 {
            color: #D576B9;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px; }
          #business_area .bizArea_inner .point ul li p {
            font-size: 16px; }
      #business_area .bizArea_inner .point .point_img {
        width: 100%;
        position: relative;
        z-index: -9999;
        height: 30vh; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .point .point_img {
            position: unset; } }
        #business_area .bizArea_inner .point .point_img img {
          width: 650px;
          position: absolute;
          top: -140px;
          right: 140px; }
          @media only screen and (max-width: 750px) {
            #business_area .bizArea_inner .point .point_img img {
              position: unset;
              width: 100%; } }
    #business_area .bizArea_inner .course {
      width: 100%;
      padding: 80px;
      /* 水色の帯 */ }
      @media only screen and (max-width: 750px) {
        #business_area .bizArea_inner .course {
          padding: 50px 0; } }
      #business_area .bizArea_inner .course .ttl {
        width: 100%;
        margin: 150px auto 30px;
        text-align: center; }
        #business_area .bizArea_inner .course .ttl p {
          font-size: 20px; }
        #business_area .bizArea_inner .course .ttl h3 {
          font-size: 30px;
          color: #1fa3dd;
          font-weight: 500; }
      #business_area .bizArea_inner .course .two_column {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 0;
        /* 上下に余白 */ }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .course .two_column {
            display: block;
            width: 100%;
            padding: 0; } }
      #business_area .bizArea_inner .course .two_column .bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 65%;
        /* 帯の横幅（調整可） */
        height: 80%;
        /* 帯の縦幅（画像の下に出す分） */
        background: #5fabdb;
        z-index: 0; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .course .two_column .bg {
            position: unset; } }
      #business_area .bizArea_inner .course .text_area {
        flex: 1;
        position: relative;
        z-index: 1;
        color: #fff;
        padding: 40px;
        font-size: 16px;
        line-height: 1.8; }
        @media only screen and (max-width: 750px) {
          #business_area .bizArea_inner .course .text_area {
            position: unset;
            background: #5fabdb; } }
        #business_area .bizArea_inner .course .text_area ul {
          position: absolute;
          top: -65px; }
          @media only screen and (max-width: 750px) {
            #business_area .bizArea_inner .course .text_area ul {
              position: unset; } }
          #business_area .bizArea_inner .course .text_area ul li {
            margin-bottom: 15px; }
            #business_area .bizArea_inner .course .text_area ul li span {
              font-weight: 500;
              font-size: 18px; }
      #business_area .bizArea_inner .course .img_area {
        flex: 1;
        position: relative; }
      #business_area .bizArea_inner .course .img_area img {
        width: 100%;
        height: auto;
        display: block; }
      #business_area .bizArea_inner .course .biz_contact {
        width: 360px;
        padding: 35px;
        text-align: center;
        background: url("../images/common/mail_biz.svg") left no-repeat #60A0D6;
        margin: 150px auto 0;
        background-position-x: 30px;
        background-size: 30px; }
        #business_area .bizArea_inner .course .biz_contact p {
          color: white;
          font-size: 18px;
          font-weight: 500;
          padding-left: 20px; }

/*================================================================================
								会社概要
================================================================================*/
#company_area {
  width: 100%;
  margin: -90px auto 0; }
  #company_area .main_img {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    position: relative; }
    @media only screen and (max-width: 750px) {
      #company_area .main_img {
        padding: 80px 0 0; } }
    #company_area .main_img img {
      width: 100%; }
  #company_area .main_logo {
    width: 100%;
    position: absolute;
    top: 150px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      #company_area .main_logo {
        top: 80px; } }
    @media only screen and (max-width: 750px) {
      #company_area .main_logo img {
        width: 60%; } }
  #company_area .main_copy {
    position: absolute;
    top: 260px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      #company_area .main_copy {
        top: 170px; } }
    #company_area .main_copy h2 {
      font-size: 40px;
      color: white;
      font-weight: 400;
      text-shadow: 4px 2px 3px #6dabd9; }
      @media only screen and (max-width: 750px) {
        #company_area .main_copy h2 {
          font-size: 18px; } }
  #company_area .companyArea_inner {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      #company_area .companyArea_inner {
        width: 90%;
        margin: 60px auto 0; } }
    #company_area .companyArea_inner .com_about {
      width: 860px;
      padding: 0;
      margin: 80px auto 180px; }
      @media only screen and (max-width: 750px) {
        #company_area .companyArea_inner .com_about {
          width: 100%;
          margin: 0 auto;
          padding: 60px 0; } }
      #company_area .companyArea_inner .com_about h3 {
        text-align: center;
        font-size: 30px;
        letter-spacing: 0.3rem; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_about h3 {
            font-size: 22px; } }
      #company_area .companyArea_inner .com_about .ruby {
        font-family: "Tauri", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        width: 120px;
        margin: 10px auto 40px;
        padding: 1px 0;
        color: white;
        background-color: #4A94CB; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_about .ruby {
            font-size: 14px;
            width: 110px; } }
      #company_area .companyArea_inner .com_about .txt {
        font-size: 18px;
        text-align: left; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_about .txt {
            font-size: 16px; } }
    #company_area .companyArea_inner .com_service {
      width: 1080px;
      padding: 0;
      margin: 80px auto 160px; }
      @media only screen and (max-width: 750px) {
        #company_area .companyArea_inner .com_service {
          width: 100%;
          margin: 40px auto 0;
          padding: 60px 0; } }
      #company_area .companyArea_inner .com_service h3 {
        text-align: center;
        font-size: 30px;
        letter-spacing: 0.3rem; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_service h3 {
            font-size: 22px; } }
      #company_area .companyArea_inner .com_service .ruby {
        font-family: "Tauri", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        width: 120px;
        margin: 10px auto 40px;
        padding: 1px 0;
        color: white;
        background-color: #4A94CB; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_service .ruby {
            font-size: 14px;
            width: 110px; } }
      #company_area .companyArea_inner .com_service .txt {
        font-size: 18px;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_service .txt {
            font-size: 16px; } }
      #company_area .companyArea_inner .com_service .service_cnt {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 40px; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_service .service_cnt {
            display: block; } }
        #company_area .companyArea_inner .com_service .service_cnt .left_box {
          width: 53%;
          text-align: center; }
          @media only screen and (max-width: 750px) {
            #company_area .companyArea_inner .com_service .service_cnt .left_box {
              width: 100%; } }
          @media only screen and (max-width: 750px) {
            #company_area .companyArea_inner .com_service .service_cnt .left_box img {
              width: 60%;
              margin: 0 auto; } }
          #company_area .companyArea_inner .com_service .service_cnt .left_box p {
            margin: 40px auto 60px;
            text-align: left; }
          #company_area .companyArea_inner .com_service .service_cnt .left_box .btn,
          #company_area .companyArea_inner .com_service .service_cnt .left_box a.btn,
          #company_area .companyArea_inner .com_service .service_cnt .left_box button.btn {
            font-size: 1.3rem;
            /* font-weight: 700; */
            line-height: 1.5;
            position: relative;
            display: inline-block;
            padding: 1.3rem 4rem;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            text-align: center;
            vertical-align: middle;
            text-decoration: none;
            letter-spacing: 0.1em;
            background: url("../images/pages/company/btn_icon.svg") right no-repeat;
            background-position-x: 300px; }
            @media only screen and (max-width: 750px) {
              #company_area .companyArea_inner .com_service .service_cnt .left_box .btn,
              #company_area .companyArea_inner .com_service .service_cnt .left_box a.btn,
              #company_area .companyArea_inner .com_service .service_cnt .left_box button.btn {
                font-size: 1.0rem;
                background-position-x: 250px; } }
          #company_area .companyArea_inner .com_service .service_cnt .left_box .btn_link,
          #company_area .companyArea_inner .com_service .service_cnt .left_box a.btn_link {
            color: #fff;
            background-color: #63A838; }
        #company_area .companyArea_inner .com_service .service_cnt .right_box {
          width: 40%; }
          @media only screen and (max-width: 750px) {
            #company_area .companyArea_inner .com_service .service_cnt .right_box {
              width: 80%;
              margin: 50px auto; } }
          #company_area .companyArea_inner .com_service .service_cnt .right_box img {
            width: 100%; }
    #company_area .companyArea_inner .com_detail {
      width: 1080px;
      padding-top: 50px;
      margin: 80px auto 160px; }
      @media only screen and (max-width: 750px) {
        #company_area .companyArea_inner .com_detail {
          width: 100%;
          margin: 60px auto;
          padding: 0; } }
      #company_area .companyArea_inner .com_detail h3 {
        text-align: center;
        font-size: 30px;
        letter-spacing: 0.3rem; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_detail h3 {
            font-size: 22px; } }
      #company_area .companyArea_inner .com_detail .ruby {
        font-family: "Tauri", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        width: 120px;
        margin: 10px auto 40px;
        padding: 1px 0;
        color: white;
        background-color: #4A94CB; }
        @media only screen and (max-width: 750px) {
          #company_area .companyArea_inner .com_detail .ruby {
            font-size: 14px;
            width: 110px; } }
      #company_area .companyArea_inner .com_detail .txt {
        font-size: 18px;
        text-align: center; }
      #company_area .companyArea_inner .com_detail .detail_cnt {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        #company_area .companyArea_inner .com_detail .detail_cnt dl {
          width: 85%;
          margin: 50px auto;
          font-size: 18px;
          display: flex;
          flex-flow: row wrap; }
          @media only screen and (max-width: 750px) {
            #company_area .companyArea_inner .com_detail .detail_cnt dl {
              display: block;
              font-size: 16px;
              margin: 35px auto;
              width: 95%; } }
          #company_area .companyArea_inner .com_detail .detail_cnt dl dt {
            padding: 30px 20px;
            border-bottom: 1px solid #A3A3A3;
            flex-basis: 25%; }
            @media only screen and (max-width: 750px) {
              #company_area .companyArea_inner .com_detail .detail_cnt dl dt {
                flex-basis: 100%;
                padding: 15px 20px;
                border: none; } }
          #company_area .companyArea_inner .com_detail .detail_cnt dl dd {
            padding: 30px 20px;
            border-bottom: 1px solid #A3A3A3;
            flex-basis: 65%; }
            @media only screen and (max-width: 750px) {
              #company_area .companyArea_inner .com_detail .detail_cnt dl dd {
                flex-basis: 100%;
                padding: 15px 20px; } }
