@charset "UTF-8";
/*--------------------------------------------------

    global-header

--------------------------------------------------*/
.global-header {
  background: linear-gradient(0deg, #dff8ff, rgba(223, 248, 255, 0));
  position: relative;
  z-index: 1000; }
  .global-header::after {
    content: '';
    width: 100%;
    height: 63px;
    background: url(../images/common/global-header_main-visual_shape.png) repeat-x left bottom/contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none; }
  .global-header_bar {
    align-items: center;
    width: 100%;
    border-top: 5px solid #00a0e9;
    background-color: #fff;
    box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    transition: all 0.75s; }
    .global-header_bar.is-show {
      transform: translateY(0); }
    .global-header_bar.is-hide {
      transform: translateY(-100%); }
  .global-header_logo {
    width: auto;
    height: 38px;
    margin-left: 10px; }
    .global-header_logo img {
      vertical-align: top;
      height: 100%; }
  .global-header_hamburger {
    width: 50px;
    height: 50px;
    position: relative;
    transition: all 0.5s;
    background-color: #00a0e9;
    cursor: pointer; }
    .global-header_hamburger span {
      display: block;
      width: 30px;
      height: 2.5px;
      margin: auto;
      background-color: #fff;
      transition: all 0.3s;
      position: absolute;
      right: 0;
      left: 0; }
      .global-header_hamburger span:first-child {
        top: 13px; }
      .global-header_hamburger span:nth-child(2) {
        top: 23px; }
      .global-header_hamburger span:last-child {
        top: 33px; }
    .global-header_hamburger.is-active span:first-child {
      transform: rotate(45deg); }
    .global-header_hamburger.is-active span:last-child {
      transform: rotate(-45deg); }
    .global-header_hamburger.is-active span:nth-child(2) {
      opacity: 0;
      transform: translateX(20px); }
    .global-header_hamburger.is-active span:not(:nth-child(2)) {
      top: 23px; }
  .global-header_navigation {
    align-content: flex-start;
    width: calc(100% - 60px);
    height: calc(100% - 55px);
    padding: 20px 20px 50%;
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    transform: translate3d(100%, 0, 0);
    transition: all 0.5s;
    overflow-y: scroll; }
    .global-header_navigation.is-open {
      box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
      transform: translate3d(0, 0, 0); }
    .global-header_navigation_list {
      width: 100%; }
      .global-header_navigation_list_item {
        width: 100%;
        font-weight: 500;
        border-bottom: 1px solid #e7e5dc;
        white-space: nowrap; }
      .global-header_navigation_list_link {
        display: flex;
        align-items: center;
        padding: 10px 4px; }
        .global-header_navigation_list_link:hover, .global-header_navigation_list_link.is-current {
          color: #00a0e9; }
        .global-header_navigation_list_link::before {
          content: '';
          width: 11px;
          height: 11px;
          margin-right: 10px;
          border-radius: 50%;
          background-color: #fff;
          border: 3px solid #00a0e9; }
    .global-header_navigation_item {
      width: 100%;
      margin: 20px 0 0; }
    .global-header_navigation_tel {
      width: 100%;
      margin: 0 0 15px; }
  .global-header_main-visual {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    height: 66.66667vw;
    min-height: 250px;
    padding: 0 0 7% 3%;
    margin: 55px 0 0; }
    .global-header_main-visual_title {
      width: 75%; }
    .global-header_main-visual_figure {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .global-header_main-visual_image {
      width: 100%;
      height: 100%;
      object-position: left; }
  .global-header_sub-visual {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45.33333vw;
    min-height: 170px;
    padding: 10px 0 0;
    margin: 55px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .global-header_sub-visual_title {
      padding: 10px;
      margin-left: 3%;
      line-height: 1;
      color: #00a0e9;
      font-size: 2.6rem;
      font-size: max(26px, 6.93333vw);
      font-weight: 500;
      text-align: center;
      background-color: #fff; }
    .global-header_sub-visual_figure {
      width: 80%;
      height: calc(100% - 10px);
      margin: 0 auto;
      border-radius: 10px;
      position: absolute;
      right: 3%;
      bottom: 0;
      z-index: -1;
      overflow: hidden; }
    .global-header_sub-visual_image {
      width: 100%;
      height: 100%;
      object-position: left; }

/*--------------------------------------------------

    greeting

--------------------------------------------------*/
.greeting {
  background: url(../images/top/greeting/greeting_shape.png) no-repeat center bottom/contain;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .greeting::after {
    content: '';
    width: 60%;
    height: 100%;
    background: url(../images/top/greeting/greeting_bg.png) no-repeat right top/contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .greeting_title {
    padding: 0 0 20px;
    margin: 0 0 20px;
    color: #00a0e9;
    font-size: 2.2rem;
    font-weight: 500;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
    position: relative;
    z-index: 0; }
    .greeting_title::after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #00a0e9;
      box-shadow: 10px 0 #00a0e9, 20px 0 #00a0e9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .greeting_title__font-small {
      color: #000;
      font-size: 80%; }
  .greeting_text {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; }
  .greeting_video {
    width: 100%;
    height: 55.46667vw;
    min-height: 208px;
    padding: 10px;
    margin: 30px auto 0;
    border: 3px dashed #00a0e9; }

/*--------------------------------------------------

    scene

--------------------------------------------------*/
.scene {
  padding-bottom: 0;
  position: relative;
  z-index: 0; }
  .scene::after {
    content: '';
    width: 100%;
    height: 60%;
    margin: auto;
    background: repeating-linear-gradient(-45deg, #ffe7d4 0% 3px, #ffe6d2 3px 6px);
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    z-index: -1; }
  .scene_content {
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center; }
    .scene_content_title {
      width: 100%;
      margin: 0 0 30px;
      line-height: 1.5;
      font-size: 1.8rem;
      text-align: center; }
      .scene_content_title__text {
        display: inline-block;
        padding: 30px 20px 20px;
        background-color: #fff;
        position: relative;
        z-index: 0; }
        .scene_content_title__text::before {
          content: '';
          width: 100%;
          height: 100%;
          background: linear-gradient(0deg, #000, #000) no-repeat left bottom/2px 40px, linear-gradient(90deg, #000, #000) no-repeat left bottom/calc(50% - 9px) 2px, linear-gradient(90deg, #000, #000) no-repeat right bottom/47% 2px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1; }
        .scene_content_title__text::after {
          content: '';
          width: 20px;
          height: 2px;
          margin: auto;
          background-color: #000;
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          transform: rotate(45deg);
          transform-origin: left; }
      .scene_content_title__font-blue {
        color: #00a0e9; }
      .scene_content_title__font-large {
        font-size: 128.57143%; }
    .scene_content_figure {
      width: 40%;
      margin: 0 0 -10px 10%; }
    .scene_content_list {
      width: 100%;
      padding: 20px 40px;
      line-height: 1.5;
      border-radius: 10px;
      background: repeating-linear-gradient(-45deg, #fff 0% 7px, #fafafa 7px 14px);
      box-shadow: 5px 5px #00a0e9;
      position: relative;
      z-index: 10; }
      .scene_content_list_item {
        flex-wrap: nowrap;
        align-items: baseline;
        justify-content: flex-start; }
        .scene_content_list_item:not(:last-child) {
          margin-bottom: 10px; }
        .scene_content_list_item::before {
          flex-shrink: 0;
          content: '';
          width: 22px;
          height: 18px;
          margin-right: 5px;
          background: url(../images/common/icon_check.png) no-repeat center/contain; }
  .scene_banner {
    margin: 50px 0 30px; }
  .scene_button_item {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    line-height: 1;
    color: #00a0e9;
    font-size: 1.8rem;
    font-weight: 700;
    border: 3px solid;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 0; }
    .scene_button_item::before {
      content: '';
      width: 24px;
      height: 10.66667px;
      background: url(../images/top/scene/scene_button_shape01.png) no-repeat center/contain;
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: -1; }
    .scene_button_item::after {
      content: '';
      width: 0;
      height: 100%;
      background-color: rgba(0, 160, 233, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      transition: all 0.5s ease-in-out; }
    .scene_button_item__orange {
      margin: 15px 0 0;
      color: #f8b551; }
      .scene_button_item__orange::before {
        background-image: url(../images/top/scene/scene_button_shape02.png); }
      .scene_button_item__orange::after {
        background-color: rgba(248, 181, 81, 0.3); }
    .scene_button_item:hover::after {
      width: 100%;
      right: auto;
      left: 0; }
    .scene_button_item img {
      width: 35px;
      height: 35px;
      margin: 0 0 10px; }
  @media screen and (max-width: 767px) and (min-width: 540px) {
    .scene_button_item {
      width: 48%; }
      .scene_button_item__orange {
        margin: 0; } }

/*--------------------------------------------------

    works-top

--------------------------------------------------*/
.works-top {
  margin: 0 0 50px;
  background: url(../images/top/works-top/works-top_bg.png) repeat-x bottom/160%; }
  .works-top_list {
    margin: 0 0 30px; }

/*--------------------------------------------------

    blog-top

--------------------------------------------------*/
.blog-top {
  padding-top: 0;
  margin: 0 0 50px;
  background: url(../images/top/blog-top/blog-top_bg.png) no-repeat bottom/contain; }
  .blog-top_list {
    margin: 0 0 10px; }

/*--------------------------------------------------

    service

--------------------------------------------------*/
.service_title {
  margin: 0 0 50px; }

.service_banner {
  margin: 0 0 50px; }

.service_content {
  margin: 0 0 50px; }
  .service_content_item:not(:last-child) {
    margin-bottom: 40px; }
  .service_content_figure {
    width: 100%;
    height: 56vw;
    min-height: 210px;
    margin: 0 0 15px;
    border-radius: 5px;
    overflow: hidden; }
  .service_content_image {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in; }
  .service_content_figure:hover .service_content_image {
    transform: scale(1.3); }
  .service_content_list {
    width: 80%;
    margin: 20px 0 0 auto; }
    .service_content_list_item {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 7px 10px 6px 30px;
      line-height: 1.5;
      color: #fff;
      font-weight: 700;
      background-color: #f8b551;
      position: relative;
      z-index: 0; }
      .service_content_list_item:not(:last-child) {
        margin-bottom: 10px; }
      .service_content_list_item::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid ;
        position: absolute;
        margin: auto;
        top: 0;
        left: 10px;
        bottom: 0; }

.service_button_item {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  color: #00a0e9;
  font-size: 1.8rem;
  font-weight: 700;
  border: 3px solid;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 0; }
  .service_button_item::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: rgba(0, 160, 233, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease-out; }
  .service_button_item::after {
    content: '';
    width: 24px;
    height: 10.66667px;
    background: url(../images/common/icon_arrow_blue.png) no-repeat center/contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -2; }
  .service_button_item__orange {
    margin: 20px 0 0;
    color: #f8b551; }
    .service_button_item__orange::before {
      background-color: rgba(248, 181, 81, 0.3); }
    .service_button_item__orange::after {
      background-image: url(../images/common/icon_arrow_orange.png); }
  .service_button_item:hover::before {
    width: 100%;
    right: auto;
    left: 0; }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .service_button_item {
    width: 48%; }
    .service_button_item__orange {
      margin: 0; } }

/*--------------------------------------------------

    works / works-detail

--------------------------------------------------*/
.works {
  padding-bottom: 20px; }
  .works-detail {
    padding: 50px 0; }
    .works-detail_content {
      align-items: flex-end; }
    .works-detail_figure {
      width: 55%;
      height: 32vw;
      min-height: 120px;
      border-radius: 5px;
      position: relative;
      z-index: 0;
      overflow: hidden; }
      .works-detail_figure::after {
        content: '';
        opacity: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.5s; }
      .works-detail_figure__size-small {
        width: 40%;
        height: 26.66667vw;
        min-height: 100px; }
    .works-detail_image {
      width: 100%;
      height: 100%;
      transition: all 0.5s ease-in-out; }
    .works-detail_label {
      width: 80px;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 700;
      text-align: center;
      background-color: #f8b551;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10; }
      .works-detail_label__fix {
        background-color: #00a0e9; }
    .works-detail_figure:hover::after {
      opacity: 1; }
    .works-detail_figure:hover .works-detail_image {
      transform: scale(1.3); }
    .works-detail_text {
      width: 100%;
      margin: 15px 0 0; }

/*--------------------------------------------------

    faq

--------------------------------------------------*/
.faq {
  padding-bottom: 0; }
  .faq_list_item {
    padding: 15px;
    border-radius: 10px;
    background-color: #cbe7f4; }
    .faq_list_item:not(:last-child) {
      margin-bottom: 20px; }
  .faq_list_box {
    padding: 20px;
    margin: 0 auto;
    border-radius: inherit;
    background-color: #fff; }
  .faq_list_icon {
    flex-wrap: nowrap; }
    .faq_list_icon::before {
      flex-shrink: 0;
      width: 35px;
      height: 35px;
      margin-right: 10px;
      line-height: 35px;
      color: #fff;
      font-weight: 700;
      font-size: 1.7rem;
      text-align: center;
      border-radius: 50%; }
  .faq_list_title {
    align-items: flex-end;
    margin: 0 0 12px;
    font-size: inherit;
    font-weight: 700; }
    .faq_list_title::before {
      content: 'Q';
      line-height: 31px;
      background-color: #58b5ee; }
    .faq_list_title__text {
      flex: 1;
      padding: 0 0 10px;
      border-bottom: 4px dotted #00a0e9; }
  .faq_list_text {
    align-items: flex-start;
    justify-content: flex-start; }
    .faq_list_text::before {
      content: 'A';
      color: #58b5ee; }
    .faq_list_text p {
      align-self: center; }

/*--------------------------------------------------

    company

--------------------------------------------------*/
.company {
  padding-bottom: 0; }
  .company_title {
    margin: 0 0 20px; }
  .company_table {
    margin: 0 0 50px;
    text-align: center; }
    .company_table th {
      text-align: inherit; }
  .company_map {
    width: 100%;
    height: 64vw;
    min-height: 240px; }
    .company_map iframe {
      width: 100% !important;
      height: 100% !important; }
  .company-staff {
    padding-bottom: 0; }
    .company-staff_list_item {
      width: 100%;
      text-align: center; }
      .company-staff_list_item:not(:last-child) {
        margin-bottom: 30px; }
    .company-staff_list_figure {
      width: 53.33333vw;
      min-width: 200px;
      height: 65.33333vw;
      min-height: 245px;
      margin: 0 auto 5px; }
      .company-staff_list_figure:hover {
        opacity: 0.6; }
    .company-staff_list_image {
      width: 100%;
      height: 100%; }
    .company-staff_list_table {
      border-collapse: separate;
      border-spacing: 0 10px; }
      .company-staff_list_table_title {
        width: 50%;
        color: #fff;
        font-weight: 700;
        background-color: #58b5ee; }
      .company-staff_list_table_text {
        padding: 3px 0 2px; }

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
.privacy_content {
  padding: 0; }
  .privacy_content:not(:last-child) {
    margin-bottom: 25px; }

.privacy_subtitle {
  margin: 0 0 10px; }

.privacy_list_item {
  display: flex; }
  .privacy_list_item::before {
    content: '・'; }

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_title {
  margin: 0 0 10px; }

.site_list li {
  border-bottom: 1px solid #000; }

.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative; }
  .site a:hover {
    color: #00a0e9;
    transform: translateX(10px); }
  .site a::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em; }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center; }
  .error a {
    color: #00a0e9;
    display: inline;
    text-decoration: underline; }
  @media screen and (max-width: 539px) {
    .error {
      text-align: left; } }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact-method {
  margin: 50px 0 0;
  background: repeating-linear-gradient(-45deg, #dff8ff 0% 7px, #e2f9ff 7px 14px); }
  .contact-method_title {
    margin: 0; }
  .contact-method_text {
    margin: 20px 0; }
  .contact-method_tel {
    font-size: 1.6rem; }
    .contact-method_tel a {
      margin: 0 0 18px;
      font-size: 3rem;
      text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff; }
      .contact-method_tel a::before {
        width: 32px;
        height: 22px;
        background-image: url(../images/common/icon_tel_shadow.png); }

.contact_title {
  margin: 0 0 20px; }

.contact_table {
  margin: 0 auto 30px;
  text-align: left; }
  .contact_table_body, .contact_table_row, .contact_table_text {
    display: block; }
  .contact_table_row {
    padding: 10px 10px 15px;
    border-bottom: 2px dotted #58b5ee; }
  .contact_table_title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    line-height: 1.5;
    text-align: left;
    transition: all 0.5s; }
    .contact_table_title [class*="mark"] {
      float: right;
      min-width: 40px;
      padding: 2px;
      line-height: 1.5;
      color: #fff;
      font-size: 1.2rem;
      text-align: center;
      border-radius: 5px; }
    .contact_table_title .required-mark {
      background-color: #e60012; }
    .contact_table_title .arbitrary-mar {
      background-color: #15b91b; }
  .contact_table_text a {
    display: inline-block;
    text-decoration: underline;
    white-space: nowrap; }
  .contact_table_text div:not(:last-child) {
    margin-bottom: 8px; }
  .contact_table_text label {
    white-space: nowrap; }
  .contact_table_text input:focus,
  .contact_table_text select:focus,
  .contact_table_text textarea:focus {
    outline: none;
    border-color: #000; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 4px;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s; }

.contact textarea {
  display: block;
  resize: none; }

.contact input[type='button'],
.contact input[type='submit'] {
  border: none;
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer; }

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit; }

.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0; }

.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; }

.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px; }

.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px; }

.contact input[name="items[address]"] {
  margin-top: 8px; }

.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b; }

.contact .error-text {
  margin: 0 0 4px;
  color: #b91515; }

.contact_submits {
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  max-width: 230px;
  height: 45px;
  color: #fff;
  font-weight: 700;
  background-color: #58b5ee; }
  .contact_button + .contact_button {
    margin-left: 2%; }
  .contact_button:hover {
    background-color: #f8b551; }

.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden; }
  .contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto; }

.contact_text-box {
  text-align: center; }

.contact input[type=radio] + lable {
  width: 31%;
  margin: 0; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='num'],
.contact input[type='text'],
.contact input[type='email'] {
  width: 125%;
  padding: 8px;
  margin: 0 0 -9px;
  font-size: 16px;
  transform: scale(0.8);
  transform-origin: left top; }

.contact input[type='num'] {
  width: 80px;
  margin: 0; }
  .contact input[type='num'] + input[type='num'] {
    transform-origin: right top; }

.contact textarea {
  min-height: 200px;
  margin: 0 0 -40px; }

.contact_recaptcha {
  margin: 0 0 30px; }

@media screen and (max-width: 539px) {
  .contact_text-box {
    text-align: left; } }

/*--------------------------------------------------

    global-footer

--------------------------------------------------*/
.global-footer {
  padding: 0 0 20px;
  background: repeating-linear-gradient(-45deg, #dff8ff 0% 7px, #e2f9ff 7px 14px) repeat-x bottom/100% calc(100% - 37px); }
  .global-footer_logo {
    width: 100%;
    margin: 0 0 20px;
    text-align: center; }
    .global-footer_logo a {
      display: inline-block;
      width: 240px;
      padding: 15px 40px;
      background-color: #fff; }
  .global-footer_item {
    width: 100%;
    margin: 0 0 10px;
    text-align: center; }
    .global-footer_item_free-dial {
      margin: 10px 0 5px;
      font-size: 2.5rem; }
  .global-footer_info {
    text-align: center;
    width: 100%; }
    .global-footer_info_sns-link {
      display: inline-block;
      width: 40px;
      height: 40px; }
      .global-footer_info_sns-link:hover {
        opacity: 0.6; }
  .global-footer_copyright {
    margin: 20px 0 0;
    font-size: 1.2rem;
    text-align: center; }
    .global-footer_copyright a {
      display: inline-block; }

/*# sourceMappingURL=style_sp.css.map */