@charset "UTF-8";
/*
SCSS SMACSS BEM
*/
/* Tools */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.text-align-right {
  text-align: right;
}

.hyphens_none {
  -ms-hyphens: none;
      hyphens: none;
}

.hyphens_manual {
  -ms-hyphens: manual;
      hyphens: manual;
}

.hyphens_auto {
  -ms-hyphens: auto;
      hyphens: auto;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/
.hidden-lgview {
  display: none !important;
}

.hidden-smview {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .hidden-lgview {
    display: block !important;
  }
  .hidden-smview {
    display: none !important;
  }
}
/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

/* padding
-------------------------------*/
/*
  MAIN:general
--------------------------------------------- */
body {
  margin: 0 auto;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  line-break: strict;
  vertical-align: top;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.blank-window:after {
  font-family: "Material Icons";
  content: "\e895";
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.4rem;
  vertical-align: top;
  overflow-y: hidden;
  display: inline-block;
}

.blank-window--large:after {
  font-size: 1.6rem;
  vertical-align: middle;
}

p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4c4c4c;
}

.text-bold {
  font-weight: bold;
}

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

input[type=text] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=submit] {
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

@-ms-viewport {
  width: auto !important;
}
:root {
  -ms-overflow-style: scrollbar;
}

@media screen and (min-width: 768px) {
  .-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}
/* Layout */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background: #FFF;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eee;
}

body.home .l-header {
  border-bottom: 1px solid #FFF;
}

.l-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 88px;
}

.l-overlay {
  display: none;
}

.l-main {
  width: 100%;
  position: relative;
  min-height: 500px;
}

.l-contents {
  position: relative;
  width: 91.1111111111vw;
  margin: 0 auto;
}

.l-inner {
  position: relative;
  width: 73.3333333333vw;
  margin: 0 auto;
}

.l-footer {
  background-color: #2e2e2e;
}

@media screen and (max-width: 990px) {
  .l-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 55px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    position: fixed;
    background: #FFF;
    top: 0;
    left: 0;
  }
  .l-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 55px;
    width: 100%;
  }
  .l-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9998;
  }
  .l-main {
    width: 100%;
    position: relative;
  }
  .l-contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 6.4vw;
  }
  .l-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .l-footer {
    background-color: #2e2e2e;
    height: auto;
  }
}
/* Module */
.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  padding: 29px 20px 0 64px;
}
.header__logo a {
  width: 143px;
  display: block;
}

.sp-menu {
  display: none;
}

.sp-check {
  display: none;
}

.menuwapper {
  width: 90.2777777778vw;
}
.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item {
  position: relative;
}
.menu__item a {
  display: block;
  height: 88px;
  padding: 26px 17px 2px;
  text-align: left;
  position: relative;
  border-bottom: 2px solid #FFF;
  -webkit-transition: background 0.7s, border-bottom 0.7s;
  transition: background 0.7s, border-bottom 0.7s;
}
.menu__item a:hover {
  text-decoration: none;
  border-bottom: 2px solid #00a0c4;
  background: #e5f5f9;
}
.menu__item a:hover .menu__en {
  color: #00a0c4 !important;
}
.menu__item a:hover .menu__jp {
  color: #00a0c4 !important;
}
.menu__en {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
.menu__en--child {
  font-size: 1.4rem;
}
.menu__en--has-child::after {
  display: inline-block;
  content: "";
  background: url("/wp/wp-content/themes/goodlife/resources/img/common/icon_arrow_down.png");
  background-size: contain;
  width: 10px;
  height: 6px;
  margin-left: 16px;
  margin-top: 5px;
  vertical-align: top;
}
.menu__en--white {
  color: #FFF;
}
.menu__jp {
  color: #999;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1.1rem;
}
.menu__jp--child {
  font-size: 1.2rem;
}
.menu__contact {
  background: #111;
  height: 88px;
  width: 12.5vw;
}
.menu__contact a {
  display: block;
  padding: 28px 0;
  text-align: center;
}
.menu__child {
  display: none;
  position: absolute;
  width: 19.4444444444vw;
  background: #FFF;
  left: 0;
  top: 89px;
  z-index: 999999;
}
.menu__child-list {
  padding: 20px 0 0 33px;
}
.menu__child-item a {
  padding: 0px 2.0833333333vw 1.3888888889vw 0;
  height: inherit;
  min-height: inherit;
  border-bottom: none;
}
.menu__child-item a:hover {
  border-bottom: none;
  background: none;
}
.menu__child-item .menu__jp {
  text-align: left;
}

body.real-estate .state--real-estate .menu__en,
body.real-estate .state--real-estate .menu__jp {
  color: #00a0c4;
}

body.media .state--media .menu__en,
body.media .state--media .menu__jp {
  color: #00a0c4;
}

body.robot .state--robot .menu__en,
body.robot .state--robot .menu__jp {
  color: #00a0c4;
}

body.company .state--company .menu__en,
body.company .state--company .menu__jp {
  color: #00a0c4;
}

body.recruit .state--recruit .menu__en,
body.recruit .state--recruit .menu__jp {
  color: #00a0c4;
}

body.real-estate .state--real-estate .menu__child .menu__en {
  color: #000;
}

body.real-estate .state--real-estate .menu__child .menu__jp {
  color: #999;
}

body.robot .state--robot .menu__child .menu__en {
  color: #000;
}

body.robot .state--robot .menu__child .menu__jp {
  color: #999;
}

@media screen and (max-width: 990px) {
  .header__inner {
    width: 100%;
    height: 55px;
    display: block;
  }
  .header__logo {
    padding: 18px 0 0 16px;
  }
  .header__logo a {
    width: 118px;
    display: block;
  }
  .sp-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 19px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .menu__wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    top: 55px;
    width: 100%;
    overflow: scroll;
    height: 100vh;
  }
  .menu__container {
    display: block;
    width: 100%;
    background-color: #FFF;
  }
  .menu__list {
    display: block;
    margin-bottom: 3.3333333333vw;
  }
  .menu__item {
    position: relative;
    height: inherit;
    list-style-type: none;
  }
  .menu__item a {
    display: block;
    height: inherit;
    padding: 4vw 4vw;
    text-align: left;
    border-bottom: none;
  }
  .menu__item a:hover {
    text-decoration: none;
    border-bottom: none;
    background-color: #FFF;
    border-bottom: none;
    color: inherit;
  }
  .menu__item a:hover .menu__jp {
    color: #999;
    -webkit-transition: none;
    transition: none;
  }
  .menu__en {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
  }
  .menu__en--child {
    font-size: 1.4rem;
  }
  .menu__en--has-child::after {
    display: inline-block;
    content: "";
    background: url("/wp/wp-content/themes/goodlife/resources/img/common/icon_arrow_down.png");
    background-size: contain;
    width: 20px;
    height: 12px;
    margin-left: 16px;
    margin-top: 3px;
    vertical-align: top;
  }
  .menu__en--white {
    color: #FFF;
  }
  .menu__jp {
    color: #999;
    font-weight: bold;
    display: block;
    text-align: left;
    font-size: 1.1rem;
  }
  .menu__jp--child {
    font-size: 1.2rem;
  }
  .menu__contact {
    background: #111;
    height: inherit;
    width: 100%;
    padding-left: 4vw;
  }
  .menu__contact a {
    display: block;
    min-height: 6.1111111111vw;
    padding: 28px 0;
    text-align: left;
  }
  .menu__child {
    position: relative;
    width: 100%;
    background: #FFF;
    top: inherit;
    left: inherit;
    z-index: 999999;
    padding-left: 8vw;
  }
  .menu__child-list {
    padding: 0;
  }
  .menu__child-item a {
    padding: 15px 3px;
    height: inherit;
  }
  .menu__child-item a:hover {
    border-bottom: none;
  }
  .menu__child-item .menu__jp {
    text-align: left;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #020408;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
    width: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 10px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp-check {
    display: block;
  }
}
.footer__wrapper {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__left-block {
  width: 69.5833333333vw;
}
.footer__right-block {
  width: 20.9722222222vw;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.0138888889vw;
  margin-bottom: 18px;
}
.footer__item {
  margin-right: 1.5277777778vw;
  margin-bottom: 0.8333333333vw;
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-utility__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-utility__item {
  margin-right: 1.5277777778vw;
  margin-bottom: 2.0833333333vw;
}
.footer-utility__item:last-child {
  margin-right: 0;
}
.footer-utility__item a {
  color: #b0b0b0;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer-utility__item a .blank-window:before {
  font-family: "Material Icons";
  content: "\e895";
}

.sns {
  padding-top: 1.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sns__item {
  margin-right: 22px;
}
.sns a {
  color: #FFF;
  font-size: 2rem;
}

.cr {
  color: #666;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .footer__wrapper {
    color: #FFF;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__left-block {
    width: 100%;
  }
  .footer__right-block {
    width: 100%;
  }
  .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 8vw;
    margin-bottom: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__item {
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
  .footer__item:last-child {
    margin-right: 0;
  }
  .footer__item a {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .footer-utility__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-utility__item {
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
  .footer-utility__item:last-child {
    margin-right: 0;
  }
  .footer-utility__item a {
    color: #b0b0b0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .footer-utility__item a .blank-window:before {
    font-family: "Material Icons";
    content: "\e895";
  }
  .sns {
    padding-top: 1.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns__item {
    margin-right: 0;
  }
  .sns a {
    color: #FFF;
    font-size: 2rem;
  }
  .cr {
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-right: 0;
    padding-bottom: 5.3333333333vw;
  }
}
.bread {
  margin-top: 4.1666666667vw;
  margin-bottom: 7.5vw;
  color: #4c4c4c;
}
.bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
}
.bread__item a {
  display: block;
  margin-right: 1.9444444444vw;
  color: #4c4c4c;
}
.bread__item a:after {
  background: url("/wp/wp-content/themes/goodlife/resources/img/common/icon_arrow_grey.png");
  width: 6px;
  height: 10px;
  display: inline-block;
  content: "";
  background-size: cover;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .bread {
    background: #FFF;
    border-top: 1px solid #eee;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4vw 6vw;
  }
  .bread__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
  }
  .bread__item a {
    display: block;
    margin-right: 5.3333333333vw;
    color: #4c4c4c;
  }
  .bread__item a:after {
    background: url("/wp/wp-content/themes/goodlife/resources/img/common/icon_arrow_grey.png");
    width: 6px;
    height: 10px;
    display: inline-block;
    content: "";
    background-size: cover;
    margin-left: 5.3333333333vw;
  }
}
.level-1-basic {
  margin-bottom: 6.9444444444vw;
}
.level-1-basic--wide-bottom {
  margin-bottom: 17.7083333333vw;
}
.level-1-basic--medium-bottom {
  margin-bottom: 14.5833333333vw;
}
.level-1-basic__en {
  font-size: 8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 3.75vw;
  display: block;
  color: #00a0c4;
}
.level-1-basic__sub {
  color: #4c4c4c;
  font-size: 2.4rem;
  font-weight: bold;
}
.level-1-basic__image-robot {
  margin-bottom: 3.75vw;
  width: 541px;
  display: block;
}

@media screen and (max-width: 767px) {
  .level-1-basic {
    margin-top: 22.6666666667vw;
    margin-bottom: 16vw;
  }
  .level-1-basic--wide-bottom {
    margin-bottom: 25.6vw;
  }
  .level-1-basic--medium-bottom {
    margin-bottom: 22.6666666667vw;
  }
  .level-1-basic__en {
    font-size: 5rem;
    margin-bottom: 6.6666666667vw;
    display: block;
    color: #00a0c4;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .level-1-basic__sub {
    color: #4c4c4c;
    font-size: 2rem;
  }
  .level-1-basic__image-robot {
    margin-bottom: 6.6666666667vw;
    width: 82.1333333333vw;
  }
}
.level2-top {
  color: #000;
}
.level2-top--en {
  font-size: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 1.6666666667vw;
  display: block;
}
.level2-top--en-large {
  font-size: 10rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2.7777777778vw;
  display: block;
}
.level2-top--en-mid {
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2.7777777778vw;
  display: block;
  color: #00a0c4;
}
.level2-top--en-sm {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.25vw;
  display: block;
  color: #00a0c4;
}
.level2-top--white {
  color: #FFF;
}
.level2-top--sub {
  color: #4c4c4c;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}
.level2-top--sub-large {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}
.level2-top--sub-sm {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
}
.level2-top--sub-white {
  color: #FFF;
}
.level2-top--grey {
  color: #4c4c4c;
}
.level2-top--blue {
  color: #00a0c4;
}
.level2-top--right {
  text-align: right;
}
.level2-top--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .level2-top--en {
    font-size: 4.8rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 5.3333333333vw;
    display: block;
  }
  .level2-top--en-large {
    font-size: 5.6rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 9.3333333333vw;
    display: block;
  }
  .level2-top--en-mid {
    font-size: 5.6rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 9.3333333333vw;
    display: block;
    color: #00a0c4;
  }
  .level2-top--en-sm {
    font-size: 2.4rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 3.7333333333vw;
    display: block;
    color: #00a0c4;
  }
  .level2-top--white {
    color: #FFF;
  }
  .level2-top--sub {
    color: #4c4c4c;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
  }
  .level2-top--sub-large {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
  }
  .level2-top--sub-sm {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
  }
  .level2-top--grey {
    color: #4c4c4c;
  }
  .level2-top--blue {
    color: #00a0c4;
  }
  .level2-top--right {
    text-align: right;
  }
  .level2-top--center {
    text-align: center;
  }
  .sp-color-white {
    color: #FFF;
  }
  .sp-color-blue {
    color: #00a0c4;
  }
  .sp-color-grey {
    color: #4c4c4c;
  }
  .sp-align-left {
    text-align: left;
  }
  .sp-align-right {
    text-align: right;
  }
  .sp-gutter-right {
    padding-right: 6.4vw;
  }
}
.level2-main--en {
  font-family: "Noto Sans JP", sans-serif;
  color: #00a0c4;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2.4305555556vw;
  padding: 0;
  margin-top: 4.4444444444vw;
  display: block;
}
.level2-main--jp {
  color: #4c4c4c;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3.4722222222vw;
  display: block;
}

@media screen and (max-width: 767px) {
  .level2-main--en {
    font-size: 4.3rem;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
    padding: 0;
    margin-top: 25.3333333333vw;
    display: block;
  }
  .level2-main--jp {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 9.0666666667vw;
  }
}
.level3-main--jp {
  color: #00a0c4;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 6.6666666667vw;
  margin-bottom: 2.7777777778vw;
  display: block;
  padding: 0 2.2222222222vw;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .level3-main--jp {
    font-size: 2.2rem;
    margin-top: 19.0666666667vw;
    margin-bottom: 7.3333333333vw;
    padding: 0;
  }
}
.level4-main {
  color: #00a0c4;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.6666666667vw;
  padding: 0 2.2222222222vw;
  margin-top: 4.4444444444vw;
}
.level4-main--large {
  font-size: 4rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .level4-main {
    font-size: 1.8rem;
    margin-bottom: 4.2666666667vw;
    margin-top: 12.8vw;
    padding: 0;
  }
  .level4-main--large {
    font-size: 3rem;
  }
}
.lead-main {
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .lead-main {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 12vw;
  }
}
.paragraph-main {
  line-height: 2;
  color: #4c4c4c;
  padding: 0 2.2222222222vw;
  margin-bottom: 3.8888888889vw;
}
.paragraph-main--no-gutter {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .paragraph-main {
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.services {
  margin-bottom: 6.6666666667vw;
}
.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services__item {
  width: 23.3333333333vw;
  background-color: #FFF;
  margin-top: 1.6666666667vw;
  padding: 2.7777777778vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__item:nth-child(-n+3) {
  margin-top: 0;
}
.services__detail {
  width: 100%;
  color: #00a0c4;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 2.0833333333vw 1.0416666667vw;
}
.services__detail--large {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.services__detail--medium {
  font-size: 1.6rem;
  margin: 0;
}
.services__detail--small {
  color: #4c4c4c;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.services__detail--small-gutter {
  margin-top: 2.0833333333vw;
  margin-bottom: 0.4166666667vw;
}
.services__text {
  color: #4c4c4c;
  text-align: center;
  line-height: 2;
  padding: 0 2.2916666667vw;
  font-size: 1.4rem;
  width: 100%;
}
.services__point {
  color: #00a0c4;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2.5vw;
}
.services__point--narrow-bottom {
  margin-bottom: 1.9444444444vw;
}
.services__robot--01 {
  width: 4.7222222222vw;
  margin: 0 auto;
}
.services__robot--02 {
  width: 5.4166666667vw;
  margin: 0 auto;
}
.services__robot--03 {
  width: 3.2638888889vw;
  margin: 0 auto;
}
.services__robot--04 {
  width: 3.75vw;
  margin: 0 auto;
}
.services__robot--05 {
  width: 3.3333333333vw;
  margin: 0 auto;
}
.services__robot--06 {
  width: 3.3333333333vw;
  margin: 0 auto;
}
.services__robot--07 {
  width: 4.6527777778vw;
  margin: 0 auto;
}
.services__real-estate--01 {
  width: 4.5138888889vw;
  margin: 0 auto;
}
.services__real-estate--02 {
  width: 4.7222222222vw;
  margin: 0 auto;
}
.services__real-estate--03 {
  width: 5vw;
  margin: 0 auto;
}
.services__media--01 {
  width: 5.1388888889vw;
  margin: 0 auto;
}
.services__media--02 {
  width: 4.7222222222vw;
  margin: 0 auto;
}
.services__media--03 {
  width: 3.8194444444vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .services {
    margin-bottom: 18.6666666667vw;
  }
  .services__list {
    display: block;
  }
  .services__item {
    width: 100%;
    background-color: #FFF;
    margin-top: 4.4vw;
    padding: 8.5333333333vw 0;
    display: block;
  }
  .services__item:nth-child(-n+3) {
    margin-top: 4.4vw;
  }
  .services__detail {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 8vw 0;
    padding: 0 4vw;
  }
  .services__detail--large {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .services__detail--medium {
    font-size: 1.7rem;
    margin: 0;
    padding: 0;
  }
  .services__detail--small {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .services__detail--small-gutter {
    margin-top: 8vw;
    margin-bottom: 0.5333333333vw;
    text-align: center;
  }
  .services__text {
    line-height: 2;
    padding: 0 4vw;
  }
  .services__point {
    color: #00a0c4;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 10vw;
  }
  .services__point--narrow-bottom {
    margin-bottom: 10vw;
  }
  .services__robot--01 {
    width: 18.1333333333vw;
    margin: 0 auto;
  }
  .services__robot--02 {
    width: 20.8vw;
    margin: 0 auto;
  }
  .services__robot--03 {
    width: 12.5333333333vw;
    margin: 0 auto;
  }
  .services__robot--04 {
    width: 16.8vw;
    margin: 0 auto;
  }
  .services__robot--05 {
    width: 12.8vw;
    margin: 0 auto;
  }
  .services__robot--06 {
    width: 12.8vw;
    margin: 0 auto;
  }
  .services__robot--07 {
    width: 17.8666666667vw;
    margin: 0 auto;
  }
  .services__real-estate--01 {
    width: 17.2vw;
    margin: 0 auto;
  }
  .services__real-estate--02 {
    width: 18.1333333333vw;
    margin: 0 auto;
  }
  .services__real-estate--03 {
    width: 18.9333333333vw;
    margin: 0 auto;
  }
  .services__media--01 {
    width: 19.7333333333vw;
    margin: 0 auto;
  }
  .services__media--02 {
    width: 18.1333333333vw;
    margin: 0 auto;
  }
  .services__media--03 {
    width: 14.6666666667vw;
    margin: 0 auto;
  }
}
.btn-a {
  position: relative;
  width: 184px;
  text-align: center;
}

.btn-a--x-short {
  position: relative;
  width: 119px;
  text-align: center;
}

.btn-a--short {
  position: relative;
  width: 154px;
  text-align: center;
}

.btn-a--long {
  position: relative;
  width: 215px;
  text-align: center;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.btn-a--x-long {
  position: relative;
  width: 318px;
  text-align: center;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 auto;
}

.btn-a--xx-long {
  position: relative;
  width: 335px;
  text-align: center;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.btn-a a {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px 24px;
  background: none;
  border-radius: 30px;
  border: 1px solid #00a0c4;
  color: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-a a::after {
  background: #00a0c4;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn-a a span {
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1;
}

.btn-a a span::after {
  font-family: "Material Icons";
  font-weight: normal;
  position: absolute;
  right: 16px;
  top: 16px;
  content: "\e5cc";
  z-index: 5;
}

.btn-a--blank a span::after {
  font-family: "Material Icons";
  font-weight: normal;
  position: absolute;
  right: 16px;
  top: 16px;
  content: "\e895";
  z-index: 5;
}

.btn-a a::before {
  background: #00a0c4;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-a a::after {
  background: #ffffff;
  left: -35%;
}

.btn-a a:hover {
  color: #00a0c4;
}

.btn-a a:hover::after {
  height: 100%;
  width: 150%;
}

.btn-a--large a {
  padding: 17px 24px;
  font-size: 2.4rem;
  text-align: center;
}

.btn-a--large a span::after {
  font-family: "Material Icons";
  font-weight: normal;
  position: absolute;
  right: 28px;
  top: 18px;
  content: "\e895";
  z-index: 5;
}

.btn-a--large-self a span::after {
  font-family: "Material Icons";
  font-weight: normal;
  position: absolute;
  right: 9px;
  top: 10px;
  content: "\e315";
  z-index: 5;
  font-size: 3.5rem;
}

.btn-jp a {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .btn-a {
    width: 49.0666666667vw;
    text-align: center;
  }
  .btn-a--x-short {
    width: 31.7333333333vw;
    text-align: center;
  }
  .btn-a--short {
    width: 31.7333333333vw;
    text-align: center;
  }
  .btn-a--long {
    width: 56vw;
    text-align: center;
  }
  .btn-a--x-long {
    position: relative;
    width: 87.2vw;
    text-align: center;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
    margin: 0 auto;
    text-align: center;
  }
  .btn-a--xx-long {
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .btn-a a {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 4vw 4vw;
    background: #00a0c4;
    border-radius: 50px;
    border: 1px solid #00a0c4;
    color: #fff;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    font-size: 1.6rem;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn-a a::after {
    content: none;
  }
  .btn-a a span {
    width: 100%;
    height: 100%;
    font-weight: bold;
    line-height: 1;
  }
  .btn-a a span::after {
    font-family: "Material Icons";
    font-weight: normal;
    position: absolute;
    right: 4.4vw;
    top: 4vw;
    content: "\e5cc";
  }
  .btn-a--blank a span::after {
    font-family: "Material Icons";
    font-weight: normal;
    position: absolute;
    right: 4vw;
    top: 4vw;
    content: "\e895";
    z-index: 5;
  }
  .btn-a a::before {
    content: none;
  }
  .btn-a a::after {
    background: #ffffff;
    left: -35%;
  }
  .btn-a a:hover {
    color: #FFF;
  }
  .btn-a a:hover::after {
    height: 100%;
    width: 150%;
  }
  .btn-a--large a {
    padding: 20px 3.2vw;
    font-size: 2.4rem;
    text-align: center;
  }
  .btn-a--large a span::after {
    font-family: "Material Icons";
    font-weight: normal;
    position: absolute;
    right: 5.7333333333vw;
    top: 5.3333333333vw;
    content: "\e895";
    z-index: 5;
  }
  .btn-a--large-self a span::after {
    font-family: "Material Icons";
    font-weight: normal;
    position: absolute;
    right: 9px;
    top: 14px;
    content: "\e315";
    z-index: 5;
    font-size: 3.5rem;
  }
}
.btn-d {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-d a::after {
  background: #00a0c4;
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 0;
  top: 0;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn-d a {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn-d a::before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-d a::after {
  left: -100%;
}

.btn-d a:hover span {
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.btn-d a:hover::after {
  height: 100%;
  width: 200%;
}

.btn-d a:active::after {
  background: #007089;
}

@media screen and (max-width: 767px) {
  .btn-d {
    overflow: hidden;
  }
  .btn-d a::after {
    background: #00a0c4;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 0;
    top: 0;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .btn-d a {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .btn-d a::before {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .btn-d a::after {
    left: -100%;
  }
  .btn-d a:hover span {
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .btn-d a:hover::after {
    height: 100%;
    width: 200%;
  }
  .btn-d a:active::after {
    background: #007089;
  }
}
.btn-white {
  width: 330px;
  text-align: center;
  margin: 0 auto;
}
.btn-white a {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: block;
  padding: 16px 16px;
  background: #FFF;
  border-radius: 30px;
  color: #4c4c4c;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-white a span::after {
  font-family: "Material Icons";
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 16px;
  content: "\e895";
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .btn-white {
    width: 100%;
  }
  .btn-white a {
    padding: 3.3333333333vw 6.6666666667vw;
    line-height: 1.5;
    font-size: 1.6rem;
    border-radius: 45px;
  }
  .btn-white a span::after {
    font-family: "Material Icons";
    font-weight: normal;
    position: absolute;
    right: 4vw;
    top: 38%;
    content: "\e895";
    z-index: 5;
  }
}
.related {
  background: #f0f9fc;
  padding-top: 5.5555555556vw;
}

.related-contents {
  height: 22.2222222222vw;
  position: relative;
  margin-top: 3.6805555556vw;
  overflow: hidden;
}

.btn-related-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.btn-related-wrap > div {
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
}

.btns {
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
}

.btn-related-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-related {
  margin-right: 28px;
  margin-bottom: 24px;
  height: 227px;
  width: 246px;
}
.btn-related:last-child {
  padding-right: 0;
  width: 246px;
}

.btn-related a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: url(#mask);
          clip-path: url(#mask);
}
.btn-related a:hover {
  text-decoration: none;
}

.btn-related a::before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-related a::after {
  background: #00a0c4;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  left: -100%;
}

.btn-related a:hover p {
  color: #fff;
}

.btn-related a:hover::after {
  height: 100%;
  width: 200%;
}

.btn-related a:active::after {
  background: #007089;
}

@media screen and (max-width: 767px) {
  .related {
    background: #f0f9fc;
    padding-top: 21.3333333333vw;
  }
  .related-contents {
    height: 104vw;
    position: relative;
    margin-top: 7.0666666667vw;
    overflow: hidden;
  }
  .btn-related-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .btn-related-wrap > div {
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
  }
  .btns {
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
  }
  .btn-related-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 519px;
  }
  .btn-related {
    margin-right: 27px;
    padding-bottom: 0;
    height: 226px;
    width: 246px;
  }
  .btn-related:nth-child(even) {
    margin-right: 0;
  }
  .btn-related:last-child {
    margin-right: 0;
    width: 246px;
  }
  .btn-related a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: url(#mask);
            clip-path: url(#mask);
  }
  .btn-related a:hover {
    text-decoration: none;
  }
  .btn-related a::before {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .btn-related a::after {
    background: #00a0c4;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    top: 0;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    left: -100%;
  }
  .btn-related a:hover p {
    color: #fff;
  }
  .btn-related a:hover::after {
    height: 100%;
    width: 200%;
  }
  .btn-related a:active::after {
    background: #007089;
  }
}
main > svg {
  width: 100%;
  height: 1px;
}

@media all and (-ms-high-contrast: none) {
  .btn-related a {
    background: url("/wp/wp-content/themes/goodlife/resources/img/top/service_panl_bg.svg") 0 0 no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .btn-related a::before {
    background: none;
  }
  .btn-related a::after {
    content: none;
  }
  .btn-related a:hover p {
    color: #00a0c4;
  }
}
@supports (-ms-ime-align: auto) {
  .btn-related a {
    background: url("/wp/wp-content/themes/goodlife/resources/img/top/service_panl_bg.svg") 0 0 no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .btn-related a::before {
    background: none;
  }
  .btn-related a::after {
    content: none;
  }
  .btn-related a:hover p {
    color: #00a0c4;
  }
}
.company-link__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 11.8055555556vw;
}
.company-link__list--padding-top-narrow {
  padding-top: 5.5555555556vw;
  padding-bottom: 3.4722222222vw;
  margin-bottom: 0;
}
.company-link__item {
  border-left: 1px solid #e6f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.0833333333vw;
}
.company-link__item:last-child {
  border-right: 1px solid #e6f5f9;
}
.company-link__item a {
  background-color: #FFF;
  width: 24.2361111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-link__item a:hover {
  text-decoration: none;
}
.company-link__title--en {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  color: #00a0c4;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding-top: 2.7777777778vw;
}
.company-link__title--en-pt-wide {
  padding-top: 4.1666666667vw;
}
.company-link__title--jp {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  color: #4c4c4c;
  font-weight: bold;
  padding-top: 1.3888888889vw;
  padding-bottom: 2.5vw;
}

@media screen and (max-width: 767px) {
  .company-link__list {
    width: 100%;
    display: block;
    padding-top: 10.6666666667vw;
  }
  .company-link__list--padding-top-narrow {
    padding-top: 14.6666666667vw;
    padding-bottom: 21.3333333333vw;
    margin-bottom: 0;
  }
  .company-link__item {
    border-left: none;
    border-top: 1px solid #e6f5f9;
    display: block;
    margin-bottom: 0;
  }
  .company-link__item:last-child {
    border-right: none;
    border-bottom: 1px solid #e6f5f9;
  }
  .company-link__item a {
    background-color: #FFF;
    width: 100%;
    display: block;
  }
  .company-link__item a:hover {
    text-decoration: none;
  }
  .company-link__title--en {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
    color: #00a0c4;
    font-size: 2.4rem;
    text-align: left;
    display: block;
    padding-top: 8vw;
    padding-left: 8vw;
  }
  .company-link__title--jp {
    text-align: left;
    display: block;
    font-size: 1.6rem;
    color: #4c4c4c;
    font-weight: bold;
    padding-top: 5.3333333333vw;
    padding-left: 8vw;
    padding-bottom: 8vw;
  }
}
.panel__title {
  color: #00a0c4;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  padding-top: 36px;
  line-height: 1.1;
}
.panel__title--small {
  font-size: 36px;
}
.panel__title--mid-size {
  padding-top: 62px;
  font-size: 42px;
}
.panel__title--mid-size--small {
  font-size: 36px;
}
.panel__title--sm-size {
  font-size: 36px;
}
.panel__title--sm-size--small {
  font-size: 30px;
}
.panel__title span {
  display: block;
  line-height: 1.1;
}
.panel__small {
  font-size: 28px;
}
.panel__title-jp {
  color: #333;
  padding: 30px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .panel__btn {
    margin-bottom: 6vw;
  }
  .panel__btn-c a {
    display: block;
    overflow: hidden;
  }
  .panel__btn-c a:hover {
    text-decoration: none;
  }
  .panel__title {
    font-size: 4.5rem;
    padding-top: 32px;
    line-height: 1.1;
  }
  .panel__title--small {
    font-size: 3.9rem;
  }
  .panel__title--mid-size {
    padding-top: 50px;
    font-size: 3.9rem;
  }
  .panel__title--mid-size--small {
    font-size: 3.7rem;
  }
  .panel__title--sm-size {
    font-size: 3.8rem;
  }
  .panel__title--sm-size--small {
    font-size: 3.1rem;
  }
  .panel__title span {
    display: block;
    line-height: 1.2;
  }
  .panel__small {
    font-size: 21px;
  }
  .panel__title-jp {
    color: #333;
    padding: 15px 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
}
.horizontal-halves {
  display: block;
  width: 68.9583333333vw;
  margin: 0 auto 6.5972222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.horizontal-halves__item--text {
  width: 31.5277777778vw;
}
.horizontal-halves__item--photo {
  width: 33.6805555556vw;
}

@media screen and (max-width: 767px) {
  .horizontal-halves {
    display: block;
    width: 100%;
    margin: 0 auto 12.6666666667vw;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .horizontal-halves__item--text {
    width: 100%;
    margin-bottom: 6vw;
  }
  .horizontal-halves__item--photo {
    width: 100%;
  }
}
.contact {
  padding-top: 10vw;
  padding-bottom: 5.5555555556vw;
}
.contact--bg-white {
  padding-top: 5.5555555556vw;
  background-color: #FFF;
  border-top: 1px solid #eee;
}
.contact__lead {
  font-size: 1.8rem;
  color: #00a0c4;
  font-weight: bold;
  padding-top: 2.6388888889vw;
  padding-bottom: 1.5277777778vw;
}
.contact__phone {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  color: #00a0c4;
  letter-spacing: 2px;
  padding-bottom: 1.5277777778vw;
}
.contact__hours {
  font-size: 1.4rem;
}
.contact__info {
  margin-bottom: 2.0833333333vw;
}

.contact-halves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-halves__item {
  width: 36.8055555556vw;
}
.contact-halves__item--padding-left {
  padding-left: 2.7777777778vw;
}

.contact-full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 21.3333333333vw;
    padding-bottom: 18.6666666667vw;
    position: relative;
  }
  .contact--bg-white {
    padding-top: 21.3333333333vw;
    background-color: #FFF;
  }
  .contact__lead {
    font-size: 1.8rem;
    padding-top: 14.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .contact__phone {
    font-family: "Lato", sans-serif;
    font-size: 4.6rem;
    color: #00a0c4;
    letter-spacing: 2px;
    padding-bottom: 5.7333333333vw;
  }
  .contact__hours {
    font-size: 1.4rem;
  }
  .contact__info {
    margin-bottom: 8vw;
  }
  .contact-halves {
    display: block;
  }
  .contact-halves__item {
    width: 100%;
  }
  .contact-halves__item--padding-left {
    padding-left: 0;
  }
}