@charset "UTF-8";

/*============================================================================*\
   #Foundation
\*============================================================================*/
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
}

pre {
  font-family: monospace,monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'], [type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base
----------------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: 'Noto Sans', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
}

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

a {
  word-wrap: break-word;
  text-decoration: underline;
  overflow-wrap: break-word;
  cursor: pointer;
  transition: color .2s;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active {
  color: #004580;
}

li ol, li ul {
  margin-bottom: 0;
}

nav ol, nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

em {
  font-style: normal;
}

rp, rt {
  font-size: .688em;
  line-height: 1;
}

table {
  font-size: 1em;
  empty-cells: show;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
}

img, iframe, button, input, select, textarea {
  max-width: 100%;
}

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

textarea {
  height: auto;
  resize: vertical;
}

/* header
----------------------------------------------------------------- */
.l-header {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: #fff;
}

.l-header__inner {
  height: 100%;
  width: 100%;
  padding: 0 2.66667vw;
}

.l-header--sp {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.l-header__logo {
  width: 49.33333vw;
}

.l-header__nav {
  background-color: #2A4A9F;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 61.33333vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: .4s ease-out;
}

.l-header__nav.js-nav-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.l-gnav__group {
  width: 100%;
  background-color: #2A4A9F;
  padding: 0 0 1px 8.53333vw;
}

.l-gnav__header {
  background-color: #2A4A9F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 16vw;
}

.l-gnav__logo {
  background-color: #2A4A9F;
  margin-top: 26.66667vw;
  width: 100%;
}

.l-gnav__list {
  background-color: #2A4A9F;
  margin-top: 14.93333vw;
  width: 100%;
}

.l-gnav__list li {
  margin-bottom: 9.6vw;
}

.l-gnav__list li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  text-decoration: none;
}

.js-nav-open, .js-nav-open body {
  overflow: hidden !important;
}

.js-nav-open .l-gnav__group {
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  transition: .4s;
}

.l-footer__inner {
  padding: 16vw 2.66667vw 11.2vw;
}

.l-footer__logo {
  height: auto;
  margin: 0 auto 10.13333vw;
  width: 23.46667vw;
}

.l-footer__note {
  text-align: center;
  font-weight: 700;
}

.l-footer__corp--name {
  font-size: 15px;
  font-size: 4vw;
  margin-bottom: 4.26667vw;
}

.l-footer__corp--info {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
}

/* COPYRIGHT */
.copyright {
  font-size: 10px;
  font-size: 2.66667vw;
  font-weight: 400;
  padding: 2.13333vw;
  text-align: center;
}

/* main
----------------------------------------------------------------- */
/* Other styles */
.bg-white {
  background: #fff;
}

.bg-lightgray {
  background: #e8eaed;
}

.color-primary {
  color: #0064b8;
}

.color-gray {
  color: #717071;
}

.d-sm-none {
  display: block;
}

.d-m-none {
  display: none;
}

.l-section__inner {
  padding: 0 2.66667vw;
}

.c-tit--icon {
  display: inline-block;
  width: 10.13333vw;
}

.c-tit--en {
  display: inline-block;
  font-size: 38px;
  font-size: 10.13333vw;
  font-weight: 700;
  line-height: 1;
  margin: 4.26667vw 0 3.46667vw;
  width: 100%;
}

.c-tit--ja {
  display: inline-block;
  font-size: 11px;
  font-size: 2.93333vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-btn__gnav--icon {
  display: block;
  height: 5.33333vw;
  width: 6.93333vw;
}

.c-btn__gnav--icon.open {
  background: url(/common/img/icon_gnavi_open.svg) center center no-repeat;
  background-size: contain;
  margin-right: 3.46667vw;
}

.c-btn__gnav--icon.close {
  background: url(/common/img/icon_gnavi_close.svg) center center no-repeat;
  background-size: contain;
  margin-right: 6.13333vw;
}

.p-hero {
  background-image: url(../img/hero_img_sp@2x.png);
  background-image: image-set(url(../img/hero_img_sp.png) 1x, url(../img/hero_img_sp@2x.png) 2x, url(../img/hero_img_sp@3x.png) 3x);
  background-image: -webkit-image-set(url(../img/hero_img_sp.png) 1x, url(../img/hero_img_sp@2x.png) 2x, url(../img/hero_img_sp@3x.png) 3x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}

.p-hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.p-hero__title {
  height: 74.13333vw;
  width: 48vw;
}

.p-hero__title img {
  height: auto;
  max-width: 100%;
}

.p-hero__scroll {
  position: absolute;
  bottom: -7.46667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  height: 19.73333vw;
  width: 12.8vw;
}

.p-about {
  background: url(../img/back_overlay_sp.png) center center no-repeat;
  background-size: cover;
  padding: 17.06667vw 2.66667vw 12vw;
  width: 100%;
}

.p-about .c-grid__figure {
  padding: 0 9.33333vw;
}

.p-about .c-grid__figure .figure01 {
  margin: 0 0 2.13333vw auto;
  width: 51.73333vw;
}

.p-about .c-grid__figure .figure02 {
  margin: 0 auto 0 0;
  width: 32.8vw;
}

.p-about__tit {
  margin-top: 14.93333vw;
  width: 74.13333vw;
}

.p-about__read {
  color: #fff;
  font-size: 14px;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 10.66667vw;
}

.p-service {
  padding: 24vw 0 0;
}

.p-service__tit {
  color: #2A4A9F;
  margin-bottom: 5.33333vw;
  text-align: center;
}

.p-service__item {
  padding: 12.8vw 0 10.66667vw;
  position: relative;
}

.p-service__item:last-of-type {
  padding: 12.8vw 0 0;
}

.p-service__item img {
  position: relative;
  z-index: 2;
}

.p-service__item--tit {
  font-size: 20px;
  font-size: 5.33333vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-service__item--tit .matter {
  font-size: 13px;
  font-size: 3.46667vw;
  line-height: 1.4;
  display: block;
  margin: 3.2vw 0;
}

.p-service__item--tit .sub-matter {
  font-size: 13px;
  font-size: 3.46667vw;
  line-height: 1.4;
  display: block;
  margin: 3.2vw 0;
}

.p-service__item--read {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2.2;
  margin-top: 6.4vw;
}

.p-service__item:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

.p-service__item.item01:before {
  background-image: url(../img/service_01.svg);
  height: 15.46667vw;
  width: 18.66667vw;
  left: 0;
}

.p-service__item.item02:before {
  background-image: url(../img/service_02.svg);
  height: 15.46667vw;
  width: 21.06667vw;
  right: 0;
}

.p-service__item.item03:before {
  background-image: url(../img/service_03.svg);
  height: 15.46667vw;
  width: 21.06667vw;
  left: 0;
}

.p-service__figure {
  margin: 0 auto 7.46667vw;
  width: 80vw;
}

.p-service__note {
  margin: 0 auto 4.26667vw;
  width: 80vw;
}

.p-profile {
  padding: 24vw 0 0;
}

.p-profile__tit {
  color: #2A4A9F;
  margin-bottom: 5.33333vw;
  text-align: center;
}

.p-profile__table {
  display: block;
  margin-top: 10.13333vw;
}

.p-profile__table tbody tr, .p-profile__table tbody th, .p-profile__table tbody td {
  display: block;
}

.p-profile__table tbody tr:nth-child(odd) {
  background-color: #F4F4F4;
}

.p-profile__table tbody th, .p-profile__table tbody td {
  font-weight: 700;
}

.p-profile__table tbody th {
  color: #2A4A9F;
  font-size: 13px;
  font-size: 3.46667vw;
  padding: 3.46667vw 5.33333vw 0;
}

.p-profile__table tbody td {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
  padding: 2.13333vw 5.33333vw 3.46667vw;
}

.p-contact {
  background-color: #F4F4F4;
  margin-top: 26.66667vw;
  padding: 10.66667vw 0 8.53333vw;
}

.p-contact__tit {
  color: #2A4A9F;
  margin-bottom: 5.33333vw;
  text-align: center;
}

.p-contact__item {
  padding: 4.26667vw 8.53333vw;
}

.p-contact__item--tit {
  color: #2A4A9F;
  margin-bottom: 2.13333vw;
}

.p-contact__item--tit .en {
  font-size: 21px;
  font-size: 5.6vw;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 2.13333vw;
}

.p-contact__item--tit .ja {
  font-size: 11px;
  font-size: 2.93333vw;
  letter-spacing: .1em;
  font-weight: 500;
  vertical-align: middle;
}

.p-contact__tel {
  color: #2A4A9F;
  display: none;
}

.p-contact__tel .text {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
}

.p-contact__tel--sp {
  color: #2A4A9F;
}

.p-contact__tel--sp .text {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
}

.p-contact__tel--sp a {
  color: #2A4A9F;
  text-decoration: none;
}

.p-contact__num {
  font-family: 'Barlow', sans-serif;
  font-size: 35px;
  font-size: 9.33333vw;
  font-weight: 600;
  line-height: 1;
  vertical-align: baseline;
}

.p-contact__mail {
  background-color: #fff;
  border: 1px solid #2A4A9F;
  height: 13.86667vw;
  width: 77.33333vw;
}

.p-contact__mail a {
  color: #2A4A9F;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.p-contact__mail--txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 3.46667vw;
  font-weight: 600;
  height: 100%;
}

.p-contact__mail--txt:before {
  background: url(/common/img/icon_mail.svg) center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 3.2vw;
  width: 4vw;
  margin-right: 1.06667vw;
}

@media screen and (min-width: 30.001em){
  .l-header{
    height: 8.33333vw;
  }
  .l-header__inner{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 2vw);
    padding: 0;
  }
  .l-header--sp{
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .l-header__logo{
    width: 25.83333vw;
  }
  .l-header__nav{
    background-color: transparent;
    position: static;
    height: auto;
    width: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
  }
  .l-gnav__group{
    background-color: transparent;
    padding: 0;
  }
  .l-gnav__header{
    display: none;
  }
  .l-gnav__logo{
    display: none;
  }
  .l-gnav__list{
    background-color: transparent;
    margin-top: 0;
    width: auto;
  }
  .l-gnav__list li{
    margin: 0 0 0 4.16667vw;
    display: inline-block;
  }
  .l-gnav__list li a{
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-size: 1.5vw;
  }
  .l-footer__inner{
    padding: 9.5vw 2vw;
  }
  .l-footer__inner .c-grid__fx{
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 47.08333vw;
  }
  .l-footer__logo{
    margin: 0;
    width: 12.5vw;
  }
  .l-footer__note{
    text-align: left;
  }
  .l-footer__corp--name{
    font-size: 21px;
    font-size: 1.75vw;
    margin-bottom: 1em;
  }
  .l-footer__corp--info{
    font-size: 16px;
    font-size: 1.33333vw;
  }
  .copyright{
    font-size: 12px;
    font-size: 1vw;
  }
  .d-sm-none{
    display: none;
  }
  .d-m-none{
    display: block;
  }
  .l-section__inner{
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 2.66667vw);
    padding: 0;
  }
  .p-service .l-section__inner{
    width: calc(100% - 10vw);
  }
  .c-tit--icon{
    width: 5.33333vw;
  }
  .c-tit--en{
    font-size: 80px;
    font-size: 6.66667vw;
    margin: 2.16667vw 0 5.33333vw;
  }
  .c-tit--ja{
    font-size: 20px;
    font-size: 1.66667vw;
  }
  .c-btn__gnav{
    display: none;
  }
  .c-grid__fx{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-about .c-grid__fx{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-hero{
    background-image: url(../img/hero_img_pc@2x.png);
    background-image: image-set(url(../img/hero_img_pc.png) 1x, url(../img/hero_img_pc@2x.png) 2x, url(../img/hero_img_pc@3x.png) 3x);
    background-image: -webkit-image-set(url(../img/hero_img_pc.png) 1x, url(../img/hero_img_pc@2x.png) 2x, url(../img/hero_img_pc@3x.png) 3x);
  }
  .p-hero__title{
    height: 43.58333vw;
    width: 28.33333vw;
    margin-top: 8.33333vw;
  }
  .p-hero__scroll{
    bottom: -2.33333vw;
    height: 6.16667vw;
    width: 4vw;
  }
  .p-about{
    background: url(../img/back_overlay_pc.png) center top no-repeat;
    background-size: cover;
    padding: 14.16667vw 0;
    overflow: hidden;
  }
  .p-about .c-grid__figure{
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    width: 42.5vw;
  }
  .p-about .c-grid__figure .figure01{
    margin: 0 -4.16667vw -1.08333vw auto;
    width: 31.66667vw;
  }
  .p-about .c-grid__figure .figure02{
    width: 20vw;
  }
  .p-about .c-grid__note{
    -ms-flex-order: 1;
    order: 1;
    width: 56.91667vw;
  }
  .p-about__tit{
    margin-top: 0;
    width: 100%;
  }
  .p-about__tit img{
    max-width: none;
    width: 100%;
  }
  .p-about__read{
    font-size: 18px;
    font-size: 1.5vw;
    margin-top: 0;
  }
  .p-about__read span{
    display: block;
    margin-top: 5vw;
  }
  .p-service{
    padding: 16.66667vw 0 0;
  }
  .p-service__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8.33333vw 0 12.5vw;
  }
  .p-service__item:last-of-type{
    padding: 8.33333vw 0 0;
  }
  .p-service__item--tit{
    font-size: 40px;
    font-size: 3.33333vw;
    text-align: left;
    border-bottom: 1px solid #333;
    padding-bottom: 2vw;
  }
  .odd .p-service__item--tit{
    padding-left: 4.66667vw;
  }
  .even .p-service__item--tit{
    padding-right: 4.66667vw;
  }
  .p-service__item--tit .matter{
    font-size: 22px;
    font-size: 1.83333vw;
    margin: 1.33333vw 0;
  }
  .p-service__item--tit .sub-matter{
    font-size: 16px;
    font-size: 1.33333vw;
    margin: 1.33333vw 0 0;
  }
  .p-service__item--read{
    font-size: 15px;
    font-size: 1.25vw;
    margin-top: 2vw;
  }
  .odd .p-service__item--read{
    padding-left: 4.66667vw;
  }
  .even .p-service__item--read{
    padding-right: 4.66667vw;
  }
  .p-service__item.item01:before{
    height: 11vw;
    width: 13.16667vw;
    left: -4.5vw;
  }
  .p-service__item.item02:before{
    height: 11vw;
    width: 14.91667vw;
    right: -4.5vw;
  }
  .p-service__item.item03:before{
    height: 11vw;
    width: 14.91667vw;
    left: -4.5vw;
  }
  .p-service__figure{
    margin: 0;
    width: 50.83333vw;
  }
  .even .p-service__figure{
    -ms-flex-order: 2;
    order: 2;
  }
  .p-service__note{
    margin: 0;
    width: 49.16667vw;
  }
  .even .p-service__note{
    -ms-flex-order: 1;
    order: 1;
  }
  .p-profile{
    padding: 16.66667vw 0 0;
  }
  .p-profile__tit{
    margin: 0 auto 6.25vw;
    text-align: left;
    max-width: 800px;
    width: 66.66667vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-profile__tit .c-tit--icon{
    width: 4.66667vw;
    margin-right: 1.66667vw;
  }
  .p-profile__tit .c-tit--en{
    font-size: 60px;
    font-size: 5vw;
    width: auto;
    margin: 0 1.33333vw 0 0;
  }
  .p-profile__tit .c-tit--ja{
    font-size: 16px;
    font-size: 1.33333vw;
    width: auto;
  }
  .p-profile__table{
    display: table;
    margin: 0 auto;
    max-width: 800px;
    width: 66.66667vw;
  }
  .p-profile__table tbody tr{
    display: table-row;
  }
  .p-profile__table tbody th{
    display: table-cell;
    font-size: 16px;
    font-size: 1.33333vw;
    padding: 2.66667vw 5.83333vw;
    vertical-align: middle;
  }
  .p-profile__table tbody td{
    display: table-cell;
    font-size: 16px;
    font-size: 1.33333vw;
    padding: 2.66667vw 5.83333vw;
    vertical-align: middle;
  }
  .p-contact{
    margin-top: 19vw;
    padding: 8.33333vw 0;
  }
  .p-contact__tit{
    margin: 0 auto 6.25vw;
    text-align: left;
    max-width: 928px;
    width: 77.33333vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-contact__tit .c-tit--icon{
    width: 4.66667vw;
    margin-right: 1.66667vw;
  }
  .p-contact__tit .c-tit--en{
    font-size: 60px;
    font-size: 5vw;
    width: auto;
    margin: 0 1.33333vw 0 0;
  }
  .p-contact__tit .c-tit--ja{
    font-size: 16px;
    font-size: 1.33333vw;
    width: auto;
  }
  .p-contact .c-grid__fx{
    margin: 0 auto;
    max-width: 928px;
    width: 77.33333vw;
  }
  .p-contact__item{
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-contact__item--tit{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .p-contact__item--tit .en{
    font-size: 26px;
    font-size: 2.16667vw;
    display: block;
    padding-right: 1.33333vw;
  }
  .p-contact__item--tit .ja{
    font-size: 13px;
    font-size: 1.08333vw;
    display: block;
  }
  .p-contact__tel{
    display: block;
  }
  .p-contact__tel .text{
    font-size: 16px;
    font-size: 1.33333vw;
  }
  .p-contact__tel--sp{
    display: none;
  }
  .p-contact__num{
    font-size: 46px;
    font-size: 3.83333vw;
  }
  .p-contact__mail{
    height: 5vw;
    width: 27.91667vw;
  }
  .p-contact__mail--txt{
    font-size: 16px;
    font-size: 1.33333vw;
  }
  .p-contact__mail--txt:before{
    height: 1.16667vw;
    width: 1.5vw;
    margin-right: 0.66667vw;
  }
}

@media screen and (min-width: 75.001em){
  .l-header{
    height: 100px;
  }
  .l-header__logo{
    width: 310px;
  }
  .l-gnav__list li{
    margin: 0 0 0 50px;
  }
  .l-gnav__list li a{
    font-size: 18px;
  }
  .l-footer__inner{
    padding: 114px 24px;
  }
  .l-footer__inner .c-grid__fx{
    width: 565px;
  }
  .l-footer__logo{
    width: 150px;
  }
  .l-footer__corp--name{
    font-size: 21px;
  }
  .l-footer__corp--info{
    font-size: 16px;
  }
  .copyright{
    font-size: 12px;
  }
  .c-tit--icon{
    width: 64px;
  }
  .c-tit--en{
    font-size: 80px;
    margin: 26px 0 20px;
  }
  .c-tit--ja{
    font-size: 20px;
  }
  .p-hero__title{
    height: 523px;
    width: 340px;
    margin-top: 100px;
  }
  .p-hero__scroll{
    bottom: -28px;
    height: 74px;
    width: 48px;
  }
  .p-about{
    padding: 170px 0;
  }
  .p-about .c-grid__figure{
    -ms-flex-order: 2;
    order: 2;
    width: 510px;
  }
  .p-about .c-grid__figure .figure01{
    margin: 0 -50px 13px auto;
    width: 380px;
  }
  .p-about .c-grid__figure .figure02{
    width: 240px;
  }
  .p-about .c-grid__note{
    width: 683px;
  }
  .p-about__read{
    font-size: 18px;
    margin-top: 0;
  }
  .p-about__read span{
    margin-top: 60px;
  }
  .p-service{
    padding: 200px 0 0;
  }
  .p-service__item{
    padding: 100px 0 150px;
  }
  .p-service__item:last-of-type{
    padding: 100px 0 0;
  }
  .p-service__item--tit{
    font-size: 40px;
    padding-bottom: 24px;
  }
  .odd .p-service__item--tit{
    padding-left: 56px;
  }
  .even .p-service__item--tit{
    padding-right: 56px;
  }
  .p-service__item--tit .matter{
    font-size: 22px;
    margin: 16px 0;
  }
  .p-service__item--tit .sub-matter{
    font-size: 16px;
    margin: 16px 0 0;
  }
  .p-service__item--read{
    font-size: 15px;
    margin-top: 24px;
  }
  .odd .p-service__item--read{
    padding-left: 56px;
  }
  .even .p-service__item--read{
    padding-right: 56px;
  }
  .p-service__item.item01:before{
    height: 132px;
    width: 158px;
    left: -54px;
  }
  .p-service__item.item02:before{
    height: 132px;
    width: 179px;
    right: -54px;
  }
  .p-service__item.item03:before{
    height: 132px;
    width: 179px;
    left: -54px;
  }
  .p-service__figure{
    width: 610px;
  }
  .p-service__note{
    width: 590px;
  }
  .p-profile{
    padding: 200px 0 0;
  }
  .p-profile__tit{
    margin: 0 auto 75px;
  }
  .p-profile__tit .c-tit--icon{
    width: 56px;
  }
  .p-profile__tit .c-tit--en{
    font-size: 60px;
  }
  .p-profile__tit .c-tit--ja{
    font-size: 16px;
  }
  .p-profile__table tbody th{
    font-size: 16px;
    padding: 32px 70px;
  }
  .p-profile__table tbody td{
    font-size: 16px;
    padding: 32px 70px;
  }
  .p-contact{
    margin-top: 228px;
    padding: 100px 0;
  }
  .p-contact__tit{
    margin: 0 auto 75px;
  }
  .p-contact__tit .c-tit--icon{
    width: 56px;
  }
  .p-contact__tit .c-tit--en{
    font-size: 60px;
  }
  .p-contact__tit .c-tit--ja{
    font-size: 16px;
  }
  .p-contact__item--tit .en{
    font-size: 26px;
    padding-right: 16px;
  }
  .p-contact__item--tit .ja{
    font-size: 13px;
  }
  .p-contact__tel .text{
    font-size: 16px;
  }
  .p-contact__num{
    font-size: 46px;
  }
  .p-contact__mail{
    height: 60px;
    width: 335px;
  }
  .p-contact__mail--txt{
    font-size: 16px;
  }
}
