@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------
  Base Layout
------------------------------------------*/
*{
  box-sizing: border-box;
  word-break : break-all;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  color: #181818;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: .7;
  transition: opacity .2s ease;
}
a.link-tel {
  pointer-events: none;
}

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

.wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.disp-pc {
  display: block;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

.fa-phone-square {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  a.link-tel {
    pointer-events: auto;
  }
}

/*------------------------------------------
  parts
------------------------------------------*/
/********** layout **********/



.layout-type01 {
  padding: 0 40px;
  max-width: 1080px;
  margin: auto;
}

.layout-type02 {
  padding: 0 40px;
  max-width: 1440px;
  margin: auto;
}

.layout-type03 {
  padding: 0 40px;
  max-width: 960px;
  margin: auto;
}

/********** column **********/
.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.column-type01 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.column-type02 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.col {
  box-sizing: border-box;
}

.col-w20 {
  width: 20%;
}

.col-w25 {
  width: 25%;
}

.col-w30 {
  width: 30%;
}

.col-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w36 {
  width: 36%;
}

.col-w40 {
  width: 40%;
}

.col-w46 {
  width: 46%;
}

.col-w48 {
  width: 48%;
}

.col-w49 {
  width: 49%;
}

.col-w50 {
  width: 50%;
}

.col-w56 {
  width: 56%;
}

.col-w60 {
  width: 60%;
}

.col-w66 {
  width: 66%;
}

.col-w76 {
  width: 76%;
}

/********** title **********/
.title-type01 {
  color: #0b57a3;
  font-weight: bold;
/*
  font-size: 34px;
  font-size: 3.4rem;
*/
    font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .05em;
  line-height: 1.3;
}

.title-type02 {
  color: #fff;
}
.title-type02 .ttl-ja {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .1em;
}
/*
.title-type02 .ttl-ja {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/

.title-type03 {
  color: #0b57a3;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.title-type04 {
  background: #000299;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.company_page .title-type04 {
  background: #000299;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  letter-spacing: 1px;
} 

.title-type05 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  /* border-left: 8px solid #000299; */
  line-height: 1.4;
  padding: 10px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  background: #000299;
}
@media screen and (max-width: 767px) {
  .title-type05 {
    font-size: 14px;
    text-align: left;
  }
}


/********** btn **********/
.btn-type01 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000299;
  font-weight: bold;
  padding-left: 90px;
}
.btn-type01:before {
  content: "";
  width: 68px;
  height: 4px;
  border-radius: 20px;
  background: #000299;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.btn-type02 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background: #0b57a3;
  padding: .6em 0;
}

.btn-type03 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0b57a3;
  padding: .6em 0;
}

.btn-type04 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #0b57a3;
  color: #0b57a3;
  padding: 5px 10px;
  letter-spacing: 1px;
}

/********** list **********/
.list-type01 .list-item {
  position: relative;
  margin-bottom: 4em;
  padding-top: 90px;
}
.list-type01 .list-item:last-child {
  margin-bottom: 0;
}
.list-type01 .list-item:nth-child(odd) .item-inner:before {
  right: 0;
}
.list-type01 .list-item:nth-child(odd) .item-image {
  left: 0;
}
.list-type01 .list-item:nth-child(odd) .item-contents {
  float: right;
  padding-left: 20px;
}
.list-type01 .list-item:nth-child(even) .item-inner:before {
  left: 0;
}
.list-type01 .list-item:nth-child(even) .item-image {
  right: 0;
}
.list-type01 .list-item:nth-child(even) .item-contents {
  padding-right: 20px;
}

.list-type01 .item-image {
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  box-shadow: 0px 2px 2.97px .03px rgba(24, 24, 24, .4);
}

.list-type01 .item-inner {
  position: relative;
}
.list-type01 .item-inner:before {
  content: "";
  width: 80%;
  height: 100%;
  background: #e4e4e4;
  position: absolute;
  top: 0;
}

.list-type01 .item-contents {
  position: relative;
  background: #e4e4e4;
  width: 50%;
  padding: 70px 0 90px;
  box-sizing: border-box;
}
.list-type01 .item-contents .title {
  margin-bottom: 20px;
}
.list-type01 .item-contents .text {
  color: #444;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .list-type01 .item-contents .text {
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 0px;
  }
}


.list-type02 .list-item {
  margin-bottom: 3em;
}
.list-type02 .list-item:last-child {
  margin-bottom: 0;
}

.list-type02 .item-image {
  width: 44%;
}

.list-type02 .item-text {
  width: 56%;
  background: #d8eafc;
}
/* .list-type02 .item-text .title {
  background: #fff;
} */
.list-type02 .item-text .text {
  padding: 1em 2em;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1180px) {
  .list-type02 .item-image {
    width: 50%;
  }
  
  .list-type02 .item-text {
    width: 50%;
  }
  .list-type02 .item-text .text {
    padding: 1em 1em;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 820px) {
.list-type02 .item-image {
  width: 100%;
  text-align: center;
}
.list-type02 .item-image img {
  width: 80%;
}
.list-type02 .item-text {
  width: 80%;
  margin: 0 auto;
}
.list-type02 .item-text .text {
  font-size: 14px;
  padding: 1.5em;
}
}

@media screen and (max-width: 767px) {
  .list-type02 .item-image img {
    width: 100%;
  }
  .list-type02 .item-text {
    width: 100%;
    margin: 0 auto;
  }
  }


.list-type03 .list-item {
  margin-bottom: 3em;
}
.list-type03 .list-item:last-child {
  margin-bottom: 0;
}

.list-type03 .item-inner {
  -webkit-align-items: center;
          align-items: center;
}

.list-type03 .item-image {
  width: 20%;
  text-align: right;
}

.list-type03 .item-text {
  width: 80%;
}
.list-type03 .item-text a {
  display: block;
  padding: 1em 2em;
  background: #000299;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.list-type03 .item-text a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -6px;
}

.list-type04 li {
  margin-bottom: 3em;
}

.list-type04 .item-text {
  background: #d8eafc;
}
.list-type04 .item-text .text {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
.list-type04 .item-text {
  width: 100%;
}
.list-type04 .item-text .text {
  font-size: 14px;
  padding: 15px;
}
}

/********** table **********/
.table-type01 {
  width: 100%;
}
.table-type01 th, .table-type01 td {
  vertical-align: top;
  padding: .6em 0;
  font-size: 16px;
}
.table-type01 th {
  color: #000299;
  text-align: left;
  width: 7em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table-type01 {
    width: 95%;
    margin: 0 auto;
  }
  .table-type01 th {
    vertical-align: top;
    padding: 0 0;
    width: 100%;
    display: inline-block;
  }
  .table-type01 td {
    vertical-align: top;
    padding: 0 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .table-type01 th {
    color: #000299;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
  }
}


.table-type02 {
  width: 100%;
  font-size: 16px;
}
.table-type02 th, .table-type02 td {
  vertical-align: top;
  padding: .6em 0;
}
.table-type02 th {
  color: #000299;
  text-align: left;
  width: 7em;
}



.table-type03 {
  width: 100%;
  font-size: 16px;
}
.table-type03 th, .table-type03 td {
  padding: 1em 0;
  vertical-align: middle;
}
.table-type03 th {
  text-align: right;
  width: 11em;
  font-weight: bold;
}
.table-type03 th p {
  padding-right: 1em;
  border-right: 4px solid #ddd;
}
.table-type03 td {
  padding-left: 1em;
}

/********** textbox **********/
.textbox-type01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
}

/********** article **********/
.article-type01 {
  margin-bottom: 4em;
}

@media only screen and (max-width: 1024px) {
  /********** layout **********/
  .layout-type01, .layout-type02, .layout-type03 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  /********** layout **********/
  .layout-type01, .layout-type02, .layout-type03 {
    padding: 0 10px;
  }

    .col-w30{display: none;}
  /********** column **********/
  .col {
    width: 100% !important;
    margin-bottom: 1.5em;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
  .col-o4 {
    order: 4;
  }
  .col-o5 {
    order: 5;
  }
  /********** title **********/
  .title-type01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title-type02 .ttl-en {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .title-type02 .ttl-ja {
    font-size: 20px;
  }
  .title-type03 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /********** btn **********/
  .btn-type01 {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 50px;
  }
  .btn-type01:before {
    width: 38px;
    height: 2px;
    margin-top: -1px;
  }
  .btn-type02, .btn-type03, .btn-type04 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /********** list **********/
  .list-type01 .list-item {
    width: 100%;
    margin: 0px auto;
    padding: 10px;
  }
  .list-type01 .list-item:nth-child(odd) .item-contents {
    float: none;
    /* padding-left: 0; */
  }
  .list-type01 .list-item:nth-child(even) .item-contents {
    padding-right: 0;
  }
  .list-type01 .item-image {
    position: static;
    width: 100%;
    text-align: center;
  }
  .list-type01 .item-inner:before {
    width: 100%;
  }
  .list-type01 .item-contents {
    width: 100%;
    padding: 20px;
  }
  .list-type01 .item-contents .title {
    margin-bottom: 15px;
  }

  .list-type01 .item-contents .btn {
    text-align: center;
  }

  .list-type03 .list-item {
    margin-bottom: 2em;
  }
  .list-type03 .item-text a {
    padding: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-type03 .item-text a:after {
    width: 6px;
    height: 6px;
    border-width: 2px;
    right: 16px;
    margin-top: -4px;
  }

  /********** textbox **********/
  .textbox-type01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  /********** article **********/
  .article-type01 {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 480px) {
  /********** table **********/
  .table-type03 th, .table-type03 td {
    display: block;
    width: 100%;
    padding: 1em 0;
    vertical-align: middle;
  }
  .table-type03 th {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .table-type03 th p {
    padding-right: 0;
    border-right: none;
  }
  .table-type03 td {
    padding-top: .5em;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.cmn-header {
  background: #fff;
  padding: 15px 0;
}
@media only screen and (max-width: 1024px) {
  .cmn-header {
    padding: 10px 0;
  }
}


.header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.gnav {
  margin-left: auto;
}

.gnav-item {
  padding: 0 .8em;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.gnav-item:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #676767;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.5em;
}
.gnav-item.current .gnav-link {
  color: #000299;
}
.gnav-item.current .gnav-link:before {
  width: 100%;
}
.gnav-item a {
  display: block;
}

.gnav-link {
  color: #000;
  font-weight: bold;
  position: relative;
  padding: .4em;
  line-height: 1.1;
}
.gnav-link:before {
  content: "";
  width: 0;
  height: 2px;
  background: #000299;
  position: absolute;
  bottom: -5px;
  border-radius: 0px;
  transition: .3s;
}
.gnav-link:before {
  left: 0;
}
.gnav-link:hover {
  opacity: 1;
  color: #000299;
}
.gnav-link:hover:before {
  width: 100%;
}

.gnav-toggle {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .gnav-list {
    display: block;
    position: fixed;
    width: 40%;
    height: 100vh;
    background: #000299;
    left: -40%;
    top: 0;
    z-index: 10;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-list-open {
    left: 0 !important;
    border-right: 1px solid #fff;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-item {
    width: 100%;
    padding: 0;
    text-align: left;
    -webkit-flex: none;
            flex: none;
    border-bottom: 1px solid #fff;
  }
  .gnav-item.current .gnav-link {
    background: #000299;
    color: #fff;
  }
  .gnav-link {
    color: #fff;
    padding: 1em;
    border: none !important;
  }
  .gnav-link:hover {
    background: #000299;
    color: #fff;
  }
  .gnav-link:before {
    content: none;
  }
  .gnav-child {
    position: static;
  }
  .gnav-child a {
    padding: 1em;
  }
  .gnav-toggle {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 20;
  }
  .gnav-toggle-icon {
    position: relative;
  }
  .gnav-toggle-icon div {
    position: absolute;
    width: 35px;
    height: 22px;
    top: 8px;
    left: 8px;
  }
  .gnav-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
    display: block;
    width: 100%;
    height: 2px;
    background: #000299;
    position: absolute;
    left: 0;
  }
  .gnav-toggle-icon span:nth-of-type(1) {
    top: 0;
  }
  .gnav-toggle-icon span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .gnav-toggle-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav-open .gnav-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
            bottom: 2px;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
  .gnav-toggle-txt {
    font-size: 12px;
    text-align: center;
    color: #000299;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo img {
    width: 60px;
  }
  .gnav-toggle {
    right: 10px;
    top: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .header-logo {
    width: 100%;
    text-align: center;
  }
  .header-logo img {
    width: 52px;
  }
  .gnav-list {
    width: 60%;
    left: -60%;
  }
  .gnav-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  position: relative;
  background: #e4e4e4;
}

.footer-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-contents {
  margin-left: auto;
  position: relative;
  line-height: 1.5;
}

.footer-nav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.footer-nav li:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #444;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.5em;
}

.footer-nav a {
  color: #444;
  font-weight: bold;
  padding: 0 1em;
}

.footer-menu {
  text-align: right;
  font-size: 14px;
  position: absolute;
  line-height: 2;
  bottom: 0;
  right: 0;
}

.footer-link {
  text-align: right;
  margin-top: 10px;
}

.footer-copyright {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  background: #000299;
  line-height: 1.1;
  padding: 1em 0;
}

@media only screen and (max-width: 1024px) {
  .footer-logo {
    text-align: center;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .footer-logo img {
    width: 73px;
  }
  .footer-contents {
    width: 100%;
  }
  .footer-nav {
    margin-bottom: 1em;
    text-align: center;
  }
  .footer-nav li {
    margin-bottom: .6em;
  }
  .footer-nav li:after {
    content: none;
  }
  .footer-link {
    text-align: center;
  }
  .footer-menu {
    position: static;
    text-align: center;
  }
  .footer-menu li {
    display: inline-block;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-nav {
    font-size: 14px;
    font-size: 1.4rem;
    width: 80%;
    margin: 0 auto;
  }
  .footer-nav a {
    padding: 0 .6em;
  }
  .footer-copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
/********** home **********/
.cmn-main-top {
  background: #000299;
}

.top-section01 {
  position: relative;
}
.top-movie {
  position: relative;
}
.top-movie .icon-scroll {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding-top: 70px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
}
.top-movie-end .icon-scroll {
  opacity: 1;
  -webkit-transition: .6s;
          transition: .6s;
}
.top-movie .icon-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: scrollIcon 1.5s infinite;
          animation: scrollIcon 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrollIcon {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scrollIcon {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.top-section02 {
  color: #fff;
  text-align: center;
  padding: 6em 0;
}
.top-section02 .section-header {
  position: relative;
  padding-top: 60px;
  margin-bottom: 2.5em;
}
/*
.top-section02 .section-header:before {
  content: "";
  width: 2px;
  height: 50px;
  background: #066b81;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
*/
.top-section02 .section-header .ttl-ja {
  font-size: 40px;
  font-size: 4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #37dcff;
  letter-spacing: .065em;
  border-bottom: 2px solid #37dcff;
  display: inline-block;
  line-height: 1;
}
.top-section02 .section-header .ttl-en {
  margin-top: 10px;
}

.top-section04 {
  padding: 6em 0;
  text-align: center;
}
.top-section04 .section-header {
  margin-bottom: 2.5em;
}
.top-section04 .section-header .ttl-ja {
  font-size: 40px;
  font-size: 4rem;
  color: #37dcff;
  letter-spacing: .065em;
  line-height: 1.3;
}
.top-section04 .map {
  margin-bottom: 50px;
}
.top-section04 .map-text {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/********** page **********/
.cmn-main-page {
  padding: 4em 0;
  min-height: 600px;
}
.processing_page .cmn-main-page {
  padding: 4em 0 0;
  min-height: 600px;
}

.cmn-pagetitle {
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cmn-pagetitle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 2, 153, .3);
}
.cmn-pagetitle .pagetitle {
  padding: 6em 0 6em;
  position: relative;
}

.page-section {
  padding-bottom: 4em;
}
.page-section .contents-block {
  margin-bottom: 3em;
}
.page-section .contents-block:last-child {
  margin-bottom: 0;
}
.page-section:last-child {
  padding-bottom: 0;
}

/********** sitemap **********/
#sitemap_list {
  max-width: 800px;
  margin: auto;
}
#sitemap_list li {
  margin-bottom: 10px;
}
#sitemap_list li a {
  display: block;
  border: 2px solid #0b57a3;
  padding: .5em;
}

/********** facility **********/
.facilitylist li:first-child {
  display: none !important;
}

/********** form **********/
.form-block .txt-form {
  margin-bottom: 2%;
  font-size: 16px;
}

.form-block .txt-form-conf {
  display: none;
}

.form-block .input-text input, .form-block .input-textarea textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.form-block .input-text input {
  height: 36px;
  padding: 0 .5em;
}

.form-block .input-text02 input {
  width: 8em;
}

.form-block .input-textarea textarea {
  padding: .5em;
}

.form-block .input-submit {
  text-align: center;
  margin-top: 20px;
}
.form-block .input-submit span {
  display: inline-block;
  vertical-align: middle;
}
.form-block .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.form-block .input-submit .back input {
  background: #ccc;
}
.form-block .input-submit .enter input {
  background: #000299;
  color: #fff;
}

.mw_wp_form_preview .form-block .txt-form-entry {
  display: none;
}

.mw_wp_form_preview .form-block .caution {
  display: none;
}

.mw_wp_form_preview .form-block .txt-form-conf {
  display: block;
}

.mw_wp_form_preview .input-submit span {
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  /********** home **********/
  .top-movie .icon-scroll {
    display: none;
  }
  .top-section02 {
    padding: 3em 0;
  }
  .top-section02 .section-header {
    padding-top: 0px;
    margin-bottom: 1.5em;
  }
  .top-section02 .section-header:before {
    height: 30px;
  }
  .top-section02 .section-header .ttl-ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-section02 .section-header .ttl-en {
    margin-top: 0;
  }
  .top-section02 .section-header .ttl-en img {
    width: 46px;
  }
  .top-section02 .textbox-type01 {
    text-align: left;
  }
  .top-section04 {
    padding: 3em 0;
  }
  .top-section04 .section-header {
    margin-bottom: 1.5em;
  }
  .top-section04 .section-header .ttl-ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-section04 .map {
    margin-bottom: 20px;
  }
  .top-section04 .map iframe {
    height: 350px;
  }
  .top-section04 .map-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /********** page **********/
  .cmn-main-page {
    padding: 2em 0;
  }
  .cmn-pagetitle .pagetitle {
    padding: 4em 0 4em;
  }
  .page-section {
    padding-bottom: 3em;
  }
  .page-section .contents-block {
    margin-bottom: 2em;
  }
}

/********** 設備紹介 **********/
.item-image .col img{width: 100%;height: auto;}


/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .list-type01 .item-inner {
  zoom: 1;
}
.clearfix:after, .list-type01 .item-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* 経営理念 */
.philosophy1 {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0px;
  text-align: left;
  line-height: 2.2;
  color: #181818;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"HiraMinProN-W3","HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,serif;
}
.philosophy2 {
  font-size: 24px;
  font-weight: bold;
  padding: 60px 0px;
  text-align: center;
  color: #181818;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"HiraMinProN-W3","HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,serif;
}
.philosophy3 {
  font-size: 24px;
    font-weight: bold;
    padding: 23px 35px;
    text-align: left;
    background: #E4E4E4;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #181818;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"HiraMinProN-W3","HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,serif;
}
@media only screen and (max-width: 820px) {
  .philosophy1 {
    font-size: 18px;
    padding: 30px 0px;
    text-align: center;
    line-height:  1.8;
  }
  .philosophy2 {
    font-size: 20px;
    padding: 40px 0px;
  }
  .philosophy3 {
    font-size: 20px;
    padding: 20px 10px 20px 60px;
  }

}
@media only screen and (max-width: 767px) {
  .philosophy3 {
    font-size: 16px;
    padding: 20px 15px 20px 15px;
    line-height: 2.2;
  }
  .philosophy2 {
    font-size: 18px;
  }
}

/* リニューアル */
/* fix-bnr */
.translation_area{
  position: relative;
}

.translation_area .gt_float_switcher {
font-family: Arial;
font-size: 16px;
border-radius: 2px;
color: #555;
display: inline-block;
line-height: 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 1px 1px;
background: #fff;
overflow: hidden;
transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.translation_area_spmenu .gt_float_switcher {
  font-family: Arial;
  font-size: 14px;
  margin-left: 20px;
  color: #555;
  display: inline-block;
  line-height: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 1px;
  background: #fff;
  overflow: hidden;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.fix-bnr {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 100;
}

.sp {
  display: none; /* pcの時は非表示 */
}
.pc {
  display: block; /* spの時は非表示 */
}

@media (max-width: 767px) {
  .sp {
    display: block; /* spの時は表示 */
  }
  .pc {
  display: none; /* spの時は非表示 */
  }
}

/* 1024pxでの分技 */
/* 1025px以上で見たときは"pc"のclassがついた画像が表示される */
.pcstyle { display: block !important; }
.spstyle { display: none !important; }
 
/* 1024px以下で見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
  .pcstyle { display: none !important; }
  .spstyle { display: block !important; }
}


/* fix-bnr */
/* ナビ固定 */
#pc_nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

#pc_nav.nav_fixed {
    left: 0;
    position: fixed;
    top: 0;
    opacity: 0.9;
    /* transition: 0.5s; */
}

/* ナビ固定 */


#pc_nav .header-logo{
  /* transition: 0.5s; */
  width: 70px;
}
@media screen and (max-width: 1024px) {
  #pc_nav .header-logo{
    /* transition: 0.5s; */
    width: 50px;
    margin-left: 5%;
  }
}
#pc_nav.nav_fixed .header-logo{
  /* transition: 0.5s; */
  width: 50px;
}
@media screen and (max-width: 1024px) {
  #pc_nav.nav_fixed .header-logo{
    /* transition: 0.5s; */
    width: 50px;
    margin-left: 5%;
  }
}

.flex_3col{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex_3col li{
  width: calc(100% / 3);
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .flex_3col li{
    width: calc(100% / 2);
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flex_3col{
    width: 80%;
    margin: 0 auto;
  }
  .flex_3col li{
    width: calc(100% / 1);
}
}

.flex_3col .item-text{
  background: #000299;
  text-align: center;
  width: 100%;
  padding: 10px 5px;
}
.flex_3col .item-text p{
  color: #fff;
  font-size: 14px;
}
.flex_3col .item-image{
position: relative;
}
.flex_3col .item-image img{
  object-fit: cover;
  width: 100%;
  height: 290px;
}
@media screen and (max-width: 1024px) {
  .flex_3col .item-image img{
    height: 26vw;
  }
}
@media screen and (max-width: 820px) {
  .flex_3col .item-image img{
    height: 44vw;
  }
}
@media screen and (max-width: 767px) {
  .flex_3col .item-image img{
    height: 70vw;
  }
}

.blue_impact_flex{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .blue_impact_flex{
    width: 100%;
  }
}

.blue_impact_flex li:first-child{
  width: auto;
  text-align: center;
}
.blue_impact_flex li:last-child{
  width: auto;
  text-align: center;
}
.blue_impact_tex{
  font-size: 26px;
  color: #08121e;
}
@media screen and (max-width: 767px) {
  .blue_impact_tex{
    font-size: 18px;
  }
}


.blue_impact_catch{
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.blue_impact_catch h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .blue_impact_catch h3{
    font-size: 20px;
    text-align: left;
    letter-spacing: 0px;
  }
}


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  /*時間差クラス*/
  
  .ani_delay01{
    animation-delay: 0s;
  }
  .ani_delay02{
    animation-delay: 0.5s;
  }
  .ani_delay03{
    animation-delay: 1s;
  }
  .ani_delay04{
    animation-delay: 1.5s;
  }
  .ani_delay05{
    animation-delay: 2s;
  }
  
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
    transform: translateY(100px);
      }
      to {
        opacity: 1;
    transform: translateY(0);
      }
    }
    
.main_box{
  padding: 80px;
  background: #000299;
  width: 100%;
  margin-bottom: 50px;
  background-image: url(../images/common/main_box_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .main_box{
    padding: 40px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .main_box{
    padding: 10px;
  }
}


.white_box{
  padding: 30px 50px;
  /* background: rgb(11,21,33,0.7); */
  background: rgba(216,234,252,.9);
}
.white_box p{
  /* color: #fff; */
  line-height: 2;
  font-size: 18px;
}

@media screen and (max-width: 820px) {
  .white_box{
    padding: 20px 40px;
  }
  .white_box p{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .white_box{
    padding: 10px 10px;
  }
  .white_box p{
    font-size: 14px;
  }
}


.main_catch {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}
.main_catch h3 {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #000299;
}
@media screen and (max-width: 767px) {
  .main_catch h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.main_text{
  margin-top: 5px;
  margin-bottom: 5px;
}
.main_text p{
  font-size: 16px;
  line-height: 1.8;
}

.page_img_style,.page_img_style02{
 margin: 20px auto;
 text-align: center;
}
.page_img_style img{
  width: 60%;
 }
 .page_img_style02 img{
  width: 90%;
 }
 @media screen and (max-width: 820px) {
  .page_img_style img{
    width: 80%;
   }
   .page_img_style02 img{
    width: 100%;
   }
}
@media screen and (max-width: 767px) {
  .page_img_style img{
    width: 100%;
   }
}

.page_2col{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page_2col li{
  width: calc(100% / 2);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .page_2col li{
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_2col li{
    width: calc(100% / 1);
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}


.page_2col img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 1024px) {
  .page_2col img {
    height: 31vw;
  }
}
@media screen and (max-width: 767px) {
  .page_2col img {
    height: 70vw;
  }
}

.page_2col p{
  color: #333;
  text-align: center;
  width: 100%;
  padding: 5px;
}

a.anchor{
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.text_2col_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.text_2col_flex li:nth-child(odd){
  width: 45%;
  padding: 10px;
}
.text_2col_flex li:nth-child(even){
  width: 55%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .text_2col_flex li:nth-child(odd){
    width: 55%;
    padding: 10px;
  }
  .text_2col_flex li:nth-child(even){
    width: 45%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .text_2col_flex{
    flex-direction: column-reverse;
  }
  .text_2col_flex li:nth-child(odd){
    width: 100%;
    padding: 0px;
  }
  .text_2col_flex li:nth-child(even){
    width: 100%;
    padding: 0px;
  }
}



.text_2col_flex img{
  width: 100%;
}
.text_2col_flex h3{
  font-size: 16px;
}
.text_2col_flex h3 span{
  font-size: 20px;
  padding-right: 5px;
  color: #000299;
  font-weight: bold;
    font-family: 'Lato', Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
}
.text_2col_flex p{
  font-size: 16px;
}
.text_2col_flex .title-type04 {
  background: #000299;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.table_design {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
    margin-bottom: 20px;
 }
 .table_design th {
  padding: 5px 10px;
  background: #eee;
  border: solid 1px #08121e;
 }
 .table_design td:nth-child(1) {
  padding: 5px 10px;
  border: solid 1px #08121e;
  width: 30%;
 }
 .table_design td:nth-child(2) {
  padding: 5px 10px;
  border: solid 1px #08121e;
  width: 70%;
 }

.glay_box{
  background: #fff;
  padding: 10px 30px 30px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .glay_box{
    padding: 10px 15px 15px;
  }
}
.w-bg{
  background: none;
}
@media screen and (max-width: 768px) {
  .w-bg{
    background: #fff;
  }
}

  /* sitemap */
  .sitemap_area{
    width: 80%;
    margin: 0 auto; 
}
.sitemap_area h3{
position: relative;
font-size: 22px;
margin-top: 30px;
margin-bottom: 20px;
padding: 5px 20px;
}

.sitemap_area h3::after{
content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to left, #eee 85%, #555 15%);
    transform: translateY(100%);
}

.sitemap_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sitemap_flex li{
width: calc(100% / 2);
padding: 10px;
}
  
@media screen and (max-width: 1024px) {
  .sitemap_flex li{
    width: calc(100% / 2);
    }
}
  @media screen and (max-width: 767px) {
    .sitemap_flex li{
        width: calc(100% / 1);
        }
}

  .btn-sitemap {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    background-color: #0B57A3;
    text-align: left;
    width: 100%;
    padding: 5px 20px;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
  }
  .btn-sitemap:before,
  .btn-sitemap:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000299;
    top: 0;
    pointer-events: none;
  }
  .btn-sitemap:before {
    left: 0;
    width: 0;
    height: 2px;
  }
  .btn-sitemap:after {
    right: 0;
    width: 2px;
    height: 0;
  }
  .btn-sitemap:hover {
    background-color: #FFF;
    color: #000299;
  }
  .btn-sitemap:hover:before {
    width: 100%;
    transition: width 0.2s 0.2s;
  }
  .btn-sitemap:hover:after {
    height: 100%;
    transition: height 0.1s 0.4s;
  }
  .btn-sitemap:hover span:before {
    width: 100%;
    transition: width 0.2s 0.5s;
  }
  .btn-sitemap:hover span:after {
    height: 100%;
    transition: height 0.1s 0.7s;
  }
  .btn-sitemap span:before,
  .btn-sitemap span:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000299;
    bottom: 0;
    pointer-events: none;
  }
  .btn-sitemap span:before {
    right: 0;
    width: 0;
    height: 2px;
  }
  .btn-sitemap span:after {
    left: 0;
    width: 2px;
    height: 0;
  }

    /*****************************
    テキストアニメーション MOVE_TEXT02
*****************************/
.bgextend02{
  animation-name:bgextendAnimeBase02;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #37dcff;
  padding: 0px 0px;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .bgextend02{
    font-size: 22px;
    padding: 0px;
  }
}
@keyframes bgextendAnimeBase02{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.movetext02{
  animation-name:bgextendAnimeSecond02;
  animation-duration:1s;
  animation-delay: 0.3s;
  animation-fill-mode:forwards;
  opacity: 0;
  padding: 0;
}
.movetext02 p{
  padding: 0 10px;
}

@keyframes bgextendAnimeSecond02{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

.movebg02::before{
  animation-name:movebg02Anime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #37dcff;
    
}
@keyframes movebg02Anime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
.movetext02Trigger,
.movebg02Trigger
{
    opacity: 0;
}
/*****************************
テキストアニメーション MOVE_TEXT02 END
*****************************/


.flow_img_style{
  width: 95%;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow_img_style{
    width: 100%;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcimg { display: block !important; }
.spimg { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pcimg { display: none !important; }
    .spimg { display: block !important; }
}


/* ----------------------------------------
foot_contact_area
------------------------------------------*/
.foot_contact_area{
  background-image: url(../images/top/flow_contact_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  position: relative;
}

.foot_contact_area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgb(48,52,64,0.7);

}
.foot_contact_area h3{
position: relative;
font-size: 26px;
font-size: 2.6rem;
color: #fff;
text-align: center;
margin-bottom: 20px;
}
.foot_contact_area p{
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .foot_contact_area p{
      text-align: left;
  }
}

.foot_inner {
  max-width: 960px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}


@media screen and (max-width: 1024px) {
.foot_inner {
  max-width: 900px;
}
}
@media screen and (max-width: 820px) {
.foot_inner {
  max-width: 660px;
}
}
@media screen and (max-width: 767px) {
.foot_inner {
  max-width: 335px;
}
}
.foot_contact_text{
  position: relative; 
}
.foot_contact_area_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .foot_contact_area_flex{
    width: 95%;
  }
}


.foot_contact_area_flex .contact_btn{
  width: 50%;
  padding: 0px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .foot_contact_area_flex .contact_btn{
    width: 100%;
    margin-bottom: 20px;
  }
}

a.btn_foot {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 300px;
  margin: auto;
  padding: 1.5rem 2rem;
  border: 2px solid #000299;
  color: #000299;
  background: #fff;
  transition: 0.5s;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 820px) {
  a.btn_foot {
    width: 280px;
  }
}
a.btn_foot span{
  font-size: 14px;
  line-height: 1;
}

a.btn_foot:hover {
	color: #fff;
  background: #000299;
  opacity: 1;
}

/*****************************
    試作加工 FLEX
*****************************/
.flexM{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flexM_box1{
  width: 30%;
  margin-right: 20px;
}
.flexM_box2{
  width: 67%;
}
@media only screen and (max-width: 767px) {
    .flexM_box1{
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
    .flexM_box2{
      width: 100%;
    }
}