@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

img {
  height: auto !important;
}

.disnone {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 900;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pd100 {
  padding: 100px 0;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

.header {
  width: 100%;
  background-color: #00274a;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contact {
  background-color: #ece020;
  color: #00274a !important;
  display: block;
  height: 55px;
  line-height: 55px;
  width: 220px;
  text-align: center;
  border-radius: 3px;
}

@media only screen and (max-width: 1500px) {
  .header-contact {
    width: 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .header-contact {
    margin-right: 65px;
  }
}

.header-contact i {
  margin-right: 10px;
}

@media only screen and (max-width: 1500px) {
  .header-contact i {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1500px) {
  .header-contact span {
    display: none;
  }
}

.header-lang {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
  .header-lang {
    display: none;
  }
}

.header-lang a {
  color: #fff !important;
  display: block;
  padding: 0 5px;
}

.header-lang-sp {
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  color: #fff;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .header-lang-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-lang-sp a {
  color: #fff !important;
  display: block;
  padding: 0 5px;
}

.js-header {
  display: none;
}

.header-scroll {
  width: 100%;
  background-color: #00274a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  padding: 10px;
}

@media only screen and (max-width: 1000px) {
  .header-scroll {
    display: block !important;
  }
}

.header-scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-scroll-logo {
  max-width: 380px;
}

@media only screen and (max-width: 1200px) {
  .header-scroll-logo {
    max-width: 330px;
  }
}

@media only screen and (max-width: 640px) {
  .header-scroll-logo {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1000px) {
  .header-scroll-nav {
    position: fixed;
    background-color: #00274a;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 70px;
    display: none;
    padding: 0 10px;
  }
}

.header-scroll-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  .header-scroll-nav ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.header-scroll-nav ul li {
  margin-right: 30px;
  color: #fff;
  font-size: 15px;
}

@media only screen and (max-width: 1000px) {
  .header-scroll-nav ul li {
    margin-right: 0;
    width: 50%;
    padding-right: 20px;
    text-align: left;
  }
}

.header-scroll-nav ul li a {
  color: #fff !important;
  font-size: 15px;
}

@media only screen and (max-width: 1000px) {
  .header-scroll-nav ul li a {
    display: block;
    border-bottom: 1px dashed #fff;
    padding-bottom: 5px;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 15px;
  }
}

.header-scroll-nav ul li a span {
  font-size: 12px;
  margin-top: -6px;
  display: block;
}

.header-scroll-nav ul li span {
  font-size: 12px;
  margin-top: -6px;
  display: block;
}

.main {
  margin-top: 75px;
}

.main-inner {
  position: relative;
}

.main-photo img {
  min-height: 700px;
  width: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1000px) {
  .main-photo img {
    min-height: 500px;
  }
}

.main-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5%;
  margin: auto;
  max-width: 1200px;
}

@media only screen and (max-width: 1000px) {
  .main-text {
    top: 50%;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@media only screen and (max-width: 640px) {
  .main-text {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.main-text img {
  width: 80% !important;
}

@media only screen and (max-width: 640px) {
  .main-text img {
    width: 70% !important;
  }
}

.main-circle-box {
  color: #fff !important;
  position: absolute;
}

@media only screen and (max-width: 1000px) {
  .main-circle-box {
    display: none;
  }
}

.main-circle-box img {
  width: 100% !important;
  max-width: 100% !important;
}

.main-circle-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.2vw;
  line-height: 1.6;
  z-index: 1;
  font-weight: 300;
}

.main-circle-box p .en-1 {
  display: block;
  font-size: 0.6em;
}

.main-circle1 {
  left: 17%;
  top: 15%;
  width: 9%;
  min-width: 120px;
}

@media only screen and (max-width: 1200px) {
  .main-circle1 {
    left: 10%;
  }
}

.main-circle2 {
  left: 24%;
  top: 40%;
  width: 7%;
  min-width: 95px;
}

@media only screen and (max-width: 1200px) {
  .main-circle2 {
    left: 17%;
  }
}

.main-circle3 {
  left: 14%;
  top: 60%;
  width: 11%;
  min-width: 150px;
}

@media only screen and (max-width: 1200px) {
  .main-circle3 {
    left: 7%;
  }
}

.main-circle4 {
  top: 22%;
  right: 23%;
  width: 10%;
  min-width: 135px;
}

@media only screen and (max-width: 1200px) {
  .main-circle4 {
    right: 16%;
  }
}

.main-circle5 {
  right: 34%;
  top: 45%;
  width: 7%;
  min-width: 95px;
}

@media only screen and (max-width: 1200px) {
  .main-circle5 {
    right: 27%;
  }
}

.main-circle6 {
  top: 58%;
  right: 19%;
  width: 12%;
  min-width: 160px;
}

@media only screen and (max-width: 1200px) {
  .main-circle6 {
    right: 12%;
  }
}

.res-menu {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 55px;
  height: 55px;
  background-color: #00274a;
  border-radius: 0px;
  cursor: pointer;
  display: none;
  z-index: 99999;
}

@media only screen and (max-width: 1000px) {
  .res-menu {
    display: block;
  }
}

.res-menu div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  height: 2px;
  width: 35%;
}

.res-menu div:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.res-menu div:nth-of-type(3) {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.res-menu.active div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.res-menu.active div:nth-of-type(2) {
  opacity: 0;
}

.res-menu.active div:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#mainArea {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 75px;
}

#local-keyvisual {
  position: relative;
  background-image: url(../images/home/main-bg.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}

#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #333;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 120px 0;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

#local-keyvisual h1:before {
  position: absolute;
  content: "";
  bottom: 80px;
  left: 0;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  #local-keyvisual h1 {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.2em;
  }
}

#local-keyvisual h1 span {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

#local-keyvisual h1:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.pan1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pan1 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #000;
}

.pull-down {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.pull-down img {
  display: block;
  height: 40px !important;
  width: auto !important;
  margin: 0 auto;
}

.pull-down span {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .pull-down {
    display: none;
  }
}

.pull-down .pull-down-menu-wrap {
  position: absolute;
  z-index: 1;
  padding-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-38%);
      -ms-transform: translateX(-38%);
          transform: translateX(-38%);
  height: auto;
  z-index: 99;
  width: 200px;
  display: none;
}

.pull-down .pull-down-menu-wrap .pull-down-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pull-down .pull-down-menu-wrap .pull-down-menu li {
  width: 100% !important;
  display: block;
  height: auto !important;
  padding: 0;
}

.pull-down .pull-down-menu-wrap .pull-down-menu li a {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #00274a;
  font-size: 14px !important;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
}

.pull-down .pull-down-menu-wrap .pull-down-menu li a span {
  margin-top: 2px;
}

.pull-down .pull-down-menu-wrap2 {
  left: auto;
  right: -200px;
  top: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  padding-top: 0;
}

.pull-down .pull-down-menu-wrap2 li {
  margin-right: 0;
}

.pc-none {
  display: none;
}

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

@media all and (-ms-high-contrast: none) {
  .main-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

.footer {
  background-color: #00274a;
  padding: 40px 0 0;
  margin-top: 80px;
  color: #fff;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-l {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .footer-l {
    text-align: center;
  }
}

.footer-logo {
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .footer-logo {
    width: 80%;
  }
}

.footer-info {
  margin-bottom: 15px;
}

.footer-nav ul {
  margin-left: 40px;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .footer-nav ul {
    max-width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .footer-nav ul {
    font-size: 14px;
  }
}

.footer-nav ul li {
  text-align: left;
  width: calc(100% / 2);
  margin-top: 10px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .footer-nav ul li {
    text-align: center;
    width: 33%;
  }
}

@media only screen and (max-width: 640px) {
  .footer-nav ul li {
    text-align: center;
    width: 50%;
  }
}

.footer-nav ul li a {
  display: block;
  color: #fff !important;
}

#copy {
  border-top: rgba(255, 255, 255, 0.1) 1px solid;
  padding: 15px 0;
  margin-top: 40px;
  display: block;
}

#copy a {
  color: #fff !important;
}

.btn {
  position: relative;
  display: block;
  background-color: #00274a;
  text-align: center;
  color: #fff !important;
  border-radius: 5px;
}

.btn:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  content: "\f0a9";
  font-family: "Font Awesome 5 pro";
}

.cont_01 {
  max-width: 1100px;
  width: 90%;
  margin: -80px auto 60px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .cont_01 {
    margin-top: 60px;
  }
}

.cont_01:before {
  position: absolute;
  content: "";
  background-color: #00274a;
  width: 90%;
  height: 7px;
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.cont_01-inner {
  position: relative;
  width: 100%;
  padding: 50px 30px;
}

.cont_01-inner:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #00274a;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
}

.cont_01-inner:after {
  position: absolute;
  content: "";
  background-color: #00274a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -65px;
  margin: auto;
}

.cont_01-text {
  font-size: 18px;
  line-height: 1.8;
}

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

.cont_01-text-yellow {
  color: #ece020;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .cont_01-text-yellow {
    font-size: 24px;
  }
}

.cont_02 {
  margin-top: 120px;
  position: relative;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0 20px;
}

.cont_02:before {
  position: absolute;
  content: "";
  background-color: #90ce9c;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
}

.cont_02-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cont_02-h2 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00274a;
}

@media only screen and (max-width: 640px) {
  .cont_02-h2 h2 {
    font-size: 26px;
  }
}

.cont_02-flex {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .cont_02-flex {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.cont_02-flex .box {
  width: 24%;
  background-color: #fff;
  padding: 40px 20px;
  position: relative;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.7);
          box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.7);
  border-radius: 5px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_02-flex .box {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02-flex .box {
    width: 85%;
    margin: 0 auto;
  }
}

.cont_02-flex .box:before {
  position: absolute;
  content: "";
  background-color: #00274a;
  width: 90%;
  height: 4px;
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.cont_02-flex .box img {
  width: 60% !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .cont_02-flex .box img {
    width: 35% !important;
  }
}

.cont_02-flex .box div {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .cont_02-flex .box:nth-child(3),
  .cont_02-flex .box:nth-child(4) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02-flex .box:nth-child(2) {
    margin-top: 30px;
  }
}

.cont_03 {
  padding: 80px 20px 80px;
  background-color: #90ce9c;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.cont_03-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.cont_03-h2 {
  position: relative;
}

.cont_03-h2:before {
  position: absolute;
  width: 160px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  content: "";
}

.cont_03-h2 h2 {
  padding-bottom: 50px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .cont_03-h2 h2 {
    font-size: 20px;
  }
  .cont_03-h2 h2 br {
    display: none;
  }
}

.cont_03-h2 h2 .yellow-big {
  font-size: 32px;
  color: #ece020;
}

@media only screen and (max-width: 640px) {
  .cont_03-h2 h2 .yellow-big {
    font-size: 26px;
  }
}

.cont_03-h2 h2:before, .cont_03-h2 h2:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.cont_03-h2 h2:before {
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
}

.cont_03-h2 h2:after {
  -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
          transform: translateX(-80px);
}

.cont_03-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .cont_03-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_03-h3 {
  margin-top: 40px;
}

.cont_03-h3 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}

.cont_03-img {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .cont_03-img {
    width: 100%;
  }
}

.cont_03-text {
  width: 50%;
  color: #fff;
  margin-left: 60px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_03-text {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03-text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.cont_03-text div {
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .cont_03-text div br {
    display: none;
  }
}

.cont_03-btn {
  width: 430px;
  height: 70px;
  line-height: 70px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 640px) {
  .cont_03-btn {
    width: 90%;
  }
}

.cont_youtube {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0 20px;
}

.cont_youtube-flex {
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_youtube-flex .box {
  width: 48%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .cont_youtube-flex .box {
    width: 100%;
  }
}

.cont_youtube-flex .box h3 {
  background: #00274a;
  color: #fff;
  font-size: 1.2em;
  padding: 5px 20px;
}

.cont_04 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 80px 20px 0;
  position: relative;
}

.cont_04-inner {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 60px 20px;
  background-image: url(../images/home/news-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
}

.cont_04-inner:before {
  position: absolute;
  content: "";
  background-color: #00274a;
  width: 90%;
  height: 7px;
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.cont_04-inner:after {
  position: absolute;
  content: "";
  background-color: #00274a;
  width: 90%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cont_04-h2 {
  position: relative;
}

.cont_04-h2:before {
  position: absolute;
  width: 120px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #00274a;
  content: "";
}

.cont_04-h2 h2 {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .cont_04-h2 h2 {
    font-size: 30px;
  }
}

.cont_04-h2 h2:before, .cont_04-h2 h2:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00274a;
  border-radius: 50%;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.cont_04-h2 h2:before {
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
}

.cont_04-h2 h2:after {
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
}

.cont_04-h2 h2 span {
  color: #00274a;
  font-size: 14px;
  display: block;
}

.cont-blog {
  margin-top: 20px;
  max-width: 680px;
  margin: 20px auto 0;
  max-height: 300px;
  overflow-y: scroll;
}

.cont-blog .blog_list {
  border: none !important;
}

.cont-blog .blog_list > div {
  border-bottom: 1px dashed #00274a !important;
}

.cont-blog .blog_photo {
  display: none !important;
}

.cont-blog .blog_text {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .cont-blog .blog_text {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.cont-blog .blog_text h3 {
  text-align: left;
  width: calc(100% - 120px);
  margin-bottom: 0 !important;
}

.cont-blog .blog_text h3 a {
  color: #333 !important;
  font-size: 16px;
}

.cont-blog .blog_text .detail {
  display: none;
}

.cont-blog .blog_date {
  width: 120px;
  color: #00274a !important;
  font-size: 16px;
}

.cont_05:before {
  display: none;
}

.cont_05-inner {
  background-image: url(../images/home/book-bg.png);
}

.cont_05-inner:before {
  background-color: #27baa1;
}

.cont_05-inner:after {
  background-color: #27baa1;
}

.cont_05-h2:before {
  background-color: #27baa1;
}

.cont_05-h2 h2 span {
  color: #27baa1;
}

.cont_05-h2 h2:before, .cont_05-h2 h2:after {
  background-color: #27baa1;
}

.cont_05-btn {
  width: 430px;
  height: 70px;
  line-height: 70px;
  margin: 50px auto 0;
  background-color: #27baa1;
}

@media only screen and (max-width: 640px) {
  .cont_05-btn {
    width: 90%;
  }
}

.cont_05 .cont-blog .blog_list > div {
  border-bottom: 1px dashed #27baa1 !important;
}

.cont_05 .cont-blog .blog_date {
  color: #27baa1 !important;
}

.cont_05-list {
  margin-top: 20px;
  max-width: 680px;
  margin: 20px auto 0;
  max-height: 300px;
  overflow-y: scroll;
}

.cont_05-list dl {
  border-bottom: 1px dashed #27baa1;
  padding: 0 10px !important;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .cont_05-list dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.cont_05-list dl dt {
  width: 120px !important;
  color: #27baa1 !important;
  font-size: 16px;
  background: inherit !important;
  border: none !important;
}

.cont_05-list dl dd {
  background: inherit !important;
  border: none !important;
}

.cont_05-list dl dd a {
  color: #333 !important;
  text-decoration: underline;
}

.cont-insta {
  margin-top: 80px;
}

.cont-insta .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont-insta .sns_list > div {
  width: 20%;
  border: none;
}

@media only screen and (max-width: 834px) {
  .cont-insta .sns_list > div {
    width: 48%;
  }
}

.cont-insta .sns_text {
  display: none;
}

.cont-insta .sns_photo {
  width: 100% !important;
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div:last-child,
.cont_3clm > a:last-child {
  margin-right: 0;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.main-color {
  color: #00274a;
}

.p2-h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
}

.p2-h2:before {
  position: absolute;
  width: 300px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #00274a;
  content: "";
}

.p2-h2 h2 {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  padding-bottom: 40px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .p2-h2 h2 {
    font-size: 30px;
  }
}

.p2-h2 h2:before, .p2-h2 h2:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00274a;
  border-radius: 50%;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.p2-h2 h2:before {
  -webkit-transform: translateX(150px);
      -ms-transform: translateX(150px);
          transform: translateX(150px);
}

.p2-h2 h2:after {
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
}

.p2-h3 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.p2-h3 h3 {
  padding: 0.8em 0.8em 0.8em 30px;
  font-size: 22px;
  font-weight: bold;
  background: #eaf3ff;
  border-bottom: solid 3px #00274a;
  position: relative;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .p2-h3 h3 {
    font-size: 20px;
  }
}

.p2-h3 h3:before {
  position: absolute;
  content: "";
  background-color: #00274a;
  width: 5px;
  height: 60%;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.p2-h3-small {
  font-size: 16px;
  line-height: 1;
  display: block;
}

.p2-sub-title {
  font-size: 26px;
  font-weight: bold;
  color: #00274a;
  position: relative;
  padding-bottom: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .p2-sub-title {
    font-size: 20px;
  }
}

.p2-sub-title div {
  position: relative;
}

.p2-sub-title div:before {
  position: absolute;
  content: "";
  background-color: #00274a;
  width: 120px;
  height: 2px;
  border-radius: 2px;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}

.p2-btn {
  width: 400px;
  height: 70px;
  line-height: 70px;
  margin: 40px auto 0;
  border-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .p2-btn {
    width: 90%;
  }
}

.nuclear-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .nuclear-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.nuclear-flex-img {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .nuclear-flex-img {
    width: 100%;
  }
}

.nuclear-flex-img div {
  font-size: 14px;
}

.nuclear-flex-text {
  width: 50%;
  margin-right: 60px;
  line-height: 2.2;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .nuclear-flex-text {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .nuclear-flex-text {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}

.nuclear-bottom-text {
  line-height: 2.2;
}

.nuclear-list {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.nuclear-list .box {
  background-color: #f6f6f6;
  padding: 1em;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.7);
          box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.7);
}

.nuclear-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .nuclear-flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.nuclear-imgbox {
  width: 32%;
}

@media only screen and (max-width: 834px) {
  .nuclear-imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .nuclear-imgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .nuclear-imgbox div:nth-child(2) {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .nuclear-imgbox div:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
}

.nuclear-text2 {
  width: 68%;
  margin-right: 60px;
}

@media only screen and (max-width: 834px) {
  .nuclear-text2 {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .nuclear-img2 {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .nuclear-img2 {
    width: 100%;
  }
}

.nuclear-img2 div {
  font-size: 14px;
  line-height: 1.6;
}

.nuclear-cost {
  font-size: 22px;
  font-weight: bold;
  color: #00274a;
}

.business-list li {
  padding: 0.7em 0.7em 0.7em 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.7);
          box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.7);
}

@media only screen and (max-width: 834px) {
  .business-list li {
    padding-left: 20px;
  }
}

.business-list li img {
  width: 40px !important;
}

.business-list li p {
  width: calc(100% - 60px);
  margin-left: 40px;
  font-size: 18px;
}

.business-list li:last-child {
  margin-top: 20px;
}

.business-image-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 60px;
}

.business-image-title h3 {
  position: relative;
  padding-bottom: 40px;
  color: #00274a;
  margin-bottom: 30px;
}

.business-image-title h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 400px;
  height: 10px;
  margin: auto;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #00274a, #00274a 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #00274a, #00274a 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.business-image-title div {
  font-size: 16px;
  margin-bottom: 5px;
}

.business-table td {
  padding: 20px 10px !important;
}

@media only screen and (max-width: 640px) {
  .business-table td {
    display: block;
  }
}

.business-table-left {
  width: 250px;
}

@media only screen and (max-width: 640px) {
  .business-table-left {
    width: 100%;
  }
}

.business-link {
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.business-link .box > div {
  height: 100%;
}

.business-link .box a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px;
  min-height: 76px;
}

.processing-table {
  overflow-x: scroll !important;
}

.processing-table table {
  min-width: 1100px !important;
}

.processing-table table td {
  font-size: 14px !important;
}

.cost-table {
  overflow-x: scroll;
}

.cost-table table {
  min-width: 640px !important;
}

.cost-bottom-text {
  color: #00274a;
  font-weight: bold;
}

.prevention-bottom {
  color: #00274a;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #00274a;
  padding-bottom: 30px;
}

.company-table td {
  padding: 15px 10px !important;
}

@media only screen and (max-width: 640px) {
  .company-table td {
    display: block;
  }
}

.company-table-left {
  width: 170px;
}

@media only screen and (max-width: 640px) {
  .company-table-left {
    width: 100%;
  }
}

.company-table-sub {
  width: 200px;
  display: block;
  color: #00274a;
  margin-top: 10px;
}

.mail,
.annot {
  display: none;
}

.mail-form {
  margin-top: 60px;
}

.mail-form dl dt {
  padding: 20px 10px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #00274a !important;
  color: #fff !important;
}

.mail-form dl dd {
  padding: 20px 10px !important;
}

.mail-form dl:last-child dd.text input {
  height: 250px !important;
  width: 100% !important;
}

.en-submit .bt_confirm,
.en-submit .bt_back,
.en-submit .bt_send {
  background: inherit;
  text-indent: 0px;
  background-color: #f6f6f6;
}

.policy-h3 div {
  margin-top: 20px;
}
/*# sourceMappingURL=assets.css.map */