@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap&text=0123456789");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media all and (min-width: 768px) {
  body {
    min-width: 768px !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0px !important;
  }
}
@media screen and (min-width:768px) and (max-width: 1023px) {
  body {
    width: 1050px !important;
  }
}

#Wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .spBlock {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .pcBlock {
    display: block;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

a {
  color: #009685;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
}

@media all and (min-width: 768px) {
  .float_L_Pc {
    float: left;
  }
}

#Main {
  margin: 16px 0;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  #Main {
    margin: 16px auto;
  }
}

.cont_wrap {
  margin: auto;
  max-width: 1165px;
  padding: 0 16px;
}

.cont_wrapS {
  margin: auto;
  max-width: 980px;
  padding: 0 16px;
}

.cont_wrapSS {
  margin: auto;
  max-width: 750px;
  padding: 0 16px;
}

.cont_last_margin {
  margin-bottom: 100px;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.div_info01 {
  background: #f0fcf7;
  padding: 1.6em 2em;
  border-radius: 4px;
}

.div_info02 {
  border: 2px solid #f0fcf7;
  padding: 1.6em 2em;
  border-radius: 4px;
}

.flex_box,
.flex_box2,
.flex_box3,
.flex_box4,
.flex_box5 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex_box,
  .flex_box2,
  .flex_box3,
  .flex_box4,
  .flex_box5 {
    flex-direction: column;
  }
}

.flex_box2 .flex_item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .flex_box2 .flex_item {
    width: 100%;
  }
}
.flex_box2 .flex_item:not(:nth-of-type(2n)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .flex_box2 .flex_item:not(:nth-of-type(2n)) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.flex_box3 .flex_item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .flex_box3 .flex_item {
    width: 100%;
  }
}
.flex_box3 .flex_item:not(:nth-of-type(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .flex_box3 .flex_item:not(:nth-of-type(3n)) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.flex_box4 .flex_item {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .flex_box4 .flex_item {
    width: 100%;
  }
}
.flex_box4 .flex_item:not(:nth-of-type(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .flex_box4 .flex_item:not(:nth-of-type(4n)) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.flex_box5 .flex_item {
  width: 18.4%;
}
@media screen and (max-width: 767px) {
  .flex_box5 .flex_item {
    width: 100%;
  }
}
.flex_box5 .flex_item:not(:nth-of-type(5n)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .flex_box5 .flex_item:not(:nth-of-type(5n)) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}

/* Scss Document */
#page_id_under .header_cont {
  background: rgba(46, 188, 189, 0.97);
  transition: all 0.2s;
  border-top: solid 2px #91EDF8;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  #page_id_under .header_cont {
    padding: 6px 0;
  }
}

#page_id_under .header_cont.open {
  background: #009685;
}

.header {
  position: relative;
  z-index: 100;
}
.header .header_cont {
  position: absolute;
  position: fixed;
  z-index: 10;
  padding: 6px 0;
  margin: auto;
  left: 0;
  right: 0;
  transition: all 0.2s;
  box-sizing: border-box;
}
.header .header_cont.active {
  background: rgba(46, 188, 189, 0.97);
  transition: all 0.2s;
  border-top: solid 2px #91EDF8;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .header .header_cont.active {
    padding: 6px 0;
  }
}
.header .header_cont.open {
  background: #009685;
}
.header .header_head {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .header .header_head {
    padding: 0;
  }
}
.header .header_head_logo a {
  padding: 20px 0 0;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .header_head_logo a {
    padding: 8px 0 0;
  }
}
.header .header_head_logo a img {
  display: block;
}
@media screen and (max-width: 767px) {
  .header .header_head_logo a img {
    width: 60px;
  }
}
.header .header_head_logo a .main_ttl {
  font-size: 1.375rem;
  display: block;
  line-height: 1;
  padding-top: 6px;
  padding-left: 4px;
  line-height: 1.1em;
}
@media screen and (max-width: 767px) {
  .header .header_head_logo a .main_ttl {
    font-size: 0.9375rem;
    padding-left: 8px;
  }
}
.header .header_head_logo a .main_ttl strong {
  display: flex;
  align-items: center;
}
.header .header_head_logo a .main_ttl span {
  font-size: 0.9375rem;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .header .header_head_logo a .main_ttl span {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .header .nav_wrap {
    display: none;
    position: fixed;
    box-sizing: border-box;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 120px 20px;
    background: #009685;
  }
  .header .header_head_gl_link {
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    margin: auto;
    margin-left: 20px;
  }
  .header .header_head_gl_link a {
    width: 200px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../common/gl_logo_white.png) no-repeat;
    background-size: 200px auto;
  }
  .header .hamburger_wrap {
    padding: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header .hamburger_wrap {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger_wrap .trigger_open,
  .header .hamburger_wrap .trigger_close {
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 100px;
    background: #fff;
    color: #009685;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  .header .hamburger_wrap .trigger_close {
    display: none;
  }
  .header .nav_wrap.open {
    display: block;
    overflow: scroll;
  }
  .header .trigger_open.open {
    display: none;
    height: 0;
  }
  .header .trigger_close.open {
    display: block;
  }
  .header .nav_cont > ul {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
  }
  .header .nav_cont ul > li {
    display: block;
  }
  .header .nav_cont ul > li .title {
    display: block;
    box-sizing: border-box;
    font-size: 1.125rem;
    padding: 20px 0px 20px 40px;
    text-decoration: none;
    color: #fff;
    background: url(../common/ico_arrow02.svg) no-repeat center left 10px;
    background-size: 20px;
    transition: 0.2s all;
  }
  .header .nav_cont > ul > li .title:hover {
    background: url(../common/ico_arrow01.svg) no-repeat center left 10px;
    background-size: 20px;
  }
  .header .nav_cont > ul > li .link_blank span {
    position: relative;
  }
  .header .nav_cont > ul > li .link_blank span::before {
    position: absolute;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../common/open.svg) no-repeat;
    top: 50%;
    right: -26px;
    margin-top: -6px;
  }
  .header .dl_menu {
    margin-top: 0;
  }
  .header .dl_menu .dd_title {
    display: block;
    box-sizing: border-box;
    padding: 20px 0px 20px 60px;
    text-decoration: none;
    color: #fff;
    background: url(../common/ico_arrow02.svg) no-repeat center left 30px;
    background-size: 20px;
    transition: 0.2s all;
  }
  .header .dl_menu .dd_title .tel_link a {
    color: #fff;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) {
  .header .hamburger-wrap {
    display: none;
  }
  .header .hamburger_wrap .trigger_open,
  .header .hamburger_wrap .trigger_close {
    display: none;
  }
  .header .header_right .nav_cont a {
    text-decoration: none;
    color: #fff;
  }
  .header .header_right .nav_cont > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header .header_right .nav_cont .title {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 10px 6px;
    margin-right: 10px;
    transition: all 0.2s;
  }
  .header .header_right .nav_cont .link_blank {
    position: relative;
  }
  .header .header_right .nav_cont .link_blank::before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../common/open.svg) no-repeat;
    top: 50%;
    right: -10px;
    margin-top: -9px;
  }
  .header .header_right .header_head_gl_link a {
    height: 40px;
    margin-top: 14px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../common/gl_logo_white.png) no-repeat center right;
    background-size: 280px auto;
  }
  .header .header_right .nav_cont dl {
    position: relative;
  }
  .header .header_right .dl_menu {
    display: none;
    transition: all 0.2s;
  }
  .header .header_right .dl_menu a {
    display: block;
    padding: 6px 10px;
    color: #4a5357;
    font-size: 0.875rem;
    padding-left: 25px;
    background: url(../common/ico_arrow01.svg) no-repeat center left;
    background-size: 16px;
    transition: all 0.2s;
  }
  .header .header_right .dl_menu a:hover {
    background: #f0fcf7 url(../common/ico_arrow01.svg) no-repeat center left 4px;
    background-size: 16px;
  }
  .header .header_right .title:hover + .dl_menu,
  .header .header_right .dl_menu:hover {
    transition: all 0.2s;
    display: block;
    background: #f9f9f9;
    position: absolute;
    width: 200px;
    left: -65px;
    padding: 12px 18px;
    border-radius: 6px;
  }
  .header .header_right .dl_menu::before {
    position: absolute;
    top: -5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    transform: rotate(-45deg);
  }
}

.page_top a {
  display: none;
  position: fixed;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  border: solid 4px #19A2D1;
  border-radius: 100px;
  right: 50px;
  bottom: 80px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .page_top a {
    right: 18px;
    bottom: 36px;
  }
}

.page_top.active a {
  display: block;
  transition: all 0.2s;
}

.page_top a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 4px solid #19A2D1;
  border-right: 4px solid #19A2D1;
  transform: rotate(-45deg);
  transition: 0.3s;
}

footer {
  padding: 20px 0;
  background: #151515;
  border-top: solid 14px #4a5357;
  color: #F7F7F7;
  font-size: 0.875rem;
  color: #B4B4B4;
}
footer a {
  text-decoration: none;
  color: #B4B4B4;
}
footer .small {
  font-size: 0.75em;
  color: #B4B4B4;
}
footer .footer_main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_main {
    flex-direction: column;
  }
}
footer .footer_main__link_btn {
  margin-top: auto;
  margin-bottom: 10px;
}
footer .footer_main__link_btn ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer_main__link_btn ul {
    order: 2;
  }
}
footer .footer_main__link_btn li {
  line-height: 1;
  position: relative;
  color: #B4B4B4;
}
@media screen and (max-width: 767px) {
  footer .footer_main__link_btn li {
    line-height: 1.5;
  }
}
footer .footer_main__link_btn li:not(:last-of-type) {
  border-right: solid 1px #B4B4B4;
  margin-right: 10px;
  padding-right: 10px;
}
footer .footer_main__link_btn li a {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  footer .footer_main_info {
    order: 1;
    display: flex;
    justify-content: center;
    margin: 20px auto 50px;
  }
}
footer .footer_main_info .ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 6px;
  vertical-align: middle;
  padding-left: 76px;
  background: url(../common/logo.svg) no-repeat left center;
  background-size: auto 100%;
  line-height: 1.4em;
  color: #B4B4B4;
}
footer .footer_main_info .address {
  font-size: 1rem;
  color: #B4B4B4;
}
footer .footer_main_info .fax {
  padding-left: 20px;
  color: #B4B4B4;
}
footer .copylight_wrap {
  text-align: right;
  color: #B4B4B4;
}
@media screen and (max-width: 767px) {
  footer .copylight_wrap {
    text-align: center;
  }
}

body {
  font: 16px/1.8 "Oswald", "-apple-system", "system-ui", "YakuHanJP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #3b4241;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    color: #181818;
    font-weight: 400;
  }
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.5;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foM16 {
  font-size: 1rem;
}

.foL20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .foS12 {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .foS14 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foM16 {
    font-size: 1rem;
  }
  .foL20 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) {
  .foS12 {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .foS14 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foM16 {
    font-size: 1rem;
  }
  .foL20 {
    font-size: 1.25rem;
  }
}
.color_red {
  color: #CC0000;
}

.color_brown {
  color: #773b00;
}

.leading12 {
  line-height: 1.2 !important;
}

.leading08 {
  line-height: 0.8 !important;
}

.letter0 {
  letter-spacing: 0;
}

.letter08 {
  letter-spacing: 0.08em;
}

.letter15 {
  letter-spacing: 0.15em;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

sub {
  font-size: 75.5%;
  vertical-align: top;
}

.text_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.w2col,
.w3col,
.w4col {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .w2col_Sp,
  .w3col_Sp,
  .w4col_Sp {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .w2col_Pc,
  .w3col_Pc,
  .w4col_Pc {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mr25 {
  margin-right: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mr35 {
  margin-right: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mr45 {
  margin-right: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr50 {
  margin-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.mr55 {
  margin-right: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mr60 {
  margin-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.mr65 {
  margin-right: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mr70 {
  margin-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.mr75 {
  margin-right: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mr80 {
  margin-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.mr85 {
  margin-right: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mr90 {
  margin-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.mr95 {
  margin-right: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr100 {
  margin-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .mt5sp {
    margin-top: 5px;
  }
  .mb5sp {
    margin-bottom: 5px;
  }
  .mr5sp {
    margin-right: 5px;
  }
  .ml5sp {
    margin-left: 5px;
  }
  .mt10sp {
    margin-top: 10px;
  }
  .mb10sp {
    margin-bottom: 10px;
  }
  .mr10sp {
    margin-right: 10px;
  }
  .ml10sp {
    margin-left: 10px;
  }
  .mt15sp {
    margin-top: 15px;
  }
  .mb15sp {
    margin-bottom: 15px;
  }
  .mr15sp {
    margin-right: 15px;
  }
  .ml15sp {
    margin-left: 15px;
  }
  .mt20sp {
    margin-top: 20px;
  }
  .mb20sp {
    margin-bottom: 20px;
  }
  .mr20sp {
    margin-right: 20px;
  }
  .ml20sp {
    margin-left: 20px;
  }
  .mt25sp {
    margin-top: 25px;
  }
  .mb25sp {
    margin-bottom: 25px;
  }
  .mr25sp {
    margin-right: 25px;
  }
  .ml25sp {
    margin-left: 25px;
  }
  .mt30sp {
    margin-top: 30px;
  }
  .mb30sp {
    margin-bottom: 30px;
  }
  .mr30sp {
    margin-right: 30px;
  }
  .ml30sp {
    margin-left: 30px;
  }
  .mt35sp {
    margin-top: 35px;
  }
  .mb35sp {
    margin-bottom: 35px;
  }
  .mr35sp {
    margin-right: 35px;
  }
  .ml35sp {
    margin-left: 35px;
  }
  .mt40sp {
    margin-top: 40px;
  }
  .mb40sp {
    margin-bottom: 40px;
  }
  .mr40sp {
    margin-right: 40px;
  }
  .ml40sp {
    margin-left: 40px;
  }
  .mt45sp {
    margin-top: 45px;
  }
  .mb45sp {
    margin-bottom: 45px;
  }
  .mr45sp {
    margin-right: 45px;
  }
  .ml45sp {
    margin-left: 45px;
  }
  .mt50sp {
    margin-top: 50px;
  }
  .mb50sp {
    margin-bottom: 50px;
  }
  .mr50sp {
    margin-right: 50px;
  }
  .ml50sp {
    margin-left: 50px;
  }
  .mt55sp {
    margin-top: 55px;
  }
  .mb55sp {
    margin-bottom: 55px;
  }
  .mr55sp {
    margin-right: 55px;
  }
  .ml55sp {
    margin-left: 55px;
  }
  .mt60sp {
    margin-top: 60px;
  }
  .mb60sp {
    margin-bottom: 60px;
  }
  .mr60sp {
    margin-right: 60px;
  }
  .ml60sp {
    margin-left: 60px;
  }
  .mt65sp {
    margin-top: 65px;
  }
  .mb65sp {
    margin-bottom: 65px;
  }
  .mr65sp {
    margin-right: 65px;
  }
  .ml65sp {
    margin-left: 65px;
  }
  .mt70sp {
    margin-top: 70px;
  }
  .mb70sp {
    margin-bottom: 70px;
  }
  .mr70sp {
    margin-right: 70px;
  }
  .ml70sp {
    margin-left: 70px;
  }
  .mt75sp {
    margin-top: 75px;
  }
  .mb75sp {
    margin-bottom: 75px;
  }
  .mr75sp {
    margin-right: 75px;
  }
  .ml75sp {
    margin-left: 75px;
  }
  .mt80sp {
    margin-top: 80px;
  }
  .mb80sp {
    margin-bottom: 80px;
  }
  .mr80sp {
    margin-right: 80px;
  }
  .ml80sp {
    margin-left: 80px;
  }
  .mt85sp {
    margin-top: 85px;
  }
  .mb85sp {
    margin-bottom: 85px;
  }
  .mr85sp {
    margin-right: 85px;
  }
  .ml85sp {
    margin-left: 85px;
  }
  .mt90sp {
    margin-top: 90px;
  }
  .mb90sp {
    margin-bottom: 90px;
  }
  .mr90sp {
    margin-right: 90px;
  }
  .ml90sp {
    margin-left: 90px;
  }
  .mt95sp {
    margin-top: 95px;
  }
  .mb95sp {
    margin-bottom: 95px;
  }
  .mr95sp {
    margin-right: 95px;
  }
  .ml95sp {
    margin-left: 95px;
  }
  .mt100sp {
    margin-top: 100px;
  }
  .mb100sp {
    margin-bottom: 100px;
  }
  .mr100sp {
    margin-right: 100px;
  }
  .ml100sp {
    margin-left: 100px;
  }
}
@media all and (min-width: 768px) {
  .mt5pc {
    margin-top: 5px;
  }
  .mb5pc {
    margin-bottom: 5px;
  }
  .mr5pc {
    margin-right: 5px;
  }
  .ml5pc {
    margin-left: 5px;
  }
  .mt10pc {
    margin-top: 10px;
  }
  .mb10pc {
    margin-bottom: 10px;
  }
  .mr10pc {
    margin-right: 10px;
  }
  .ml10pc {
    margin-left: 10px;
  }
  .mt15pc {
    margin-top: 15px;
  }
  .mb15pc {
    margin-bottom: 15px;
  }
  .mr15pc {
    margin-right: 15px;
  }
  .ml15pc {
    margin-left: 15px;
  }
  .mt20pc {
    margin-top: 20px;
  }
  .mb20pc {
    margin-bottom: 20px;
  }
  .mr20pc {
    margin-right: 20px;
  }
  .ml20pc {
    margin-left: 20px;
  }
  .mt25pc {
    margin-top: 25px;
  }
  .mb25pc {
    margin-bottom: 25px;
  }
  .mr25pc {
    margin-right: 25px;
  }
  .ml25pc {
    margin-left: 25px;
  }
  .mt30pc {
    margin-top: 30px;
  }
  .mb30pc {
    margin-bottom: 30px;
  }
  .mr30pc {
    margin-right: 30px;
  }
  .ml30pc {
    margin-left: 30px;
  }
  .mt35pc {
    margin-top: 35px;
  }
  .mb35pc {
    margin-bottom: 35px;
  }
  .mr35pc {
    margin-right: 35px;
  }
  .ml35pc {
    margin-left: 35px;
  }
  .mt40pc {
    margin-top: 40px;
  }
  .mb40pc {
    margin-bottom: 40px;
  }
  .mr40pc {
    margin-right: 40px;
  }
  .ml40pc {
    margin-left: 40px;
  }
  .mt45pc {
    margin-top: 45px;
  }
  .mb45pc {
    margin-bottom: 45px;
  }
  .mr45pc {
    margin-right: 45px;
  }
  .ml45pc {
    margin-left: 45px;
  }
  .mt50pc {
    margin-top: 50px;
  }
  .mb50pc {
    margin-bottom: 50px;
  }
  .mr50pc {
    margin-right: 50px;
  }
  .ml50pc {
    margin-left: 50px;
  }
  .mt55pc {
    margin-top: 55px;
  }
  .mb55pc {
    margin-bottom: 55px;
  }
  .mr55pc {
    margin-right: 55px;
  }
  .ml55pc {
    margin-left: 55px;
  }
  .mt60pc {
    margin-top: 60px;
  }
  .mb60pc {
    margin-bottom: 60px;
  }
  .mr60pc {
    margin-right: 60px;
  }
  .ml60pc {
    margin-left: 60px;
  }
  .mt65pc {
    margin-top: 65px;
  }
  .mb65pc {
    margin-bottom: 65px;
  }
  .mr65pc {
    margin-right: 65px;
  }
  .ml65pc {
    margin-left: 65px;
  }
  .mt70pc {
    margin-top: 70px;
  }
  .mb70pc {
    margin-bottom: 70px;
  }
  .mr70pc {
    margin-right: 70px;
  }
  .ml70pc {
    margin-left: 70px;
  }
  .mt75pc {
    margin-top: 75px;
  }
  .mb75pc {
    margin-bottom: 75px;
  }
  .mr75pc {
    margin-right: 75px;
  }
  .ml75pc {
    margin-left: 75px;
  }
  .mt80pc {
    margin-top: 80px;
  }
  .mb80pc {
    margin-bottom: 80px;
  }
  .mr80pc {
    margin-right: 80px;
  }
  .ml80pc {
    margin-left: 80px;
  }
  .mt85pc {
    margin-top: 85px;
  }
  .mb85pc {
    margin-bottom: 85px;
  }
  .mr85pc {
    margin-right: 85px;
  }
  .ml85pc {
    margin-left: 85px;
  }
  .mt90pc {
    margin-top: 90px;
  }
  .mb90pc {
    margin-bottom: 90px;
  }
  .mr90pc {
    margin-right: 90px;
  }
  .ml90pc {
    margin-left: 90px;
  }
  .mt95pc {
    margin-top: 95px;
  }
  .mb95pc {
    margin-bottom: 95px;
  }
  .mr95pc {
    margin-right: 95px;
  }
  .ml95pc {
    margin-left: 95px;
  }
  .mt100pc {
    margin-top: 100px;
  }
  .mb100pc {
    margin-bottom: 100px;
  }
  .mr100pc {
    margin-right: 100px;
  }
  .ml100pc {
    margin-left: 100px;
  }
}
.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .w20per_Sp {
    width: 20%;
  }
  .w25per_Sp {
    width: 25%;
  }
  .w50_Sp {
    width: 50px;
  }
  .w100_Sp {
    width: 100px;
  }
}
@media all and (min-width: 768px) {
  .w20per_Pc {
    width: 20%;
  }
  .w25per_Pc {
    width: 25%;
  }
  .w50_Pc {
    width: 50px;
  }
  .w100_Pc {
    width: 100px;
  }
}
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w900 {
  width: 900px;
}

.w950 {
  width: 950px;
}

.w1000 {
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .w50sp {
    width: 50px;
  }
  .w100sp {
    width: 100px;
  }
  .w150sp {
    width: 150px;
  }
  .w200sp {
    width: 200px;
  }
  .w250sp {
    width: 250px;
  }
  .w300sp {
    width: 300px;
  }
  .w350sp {
    width: 350px;
  }
  .w400sp {
    width: 400px;
  }
  .w450sp {
    width: 450px;
  }
  .w500sp {
    width: 500px;
  }
  .w550sp {
    width: 550px;
  }
  .w600sp {
    width: 600px;
  }
  .w650sp {
    width: 650px;
  }
  .w700sp {
    width: 700px;
  }
  .w750sp {
    width: 750px;
  }
  .w800sp {
    width: 800px;
  }
  .w850sp {
    width: 850px;
  }
  .w900sp {
    width: 900px;
  }
  .w950sp {
    width: 950px;
  }
  .w1000sp {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .w50pc {
    width: 50px;
  }
  .w100pc {
    width: 100px;
  }
  .w150pc {
    width: 150px;
  }
  .w200pc {
    width: 200px;
  }
  .w250pc {
    width: 250px;
  }
  .w300pc {
    width: 300px;
  }
  .w350pc {
    width: 350px;
  }
  .w400pc {
    width: 400px;
  }
  .w450pc {
    width: 450px;
  }
  .w500pc {
    width: 500px;
  }
  .w550pc {
    width: 550px;
  }
  .w600pc {
    width: 600px;
  }
  .w650pc {
    width: 650px;
  }
  .w700pc {
    width: 700px;
  }
  .w750pc {
    width: 750px;
  }
  .w800pc {
    width: 800px;
  }
  .w850pc {
    width: 850px;
  }
  .w900pc {
    width: 900px;
  }
  .w950pc {
    width: 950px;
  }
  .w1000pc {
    width: 1000px;
  }
}
.margin_center {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .margin_center_Sp {
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  .margin_center_Pc {
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

.ul_ttl {
  height: 186px;
  width: 100%;
  background-size: cover;
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ul_ttl {
    margin-top: 63px;
    height: 142px !important;
  }
}
.ul_ttl::after {
  content: "";
  background: url("../images/h2_ttl_bgtri.svg") no-repeat center left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 277px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ul_ttl::after {
    height: 211px;
  }
}
.ul_ttl .head {
  font-size: 2rem;
  font-weight: bold;
  z-index: 10;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ul_ttl .head {
    font-size: 1.875rem;
  }
}
.ul_ttl .h_sub {
  color: #19A2D1;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  z-index: 10;
}
.ul_ttl .h_sub::after {
  content: "";
  display: block;
  height: 25px;
  width: 2px;
  background: #19A2D1;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ul_ttl .h_sub::after {
    bottom: -15px;
  }
}

.ttl_busi {
  background: url("../images/h1_ttl_bg02@2x.png") no-repeat center;
}

.h2_title01 {
  font-size: 1.75rem;
  position: relative;
  padding: 1.3rem 0 1.3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.h2_title01:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 130px;
  height: 2px;
  content: "";
  background: #009685;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .h2_title01:before {
    width: 60px;
  }
}

.h3_title01 {
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
  padding: 0.6em 0px 0.8em 1.4em;
}
.h3_title01::before {
  content: "";
  background: url("../images/h2_ttl_bgtri.svg") no-repeat center left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-size: contain;
}

.h3_title02 {
  font-size: 1.375rem;
  color: #009685;
}

.h4_title01 {
  font-size: 1.0625rem;
  position: relative;
  padding: 1em 0 1em 1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .h4_title01 {
    font-size: 1rem;
  }
}
.h4_title01::before {
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #3b4241;
  width: 0.7em;
  position: absolute;
  left: 0;
  content: "";
}

.sec_ttl {
  border-left: 10px solid #B4B4B4;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  background: #fff;
  color: #3b4241;
  padding: 0.5em 0 0.5em 1em;
  font-weight: bold;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 1.375rem;
  }
}

.color_round_white,
.color_round_yellow {
  position: relative;
  box-sizing: border-box;
}

.color_round_white,
.color_round_yellow {
  border-radius: 15px;
}

.color_round_white {
  background: #fff;
}

.color_round_yellow {
  background: #FFEE1F;
}

.color_corner_gray_border {
  background: #fff;
  border: solid 6px #f2f2f2;
}

.table_normal table th {
  border: solid #B4B4B4 1px;
}
.table_normal table td {
  border: solid #B4B4B4 1px;
}

table {
  border: solid #F7F7F7 1px;
  width: 100%;
}
table th {
  border: solid #F7F7F7 1px;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  table th {
    padding: 10px 6px;
  }
}
@media all and (min-width: 768px) {
  table th {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 767px) {
  table th.thin {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  table th.thin {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  table th.wide {
    padding: 20px 25px;
  }
}
@media all and (min-width: 768px) {
  table th.wide {
    padding: 20px 25px;
  }
}
table td {
  padding: 8px 10px;
  border: solid #F7F7F7 1px;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  table td {
    padding: 20px 18px;
  }
}
@media all and (min-width: 768px) {
  table td {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 767px) {
  table td.thin {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  table td.thin {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  table td.wide {
    padding: 20px 25px;
  }
}
@media all and (min-width: 768px) {
  table td.wide {
    padding: 20px 60px;
  }
}
table td.td_vertical_middle {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  table.thin th,
  table.thin td {
    padding: 5px !important;
  }
}
@media all and (min-width: 768px) {
  table.thin th,
  table.thin td {
    padding: 8px !important;
  }
}

table .gray_pale {
  background: #f2f2f2;
}

table .yellow_pale {
  background: #fff8dd;
}

table .td_valign_top {
  vertical-align: top;
}

table .td_valign_middle {
  vertical-align: middle;
}

.table_01 {
  border: solid #F7F7F7 4px;
  width: 100%;
}
.table_01 th {
  vertical-align: middle;
  text-align: left;
  background: #F7F7F7;
  border-bottom: solid #B4B4B4 2px;
}
@media screen and (max-width: 767px) {
  .table_01 th {
    font-size: 0.8125rem;
  }
}
.table_01 td {
  border-bottom: solid #B4B4B4 2px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_01 td {
    font-size: 0.8125rem;
  }
}
.table_01 td.td_vertical_middle {
  vertical-align: middle;
}

.table_02 {
  border: solid #F7F7F7 1px;
}
@media screen and (max-width: 767px) {
  .table_02 {
    overflow: auto;
  }
  .table_02 table {
    width: 200%;
  }
}
.table_02 th {
  border: solid #F7F7F7 1px;
  vertical-align: middle;
  text-align: left;
  background: #ecfafc;
}
.table_02 td {
  border: solid #F7F7F7 1px;
  vertical-align: top;
}
.table_02 td.td_vertical_middle {
  vertical-align: middle;
}

.table_03 {
  border: solid #F7F7F7 1px;
}
@media screen and (max-width: 767px) {
  .table_03 {
    overflow: auto;
    position: relative;
  }
  .table_03 table {
    width: 150%;
  }
}
.table_03 th {
  border: solid #F7F7F7 1px;
  vertical-align: middle;
  text-align: left;
  background: #f0fcf7;
}
.table_03 td {
  border: solid #F7F7F7 1px;
  vertical-align: top;
}
.table_03 td.td_vertical_middle {
  vertical-align: middle;
}

.btn_link01 a {
  text-decoration: none;
  color: #3b4241;
  padding: 6px 18px 6px 28px;
  border: solid 1px #F2F2F2;
  background: url(../common/ico_arrow02.svg) no-repeat center left 5px;
  background-size: 16px;
  transition: all 0.2s;
  display: inline-block;
}

.btn_link01 a:hover {
  background-color: #ecfafc;
  transition: all 0.2s;
}

.btn_link01.blank a {
  background: #046789 url("../common/ico_pdf01.png") no-repeat left;
  padding: 0em 1em 0em 5em;
  text-decoration: none;
  color: #000;
  background-size: 52px auto;
  box-sizing: border-box;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: #fff;
  transition: 0.2s all;
}
.btn_link01.blank a:hover {
  background: #009685 url("../common/ico_pdf01.png") no-repeat left;
}

.external_linkbtn a {
  display: inline-block;
  border-top: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-left: 13px solid #19BCD1;
  width: 100%;
  padding: 1em;
  text-align: center;
  font-size: 1.375rem;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: 0.2s all;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .external_linkbtn a {
    font-size: 1rem;
  }
}
.external_linkbtn a::before {
  background: url("../images/ico_arrow01.svg") no-repeat center center;
  content: "";
  width: 38px;
  height: 38px;
  background-size: 38px auto;
  display: inline-block;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .external_linkbtn a::before {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.external_linkbtn a:hover {
  background: #19A2D1;
  color: #fff;
  border-left: 13px solid #19A2D1;
}

.ol_list_basic {
  margin-left: 0;
}

.ol_list_basic > ol {
  counter-reset: num;
  list-style-type: none !important;
}
.ol_list_basic > ol > li {
  position: relative;
  line-height: 1.7em;
  padding: 0.3em 0.5em 0.3em 30px;
}
.ol_list_basic > ol > li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #F7F7F7;
  font-weight: bold;
  font-size: 0.75rem;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.ol_list_basic02 > ol > li {
  position: relative;
  line-height: 1.7em;
  padding: 0.3em 0.5em 0.3em 0;
}

.ul_list_basic {
  margin-left: 0;
}

.ul_list_basic > ul {
  margin-left: 0;
}
.ul_list_basic > ul > li {
  list-style: none;
  position: relative;
  line-height: 1.7em;
  padding: 0.3em 0.5em 0.3em 20px;
}
.ul_list_basic > ul > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #3b4241;
  left: 0.5em;
  top: 1em;
  width: 5px;
  height: 5px;
}

.top_h2_ttl {
  display: block;
  font-size: 2rem;
  padding-top: 105px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_h2_ttl {
    padding-top: 65px;
    font-size: 1.375rem;
  }
}

.top_h2_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 54px;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background: #19A2D1;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .top_h2_ttl::before {
    top: 5px;
  }
}

.top_h2_ttl span {
  font-size: 1.5rem;
  display: block;
  margin-top: 0px;
  color: #B4B4B4;
  letter-spacing: 0.2em;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .top_h2_ttl span {
    font-size: 1rem;
  }
}

#TopMain .top_main_visual_wrap .top_main_visual_cont {
  position: relative;
}
#TopMain .top_main_visual_wrap .top_main_visual_cont .video-wrap {
  position: relative;
  vertical-align: middle;
  font-size: 0;
  max-height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #TopMain .top_main_visual_wrap .top_main_visual_cont .video-wrap {
    height: 550px;
    max-height: inherit;
    min-width: 100%;
    min-height: 100%;
  }
}
#TopMain .top_main_visual_wrap .top_main_visual_cont video {
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #TopMain .top_main_visual_wrap .top_main_visual_cont video {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 600px;
    transform: translate(-50%, -50%);
  }
}
#TopMain .top_main_visual_wrap .video_copy {
  position: absolute;
  background: url(../images/top_visual_copy@2x.png) no-repeat;
  background-size: 727px auto;
  top: 175px;
  left: 10%;
  z-index: 2;
  width: 727px;
  height: 252px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_main_visual_wrap .video_copy {
    background: url(../images/top_visual_copy_sp@2x.png) no-repeat center;
    background-size: 360px auto;
    width: 360px;
    height: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#TopMain .top_main_visual_wrap .top_main_visual_cont .top_more_btn a {
  font-size: 0.875rem;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 50px;
  border: solid 1px #fff;
  color: #fff;
  display: block;
  position: absolute;
  transition: all 0.5s;
  bottom: 56px;
  right: 110px;
  z-index: 2;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #TopMain .top_main_visual_wrap .top_main_visual_cont .top_more_btn a {
    padding: 5px 10px;
    right: 90px;
    left: 90px;
    bottom: 100px;
    text-align: center;
    margin: auto;
  }
}
#TopMain .top_main_visual_wrap .top_main_visual_cont .top_more_btn a:hover {
  background: #fff;
  color: #000;
  opacity: 0.8;
  transition: all 0.2s;
}
#TopMain .top_main_visual_wrap .top_main_visual_cont .scroll_more_btn a {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 60px;
}
#TopMain .top_main_visual_wrap .top_main_visual_cont .scroll_more_btn a span {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#TopMain .top_main_visual_wrap .top_main_visual_cont .scroll_more_btn a span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #fff;
  top: 40px;
  left: calc(50% - 1px);
}
#TopMain .top_main_visual_wrap .top_main_visual_cont .scroll_more_btn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb 5s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#TopMain .top_business_wrap {
  position: relative;
}
#TopMain .top_business_wrap .top_business_wrap_bg {
  background: linear-gradient(to bottom right, #d1eee3 0%, #d1eee3 4.9%, #fbfbfb 5%, #ffffff 49.9%, #19a2d1 50%, #31bae7 100%), #19a2d1 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2;
}
#TopMain .top_business_wrap .business_btns {
  margin-top: 50px;
}
#TopMain .top_business_wrap .business_btns ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_btns ul {
    flex-direction: column;
  }
}
#TopMain .top_business_wrap .business_btns ul li {
  width: 48%;
  margin-bottom: 4.5%;
  height: 247px;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_btns ul li {
    width: 100%;
    height: 147px;
  }
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(odd) {
  margin-right: 4%;
}
#TopMain .top_business_wrap .business_btns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  background: url(../images/img_business_01@2x.png) no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.2s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_btns ul li a {
    border-radius: 6px;
  }
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(2) a {
  background: url(../images/img_business_02@2x.png) no-repeat;
  background-size: cover;
  text-decoration: none;
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(3) a {
  background: url(../images/img_business_03@2x.png) no-repeat;
  background-size: cover;
  text-decoration: none;
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(4) a {
  background: url(../images/img_business_04@2x.png) no-repeat;
  background-size: cover;
  text-decoration: none;
}
#TopMain .top_business_wrap .business_btns ul li a span {
  position: relative;
  display: block;
  padding-top: 130px;
  background: url(../images/ico_odei.svg) no-repeat center top;
  background-size: 177px 125px;
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_btns ul li a span {
    background: url(../images/ico_odei.svg) no-repeat center top;
    background-size: 100px 70px;
    width: auto;
    padding-top: 70px;
  }
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(2) a span {
  background: url(../images/ico_osendo.svg) no-repeat center top;
  background-size: 177px 125px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_btns ul li:nth-of-type(2) a span {
    background: url(../images/ico_osendo.svg) no-repeat center top;
    background-size: 100px 70px;
  }
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(3) a span {
  background: url(../images/ico_saiseisuna.svg) no-repeat center top;
  background-size: 177px 125px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_btns ul li:nth-of-type(3) a span {
    background: url(../images/ico_saiseisuna.svg) no-repeat center top;
    background-size: 100px 70px;
  }
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(4) a span {
  background: url(../images/ico_doboku.svg) no-repeat center top;
  background-size: 177px 125px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_btns ul li:nth-of-type(4) a span {
    background: url(../images/ico_doboku.svg) no-repeat center top;
    background-size: 100px 70px;
  }
}
#TopMain .top_business_wrap .business_btns ul li a::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 12px;
  right: 12px;
  margin: auto;
  background: url(../common/ico_arrow01.svg) no-repeat center top;
  background-size: 36px;
}
#TopMain .top_business_wrap .business_btns ul li a::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s;
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(1) a::before,
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(4) a::before {
  background: rgba(72, 174, 199, 0.4);
}
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(2) a::before,
#TopMain .top_business_wrap .business_btns ul li:nth-of-type(3) a::before {
  background: rgba(0, 0, 0, 0.4);
}
#TopMain .top_business_wrap .business_btns ul li:hover a::before {
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.2s;
}
#TopMain .top_business_wrap .business_more_btn {
  padding: 37px 0 70px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_more_btn {
    padding: 20px 0 50px;
  }
}
#TopMain .top_business_wrap .business_more_btn a {
  font-weight: bold;
  width: 280px;
  margin: auto;
  border-radius: 4px;
  padding: 14px 0 12px;
  box-sizing: border-box;
  background: #fbfbfb;
  font-size: 1.125rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  text-decoration: none;
  color: #19A2D1;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #TopMain .top_business_wrap .business_more_btn a {
    font-size: 0.875rem;
  }
}
#TopMain .top_business_wrap .business_more_btn a:hover {
  background: #f0fcf7;
  transition: all 0.2s;
}
#TopMain .top_business_wrap .business_more_btn .icon {
  display: inline-block;
  margin-left: 6px;
  width: 1em;
  height: 1.6em;
  background: url(../common/ico_arrow01.svg) no-repeat center;
  background-size: 1em auto;
}
#TopMain .top_company_wrap .top_company_cont {
  width: 100%;
  height: 100%;
  background-image: url(../images/top_bg_cont02@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#TopMain .top_company_wrap .company_description {
  font-size: 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin-top: 60px;
  padding: 65px 40px 55px;
  line-height: 2em;
  position: relative;
  background: #fbfbfb;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_company_wrap .company_description {
    font-size: 1.0625rem;
    padding: 60px 32px 29px;
  }
}
#TopMain .top_company_wrap .company_description::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  left: 28px;
  background: url(../images/top_icons.svg) no-repeat;
  background-size: 300px auto;
}
@media screen and (max-width: 767px) {
  #TopMain .top_company_wrap .company_description::before {
    left: 0;
    right: 0;
    margin: auto;
    background-position: center top;
  }
}
#TopMain .top_company_wrap .more_btn {
  padding: 45px 0 70px;
}
@media screen and (max-width: 767px) {
  #TopMain .top_company_wrap .more_btn {
    padding: 25px 0 40px;
  }
}
#TopMain .top_company_wrap .more_btn a {
  border: solid 1px #B4B4B4;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  width: 280px;
  border-radius: 4px;
  margin: auto;
  padding: 14px 0 12px;
  font-size: 1.125rem;
  box-sizing: border-box;
  background: #009685;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #TopMain .top_company_wrap .more_btn a {
    font-size: 0.875rem;
  }
}
#TopMain .top_company_wrap .more_btn a:hover {
  background: #f0fcf7;
  transition: all 0.2s;
  color: #3b4241;
}
#TopMain .top_company_wrap .more_btn .icon {
  display: inline-block;
  margin-left: 6px;
  width: 1em;
  height: 1.6em;
  background: url(../common/ico_arrow02.svg) no-repeat center;
  background-size: 1em auto;
}

.inquiry_wrap .inquiry_cont {
  background: #f2f2f2;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_cont {
    margin-top: 50px;
  }
}
.inquiry_wrap .text {
  font-size: 1.25rem;
  margin-top: 30px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
}
.inquiry_wrap .inquiry_btns {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btns {
    flex-direction: column;
  }
}
.inquiry_wrap .inquiry_btn {
  background: #fff;
  width: 49%;
  box-sizing: border-box;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn {
    width: 100%;
  }
}
.inquiry_wrap .inquiry_btn.tell {
  padding: 38px 42px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1%;
  background: #fff url(../images/ico_tell.svg) no-repeat center left 42px;
  background-size: 117px;
  padding-left: 177px;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.tell {
    padding: 28px;
    background: #fff url(../images/ico_tell.svg) no-repeat center left 17px;
    background-size: 75px;
    padding-left: 107px;
  }
}
.inquiry_wrap .inquiry_btn.tell .time {
  margin-top: 6px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.tell .time {
    font-size: 0.9375rem;
  }
}
.inquiry_wrap .inquiry_btn.tell address {
  margin-top: 6px;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.tell address {
    font-size: 0.75rem;
  }
}
.inquiry_wrap .inquiry_btn.tell address > .number {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.tell address > .number {
    font-size: 0.8125rem;
  }
}
.inquiry_wrap .inquiry_btn.tell .tell_number a {
  line-height: 1;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #009685;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.tell .tell_number a {
    font-size: 1.625rem;
  }
}
.inquiry_wrap .inquiry_btn.mail {
  padding: 28px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.mail {
    padding: 0px;
    margin-top: 10px;
  }
}
.inquiry_wrap .inquiry_btn.mail a {
  letter-spacing: 0.08em;
  display: flex;
  font-weight: bold;
  font-size: 1.625rem;
  align-items: center;
  height: 100%;
  padding-left: 150px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(#0be3ad 0%, #20adbd 50%, #0091a1 100%);
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.mail a {
    height: 150px;
    padding-left: 107px;
    font-size: 1.25rem;
  }
}
.inquiry_wrap .inquiry_btn.mail a::before {
  content: "";
  display: block;
  position: absolute;
  width: 117px;
  height: 117px;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto;
  background: url(../images/ico_mail.svg) no-repeat center;
  background-size: 117px;
}
@media screen and (max-width: 767px) {
  .inquiry_wrap .inquiry_btn.mail a::before {
    width: 75px;
    height: 75px;
    background-size: 75px;
  }
}
.inquiry_wrap .inquiry_btn.mail a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
}

#page_id_under .b-sec .sec_inner {
  background: #fcfcfc;
  margin: auto;
  max-width: 850px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-sec .sec_inner {
    margin: 10px;
    transform: translateY(30px);
  }
}
#page_id_under .b-sec .sec_inner ol {
  margin: 1em;
  list-style-type: none;
  counter-reset: num;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-sec .sec_inner ol {
    flex-direction: column;
  }
}
#page_id_under .b-sec .sec_inner ol li {
  box-sizing: border-box;
  margin-bottom: 1.5em;
  background: #fff;
  width: 48%;
  border: solid 1px #e2e2e2;
  border-radius: 4px;
  padding: 10px 16px;
  padding-top: 170px;
  background: #fff no-repeat;
  background-size: auto 140px;
  background-position: center top 16px;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-sec .sec_inner ol li {
    width: 100%;
    background-size: auto 110px;
  }
}
#page_id_under .b-sec .sec_inner ol li:last-child {
  margin-bottom: 0;
}
#page_id_under .b-sec .sec_inner ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  padding-right: 0.2em;
  border-radius: 100px;
  font-size: 1.375rem;
  color: #009684;
}
#page_id_under .b-sec .sec_inner ol li:nth-of-type(1) {
  background-image: url(../images/img_business_illast01.png);
}
@media screen and (max-width: 767px) {
  #page_id_under .b-sec .sec_inner ol li:nth-of-type(1) {
    background-size: auto 130px;
  }
}
#page_id_under .b-sec .sec_inner ol li:nth-of-type(2) {
  background-image: url(../images/img_business_illast02.png);
}
#page_id_under .b-sec .sec_inner ol li:nth-of-type(3) {
  background-image: url(../images/img_business_illast03.png);
}
@media screen and (max-width: 767px) {
  #page_id_under .b-sec .sec_inner ol li:nth-of-type(3) {
    background-size: auto 130px;
  }
}
#page_id_under .b-sec .sec_inner ol li:nth-of-type(4) {
  background-image: url(../images/img_business_illast04.png);
}
#page_id_under .b-sec .sec_inner ol li:nth-of-type(5) {
  background-image: url(../images/img_business_illast05.png);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-sec .sec_inner ol li:nth-of-type(5) {
    margin-bottom: 1.5em;
  }
}
#page_id_under .b-sec .sec_inner ol li:nth-of-type(6) {
  background-image: url(../images/img_business_illast06.png);
  margin-bottom: 0;
}
#page_id_under .b-sec .sec_inner ol li:nth-of-type(7) {
  background-image: url(../images/img_business_illast07.png);
}
#page_id_under .b-thi .thi-inner {
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
#page_id_under .b-thi .thi-inner:hover .thi-link::after {
  transition: 0.3s all;
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  #page_id_under .b-thi .thi-inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #page_id_under .b-thi .thi-inner .img {
    transform: translateY(15px);
  }
}
#page_id_under .b-thi .thi-inner .thi-col {
  width: 50%;
  color: #fff;
  box-sizing: border-box;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-thi .thi-inner .thi-col {
    width: 100% !important;
    height: 100%;
  }
}
#page_id_under .b-thi .thi-inner .thi-col img {
  width: 100%;
}
#page_id_under .b-thi .thi-inner .thi-col .t-normal {
  margin: 0 20px;
  font-weight: lighter;
}
#page_id_under .b-thi .thi-inner .thi-col .thi-link {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  border-radius: 50%;
}
#page_id_under .b-thi .thi-inner .thi-col .thi-link::after {
  background: url("../images/ico_arrow01.svg") no-repeat center left;
  content: "";
  width: 26px;
  height: 26px;
  background-size: 26px auto;
  display: inline-block;
  margin: auto;
  top: 0;
  bottom: 0;
}
#page_id_under .b-thi .thi-inner:nth-of-type(1) .txt h3 {
  background: url("../images/ico_odei.svg") no-repeat center left;
  background-size: 80px auto;
  padding: 1em 0em 1em 80px;
  margin: 15px 25% 5px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-thi .thi-inner:nth-of-type(1) .txt h3 {
    margin: 0.5em 0 0px 0px !important;
  }
}
#page_id_under .b-thi .thi-inner:nth-of-type(1) .txt h3::before {
  content: "";
}
#page_id_under .b-thi .thi-inner:nth-of-type(1) .txt .t-normal {
  margin: 0 40px 0 20px;
}
#page_id_under .b-thi .thi-inner:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-thi .thi-inner:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
#page_id_under .b-thi .thi-inner:nth-of-type(2) .txt h3 {
  background: url("../images/ico_osendo.svg") no-repeat left center;
  background-size: 80px auto;
  padding: 1em 0em 1em 80px;
  margin: 15px 30px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-thi .thi-inner:nth-of-type(2) .txt h3 {
    margin: 0.5em 0 0px 0px !important;
  }
}
#page_id_under .animate_run::before {
  animation: bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #19A2D1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform-origin: left center;
  z-index: -1;
}
#page_id_under .animate_run2::before {
  animation: bg2 6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #009685;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform-origin: right center;
  z-index: -1;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes bg2 {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
#page_id_under .b-link {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#page_id_under .b-link .lnk-inner .l-stand {
  position: relative;
  height: 315px;
  width: 375px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-link .lnk-inner .l-stand {
    height: auto;
    width: 90vw;
    padding-top: 85.5%;
  }
}
#page_id_under .b-link .lnk-inner:nth-of-type(1) .l-stand {
  background: url("../images/img_business_04@2x.png") no-repeat;
  background-size: cover !important;
}
#page_id_under .b-link .lnk-inner:nth-of-type(2) .l-stand {
  background: url("../images/img_business_05@2x.jpg") no-repeat !important;
  background-size: cover !important;
}
#page_id_under .b-link .lnk-inner .outer {
  margin: 30px 15px;
}
#page_id_under .b-link .lnk-inner:nth-of-type(2) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-link .lnk-inner:nth-of-type(2) {
    margin-left: 0;
    margin-top: 15px;
  }
}
#page_id_under .b-link .lnk-inner:nth-of-type(2) .l-standbtn a {
  padding: 1em 4em 1em 4em;
}
#page_id_under .b-link .lnk-inner .l-standbtn {
  background: #fff;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
#page_id_under .b-link .lnk-inner .l-standbtn a {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  padding: 1em 1em 1em 3em;
  transition: 0.2s all;
  font-size: 1.375rem;
  color: #000;
  position: relative;
}
#page_id_under .b-link .lnk-inner .l-standbtn a:hover {
  background: #046789;
  color: #fff;
}
#page_id_under .b-link .lnk-inner .l-standbtn a::before {
  background: url("../images/ico_arrow01.svg") no-repeat center left;
  content: "";
  width: 26px;
  height: 26px;
  background-size: 26px auto;
  display: inline-block;
  position: absolute;
  left: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
}
#page_id_under .b-merit .merit_inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-merit .merit_inner {
    flex-direction: column;
  }
}
#page_id_under .b-merit .merit_inner .col_img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-merit .merit_inner .col_img {
    width: 85%;
    height: 100%;
    margin: 0 auto;
  }
}
#page_id_under .b-merit .merit_inner .col_txt {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #page_id_under .b-merit .merit_inner .col_txt {
    margin-left: 0px;
  }
}
#page_id_under .b-merit .merit_inner .col_txt ol {
  counter-reset: num;
  list-style-type: none !important;
}
#page_id_under .b-merit .merit_inner .col_txt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.7em;
  padding: 0.3em 0.5em 0.3em 30px;
}
#page_id_under .b-merit .merit_inner .col_txt ol li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #046789;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}
#page_id_under .s-flow {
  max-width: 1000px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow {
    padding: 0 16px;
  }
}
#page_id_under .s-flow .flow_inner ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-right: 1em !important;
}
#page_id_under .s-flow .flow_inner ul::after {
  width: 75px;
  height: 115px;
  border: solid 5px #19A2D1;
  border-radius: 0 75px 75px 0;
  /* 右側を丸める */
  border-left: 0;
  /* 直線部分を消す */
  margin: 10px;
  content: "";
  position: absolute;
  right: -35px;
  top: 49px;
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow .flow_inner ul::after {
    width: 45%;
    height: 40px;
    border: solid 4px #009685;
    border-radius: 75px 75px 0 0;
    /* 下側を丸める */
    border-bottom: 0;
    /* 直線部分を消す */
    margin: 10px;
    top: -35px;
    left: 46%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
#page_id_under .s-flow .flow_inner ul::before {
  width: 75px;
  height: 115px;
  border: solid 4px #009685;
  border-radius: 75px 0 0 75px;
  /* 左側を丸める */
  border-right: 0;
  /* 直線部分を消す */
  margin: 10px;
  content: "";
  position: absolute;
  left: -35px;
  top: 49px;
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow .flow_inner ul::before {
    width: 45%;
    height: 40px;
    border: solid 4px #19A2D1;
    border-radius: 0 0 75px 75px;
    /* 上側を丸める */
    border-top: 0;
    /* 直線部分を消す */
    margin: 10px;
    bottom: -35px;
    top: auto;
    left: 46%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
#page_id_under .s-flow .flow_inner ul li {
  width: calc(33.33% - 13px);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow .flow_inner ul li {
    width: 46% !important;
  }
}
#page_id_under .s-flow .flow_inner ul li:not(:first-child) {
  margin-left: 13px;
}
#page_id_under .s-flow .flow_inner ul li:nth-child(2n+1) {
  margin-left: 13px;
}
#page_id_under .s-flow .flow_inner ul li:nth-child(3n)::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow .flow_inner ul li:nth-child(3n)::after {
    display: block;
  }
}
#page_id_under .s-flow .flow_inner ul li::after {
  content: "";
  background: #19A2D1;
  width: 100%;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 13px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow .flow_inner ul li::after {
    height: 100%;
    width: 5px;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow .flow_inner ul li:nth-of-type(4)::after, #page_id_under .s-flow .flow_inner ul li:nth-of-type(5)::after {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #page_id_under .s-flow .flow_inner ul li:nth-of-type(1) {
    order: 1;
  }
  #page_id_under .s-flow .flow_inner ul li:nth-of-type(2) {
    order: 2;
  }
  #page_id_under .s-flow .flow_inner ul li:nth-of-type(3) {
    order: 4;
  }
  #page_id_under .s-flow .flow_inner ul li:nth-of-type(4) {
    order: 6;
  }
  #page_id_under .s-flow .flow_inner ul li:nth-of-type(5) {
    order: 5;
  }
  #page_id_under .s-flow .flow_inner ul li:nth-of-type(6) {
    order: 3;
  }
}
#page_id_under .flow-block {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block {
    padding: 0 16px;
  }
}
#page_id_under .flow-block .f-block_inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .f-block_inner {
    flex-direction: column;
  }
}
#page_id_under .flow-block .f-block_inner .inner_col {
  width: calc(50% - 20px);
  margin: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .f-block_inner .inner_col {
    margin: 0px;
  }
}
#page_id_under .flow-block .f-block_inner .inner_col .box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 4px solid #19A2D1;
  border-radius: 20px;
  padding: 1.7em 2em 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .f-block_inner .inner_col {
    width: auto;
  }
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(1) .box {
  height: 100%;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(2) .box {
  border: 4px solid #009685;
  height: 100%;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(2) .box h3 {
  color: #009685;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(2) .box .f-block_h3 .act_ico {
  background: url("../business/images/ttl_act02@2x.png") no-repeat center center !important;
  background-size: contain !important;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(2) .box ul li:before {
  background: #009685;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(3) .box {
  border: 4px solid #fbaf00;
  height: 590px;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(3) .box {
    height: auto;
  }
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(3) .box h3 {
  color: #fbaf00;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(3) .box .f-block_h3 .act_ico {
  background: url("../business/images/ttl_act03@2x.png") no-repeat center center !important;
  background-size: contain !important;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(4) .box {
  border: 4px solid #c490d1;
  height: 590px;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(4) .box {
    height: auto;
  }
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(4) .box h3 {
  color: #c490d1;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-of-type(4) .box .f-block_h3 .act_ico {
  background: url("../business/images/ttl_act04@2x.png") no-repeat center center !important;
  background-size: contain !important;
}
#page_id_under .flow-block .f-block_inner .inner_col ul {
  position: relative;
}
#page_id_under .flow-block .f-block_inner .inner_col ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 7px;
}
#page_id_under .flow-block .f-block_inner .inner_col ul li:last-child {
  margin-bottom: 0;
}
#page_id_under .flow-block .f-block_inner .inner_col ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #19A2D1;
}
#page_id_under .flow-block .f-block_inner .inner_col .f-block_h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .f-block_inner .inner_col .f-block_h3 {
    flex-direction: column;
  }
}
#page_id_under .flow-block .f-block_inner .inner_col .f-block_h3 .act_ico {
  background: url("../business/images/ttl_act01@2x.png") no-repeat center center;
  text-indent: 1000%;
  overflow: hidden;
  white-space: nowrap;
  background-size: contain;
  display: inline-block;
  width: 120px;
  height: 1.5em;
  image-rendering: -webkit-optimize-contrast;
  padding-right: 0.5em;
}
#page_id_under .flow-block .f-block_inner .inner_col .f-block_h3 h3 {
  font-size: 1.375rem;
  color: #19A2D1;
}
#page_id_under .flow-block .f-block_inner .inner_col:nth-child(2n) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .f-block_inner .inner_col:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 20px;
  }
}
#page_id_under .flow-block .f-block_inner .inner_col .act_detail {
  display: flex;
  flex-wrap: wrap;
}
#page_id_under .flow-block .f-block_inner .inner_col .act_detail dl {
  width: 48%;
}
#page_id_under .flow-block .f-block_inner .inner_col .act_detail dl:nth-child(2n) {
  margin-left: 10px;
}
#page_id_under .flow-block .f-block_inner .inner_col .act_detail dl dt {
  text-align: center;
  font-size: 0.875rem;
}
#page_id_under .flow-block .f-block_inner .inner_col .external_linkbtn a {
  padding: 0.6em 1em;
  background: #f4f7fa;
}
#page_id_under .flow-block .act_linkwrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#page_id_under .flow-block .act_linkwrap .btn_col {
  width: calc(48% - 5px);
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .act_linkwrap .btn_col {
    width: 100%;
  }
}
#page_id_under .flow-block .act_linkwrap .btn_col:nth-child(2n) {
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .act_linkwrap .btn_col:nth-child(2n) {
    margin-left: 0px;
  }
}
#page_id_under .flow-block .act_linkwrap .btn_col:nth-child(n+1) {
  margin-bottom: 10px;
}
#page_id_under .flow-block .act_lastcol {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 4px solid #d7263d;
  border-radius: 20px;
  padding: 1.2em 1em;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .act_lastcol {
    margin: 20px 0px !important;
  }
}
#page_id_under .flow-block .act_lastcol .f-block_h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_id_under .flow-block .act_lastcol .f-block_h3 {
    flex-direction: column;
    align-items: center;
  }
}
#page_id_under .flow-block .act_lastcol h3 {
  font-size: 1.375rem;
  color: #d7263d;
}
#page_id_under .flow-block .act_lastcol .f-block_h3 .act_ico {
  background: url("../business/images/ttl_act05@2x.png") no-repeat center center;
  text-indent: 1000%;
  overflow: hidden;
  white-space: nowrap;
  background-size: contain;
  display: inline-block;
  width: 120px;
  height: 1.5em;
  image-rendering: -webkit-optimize-contrast;
  padding-right: 0.5em;
}
#page_id_under .box-sort dl {
  display: flex;
  padding: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  #page_id_under .box-sort dl {
    flex-direction: column;
  }
  #page_id_under .box-sort dl:not(:first-child) {
    margin-top: 20px;
  }
}
#page_id_under .box-sort dl dd {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #page_id_under .box-sort dl dd {
    width: auto;
    text-align: center;
  }
}
#page_id_under .box-sort dl dt {
  width: 80%;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  #page_id_under .box-sort dl dt {
    width: auto;
    margin-left: 0rem;
  }
}
#page_id_under .box-sort dl dt .sort_ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #046789;
}
#page_id_under .box-sort dl dt .sort_ttl p {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #page_id_under .box-sort dl dt .sort_ttl {
    margin-top: 10px;
  }
}
#page_id_under .box-sort dl dt h3 {
  color: #046789;
  font-size: 1.125rem;
}
#page_id_under .box-sort dl dt .m-txt {
  margin-top: 10px;
}
#page_id_under .article_a_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_id_under .article_a_box {
    flex-direction: column-reverse;
  }
}
#page_id_under .article_a_box .left {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #page_id_under .article_a_box .left {
    width: auto;
    margin-top: 15px;
  }
}
#page_id_under .article_a_box .right {
  width: 30%;
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_id_under .article_a_box .right {
    width: auto;
  }
}
#page_id_under .article_a_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_id_under .article_a_box ul {
    flex-direction: column;
  }
}
#page_id_under .article_a_box ul li {
  width: 50%;
  word-break: break-all;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_id_under .article_a_box ul li {
    width: auto;
  }
}
#page_id_under .article_a_box ul li::before {
  content: "";
  background: #046789;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
}
#page_id_under .construction_case ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: center;
}
#page_id_under .construction_case ul li {
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #page_id_under .construction_case ul li {
    margin: 0 auto 22px;
  }
}
#page_id_under .construction_case ul li p {
  font-weight: bold;
}
#page_id_under .construction_case ul li img {
  height: 215.25px;
}
#page_id_under .construction_Business {
  margin-top: 60px;
}
#page_id_under .construction_Business ul {
  margin-top: 24px;
  list-style: disc inside;
}
#page_id_under .construction_Business ul li {
  color: #009684;
}
#page_id_under .construction_Business ul li span {
  color: #000;
}
#page_id_under .construction_Qualified {
  margin-top: 34px;
  position: relative;
}
#page_id_under .construction_Qualified .Qualified_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_id_under .construction_Qualified .Qualified_wrap {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
#page_id_under .construction_Qualified .Qualified_wrap dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #page_id_under .construction_Qualified .Qualified_wrap dl {
    padding-right: 16px;
  }
}
#page_id_under .construction_Qualified .Qualified_wrap dl div {
  width: 450px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div dt {
  display: list-item;
  list-style: disc inside;
  color: #249883;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div dt span {
  color: #000;
  background-color: #fff;
  padding-right: 4px;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div dd {
  background-color: #fff;
  padding-left: 4px;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div:nth-child(1)::after {
  content: "";
  width: 231px;
  border-top: 4px dotted #000;
  position: absolute;
  top: 50%;
  left: 41%;
  z-index: -1;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div:nth-child(2)::after {
  content: "";
  width: 214px;
  border-top: 4px dotted #000;
  position: absolute;
  top: 50%;
  left: 46%;
  z-index: -1;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div:nth-child(3)::after {
  content: "";
  width: 214px;
  border-top: 4px dotted #000;
  position: absolute;
  top: 50%;
  left: 46%;
  z-index: -1;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div:nth-child(4)::after {
  content: "";
  width: 276px;
  border-top: 4px dotted #000;
  position: absolute;
  top: 50%;
  left: 32%;
  z-index: -1;
}
#page_id_under .construction_Qualified .Qualified_wrap dl div:nth-child(5)::after {
  content: "";
  width: 232px;
  border-top: 4px dotted #000;
  position: absolute;
  top: 50%;
  left: 42%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #page_id_under .construction_Qualified .Qualified_wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
  }
}
#page_id_under .construction_Permit {
  margin-top: 34px;
}
#page_id_under .construction_Permit ul {
  margin-top: 12px;
  list-style: disc inside;
}
#page_id_under .construction_Permit ul li {
  color: #009684;
}
#page_id_under .construction_Permit ul li span {
  color: #000;
}
#page_id_under .construction_Achievement {
  margin-top: 34px;
}
#page_id_under .construction_Achievement .construction_Achievement_sptxt {
  display: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #page_id_under .construction_Achievement .construction_Achievement_sptxt {
    font-size: 0.9375rem;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    color: #009685;
  }
}
@media screen and (max-width: 767px) {
  #page_id_under .construction_Achievement .construction_Achievement_table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  #page_id_under .construction_Achievement .construction_Achievement_table table {
    width: 900px;
    box-sizing: border-box;
  }
}
#page_id_under .construction_Achievement .construction_Achievement_table table tr:first-child {
  border: 1px solid #000;
}
#page_id_under .construction_Achievement .construction_Achievement_table table th,
#page_id_under .construction_Achievement .construction_Achievement_table table td {
  padding: 10px;
  font-size: 0.8125rem;
}
#page_id_under .construction_Achievement .construction_Achievement_table table th {
  border: 1px solid #000;
  text-align: center;
  background-color: #f7f7f7;
}
#page_id_under .construction_Achievement .construction_Achievement_table table td {
  border: 1px solid #000;
  letter-spacing: 0em;
  text-align: left;
}
#page_id_under .construction_Achievement .construction_Achievement_table table td.text_center {
  text-align: center;
}

/* 未使用
@import "partials/detail_list"; //リストなど
@import "partials/detail_acordion.scss"; //折りたたみコンテンツなど

@import "partials/page_news"; // 個別ページ(ニュース画面)
@import "partials/page_form"; // 個別ページ(フォーム画面)
・
・
・
*//*# sourceMappingURL=style.css.map */