@charset "UTF-8";
/* Scss Document */
/* PC用 */
/*=============================================================
 TOP共通
=============================================================*/
.scroll {
  margin: uto;
  text-align: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 767.9px) {
    .scroll {
      font-size: 10vw;
      line-height: 1.25; } }
  @media print, screen and (min-width: 767.9px) {
    .scroll {
      font-size: 88px;
      line-height: 1; } }
  .scroll span {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    animation: scrollAnime 15s linear infinite; }

@keyframes scrollAnime {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.com_btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #325a8a;
  color: #fff;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.2em;
  transition: 1s all;
  border: 1px solid #325a8a; }
  @media print, screen and (min-width: 767.9px) {
    .com_btn01 a {
      font-size: 17px; } }
  .com_btn01 a:hover {
    opacity: 1;
    background-color: #fff;
    color: #325a8a !important;
    transition: 1s all; }
  .com_btn01 a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -0.2em; }

/*=============================================================
 ブロック設定
=============================================================*/
#home_main {
  position: relative;
  background: url("../image/bg_stan.png"); }
  @media screen and (max-width: 767.9px) {
    #home_main {
      margin-top: -1px; } }
  @media print, screen and (min-width: 767.9px) {
    #home_main {
      padding-bottom: 20px; } }
  #home_main .kv img {
    width: 100%;
    height: auto;
    max-height: 777px;
    object-fit: cover; }
  #home_main .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    padding: 0 5vw; }
    #home_main .inner .container {
      z-index: 2;
      padding: 0; }
      @media screen and (max-width: 767.9px) {
        #home_main .inner .container {
          margin-top: 70px;
          font-size: 3.5vw; } }
      @media print, screen and (min-width: 767.9px) {
        #home_main .inner .container {
          margin-top: 10vw; } }
      @media screen and (min-width: 767.9px) and (max-width: 1200px) {
        #home_main .inner .container {
          margin-top: 8vw; } }
      #home_main .inner .container h2 {
        line-height: 1.2;
        font-weight: 400; }
        @media screen and (max-width: 767.9px) {
          #home_main .inner .container h2 {
            font-size: 6vw;
            margin-bottom: 10px; } }
        @media print, screen and (min-width: 767.9px) {
          #home_main .inner .container h2 {
            font-size: 45px;
            margin-bottom: 20px; } }
        @media screen and (min-width: 767.9px) and (max-width: 1200px) {
          #home_main .inner .container h2 {
            font-size: 3.5vw; } }
  @media screen and (max-width: 767.9px) {
    #home_main .bnr_document {
      margin-top: -10px; } }
  @media print, screen and (min-width: 767.9px) {
    #home_main .bnr_document {
      position: absolute;
      bottom: 20px;
      right: 0; } }
  #home_main .bnr_document a:hover {
    opacity: 1.0; }
  #home_main .bnr_document img {
    transition: all .3s; }
  #home_main .bnr_document:hover img {
    transform: scale(1.1);
    transition: all .3s; }
  
  /* home_popup_banner */
  @media screen and (max-width: 767.9px) {
    #home_main .home_popup_banner {
      margin-top: 10px; } }
  @media print, screen and (min-width: 767.9px) {
    #home_main .home_popup_banner {
      position: absolute;
      bottom: 20px;
      left: 0;
      max-width: 400px; } }
  #home_main .home_popup_banner a:hover {
    opacity: 1.0; }
  #home_main .home_popup_banner img {
    transition: all .3s;
    max-width: 100%;
    height: auto; }
  #home_main .home_popup_banner:hover img {
    transform: scale(1.1);
    transition: all .3s; }

#home_stan {
  background: url("../image/bg_stan.png");
  position: relative; }
  @media screen and (max-width: 1200px) {
    #home_stan {
      padding-top: 50px;
      margin-top: 30px; } }
  @media print, screen and (min-width: 1200px) {
    #home_stan {
      padding-top: 200px; } }
  #home_stan .stan_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media print, screen and (min-width: 1200px) {
      #home_stan .stan_pic {
        top: 100px; } }
    #home_stan .stan_pic img {
      width: 100%;
      object-fit: cover; }
      @media print, screen and (min-width: 1200px) {
        #home_stan .stan_pic img {
          height: 460px; } }
  #home_stan .scroll {
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 500; }
    @media screen and (max-width: 1200px) {
      #home_stan .scroll {
        top: 20px; } }
    @media print, screen and (min-width: 1200px) {
      #home_stan .scroll {
        top: 150px; } }
    @media screen and (max-width: 1200px) {
      #home_stan .scroll span {
        text-align: right; } }
  #home_stan header {
    color: #fff; }
    #home_stan header .en {
      position: relative;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 1200px) {
        #home_stan header .en {
          margin-bottom: 10px; } }
      @media print, screen and (min-width: 1200px) {
        #home_stan header .en {
          margin-bottom: 20px; } }
      #home_stan header .en:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #fff;
        margin: 10px auto 0 auto; }
        @media screen and (max-width: 1200px) {
          #home_stan header .en:after {
            width: 10px; } }
        @media print, screen and (min-width: 1200px) {
          #home_stan header .en:after {
            width: 40px; } }
    #home_stan header .ja {
      font-weight: 500;
      letter-spacing: 0.1em; }
      @media print, screen and (min-width: 1200px) {
        #home_stan header .ja {
          font-size: 32px; } }
    #home_stan header .lead {
      margin-top: 20px; }
      @media print, screen and (min-width: 1200px) {
        #home_stan header .lead {
          font-size: 20px; } }
  #home_stan .stanPoint {
    background-color: #fff; }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint {
        margin-top: 20px;
        padding: 20px; } }
    @media print, screen and (min-width: 1200px) {
      #home_stan .stanPoint {
        margin-top: 100px;
        padding: 50px 0; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint .leftBox,
      #home_stan .stanPoint .rightBox {
        width: 90%; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint .leftBox .flex_sp,
      #home_stan .stanPoint .rightBox .flex_sp {
        display: flex;
        flex-flow: row wrap; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint .rightBox {
        align-items: flex-start; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint .rightBox .ja {
        font-size: 5vw; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint .rightBox .en {
        width: 100%; } }
    #home_stan .stanPoint .en {
      text-align: left;
      color: #b1b1b1;
      letter-spacing: 0.2em; }
      @media print, screen and (min-width: 1200px) {
        #home_stan .stanPoint .en {
          font-size: 14px; } }
    #home_stan .stanPoint .ja {
      text-align: left;
      margin: 0; }
      @media screen and (max-width: 1200px) {
        #home_stan .stanPoint .ja {
          font-size: 4vw;
          line-height: 1.2; } }
      @media print, screen and (min-width: 1200px) {
        #home_stan .stanPoint .ja {
          font-size: 18px; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint .ico {
        margin: 10px 0;
        width: 100%; } }
    @media print, screen and (min-width: 1200px) {
      #home_stan .stanPoint .ico {
        margin: 0 30px; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint .ico img {
        width: 20px; } }
    #home_stan .stanPoint dl {
      align-items: flex-end;
      line-height: 1; }
      @media screen and (max-width: 1200px) {
        #home_stan .stanPoint dl {
          margin-left: 10px; } }
      @media screen and (max-width: 1200px) {
        #home_stan .stanPoint dl dt {
          font-size: 4vw; } }
      @media print, screen and (min-width: 1200px) {
        #home_stan .stanPoint dl dt {
          font-size: 14px; } }
      @media screen and (max-width: 1200px) {
        #home_stan .stanPoint dl dd {
          font-size: 5vw; } }
      @media print, screen and (min-width: 1200px) {
        #home_stan .stanPoint dl dd {
          font-size: 22px;
          margin-top: 10px; } }
      #home_stan .stanPoint dl dd b {
        color: #2e6091;
        margin: 0 10px;
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        line-height: 0.8;
        font-weight: 600 !important; }
        @media screen and (max-width: 1200px) {
          #home_stan .stanPoint dl dd b {
            font-size: 13vw; } }
        @media print, screen and (min-width: 1200px) {
          #home_stan .stanPoint dl dd b {
            font-size: 62px; } }
        @media screen and (max-width: 1200px) {
          #home_stan .stanPoint dl dd b span {
            font-size: 6vw; } }
        @media print, screen and (min-width: 1200px) {
          #home_stan .stanPoint dl dd b span {
            font-size: 34px; } }
    @media print, screen and (min-width: 1200px) {
      #home_stan .stanPoint p {
        margin-top: 10px; } }
    #home_stan .stanPoint p b {
      color: #2e6091;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      line-height: 0.8;
      font-weight: 600 !important; }
      @media screen and (max-width: 1200px) {
        #home_stan .stanPoint p b {
          font-size: 13vw;
          margin-left: 10px; } }
      @media print, screen and (min-width: 1200px) {
        #home_stan .stanPoint p b {
          font-size: 62px; } }
    @media screen and (max-width: 1200px) {
      #home_stan .stanPoint ul li {
        display: flex;
        align-items: center; } }
    @media print, screen and (min-width: 1200px) {
      #home_stan .stanPoint ul li {
        margin-left: 30px; } }
    #home_stan .stanPoint ul li span {
      display: block; }
      @media screen and (max-width: 1200px) {
        #home_stan .stanPoint ul li span {
          color: #2e6091;
          font-size: 5vw;
          white-space: nowrap;
          margin-right: 1em; } }
  @media screen and (max-width: 1200px) {
    #home_stan .com_btn01 {
      padding: 20px 0 30px 0; } }
  @media print, screen and (min-width: 1200px) {
    #home_stan .com_btn01 {
      padding: 65px 0 100px 0; } }
  @media screen and (max-width: 1200px) {
    #home_stan .com_btn01 a {
      width: 90%;
      font-size: 3.5vw; } }

#home_customiz {
  background: url("../image/bg_customiz.png");
  position: relative;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    #home_customiz {
      padding-top: 50px; } }
  @media print, screen and (min-width: 1200px) {
    #home_customiz {
      padding-top: 50px; } }
  #home_customiz:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff; }
    @media screen and (max-width: 1200px) {
      #home_customiz:after {
        height: 400px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz:after {
        height: 170px; } }
  #home_customiz .scroll {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 500; }
    @media screen and (max-width: 1200px) {
      #home_customiz .scroll {
        text-align: left;
        top: 20px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .scroll {
        top: 100px; } }
  @media print, screen and (min-width: 1200px) {
    #home_customiz .img_customiz {
      max-width: 48%; } }
  #home_customiz .img_customiz img {
    width: 100%;
    height: auto; }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .img_customiz img {
        max-height: 690px; } }
  #home_customiz .box01 {
    position: relative; }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box01 .inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end; } }
    @media screen and (max-width: 1200px) {
      #home_customiz .box01 .inner header,
      #home_customiz .box01 .inner .txtBox {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 1200px) {
      #home_customiz .box01 .container {
        padding: 0;
        margin-bottom: 50px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box01 .container {
        margin-bottom: 120px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box01 .container .inBox {
        width: 48%;
        margin: 0 0 0 auto; } }
    #home_customiz .box01 .container header p {
      margin: 0; }
    #home_customiz .box01 .container header .en {
      position: relative;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 1200px) {
        #home_customiz .box01 .container header .en {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 1200px) {
        #home_customiz .box01 .container header .en {
          margin-bottom: 30px; } }
      #home_customiz .box01 .container header .en:after {
        content: "";
        display: block;
        height: 2px;
        background-color: #000000; }
        @media screen and (max-width: 1200px) {
          #home_customiz .box01 .container header .en:after {
            width: 15px;
            margin: 10px auto 0 0; } }
        @media print, screen and (min-width: 1200px) {
          #home_customiz .box01 .container header .en:after {
            width: 30px;
            margin: 20px auto 0 0; } }
    #home_customiz .box01 .container header .lead {
      color: #325a8a;
      line-height: 1;
      margin-bottom: 20px; }
      @media screen and (max-width: 1200px) {
        #home_customiz .box01 .container header .lead {
          font-size: 4vw; } }
      @media print, screen and (min-width: 1200px) {
        #home_customiz .box01 .container header .lead {
          font-size: 18px;
          margin-top: 20px; } }
    #home_customiz .box01 .container header .ja {
      font-weight: 600;
      letter-spacing: 0.2em;
      color: #325a8a;
      line-height: 1.25;
      margin-bottom: 30px; }
      @media screen and (max-width: 1200px) {
        #home_customiz .box01 .container header .ja {
          font-size: 6.5vw; } }
      @media print, screen and (min-width: 1200px) {
        #home_customiz .box01 .container header .ja {
          font-size: 32px; } }
    #home_customiz .box01 .container p {
      margin-top: 1em; }
    #home_customiz .box01 .container .com_btn01 a {
      width: 195px;
      max-width: 100%; }
      @media screen and (max-width: 1200px) {
        #home_customiz .box01 .container .com_btn01 a {
          margin: 30px auto 0 auto; } }
      @media print, screen and (min-width: 1200px) {
        #home_customiz .box01 .container .com_btn01 a {
          font-size: 13px;
          margin: 30px auto 0 0;
          padding-left: 30px;
          justify-content: flex-start; } }
  #home_customiz .box02 {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    box-shadow: 2px 5px 5px rgba(213, 213, 213, 0.5); }
    @media screen and (max-width: 1200px) {
      #home_customiz .box02 {
        width: 90%;
        padding-bottom: 20px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box02 {
        padding: 60px;
        margin-top: 50px; } }
    @media screen and (max-width: 1200px) {
      #home_customiz .box02 header {
        margin-top: 40px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box02 header {
        width: 20%;
        margin-top: 40px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box02 header .en {
        font-size: 15px;
        margin-bottom: 1em; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box02 header .ja {
        font-size: 18px; } }
    #home_customiz .box02 a:hover {
      opacity: 1.0;
      overflow: hidden; }
      #home_customiz .box02 a:hover img {
        transform: scale(1.1, 1.1);
        transition: 1s all; }
    @media screen and (max-width: 1200px) {
      #home_customiz .box02 a {
        width: 100%;
        margin-top: 20px; } }
    @media print, screen and (min-width: 1200px) {
      #home_customiz .box02 a {
        width: 24%; } }
    #home_customiz .box02 a figure span {
      display: block;
      text-decoration: none; }
    #home_customiz .box02 a figure img {
      width: 100%;
      height: auto;
      margin: 5px 0 10px 0; }
    #home_customiz .box02 a figure figcaption {
      text-decoration: underline;
      color: #325a8a;
      text-align: center; }

#home_voice {
  text-align: center; }
  @media screen and (max-width: 1200px) {
    #home_voice {
      margin: 50px 0; } }
  @media print, screen and (min-width: 1200px) {
    #home_voice {
      margin: 80px 0; } }
  #home_voice a {
    display: inline-block; }
    #home_voice a:hover {
      opacity: 1.0; }
      #home_voice a:hover img {
        transform: scale(1.1, 1.1);
        transition: 1s all; }

@media print, screen and (min-width: 1200px) {
  #home_system header .ja {
    font-size: 28px; } }
#home_system header .en {
  font-weight: 500;
  margin-left: 1em; }
  @media print, screen and (min-width: 1200px) {
    #home_system header .en {
      font-size: 15px; } }
@media screen and (max-width: 1200px) {
  #home_system .col2 {
    margin-top: 20px; } }
@media print, screen and (min-width: 1200px) {
  #home_system .col2 {
    margin-top: 50px; } }
#home_system .col2 .inBox {
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 1200px) {
    #home_system .col2 .inBox {
      width: 50%; } }
  #home_system .col2 .inBox img {
    transition: 1s all; }
  #home_system .col2 .inBox:hover img {
    transform: scale(1.2, 1.2);
    transition: 1s all; }
  #home_system .col2 .inBox .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      #home_system .col2 .inBox .inner .en {
        font-size: 5.5vw; } }
    @media print, screen and (min-width: 1200px) {
      #home_system .col2 .inBox .inner .en {
        font-size: 22px; } }
    @media print, screen and (min-width: 1200px) {
      #home_system .col2 .inBox .inner .ja {
        font-size: 15px; } }
  #home_system .col2 .inBox a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    #home_system .col2 .inBox a span {
      display: none; }
@media screen and (max-width: 1200px) {
  #home_system .col4 {
    margin: 20px 0; } }
@media print, screen and (min-width: 1200px) {
  #home_system .col4 {
    margin: 50px 0; } }
@media screen and (max-width: 1200px) {
  #home_system .col4 header {
    width: 100%;
    margin-bottom: 10px; } }
@media print, screen and (min-width: 1200px) {
  #home_system .col4 header {
    width: 23%; } }
#home_system .col4 header .en {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: none; }
  @media screen and (max-width: 1200px) {
    #home_system .col4 header .en {
      font-size: 15px;
      padding: 0 0 0 40px; } }
  @media print, screen and (min-width: 1200px) {
    #home_system .col4 header .en {
      font-size: 15px;
      padding: 0 0 0 40px; } }
  #home_system .col4 header .en:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0; }
#home_system .col4 p {
  background: url("../image/ico_arrow_b.png") no-repeat 90% center; }
  @media screen and (max-width: 1200px) {
    #home_system .col4 p {
      width: 100%;
      margin-top: 10px; } }
  @media print, screen and (min-width: 1200px) {
    #home_system .col4 p {
      width: 24%; } }
  #home_system .col4 p a {
    border: 1px solid #325a8a;
    color: #325a8a;
    display: block;
    text-align: left;
    padding: 10px 30px;
    transition: 1s all; }
    @media screen and (max-width: 1200px) {
      #home_system .col4 p a {
        font-size: 4vw;
        line-height: 1.25; } }
    @media print, screen and (min-width: 1200px) {
      #home_system .col4 p a {
        font-size: 15px; } }
    #home_system .col4 p a:hover {
      background-color: #325a8a;
      opacity: 1.0;
      color: #fff; }
    #home_system .col4 p a .en {
      color: #aeaeae;
      display: block; }
      @media screen and (max-width: 1200px) {
        #home_system .col4 p a .en {
          font-size: 3vw; } }
      @media print, screen and (min-width: 1200px) {
        #home_system .col4 p a .en {
          font-size: 11px; } }

#home_news {
  border-top: 1px solid #e1e1e1;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    #home_news .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media print, screen and (min-width: 1200px) {
    #home_news .container {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 1200px) {
    #home_news header {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap; } }
  @media print, screen and (min-width: 1200px) {
    #home_news header {
      width: 20%;
      border-right: 1px solid #e1e1e1;
      box-sizing: border-box; } }
  @media print, screen and (min-width: 1200px) {
    #home_news header .en {
      font-size: 15px; } }
  @media print, screen and (min-width: 1200px) {
    #home_news header .en:after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background-color: #000;
      margin: 1em 0; } }
  @media screen and (max-width: 1200px) {
    #home_news header .ja {
      display: flex;
      align-items: center;
      line-height: 1; } }
  @media print, screen and (min-width: 1200px) {
    #home_news header .ja {
      font-size: 32px; } }
  @media screen and (max-width: 1200px) {
    #home_news header .ja span {
      margin-left: 1em;
      font-size: 3vw; } }
  @media print, screen and (min-width: 1200px) {
    #home_news header .com_btn01 {
      margin-top: 50px; } }
  #home_news header .com_btn01 a {
    box-sizing: border-box;
    padding-left: 0;
    margin: 0;
    transition: 1s all; }
    @media screen and (max-width: 1200px) {
      #home_news header .com_btn01 a {
        width: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 2em;
        font-size: 90%; } }
    @media print, screen and (min-width: 1200px) {
      #home_news header .com_btn01 a {
        width: 200px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 1200px) {
      #home_news header .com_btn01 a i {
        right: 0.5em; } }
    @media screen and (max-width: 1200px) {
      #home_news header .com_btn01 a i img {
        width: 1em; } }
  #home_news .rightBox {
    box-sizing: border-box; }
    @media print, screen and (min-width: 1200px) {
      #home_news .rightBox {
        width: 80%;
        padding-left: 50px; } }
    #home_news .rightBox dl {
      border-bottom: 1px solid #e1e1e1; }
      @media screen and (max-width: 1200px) {
        #home_news .rightBox dl {
          padding: 10px 0; } }
      @media print, screen and (min-width: 1200px) {
        #home_news .rightBox dl {
          padding: 20px 0; } }
      @media screen and (max-width: 1200px) {
        #home_news .rightBox dl:first-child {
          border-top: 1px solid #e1e1e1;
          margin-top: 10px; } }
      @media screen and (max-width: 1200px) {
        #home_news .rightBox dl dt {
          width: 100%; } }
      @media print, screen and (min-width: 1200px) {
        #home_news .rightBox dl dt {
          width: 15%; } }
      @media screen and (max-width: 1200px) {
        #home_news .rightBox dl dd {
          width: 100%; } }
      @media print, screen and (min-width: 1200px) {
        #home_news .rightBox dl dd {
          width: 85%; } }

#home_cv .col2 {
  text-align: left; }
  @media screen and (max-width: 1200px) {
    #home_cv .col2 {
      padding: 20px 0; } }
  @media print, screen and (min-width: 1200px) {
    #home_cv .col2 {
      padding: 100px 0; } }
  #home_cv .col2 .leftBox {
    position: relative;
    box-shadow: 2px 5px 5px rgba(213, 213, 213, 0.8); }
    @media screen and (max-width: 1200px) {
      #home_cv .col2 .leftBox {
        width: 100%; } }
    @media print, screen and (min-width: 1200px) {
      #home_cv .col2 .leftBox {
        width: 49%; } }
    #home_cv .col2 .leftBox img {
      width: 100%;
      height: auto;
      transition: 1s all; }
  #home_cv .col2 .rightBox {
    position: relative;
    box-shadow: 2px 5px 5px rgba(213, 213, 213, 0.8); }
    @media screen and (max-width: 1200px) {
      #home_cv .col2 .rightBox {
        width: 100%;
        margin-top: 20px; } }
    @media print, screen and (min-width: 1200px) {
      #home_cv .col2 .rightBox {
        width: 49%; } }
    #home_cv .col2 .rightBox img {
      width: 100%;
      height: auto;
      transition: 1s all; }
  #home_cv .col2 .leftBox,
  #home_cv .col2 .rightBox {
    overflow: hidden; }
    #home_cv .col2 .leftBox:hover,
    #home_cv .col2 .rightBox:hover {
      opacity: 1.0; }
      #home_cv .col2 .leftBox:hover img,
      #home_cv .col2 .rightBox:hover img {
        transform: scale(1.1, 1.1);
        transition: 1s all; }
  #home_cv .col2 .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      #home_cv .col2 .inner .en {
        font-size: 2vw; } }
    @media print, screen and (min-width: 1200px) {
      #home_cv .col2 .inner .en {
        font-size: 11px; } }
    #home_cv .col2 .inner .en:after {
      content: "";
      display: block;
      width: 10px;
      height: 1px;
      background-color: #fff;
      margin: 0.5em 0; }
    @media screen and (max-width: 1200px) {
      #home_cv .col2 .inner .ja {
        font-size: 5vw; } }
    @media print, screen and (min-width: 1200px) {
      #home_cv .col2 .inner .ja {
        font-size: 28px; } }
    @media print, screen and (min-width: 1200px) {
      #home_cv .col2 .inner p {
        font-size: 14px; } }
  #home_cv .col2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    #home_cv .col2 a span {
      display: none; }

#home_contact {
  background: linear-gradient(to right, #f6f8fd 0%, #f6f8fd 52%, #f6f8fd 52%, #1d395b 53%, #1d395b 100%);
  position: relative; }
  #home_contact .container {
    background-color: #1d395b;
    color: #fff;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      #home_contact .container {
        padding-top: 40px;
        padding-bottom: 50px; } }
    @media print, screen and (min-width: 1200px) {
      #home_contact .container {
        padding: 100px 95px;
        text-align: left; } }
  #home_contact .col2 .leftBox {
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      #home_contact .col2 .leftBox {
        width: 100%; } }
    @media print, screen and (min-width: 1200px) {
      #home_contact .col2 .leftBox {
        width: 40%;
        border-right: 1px solid #e1e1e1; } }
    #home_contact .col2 .leftBox header {
      margin-bottom: 1em;
      position: relative; }
      @media screen and (max-width: 1200px) {
        #home_contact .col2 .leftBox header {
          border-bottom: 1px solid #fff;
          padding-bottom: 2em; } }
      @media print, screen and (min-width: 1200px) {
        #home_contact .col2 .leftBox header .en {
          font-size: 15px; } }
      @media screen and (max-width: 1200px) {
        #home_contact .col2 .leftBox header .ja {
          margin-bottom: 1em; } }
      @media print, screen and (min-width: 1200px) {
        #home_contact .col2 .leftBox header .ja {
          font-size: 32px; } }
      #home_contact .col2 .leftBox header a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        #home_contact .col2 .leftBox header a span {
          display: none; }
    @media print, screen and (min-width: 1200px) {
      #home_contact .col2 .leftBox p {
        font-size: 14px; } }
  #home_contact .col2 .rightBox {
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      #home_contact .col2 .rightBox {
        width: 100%; } }
    @media print, screen and (min-width: 1200px) {
      #home_contact .col2 .rightBox {
        width: 60%;
        padding-left: 50px; } }
    @media print, screen and (min-width: 1200px) {
      #home_contact .col2 .rightBox .btn_contact,
      #home_contact .col2 .rightBox .btn_document {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1200px) {
      #home_contact .col2 .rightBox .btn_contact p.lead,
      #home_contact .col2 .rightBox .btn_document p.lead {
        width: 100%; } }
    @media print, screen and (min-width: 1200px) {
      #home_contact .col2 .rightBox .btn_contact p.lead,
      #home_contact .col2 .rightBox .btn_document p.lead {
        text-align: right;
        width: 40%; } }
    #home_contact .col2 .rightBox .btn_contact p.lead .en,
    #home_contact .col2 .rightBox .btn_document p.lead .en {
      display: block; }
      @media print, screen and (min-width: 1200px) {
        #home_contact .col2 .rightBox .btn_contact p.lead .en,
        #home_contact .col2 .rightBox .btn_document p.lead .en {
          font-size: 11px; } }
    #home_contact .col2 .rightBox .btn_contact a,
    #home_contact .col2 .rightBox .btn_document a {
      display: block;
      text-align: center;
      background-color: #e3170a;
      color: #fff;
      box-sizing: border-box;
      box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 1200px) {
        #home_contact .col2 .rightBox .btn_contact a,
        #home_contact .col2 .rightBox .btn_document a {
          width: 100%;
          font-size: 4vw;
          padding: 10px;
          margin-top: 10px; } }
      @media print, screen and (min-width: 1200px) {
        #home_contact .col2 .rightBox .btn_contact a,
        #home_contact .col2 .rightBox .btn_document a {
          width: 55%;
          padding: 20px; } }
    @media screen and (max-width: 1200px) {
      #home_contact .col2 .rightBox .btn_document {
        margin-top: 20px; } }
