@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }

body, table, input, textarea, select, option {
  font-family: 'Noto Sans JP', sans-serif; }

@font-face {
  font-family: "Avenir Next Cyr W00 Regular";
  src: url("fonts/avenir/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?#iefix");
  src: url("fonts/avenir/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?#iefix") format("eot"), url("fonts/avenir/7db1f672-3a8f-4d19-9c49-7f61aed450b5.woff2") format("woff2"), url("fonts/avenir/4ab86b35-c0c2-42b5-98ad-4b6eba66b197.woff") format("woff"), url("fonts/avenir/276b3566-1c3b-4bc1-8915-15314f091f29.ttf") format("truetype"), url("fonts/avenir/5d02f5f4-46e7-453a-aef9-3e7106d7bb68.svg#5d02f5f4-46e7-453a-aef9-3e7106d7bb68") format("svg"); }
@font-face {
  font-family: "Avenir Next Cyr W00 Medium";
  src: url("fonts/avenir/c6970a14-8b0f-4629-9072-71c7e123908f.eot?#iefix");
  src: url("fonts/avenir/c6970a14-8b0f-4629-9072-71c7e123908f.eot?#iefix") format("eot"), url("fonts/avenir/b0b84e4d-2164-45c7-a674-1662f19f3ba6.woff2") format("woff2"), url("fonts/avenir/e91d1bbf-3fea-45e2-b003-a22b12ce6e5f.woff") format("woff"), url("fonts/avenir/ead8b64b-1abd-4d5b-a642-a21dfe2f463b.ttf") format("truetype"), url("fonts/avenir/e536e1c2-92a4-4db4-8a41-1c55354d11b7.svg#e536e1c2-92a4-4db4-8a41-1c55354d11b7") format("svg"); }
@font-face {
  font-family: "Avenir Next Cyr W00 Demi";
  src: url("fonts/avenir/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?#iefix");
  src: url("fonts/avenir/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?#iefix") format("eot"), url("fonts/avenir/40d36b4a-60c6-460a-bf43-4c948c23563e.woff2") format("woff2"), url("fonts/avenir/45b78f45-e639-4836-8612-e0892e120f14.woff") format("woff"), url("fonts/avenir/cbc021cc-b96f-4c82-ba0d-59cb0b7449c0.ttf") format("truetype"), url("fonts/avenir/c6778bcf-ca82-4a86-8a5f-08b70c9a71fd.svg#c6778bcf-ca82-4a86-8a5f-08b70c9a71fd") format("svg"); }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  color: #000;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s; }
  a:link {
    color: #000;
    text-decoration: none; }
  a:visited {
    color: #000; }
  a:hover {
    color: #000; }
  a:active {
    color: #000; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1250px;
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff; }

#container {
  padding-top: 210px;
  text-align: left; }

#main {
  margin-bottom: 193px; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media screen and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem; }
    body.fixed {
      position: fixed;
      width: 100%;
      height: 100%; }

  #container {
    padding-top: 105px; }

  #main {
    margin-bottom: 100px; }

  a:hover, a:hover img {
    opacity: 1 !important; }

  .pc {
    display: none !important; }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; } }
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 92px;
  padding: 33px 54px 27px 57px;
  background-color: #4C77BA;
  box-sizing: border-box;
  z-index: 10; }
  #gHeader .hInner {
    margin: 0 auto;
    max-width: 1256px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #gHeader .hInner h1, #gHeader .hInner .logo {
      width: 40%; }
      #gHeader .hInner h1 a, #gHeader .hInner .logo a {
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px; }
      #gHeader .hInner h1 .en, #gHeader .hInner .logo .en {
        margin-right: 5.5%;
        font-size: 1.8rem;
        letter-spacing: 1.5px;
        vertical-align: -2px;
        font-family: "Avenir Next Cyr W00 Demi"; }

@media screen and (min-width: 897px) {
  .menuBox {
    display: none !important; } }
@media screen and (max-width: 896px) {
  #gHeader {
    height: 60px;
    padding: 10px; }
    #gHeader .hInner h1, #gHeader .hInner .logo {
      width: auto; }
      #gHeader .hInner h1 .en, #gHeader .hInner .logo .en {
        display: block;
        margin-right: 0;
        font-size: 1.6rem;
        letter-spacing: 1px;
        line-height: 1.2; }

  .menu {
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 101;
    transition: opacity .25s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box; }
    .menu > div {
      margin: 4px auto 0;
      width: 26px;
      height: 26px;
      position: relative; }
    .menu span {
      background-color: #fff;
      border: none;
      height: 2px;
      width: 26px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all .35s ease;
      transition: all .35s ease;
      cursor: pointer; }
      .menu span:nth-of-type(2) {
        top: 9px; }
      .menu span:nth-of-type(3) {
        top: 18px; }
    .menu.active .top {
      -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
      -ms-transform: translateY(9px) translateX(0) rotate(45deg);
      transform: translateY(9px) translateX(0) rotate(45deg); }
    .menu.active .middle {
      opacity: 0; }
    .menu.active .bottom {
      -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
      transform: translateY(-9px) translateX(0) rotate(-45deg); }
    .menu.active .open {
      display: none; }
    .menu.active .close {
      display: block;
      letter-spacing: 2px; }

  .menuBox {
    display: none;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    transform: none;
    -webkit-transform: none;
    background-color: rgba(76, 119, 186, 0.9);
    box-sizing: border-box;
    z-index: 9; }
    .menuBox ul {
      margin: 85px 0; }
    .menuBox li a {
      padding: 15px;
      display: block;
      color: #fff;
      text-align: center;
      border-bottom: 1px solid #fff; } }
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  width: 58%; }
  #gNavi ul {
    display: flex;
    justify-content: flex-end; }
  #gNavi li {
    margin-left: 5.7%; }
    #gNavi li a {
      color: #fff;
      font-size: 1.4rem; }
      @media screen and (min-width: 897px) {
        #gNavi li a:hover {
          opacity: 0.7; } }

@media screen and (max-width: 896px) {
  #gNavi {
    display: none; } }
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  padding: 28px 55px;
  font-size: 1rem;
  letter-spacing: 0;
  border-top: 1px solid #E7E7E7; }
  #pagePath ul {
    margin: 0 auto;
    max-width: 1256px;
    display: flex; }
    #pagePath ul li {
      margin-right: 5px;
      color: #4C77BA; }
      #pagePath ul li a {
        margin-right: 5px;
        color: #4C77BA; }
        @media screen and (min-width: 897px) {
          #pagePath ul li a:hover {
            opacity: 0.7; } }

@media screen and (max-width: 896px) {
  #pagePath {
    padding: 15px; } }
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  background-color: #989ba3; }
  #gFooter .contactBox {
    padding: 40px 0 52px;
    text-align: center;
    background-color: #fcfbf7; }
    #gFooter .contactBox h2 {
      margin-bottom: 20px; }
      #gFooter .contactBox h2 .en {
        margin-bottom: 0;
        padding-bottom: 12px;
        position: relative; }
        #gFooter .contactBox h2 .en:after {
          position: absolute;
          left: 50%;
          width: 11px;
          height: 1px;
          bottom: 0;
          transform: translateX(-50%);
          background-color: #000;
          content: ""; }
    #gFooter .contactBox .comMidTxt {
      margin-bottom: 31px;
      font-weight: 200;
      line-height: 1.75; }
  #gFooter .fBox {
    padding: 38px 46px 35px; }
    #gFooter .fBox .comBox {
      max-width: 1270px;
      display: flex;
      justify-content: space-between; }
      #gFooter .fBox .comBox .fNavi {
        width: 60%;
        display: flex; }
        #gFooter .fBox .comBox .fNavi li {
          margin-right: 30px; }
          #gFooter .fBox .comBox .fNavi li a {
            color: #fff;
            font-weight: 400; }
            @media screen and (min-width: 897px) {
              #gFooter .fBox .comBox .fNavi li a:hover {
                opacity: 0.7; } }
      #gFooter .fBox .comBox .copyright {
        width: 40%;
        color: #fff;
        font-size: 1.4rem;
        font-family: "Avenir Next Cyr W00 Demi";
        text-align: right; }

@media screen and (max-width: 896px) {
  #gFooter .contactBox {
    padding: 25px 0; }
    #gFooter .contactBox .comMidTxt {
      margin-bottom: 20px; } }
    @media screen and (max-width: 896px) and (max-width: 374px) {
      #gFooter .contactBox .comMidTxt {
        letter-spacing: -0.2px; } }
@media screen and (max-width: 896px) {
  #gFooter .fBox {
    padding: 0 0 15px; }
    #gFooter .fBox .comBox {
      margin: 0;
      flex-wrap: wrap; }
      #gFooter .fBox .comBox .fNavi {
        width: 100%;
        margin-bottom: 20px;
        flex-wrap: wrap; }
        #gFooter .fBox .comBox .fNavi li {
          margin-right: 0;
          width: 50%; }
          #gFooter .fBox .comBox .fNavi li a {
            padding: 15px;
            display: block;
            border-bottom: 1px solid #fff; }
          #gFooter .fBox .comBox .fNavi li:nth-child(2n-1) a {
            border-right: 1px solid #fff; }
      #gFooter .fBox .comBox .copyright {
        width: 100%;
        font-size: 1.1rem;
        text-align: center; } }
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* comBox */
.comBox {
  margin: 0 auto;
  max-width: 924px; }

@media screen and (max-width: 896px) {
  .comBox {
    margin: 0 15px; } }
/* en */
.en {
  font-family: "Avenir Next Cyr W00 Regular";
  letter-spacing: 1px; }

/* headLine01 */
.headLine01 {
  margin-bottom: 49px;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center; }
  .headLine01 .en {
    margin-bottom: 13px;
    display: block;
    font-size: 2.1rem;
    font-weight: 400; }

@media screen and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 30px; }
    .headLine01 .en {
      margin-bottom: 7px; } }
/* comImgBox */
.comImgBox {
  margin-bottom: 152px;
  display: flex;
  justify-content: space-between; }
  .comImgBox .txtBox {
    margin-top: -3px;
    width: 450px; }
    .comImgBox .txtBox .headLine01 {
      margin-bottom: 54px;
      text-align: left; }
    .comImgBox .txtBox p {
      margin-bottom: 67px;
      line-height: 1.92;
      letter-spacing: 1.5px; }
    .comImgBox .txtBox .btn a {
      padding-right: 60px;
      display: inline-block;
      color: #4C77BA;
      font-size: 1.1rem;
      font-family: "Avenir Next Cyr W00 Medium";
      background: url("img/common/arrow.png") no-repeat right 5px;
      background-size: 45px auto; }
      @media screen and (min-width: 897px) {
        .comImgBox .txtBox .btn a:hover {
          opacity: 0.7; } }
  .comImgBox .photoBox {
    width: 553px; }

@media screen and (max-width: 896px) {
  .comImgBox {
    margin-bottom: 70px;
    flex-wrap: wrap; }
    .comImgBox .txtBox {
      margin: 0 0 35px;
      width: 100% !important; }
      .comImgBox .txtBox .headLine01 {
        margin-bottom: 30px;
        text-align: center; }
      .comImgBox .txtBox p {
        margin-bottom: 30px;
        letter-spacing: 1px; }
      .comImgBox .txtBox .btn {
        text-align: center; }
        .comImgBox .txtBox .btn a {
          padding-right: 38px;
          background-size: 30px auto; }
    .comImgBox .photoBox {
      width: 100% !important; } }
/* comMidTxt */
.comMidTxt {
  margin-bottom: 60px;
  line-height: 1.92;
  text-align: center; }

@media screen and (max-width: 896px) {
  .comMidTxt {
    margin-bottom: 30px; } }
/* comBtn */
.comBtn a {
  margin: 0 auto;
  max-width: 340px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #4C77BA; }
  @media screen and (min-width: 897px) {
    .comBtn a:hover {
      opacity: 0.7; } }

@media screen and (max-width: 896px) {
  .comBtn a {
    height: 50px;
    font-size: 1.4rem; } }
/* comTable */
.comTable {
  border-spacing: 0;
  width: 100%; }
  .comTable th, .comTable td {
    padding: 12px 0;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: top;
    line-height: 2.08;
    border-bottom: 1px solid #F2F2F2; }
  .comTable th {
    width: 39%;
    font-weight: 300; }
  .comTable .trNone th,
  .comTable .trNone td {
    border-bottom: none; }
  @media screen and (max-width: 896px) {
    .comTable th {
      width: 27%; } }

/* sec01 */
.sec01 {
  margin-bottom: 223px; }
  .sec01 h1.headLine01 {
    margin-bottom: 60px; }
  .sec01 .photo {
    margin-bottom: 84px;
    text-align: center; }
  .sec01 h2.headLine01 {
    margin-bottom: 25px; }
  .sec01 .comMidTxt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 1.5px; }
  @media screen and (max-width: 896px) {
    .sec01 {
      margin-bottom: 110px; }
      .sec01 h1.headLine01 {
        margin-bottom: 30px; }
      .sec01 .photo {
        margin-bottom: 40px; }
        .sec01 .photo img {
          width: 100%; }
      .sec01 .comMidTxt {
        font-size: 1.3rem;
        letter-spacing: 0; } }

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index #container {
  padding-top: 92px; }

.index .mainVisual {
  margin-bottom: 150px;
  background: url("img/index/main_img.jpg") no-repeat center top;
  background-size: cover; }
.index .comBox {
  max-width: 1082px; }
.index .service {
  margin: 0 79px; }
  .index .service ul {
    display: flex;
    justify-content: space-between; }
  .index .service li {
    width: 48.7%; }
    .index .service li a {
      position: relative;
      display: block;
      color: #fff;
      font-size: 1.2rem; }
      .index .service li a:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.38);
        content: ""; }
      @media screen and (min-width: 897px) {
        .index .service li a:hover {
          opacity: 0.7; } }
    .index .service li p {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 95%;
      text-align: center;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .index .service li p .en {
        margin-bottom: 11px;
        display: block;
        font-size: 2.1rem;
        font-weight: 500; }

@media screen and (max-width: 896px) {
  #index #container {
    padding-top: 60px; }

  .index .mainVisual {
    margin-bottom: 70px; }
  .index .comBox {
    max-width: inherit; }
  .index .service {
    margin: 0 10px; }
    .index .service p {
      margin: 0 -5px 30px;
      letter-spacing: -0.2px; } }
    @media screen and (max-width: 896px) and (max-width: 374px) {
      .index .service p {
        margin: 0 0 30px;
        letter-spacing: 0; } }
@media screen and (max-width: 896px) {
    .index .service ul {
      flex-wrap: wrap; }
    .index .service li {
      margin-bottom: 20px;
      width: 100%; } }
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact p {
  margin-bottom: 65px;
  font-size: 1rem;
  line-height: 2;
  text-align: center; }
  .contact p a {
    color: #4C77BA;
    text-decoration: underline; }
    @media screen and (min-width: 897px) {
      .contact p a:hover {
        text-decoration: none; } }
  .contact p a[href^="tel:"] {
    color: #000;
    text-decoration: none; }
.contact .mailForm {
  margin: 0 auto 87px;
  max-width: 766px;
  font-size: 1.2rem; }
  .contact .mailForm dl {
    margin-bottom: 25px; }
    .contact .mailForm dl dt {
      margin-top: 10px;
      color: #2F2F2F;
      float: left; }
    .contact .mailForm dl dd {
      color: #2F2F2F;
      padding: 0 0 40px 20em; }
  .contact .mailForm select,
  .contact .mailForm input[type="text"],
  .contact .mailForm input[type="tel"],
  .contact .mailForm input[type="email"],
  .contact .mailForm textarea {
    padding: 10px;
    color: #2F2F2F;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none; }
  .contact .mailForm select {
    background: url("img/contact/arrow.png") no-repeat right 15px center;
    background-size: 10px auto; }
  .contact .mailForm select::-ms-expand {
    display: none; }
  .contact .mailForm textarea {
    height: 369px;
    resize: none; }
  .contact .mailForm .agree {
    margin-bottom: 80px;
    color: #797979;
    text-align: center; }
    .contact .mailForm .agree input {
      display: none; }
    .contact .mailForm .agree input[type="checkbox"] + span {
      padding: 0 0 1px 24px;
      background: url(img/contact/check_bg.png) no-repeat left 1px;
      background-size: 15px 14px;
      border-radius: 0;
      border: none;
      display: inline-block;
      line-height: 14px; }
    .contact .mailForm .agree input[type="checkbox"]:checked + span {
      background-image: url("img/contact/check_on_bg.png"); }
  .contact .mailForm .submit {
    display: flex;
    justify-content: center; }
    .contact .mailForm .submit li {
      margin: 0 10px; }
      .contact .mailForm .submit li input {
        width: 340px;
        height: 61px;
        justify-content: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        border-radius: 0;
        text-align: center;
        border: none;
        background-color: #4C77BA;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        transition: .3s; }
        @media screen and (min-width: 897px) {
          .contact .mailForm .submit li input:hover {
            opacity: 0.7; } }
.contact .errorMsg {
  margin-bottom: 20px; }
.contact .errorMsg li {
  color: #F00; }
@media screen and (max-width: 896px) {
  .contact p {
    margin-bottom: 30px; }
  .contact .mailForm {
    margin-bottom: 30px;
    max-width: inherit; }
    .contact .mailForm dl dt {
      float: none;
      font-weight: bold; }
    .contact .mailForm dl dd {
      padding: 15px 0 10px !important; }
    .contact .mailForm textarea {
      height: 250px; }
    .contact .mailForm .agree {
      margin-bottom: 40px; }
    .contact .mailForm .submit {
      flex-wrap: wrap; }
      .contact .mailForm .submit li {
        margin: 0 0 10px;
        width: 100%;
        text-align: center; }
        .contact .mailForm .submit li input {
          width: 280px; }
  .contact .errorMsg li {
    font-size: 1rem; } }

.confirm .mailForm dl dt {
  margin-top: 0; }
.confirm .mailForm dl dd {
  padding-bottom: 62px; }

.thanks h1 {
  margin-bottom: 108px; }
.thanks h2 {
  margin-bottom: 50px;
  color: #3B4043;
  font-size: 1.8em;
  font-weight: normal;
  text-align: center; }
.thanks p {
  font-size: 1.2rem;
  line-height: 2.17; }
@media screen and (max-width: 896px) {
  .thanks h1 {
    margin-bottom: 30px; }
  .thanks h2 {
    margin-bottom: 40px;
    font-size: 1.6em; } }
@media screen and (max-width: 896px) {
  .thanks p {
    font-size: 1.1rem; } }

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.company .sec01 {
  margin-bottom: 255px; }
  .company .sec01 h2 {
    margin-bottom: 90px; }
  .company .sec01 .comMidTxt {
    margin-bottom: 28px; }
.company .sec02 {
  margin-bottom: 270px; }
  .company .sec02 h2.headLine01 {
    margin-bottom: 85px; }
  .company .sec02 .comImgBox .txtBox {
    margin-top: -10px;
    width: 347px; }
  .company .sec02 .comImgBox .photoBox {
    width: 474px; }
.company .sec03 h2.headLine01 {
  margin-bottom: 110px; }
.company .sec03 .tabBox {
  padding-left: 40px;
  margin: 0 auto;
  max-width: 490px; }
  .company .sec03 .tabBox .comTable th,
  .company .sec03 .tabBox .comTable td {
    font-size: 1.3rem;
    line-height: 1.92; }
@media screen and (max-width: 896px) {
  .company .sec01 {
    margin-bottom: 120px; }
    .company .sec01 h2 {
      margin-bottom: 45px; }
    .company .sec01 .comMidTxt {
      margin-bottom: 15px; } }
    @media screen and (max-width: 896px) and (max-width: 374px) {
      .company .sec01 .comMidTxt {
        margin: 0 -5px 15px; } }
@media screen and (max-width: 896px) {
  .company .sec02 {
    margin-bottom: 135px; }
    .company .sec02 h2.headLine01 {
      margin-bottom: 45px; }
    .company .sec02 .comImgBox .txtBox {
      margin-top: 0; }
  .company .sec03 h2.headLine01 {
    margin-bottom: 55px; }
  .company .sec03 .tabBox {
    padding-left: 0; }
    .company .sec03 .tabBox .comTable th,
    .company .sec03 .tabBox .comTable td {
      font-size: 1.2rem; } }

/*------------------------------------------------------------
	service
------------------------------------------------------------*/
.service .comBox {
  max-width: 810px; }
.service .sec01 {
  margin-bottom: 110px; }
.service .infoList li {
  margin-bottom: 58px;
  display: flex;
  background-color: #fff; }
  .service .infoList li .photoBox {
    width: 395px; }
    .service .infoList li .photoBox img {
      width: 100%; }
  .service .infoList li .txtBox {
    padding: 30px 52px 15px;
    width: 51.2%;
    box-sizing: border-box; }
    .service .infoList li .txtBox .headLine01 {
      margin-bottom: 30px;
      font-size: 1.3rem;
      text-align: left; }
      .service .infoList li .txtBox .headLine01 .en {
        margin-bottom: 10px; }
    .service .infoList li .txtBox .ttl {
      margin-bottom: 20px;
      font-size: 1.4rem;
      line-height: 1.65; }
    .service .infoList li .txtBox p {
      font-size: 1.2rem;
      letter-spacing: -0.2px;
      line-height: 1.75;
      text-align: justify;
      text-justify: inter-ideograph; }
  .service .infoList li:last-child {
    margin-bottom: 0; }
.service .sec02 {
  padding: 126px 0 240px;
  background-color: #F9F9F9; }
  .service .sec02 h2.headLine01 {
    margin-bottom: 115px;
    font-size: 1.3rem; }
.service .sec03 {
  padding-top: 194px; }
  .service .sec03 .comBox {
    max-width: 870px;
    padding-left: 55px; }
    .service .sec03 .comBox h2.headLine01 {
      margin-bottom: 158px;
      font-size: 1.3rem; }
    .service .sec03 .comBox .infoList li {
      margin-bottom: 80px;
      padding-bottom: 100px;
      background: none;
      border-bottom: 1px solid rgba(201, 201, 201, 0.33); }
      .service .sec03 .comBox .infoList li .txtBox {
        margin: -8px 0 0;
        padding: 0 0 0 55px;
        width: 470px; }
        .service .sec03 .comBox .infoList li .txtBox .headLine01 {
          margin-bottom: 44px; }
        .service .sec03 .comBox .infoList li .txtBox p {
          margin-bottom: 20px;
          font-size: 1.4rem;
          line-height: 1.71;
          letter-spacing: 0.5px; }
          .service .sec03 .comBox .infoList li .txtBox p:last-child {
            margin-bottom: 0; }
@media screen and (max-width: 896px) {
  .service .comBox {
    max-width: inherit; }
  .service .sec01 {
    margin-bottom: 55px; }
  .service .infoList li {
    margin-bottom: 30px;
    flex-wrap: wrap; }
    .service .infoList li .photoBox {
      width: 100%; }
    .service .infoList li .txtBox {
      padding: 20px 15px;
      width: 100%; }
      .service .infoList li .txtBox .headLine01 {
        margin-bottom: 25px !important; }
  .service .sec02 {
    padding: 60px 0 120px; }
    .service .sec02 h2.headLine01 {
      margin-bottom: 60px; }
  .service .sec03 {
    padding-top: 100px; }
    .service .sec03 .comBox {
      padding-left: 0;
      max-width: inherit; }
      .service .sec03 .comBox h2.headLine01 {
        margin-bottom: 80px; }
      .service .sec03 .comBox .infoList li {
        margin-bottom: 40px;
        padding-bottom: 30px; }
        .service .sec03 .comBox .infoList li .txtBox {
          margin: 0;
          padding: 20px 15px 0;
          width: 100%; } }

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruit .sec01 .photo {
  margin-bottom: 130px; }
.recruit .sec01 .comMidTxt {
  margin-bottom: 92px;
  font-size: 1.8rem;
  letter-spacing: 0; }
.recruit .sec01 .innerBox {
  margin: 0 auto;
  max-width: 766px; }
.recruit .sec01 .comTable {
  margin-bottom: 135px; }
  .recruit .sec01 .comTable th,
  .recruit .sec01 .comTable td {
    padding: 15px 3px;
    color: #2F2F2F;
    font-size: 1.3rem;
    line-height: 2.3;
    border-bottom: none; }
    .recruit .sec01 .comTable th a,
    .recruit .sec01 .comTable td a {
      color: #2F2F2F; }
  .recruit .sec01 .comTable th {
    width: 28.5%;
    font-weight: 500; }
.recruit .sec01 .contactBox {
  padding: 67px 67px 105px;
  text-align: center;
  border: 1px solid #3999CB; }
  .recruit .sec01 .contactBox .headLine01 {
    margin-bottom: 37px;
    font-size: 1.5rem;
    font-weight: 600; }
  .recruit .sec01 .contactBox .comMidTxt {
    margin-bottom: 43px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1.5px; }
@media screen and (max-width: 896px) {
  .recruit .sec01 .photo {
    margin-bottom: 40px; }
  .recruit .sec01 .comMidTxt {
    margin-bottom: 45px;
    font-size: 1.6rem; }
  .recruit .sec01 .comTable {
    margin-bottom: 70px; }
    .recruit .sec01 .comTable th,
    .recruit .sec01 .comTable td {
      padding: 8px 0; } }
  @media screen and (max-width: 896px) and (max-width: 374px) {
    .recruit .sec01 .comTable th {
      width: 25%; } }
@media screen and (max-width: 896px) {
  .recruit .sec01 .contactBox {
    padding: 35px 20px; }
    .recruit .sec01 .contactBox .headLine01 {
      margin-bottom: 20px; }
    .recruit .sec01 .contactBox .comMidTxt {
      margin-bottom: 20px; } }
  @media screen and (max-width: 896px) and (max-width: 374px) {
    .recruit .sec01 .contactBox .comMidTxt {
      letter-spacing: 1px; } }

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  max-width: 716px; }
  .privacy .headLine01 {
    margin-bottom: 125px;
    font-size: 1rem; }
  .privacy p {
    margin-bottom: 51px;
    color: #2F2F2F;
    line-height: 2.08; }
    .privacy p a {
      color: #2F2F2F; }
    @media screen and (min-width: 897px) {
      .privacy p .mail:hover {
        text-decoration: underline; } }
    .privacy p .ttl {
      font-weight: 500; }
  .privacy .txtList {
    margin-bottom: 75px; }
    .privacy .txtList li {
      margin-bottom: 27px;
      color: #2F2F2F;
      line-height: 2.08; }
      .privacy .txtList li span {
        font-weight: 500; }
  .privacy .bgBox {
    margin-bottom: 125px;
    padding: 35px 45px 45px;
    background-color: #F9F9F9; }
    .privacy .bgBox p {
      margin-bottom: 34px;
      line-height: 2.3; }
    .privacy .bgBox .rTxt {
      margin-bottom: 0;
      text-align: right; }
  .privacy .innerBox {
    margin-bottom: 180px; }
    .privacy .innerBox h2 {
      margin-bottom: 37px;
      font-size: 2rem;
      font-weight: 300;
      text-align: center; }
    .privacy .innerBox p {
      margin-bottom: 26px; }
    @media screen and (min-width: 897px) {
      .privacy .innerBox .logo a:hover {
        opacity: 0.7; } }
    .privacy .innerBox .link {
      margin: 35px 0 73px;
      font-weight: 500; }
      .privacy .innerBox .link a {
        text-decoration: underline; }
        @media screen and (min-width: 897px) {
          .privacy .innerBox .link a:hover {
            text-decoration: none; } }
    .privacy .innerBox .bgBox {
      padding: 25px 45px 40px; }
      .privacy .innerBox .bgBox th,
      .privacy .innerBox .bgBox td {
        padding: 14px 0;
        color: #2F2F2F;
        font-size: 1.3rem;
        line-height: 2.3;
        border-bottom: none; }
      .privacy .innerBox .bgBox th {
        width: 29.5%; }
      .privacy .innerBox .bgBox .trStyle td {
        padding-bottom: 47px; }
  .privacy .innerBox01 {
    margin-bottom: 120px; }
  @media screen and (max-width: 896px) {
    .privacy {
      max-width: inherit; }
      .privacy .headLine01 {
        margin-bottom: 60px; }
      .privacy p {
        margin-bottom: 30px; }
      .privacy .txtList {
        margin-bottom: 40px; }
        .privacy .txtList li {
          margin-bottom: 20px; }
      .privacy .bgBox {
        margin-bottom: 60px;
        padding: 20px 20px; } }
    @media screen and (max-width: 896px) and (max-width: 374px) {
      .privacy .bgBox {
        padding: 15px; } }
  @media screen and (max-width: 896px) {
        .privacy .bgBox p {
          margin-bottom: 20px; }
      .privacy .innerBox {
        margin-bottom: 90px; }
        .privacy .innerBox h2 {
          margin-bottom: 40px; }
        .privacy .innerBox p {
          margin-bottom: 15px; }
        .privacy .innerBox .logo {
          width: 60px; }
        .privacy .innerBox .link {
          margin: 20px 0 35px; }
        .privacy .innerBox .bgBox {
          padding: 15px 20px 20px; } }
      @media screen and (max-width: 896px) and (max-width: 374px) {
        .privacy .innerBox .bgBox {
          padding: 15px; } }
  @media screen and (max-width: 896px) {
          .privacy .innerBox .bgBox th,
          .privacy .innerBox .bgBox td {
            padding: 10px 0;
            font-size: 1.2rem; }
          .privacy .innerBox .bgBox th {
            width: 25%; }
          .privacy .innerBox .bgBox .trStyle td {
            padding-bottom: 25px; }
      .privacy .innerBox01 {
        margin-bottom: 60px; } }
