@charset "UTF-8";
html, body {
  width: 100%;
}
.blue {
  color: #0c5594;
}
.bg_blue {
  background-color: #0c5594;
}
.red {
  color: #d83d48;
}
.bg_red {
  background-color: #d83d48;
}
.white {
  color: #fff;
}
.bg_white {
  background-color: #fff;
}
.bg_gray {
  background-color: #eaeef2;
}
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  body {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #2f2f2f;
    min-width: 1200px;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    width: 100%;
    display: block;
  }
  table {
    width: 100%;
  }
  .pc_none {
    display: none;
  }
  .auto {
    width: 1200px;
    margin: 0 auto;
  }
  .martelsans {
    font-family: "Martel Sans", sans-serif;
    letter-spacing: 0.05em;
  }
  .mincho {
    font-family: "Noto Serif JP", serif;
  }
  #back-top {
    display: none;
    width: 62px;
    position: fixed;
    bottom: 74px;
    right: 30px;
    z-index: 99;
  }
  .btn {
    width: 258px;
    margin: 0 auto;
  }
  .btn a {
    border: 1px solid transparent;
    font-size: 14px;
    padding: 11px 40px 9px;
    position: relative;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
  }
  .btn a:hover {
    color: #0c5594;
    background-color: #fff;
    border: 1px solid #0c5594;
  }
  .btn a::after {
    transition: all 0.3s;
  }
  .ex_btn a, .pdf_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ex_btn a::after, .pdf_btn a::after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(../img/share/link.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
  }
  .pdf_btn a::after {
    background-image: url(../img/share/pdf.png);
    width: 16px;
    height: 19px;
  }
  .pdf_btn a:hover::after {
    background-image: url(../img/share/pdf_b.png);
  }
  .ex_btn a:hover::after {
    background-image: url(../img/share/link_hover.png);
  }
  .btn_arrow a::after {
    content: "";
    display: block;
    width: 22px;
    height: 6px;
    background-image: url(../img/share/arrow_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
  .btn_arrow a:hover::after {
    right: 10px;
    background-image: url(../img/share/arrow_blue.png);
  }
  .h2_jp {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .h3_jp {
    font-size: 29px;
    line-height: 1.6;
  }
  .eng {
    font-size: 15px;
    display: block;
    line-height: 1.2;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  /*=========================
▼▼下層ページ共通▼▼
===========================*/
  .under__fv_wrapper {
    position: relative;
  }
  .under__fv_credit {
    position: absolute;
    bottom: 0;
    right: 6px;
    font-size: 13px;
  }
  .under__fv_box {
    height: 383px;
  }
  .under__fv_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .under__contents > .auto {
    position: relative;
  }
  .breadcrumb {
    position: absolute;
    font-size: 13px;
    top: 151px;
    left: 0;
    display: flex;
  }
  .breadcrumb li:not(:last-of-type) {
    position: relative;
    margin-right: 34px;
  }
  .breadcrumb li:not(:last-of-type)::after {
    content: "";
    display: block;
    background-image: url(../img/share/more_than.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
  }
  .breadcrumb li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 98%;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .breadcrumb li a:hover::after {
    transform: scale(1, 1);
  }
  .under__title {
    width: 762px;
    margin: -133px auto 136px;
    text-align: center;
    padding: 53px 2% 20px;
  }
  .anker_box {
    width: 1000px;
    margin: 0 auto;
  }
  .anker_list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .anker_list li {
    margin: 0 40px 30px 0;
    width: 275px;
    position: relative;
    min-height: 84px;
  }
  .anker_list li::after {
    content: "";
    display: block;
    width: 10px;
    height: 11px;
    background-image: url(../img/share/down_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    pointer-events: none;
  }
  .anker_list li:hover::after {
    bottom: 2px;
    background-image: url(../img/share/down_arrow_hover.png);
  }
  .anker_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 14px 40px 12px;
  }
  .circle {
    font-size: 12px;
  }
  /*=========================
▲▲下層ページ共通▲▲
===========================*/
  /*=========================
▼▼header▼▼
===========================*/
  header {
    width: 100%;
    padding-top: 18px;
    position: sticky;
    top: 0;
    z-index: 10;
    height: 149px;
  }
  header .header_box {
    display: flex;
    justify-content: space-between;
    margin: 0 10px 36px;
    height: 42px;
    position: relative;
  }
  header .logo {
    width: 152px;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .left_box .btn {
    width: 270px;
  }
  header .left_box .btn a {
    padding: 10px 12px 8px;
    border: 1px solid #0c5594;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.8;
  }
  header .left_box p a:hover {
    color: #fff;
    background-color: #0c5594;
    border: 1px solid #fff;
  }
  header .left_box p a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../img/share/icon_camera.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    transition: all 0.3s;
  }
  header .left_box p a:hover::before {
    background-image: url(../img/share/icon_camera_w.png);
  }
  header .right_box {
    display: flex;
    width: 460px;
    border: 1px solid #0c5594;
  }
  header .right_box .btn {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    flex-grow: 1;
  }
  header .right_box .btn:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  header .right_box .btn a {
    padding: 8px 12px 6px;
    height: 100%;
    font-weight: 500;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .right_box .btn a:hover {
    color: #0c5594;
    background-color: #fff;
  }
  header nav .nav_list_box {
    display: flex;
    justify-content: center;
    min-width: 750px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  header nav .nav_list_box .nav_list {
    text-align: center;
    font-size: 14px;
    height: 100%;
    min-width: 88px;
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
  }
  header nav .nav_list_box .nav_list p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    min-width: 88px;
    font-weight: 600;
    padding: 0px 20px 13px;
  }
  header nav .nav_list_box .nav_list::after {
    margin-right: 0;
  }
  header nav .nav_list_box .nav_list:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 19px;
    display: inline-block;
    background-color: #e8ecf1;
  }
  header nav .nav_list_box .nav_list:last-of-type {
    margin-left: 0;
  }
  header nav.g_nav .nav_list > a, header nav.g_nav .nav_list > p {
    position: relative;
    line-height: 1.4;
    padding: 0px 20px 13px;
    height: 100%;
    white-space: nowrap;
  }
  header nav .nav_list_box .nav_list .under_nav_list a {
    padding: 12px 4px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
  header nav .nav_list_box .nav_list .under_nav_list a:hover {
    background-color: #0c5594;
    color: #fff;
  }
  header nav .nav_list > a::after, header nav .nav_list p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 5px;
    background: #0c5594;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  header nav .nav_list.current a::after, header nav .nav_list a:hover::after, header nav .nav_list p:hover::after {
    transform: scale(1, 1);
  }
  header .g_nav .nav_list .under_nav_list {
    display: none;
    position: absolute;
    top: 50px;
    left: 0%;
    width: 265px;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 14px;
    padding-left: 5px;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  }
  header .g_nav .nav_list .under_nav_list li {
    margin: 0 10px 10px;
    font-weight: 600;
    color: #0c5594;
  }
  header .g_nav .nav_list .under_nav_list li:last-of-type {
    margin-bottom: 0;
  }
  header nav .english {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
  }
  main {
    margin-bottom: 190px;
  }
  /*=========================
▲▲header▲▲
===========================*/
  /*=========================
▼▼footer▼▼
===========================*/
  footer {
    width: 100%;
  }
  footer .information_box {
    display: flex;
    margin-bottom: 100px;
  }
  footer .information_box .box {
    width: 600px;
    position: relative;
  }
  footer .information_box .box:first-of-type::after {
    content: "";
    display: block;
    background-color: #d1dae5;
    width: 1px;
    height: 115px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  footer .information_box .box a {
    border: 1px solid transparent;
    transition: all 0.3s;
    padding: 119px 100px 23px 100px;
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: top 40px center;
  }
  footer .information_box .box:first-of-type a {
    background-image: url(../img/share/icon_weather.png);
  }
  footer .information_box .box:nth-of-type(2) a {
    background-position: top 63px center;
    background-image: url(../img/share/icon_car.png);
  }
  footer .information_box .box a:hover {
    color: #d1dae5;
    background-color: #0c5594;
  }
  footer .information_box .box:first-of-type a:hover {
    background-image: url(../img/share/icon_weather_g.png);
  }
  footer .information_box .box:nth-of-type(2) a:hover {
    background-image: url(../img/share/icon_car_g.png);
  }
  footer .information_box .box .text {
    text-align: center;
    line-height: 1.6;
  }
  footer .contact_block {
    background-image: url(../img/share/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 74px 0 68px;
  }
  footer .contact_block hgroup {
    margin-bottom: 30px;
  }
  footer .contact_block .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
  footer .contact_block figure {
    width: 50px;
    margin: 0 auto 28px;
  }
  footer .contact_wrapper {
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  footer .contact_wrapper .contact_box {
    width: 417px;
  }
  footer .contact_box dl {
    display: flex;
    margin-bottom: 10px;
  }
  footer .contact_box dl:last-of-type {
    margin-bottom: 0;
  }
  footer .contact_box dl dt {
    margin-right: 30px;
    min-width: 60px;
  }
  footer .contact_box dl dd {
    line-height: 1.8;
  }
  footer .common_box {
    text-align: center;
    width: 352px;
    padding-top: 12px;
    position: relative;
  }
  footer .common_box::before, footer .common_box:last-of-type::after {
    content: "";
    display: block;
    width: 1px;
    height: 93px;
    background-color: #fff;
    position: absolute;
    top: 70px;
  }
  footer .common_box::before {
    left: 0;
  }
  footer .common_box:last-of-type::after {
    right: 0;
  }
  footer .common_box .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 9px;
  }
  footer .common_box .subtext {
    font-size: 21px;
  }
  footer .form_box .subtext {
    margin-bottom: 8px;
  }
  footer .telephone_box .tel {
    font-size: 40px;
    font-weight: 500;
  }
  footer .form_box .btn {
    width: 70%;
  }
  footer .form_box .btn a::after {
    background-image: url(../img/share/arrow_blue.png);
  }
  footer .form_box .btn a:hover {
    color: #fff;
    background-color: #0c5594;
  }
  footer .form_box .btn a:hover::after {
    background-image: url(../img/share/arrow_w.png);
  }
  footer .nav_block {
    background-color: #0c5594;
    padding: 51px 0 12px;
  }
  footer .nav_block .auto {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  footer .nav_block .left_block {
    width: 570px;
  }
  footer .nav_block .left_block .logo {
    width: 150px;
    margin-bottom: 20px;
  }
  footer .nav_block .left_block .sns_box {
    display: flex;
    margin-bottom: 28px;
  }
  footer .sns_img {
    width: 35px;
    margin-right: 11px;
  }
  footer .nav_block .left_block .company {
    line-height: 1.4;
    margin-bottom: 16px;
  }
  footer .nav_block .left_block address {
    line-height: 1.5;
    margin-bottom: 23px;
  }
  footer .nav_block .btn {
    max-width: 230px;
    margin: 0 auto 0 0;
  }
  footer .nav_block .left_block .btn a {
    font-weight: 500;
  }
  footer .btn a {
    border: 1px solid #fff;
    padding: 9px 40px 7px;
  }
  footer .nav_block .left_block .btn a:hover {
    background-color: #fff;
    border: 1px solid #0c5594;
  }
  footer .nav_block .right_block {
    width: 600px;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .nav_block .right_block ul {
    width: 210px;
    margin-bottom: 20px;
  }
  footer .nav_block .right_block ul:nth-of-type(2) {
    width: 140px;
  }
  footer .nav_block .right_block ul li {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  footer .nav_block .right_block ul li a {
    display: inline-block;
    width: auto;
    position: relative;
  }
  footer .nav_block .right_block ul li a::after {
    content: "";
    width: 0px;
    transition: all 0.4s ease;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    bottom: -4px;
  }
  footer .nav_block .right_block ul li.dl_icon a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/application/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
  }
  footer .nav_block .right_block ul li a:hover::after {
    width: 100%;
  }
  footer .copy {
    text-align: center;
    font-size: 12px;
  }
  footer .logo_list {
    display: flex;
    width: 381px;
    margin-left: auto;
    padding: 20px 0 20px;
  }
  footer .left_logo {
    width: 234px;
    margin-right: 32px;
  }
  footer .right_logo {
    width: 115px;
  }
  /*=========================
▲▲footer▲▲
===========================*/
}