@charset "UTF-8";
.content_inner {
  margin: auto;
  width: 100%;
  max-width: 1920px; }

.col_two {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .col_two > li {
    margin-right: 2%;
    margin-bottom: 10px;
    width: 49%;
    width: -webkit-calc(98% / 2);
    width: calc(98% / 2);
    position: relative; }
    @media screen and (max-width: 624px) {
      .col_two > li {
        width: 100%;
        padding: 0 10px;
        margin-right: 0; } }
    .col_two > li:nth-child(2n) {
      margin-right: 0; }
    .col_two > li img {
      width: 100%; }

.col_three {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .col_three > li {
    margin-top: 10px;
    margin-right: 1%;
    margin-bottom: 10px;
    width: 32.33333%;
    width: -webkit-calc(98% / 3);
    width: calc(98% / 3); }
    @media screen and (max-width: 414px) {
      .col_three > li {
        margin-right: 0;
        width: 100%; } }
    .col_three > li:nth-child(3n) {
      margin-right: 0; }
    .col_three > li img {
      width: 100%; }

.white_box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 5%; }

.white_box2 {
  background-color: #fff;
  padding: 50px 6%; }

.blue_btn {
  background-color: #194B91;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: auto;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 100%;
  transition: 0.5s ease-in;
  text-transform: uppercase; }
  .blue_btn:hover::before {
    transform: translateX(-30%);
    z-index: 0; }
  .blue_btn:hover::after {
    transform: translateX(30%);
    z-index: 0; }
  .blue_btn::before {
    border-right: 30px solid transparent;
    transform: translateX(-100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 30px solid #F1C300;
    border-bottom: 30px solid #F1C300;
    transition: 0.5s ease-out;
    z-index: -1; }
  .blue_btn::after {
    border-left: 30px solid transparent;
    transform: translateX(100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 30px solid #F1C300;
    border-bottom: 30px solid #F1C300;
    transition: 0.5s ease-out;
    z-index: -1; }
  .blue_btn span {
    position: relative;
    z-index: 2; }
    .blue_btn span::before {
      content: "";
      background-color: #fff;
      position: absolute;
      top: 0;
      right: -30px;
      bottom: 0;
      box-sizing: border-box;
      width: 17px;
      height: 17px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: auto;
      vertical-align: middle; }
    .blue_btn span::after {
      content: "";
      position: absolute;
      top: 0;
      right: -24px;
      bottom: 0;
      width: 6px;
      height: 6px;
      border-top: 1px solid #043F9B;
      border-right: 1px solid #043F9B;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin: auto;
      vertical-align: middle; }

.blue_btn2 {
  border: 1px solid #043F9B;
  color: #043F9B;
  display: block;
  font-size: 16px;
  margin: auto;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 100%;
  transition: 0.5s ease-in;
  text-transform: uppercase;
  text-align: center; }
  .blue_btn2::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #043F9B;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    transition: 0.5s ease-in; }
  .blue_btn2:hover {
    background-color: #043F9B;
    color: #fff; }
    .blue_btn2:hover::after {
      border-left: 12px solid #fff;
      transition: 0.5s ease-in; }

.blue_btn3 {
  background-color: #043F9B;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: auto;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 100%;
  transition: 0.5s ease-in;
  text-transform: uppercase;
  text-align: center; }
  .blue_btn3::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    transition: 0.5s ease-in; }
  .blue_btn3:hover {
    background-color: #fff;
    color: #043F9B; }
    .blue_btn3:hover::after {
      border-left: 12px solid #043F9B;
      transition: 0.5s ease-in; }

.white_btn {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: auto;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 100%;
  transition: 0.5s ease-in;
  text-transform: uppercase;
  text-align: center; }
  .white_btn::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    transition: 0.5s ease-in; }
  .white_btn:hover {
    background-color: #FFF;
    color: #043F9B; }
    .white_btn:hover::after {
      border-left: 12px solid #043F9B;
      transition: 0.5s ease-in; }

.red_text {
  color: #ED1C24; }

.font_size14 {
  font-size: 14px;
  line-height: 1.6em; }

.font_size15 {
  font-size: 15px;
  line-height: 1.6em; }

.font_size18 {
  font-size: 18px;
  line-height: 1.6em; }

.font_size19 {
  font-size: 19px;
  line-height: 1.6em; }

.font_size20 {
  font-size: 20px;
  line-height: 1.6em; }

.font_size22 {
  font-size: 22px;
  line-height: 1.6em; }

.font_size23 {
  font-size: 23px;
  line-height: 1.6em; }

.font_size25 {
  font-size: 25px;
  line-height: 1.6em; }

.font_size26 {
  font-size: 26px;
  line-height: 1.6em; }

.font_size27 {
  font-size: 27px;
  line-height: 1.6em; }

.font_size28 {
  font-size: 28px;
  line-height: 1.6em; }

.font_size36 {
  font-size: 36px;
  line-height: 1.6em; }

.font_size46 {
  font-size: 46px;
  line-height: 1.6em; }

.font_weight500 {
  font-weight: 500; }

.font_weight700 {
  font-weight: 700; }

.letter_spacing {
  letter-spacing: 0.1em; }

.line_height2 {
  line-height: 2em; }

.ma_t10 {
  margin-top: 10px; }

.ma_t20 {
  margin-top: 20px; }

.ma_t30 {
  margin-top: 30px; }

.ma_t50 {
  margin-top: 50px !important; }

.ma_t100 {
  margin-top: 100px !important; }

.ma_b100 {
  margin-bottom: 100px !important; }

.pa_t20 {
  padding-top: 20px; }

.pa_b20 {
  padding-bottom: 20px; }

.width_80 {
  width: 80%; }

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

.ta_center {
  text-align: center; }

.absolute_center {
  margin: auto;
  position: absolute;
  right: 0;
  top: 340px;
  left: 0; }

.logo_icon {
  margin: auto;
  width: 100%;
  max-width: 54px; }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  z-index: 100; }
  #header #head_back {
    background-color: white;
    padding: 13px 0;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      #header #head_back {
        padding: 3px 0; } }
    #header #head_back.is_scroll {
      padding: 3px 0;
      transition: all 0.3s ease; }
    #header #head_back .head_inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: auto;
      padding: 0 10px;
      width: 100%;
      max-width: 1800px; }
      #header #head_back .head_inner #head_logo {
        margin: 10px 0;
        width: 262px; }
        @media screen and (max-width: 768px) {
          #header #head_back .head_inner #head_logo {
            margin: 0 2%; } }
        #header #head_back .head_inner #head_logo .content_back > a {
          display: block; }
        #header #head_back .head_inner #head_logo .content_back .logo {
          width: 100%;
          max-width: 262px; }
          #header #head_back .head_inner #head_logo .content_back .logo img {
            width: 100%; }
      #header #head_back .head_inner #head_navi {
        width: 800px; }
        @media screen and (max-width: 768px) {
          #header #head_back .head_inner #head_navi {
            display: none; } }
        #header #head_back .head_inner #head_navi .logo_name {
          padding-bottom: 20px; }
          #header #head_back .head_inner #head_navi .logo_name > img {
            padding: 0 10px;
            width: 100%;
            max-width: 500px; }
        #header #head_back .head_inner #head_navi .menu_area {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-left: 3%; }
          #header #head_back .head_inner #head_navi .menu_area > li > a {
            font-family: "Noto Serif JP", serif;
            color: #231815;
            display: block;
            transition: all 0.3s ease; }
          @media screen and (max-width: 960px) {
            #header #head_back .head_inner #head_navi .menu_area .tel {
              display: none; } }
          #header #head_back .head_inner #head_navi .menu_area .con > a {
            font-family: 'Noto Sans JP', sans-serif;
            background: linear-gradient(to right, #023c88, #1d91d1);
            border-radius: 200px;
            color: #fff;
            display: inline-block;
            padding: 20px 50px;
            position: relative;
            z-index: 2;
            overflow: hidden; }
            #header #head_back .head_inner #head_navi .menu_area .con > a:hover::before {
              transform: scaleX(1);
              transform-origin: left; }
            #header #head_back .head_inner #head_navi .menu_area .con > a::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              transform: scaleX(0);
              transform-origin: right;
              transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
              background: -webkit-linear-gradient(left, #2096D5, #033885);
              background: -o-linear-gradient(left, #2096D5, #033885);
              background: linear-gradient(to right, #2096D5, #033885);
              z-index: -1; }

.no_con #footer {
  padding-top: 100px; }
  .no_con #footer .foot_back {
    padding-top: 100px; }
  .no_con #footer .contact_box {
    display: none; }

#footer {
  padding-top: 300px; }
  @media screen and (max-width: 768px) {
    #footer {
      padding-top: 100px; } }
  #footer .contact_box {
    background-image: url(../img/common/con_bg01.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 1300px;
    height: 421px;
    padding: 30px;
    position: relative;
    margin: auto;
    top: -200px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1400px) {
      #footer .contact_box {
        flex-wrap: wrap;
        height: auto; } }
    @media screen and (max-width: 768px) {
      #footer .contact_box {
        top: -30px; } }
    #footer .contact_box .left_area {
      border-right: 1px solid #fff;
      padding: 55px;
      width: 40%; }
      @media all and (max-width: 1400px) {
        #footer .contact_box .left_area {
          border-right: none;
          width: 100%;
          padding: 20px; } }
      @media all and (max-width: 1400px) {
        #footer .contact_box .left_area .white_title {
          font-size: 28px;
          margin: 10px auto; } }
      @media all and (max-width: 1400px) {
        #footer .contact_box .left_area .white_border {
          margin-bottom: 20px; } }
    #footer .contact_box .right_area {
      width: 60%;
      display: table;
      text-align: center; }
      @media all and (max-width: 1400px) {
        #footer .contact_box .right_area {
          width: 100%; } }
      #footer .contact_box .right_area .bnr_area {
        display: table-cell;
        vertical-align: middle; }
        @media all and (max-width: 1400px) {
          #footer .contact_box .right_area .bnr_area {
            display: flex;
            justify-content: space-between;
            align-items: center; } }
        @media screen and (max-width: 768px) {
          #footer .contact_box .right_area .bnr_area {
            display: table-cell;
            justify-content: space-between;
            align-items: center; } }
        #footer .contact_box .right_area .bnr_area > li {
          margin: 20px auto; }
          @media all and (max-width: 1400px) {
            #footer .contact_box .right_area .bnr_area > li {
              width: 50%;
              margin: auto; } }
          @media screen and (max-width: 768px) {
            #footer .contact_box .right_area .bnr_area > li {
              width: 100%; } }
          #footer .contact_box .right_area .bnr_area > li .tel_box {
            border: 2px solid #fff;
            border-radius: 100px;
            padding: 25px 100px 25px 50px;
            width: 90%;
            max-width: 550px;
            margin: auto; }
            @media all and (max-width: 1200px) {
              #footer .contact_box .right_area .bnr_area > li .tel_box {
                padding: 30px 20px 30px 20px; } }
            @media all and (max-width: 1200px) {
              #footer .contact_box .right_area .bnr_area > li .tel_box img {
                width: 30vw; } }
            @media screen and (max-width: 768px) {
              #footer .contact_box .right_area .bnr_area > li .tel_box img {
                width: 50vw; } }
          #footer .contact_box .right_area .bnr_area > li .arrow_btn2 {
            padding: 40px 120px 40px 30px;
            width: 90%;
            max-width: 550px; }
            @media all and (max-width: 1200px) {
              #footer .contact_box .right_area .bnr_area > li .arrow_btn2 {
                padding: 40px 9vw 40px 20px; } }
            #footer .contact_box .right_area .bnr_area > li .arrow_btn2:hover .con_font::before {
              background-image: url(../img/common/mail_icon02.png); }
            #footer .contact_box .right_area .bnr_area > li .arrow_btn2 .con_font {
              font-size: 22px;
              font-weight: 500;
              padding-left: 60px;
              position: relative; }
              @media all and (max-width: 1200px) {
                #footer .contact_box .right_area .bnr_area > li .arrow_btn2 .con_font {
                  font-size: 2vw; } }
              @media screen and (max-width: 768px) {
                #footer .contact_box .right_area .bnr_area > li .arrow_btn2 .con_font {
                  font-size: 4vw; } }
              #footer .contact_box .right_area .bnr_area > li .arrow_btn2 .con_font::before {
                content: '';
                background-image: url(../img/common/mail_icon01.png);
                width: 31px;
                height: 25px;
                margin: auto;
                position: absolute;
                top: 0;
                left: 0px;
                bottom: 0; }
            #footer .contact_box .right_area .bnr_area > li .arrow_btn2 span {
              right: 50px;
              height: 2px; }
              @media screen and (max-width: 768px) {
                #footer .contact_box .right_area .bnr_area > li .arrow_btn2 span {
                  right: 20px; } }
  #footer .foot_back {
    background-color: #F3F5F9;
    margin: auto;
    padding: 0 1% 50px;
    position: relative; }
    #footer .foot_back .foot_inner {
      margin: auto;
      width: 100%;
      max-width: 1400px;
      position: relative; }
      #footer .foot_back .foot_inner .foot_col {
        display: flex;
        justify-content: space-between;
        padding: 0 60px 50px;
        width: 100%; }
        @media screen and (max-width: 960px) {
          #footer .foot_back .foot_inner .foot_col {
            flex-wrap: wrap;
            padding: 0 0 0 60px; } }
        #footer .foot_back .foot_inner .foot_col .foot_info {
          width: 30%; }
          @media screen and (max-width: 960px) {
            #footer .foot_back .foot_inner .foot_col .foot_info {
              margin-bottom: 50px;
              width: 100%; } }
          #footer .foot_back .foot_inner .foot_col .foot_info .info_text {
            margin-top: 20px; }
        #footer .foot_back .foot_inner .foot_col .foot_menu {
          width: 70%; }
          @media screen and (max-width: 960px) {
            #footer .foot_back .foot_inner .foot_col .foot_menu {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            #footer .foot_back .foot_inner .foot_col .foot_menu {
              display: none; } }
          #footer .foot_back .foot_inner .foot_col .foot_menu .menu_area {
            display: flex;
            justify-content: end; }
            #footer .foot_back .foot_inner .foot_col .foot_menu .menu_area > li {
              width: 18%;
              margin-bottom: 10px; }
              #footer .foot_back .foot_inner .foot_col .foot_menu .menu_area > li > a {
                color: #00002F;
                font-size: 16px;
                font-weight: 600;
                display: block;
                position: relative;
                margin-left: 5em; }
              #footer .foot_back .foot_inner .foot_col .foot_menu .menu_area > li .text-progress {
                font-weight: 900; }
      @media screen and (max-width: 960px) {
        #footer .foot_back .foot_inner .ma_t100 {
          margin-top: 0 !important; } }

#copyright {
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .policy {
    display: none; } }
.policy a {
  color: #00002F; }
  .policy a .text-progress {
    font-size: 13px;
    font-weight: 600; }

.foot_bar {
  background: linear-gradient(to right, #023c88, #1d91d1);
  width: 100%;
  height: 10px; }

#top_main {
  padding: 0 1%; }
  @media screen and (max-width: 768px) {
    #top_main {
      padding: 0 2%; } }
  #top_main .content_back .main_image {
    margin: auto;
    width: 100%;
    position: relative; }
    #top_main .content_back .main_image > img {
      width: 100%; }
    #top_main .content_back .main_image .top_left {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 35%; }
      @media screen and (max-width: 768px) {
        #top_main .content_back .main_image .top_left {
          position: static;
          width: 100%; } }
      #top_main .content_back .main_image .top_left .left_top {
        background-color: rgba(0, 89, 182, 0.8);
        height: 85%;
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        padding: 16vw 10% 0;
        position: relative; }
        @media all and (max-width: 1700px) {
          #top_main .content_back .main_image .top_left .left_top {
            padding: 10vw 10% 0;
            font-size: 14px; } }
        @media all and (max-width: 1200px) {
          #top_main .content_back .main_image .top_left .left_top {
            padding: 12vw 10% 0;
            height: 100%; } }
        @media screen and (max-width: 768px) {
          #top_main .content_back .main_image .top_left .left_top {
            font-size: 16px;
            padding: 30px 5%; } }
        #top_main .content_back .main_image .top_left .left_top .lt_title {
          width: 100%;
          max-width: 460px; }
        #top_main .content_back .main_image .top_left .left_top .lt_margin {
          margin-top: 50px; }
          @media all and (max-width: 1200px) {
            #top_main .content_back .main_image .top_left .left_top .lt_margin {
              margin-top: 10px; } }
          @media screen and (max-width: 768px) {
            #top_main .content_back .main_image .top_left .left_top .lt_margin {
              margin-top: 30px; } }
        #top_main .content_back .main_image .top_left .left_top .scroll {
          position: absolute;
          right: 0;
          bottom: 80px;
          left: 0;
          text-align: center; }
          @media all and (max-width: 1200px) {
            #top_main .content_back .main_image .top_left .left_top .scroll {
              display: none; } }
          #top_main .content_back .main_image .top_left .left_top .scroll .line {
            margin-top: 20px;
            position: relative; }
            #top_main .content_back .main_image .top_left .left_top .scroll .line::after {
              content: '';
              border-right: 1px solid #fff;
              position: absolute;
              top: 0;
              right: 0;
              left: 0;
              height: 80px;
              margin: auto;
              width: 1px; }
    #top_main .content_back .main_image .left_bottom {
      background-color: #fff;
      height: 16%;
      text-align: center; }
      @media all and (max-width: 1200px) {
        #top_main .content_back .main_image .left_bottom {
          display: none; } }

#pro_main .content_inner2 {
  margin: auto;
  padding: 0 2%;
  width: 100%;
  max-width: 1500px;
  position: relative; }
  @media all and (max-width: 1200px) {
    #pro_main .content_inner2 {
      padding: 30px 2%; } }
  #pro_main .content_inner2 .pro_title {
    width: 100%;
    max-width: 200px; }
#pro_main .content_back {
  background-image: url(../img/top/top_bg02-2.png);
  background-position: bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    #pro_main .content_back {
      background-image: none;
      background-color: rgba(0, 89, 182, 0.8); } }
  #pro_main .content_back .content_inner {
    margin: auto;
    padding: 0 2%;
    width: 100%;
    max-width: 1500px;
    position: relative; }
    #pro_main .content_back .content_inner .pro_area {
      position: relative;
      padding-bottom: 200px; }
      @media screen and (max-width: 768px) {
        #pro_main .content_back .content_inner .pro_area {
          padding-bottom: 30px; } }
      #pro_main .content_back .content_inner .pro_area .pro_image {
        margin: 0 0 0 auto;
        padding-top: 30px;
        text-align: right;
        width: 100%;
        max-width: 1110px; }
        @media screen and (max-width: 960px) {
          #pro_main .content_back .content_inner .pro_area .pro_image img {
            width: 100%; } }
      #pro_main .content_back .content_inner .pro_area .pro_list {
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        max-width: 480px; }
        @media screen and (max-width: 960px) {
          #pro_main .content_back .content_inner .pro_area .pro_list {
            position: static;
            max-width: inherit;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; } }
        #pro_main .content_back .content_inner .pro_area .pro_list > li {
          margin-top: 10px; }
          @media screen and (max-width: 960px) {
            #pro_main .content_back .content_inner .pro_area .pro_list > li {
              width: 49%; } }
          @media screen and (max-width: 624px) {
            #pro_main .content_back .content_inner .pro_area .pro_list > li {
              width: 100%; } }
          #pro_main .content_back .content_inner .pro_area .pro_list > li > a {
            background-color: #0059B6;
            color: #fff;
            display: block;
            line-height: 1.6em;
            padding: 50px 30px;
            position: relative;
            width: 100%; }
            @media screen and (max-width: 960px) {
              #pro_main .content_back .content_inner .pro_area .pro_list > li > a {
                font-size: 16px;
                padding: 30px 5%; } }
            #pro_main .content_back .content_inner .pro_area .pro_list > li > a::after {
              content: '';
              background-image: url(../img/common/btn_icon.png);
              width: 31px;
              height: 32px;
              position: absolute;
              margin: auto;
              right: 20px;
              top: 0;
              bottom: 0; }
  #pro_main .content_back .pro_col {
    padding-bottom: 300px; }
    @media screen and (max-width: 768px) {
      #pro_main .content_back .pro_col {
        padding-bottom: 100px; } }
    #pro_main .content_back .pro_col > li {
      margin-top: 150px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        #pro_main .content_back .pro_col > li {
          margin-top: 0px;
          flex-wrap: wrap; } }
      #pro_main .content_back .pro_col > li .left_img {
        width: 50%; }
        @media screen and (max-width: 768px) {
          #pro_main .content_back .pro_col > li .left_img {
            width: 100%;
            order: 2; } }
        #pro_main .content_back .pro_col > li .left_img img {
          width: 100%;
          max-width: 960px; }
      #pro_main .content_back .pro_col > li .right_img {
        width: 50%; }
        @media screen and (max-width: 768px) {
          #pro_main .content_back .pro_col > li .right_img {
            width: 100%;
            order: 4; } }
        #pro_main .content_back .pro_col > li .right_img img {
          width: 100%;
          max-width: 960px; }
      #pro_main .content_back .pro_col > li .left_txt {
        padding: 100px 5% 0 0;
        text-align: right;
        width: 50%; }
        @media screen and (max-width: 768px) {
          #pro_main .content_back .pro_col > li .left_txt {
            padding: 20px;
            width: 100%;
            order: 3;
            text-align: center; } }
        #pro_main .content_back .pro_col > li .left_txt img {
          width: 100%;
          max-width: 400px; }
          @media screen and (max-width: 768px) {
            #pro_main .content_back .pro_col > li .left_txt img {
              padding: 20px; } }
      #pro_main .content_back .pro_col > li .right_txt {
        padding: 100px 0 0 5%;
        width: 50%; }
        @media screen and (max-width: 768px) {
          #pro_main .content_back .pro_col > li .right_txt {
            padding: 20px;
            width: 100%;
            order: 1;
            text-align: center; } }
        #pro_main .content_back .pro_col > li .right_txt img {
          width: 100%;
          max-width: 400px;
          padding: 100px 0 0 5%; }
          @media screen and (max-width: 768px) {
            #pro_main .content_back .pro_col > li .right_txt img {
              padding: 20px; } }
      #pro_main .content_back .pro_col > li .bg01 {
        position: relative; }
        #pro_main .content_back .pro_col > li .bg01::after {
          content: '';
          background-image: url(../img/top/top_bg03.png);
          background-size: cover;
          width: 1094px;
          height: 653px;
          margin: auto;
          position: absolute;
          top: 0;
          right: -50%;
          bottom: 0; }
      #pro_main .content_back .pro_col > li .bg02 {
        position: relative; }
        #pro_main .content_back .pro_col > li .bg02::after {
          content: '';
          background-image: url(../img/top/top_bg04.png);
          background-size: cover;
          width: 1094px;
          height: 653px;
          margin: auto;
          position: absolute;
          top: 0;
          left: -50%;
          bottom: 0; }
      #pro_main .content_back .pro_col > li .bg03 {
        position: relative; }
        #pro_main .content_back .pro_col > li .bg03::after {
          content: '';
          background-image: url(../img/top/top_bg05.png);
          background-size: cover;
          width: 1094px;
          height: 653px;
          margin: auto;
          position: absolute;
          top: 0;
          right: -50%;
          bottom: 0; }
      #pro_main .content_back .pro_col > li .bg04 {
        position: relative; }
        #pro_main .content_back .pro_col > li .bg04::after {
          content: '';
          background-image: url(../img/top/top_bg06.png);
          background-size: cover;
          width: 1094px;
          height: 653px;
          margin: auto;
          position: absolute;
          top: 0;
          left: -50%;
          bottom: 0; }

#under_top {
  margin-top: 85px; }
  #under_top .content_back .main_image {
    margin: auto;
    width: 100%;
    position: relative; }
    @media all and (max-width: 1200px) {
      #under_top .content_back .main_image {
        display: flex;
        flex-wrap: wrap; } }
    #under_top .content_back .main_image > img {
      width: 100%;
      order: 1; }
    #under_top .content_back .main_image .top_left {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 35%; }
      @media all and (max-width: 1200px) {
        #under_top .content_back .main_image .top_left {
          position: static;
          width: 100%;
          order: 2; } }
      #under_top .content_back .main_image .top_left .left_area {
        background-color: rgba(0, 89, 182, 0.8);
        height: 100%;
        padding: 8vw 10% 0;
        position: relative; }
        @media all and (max-width: 1200px) {
          #under_top .content_back .main_image .top_left .left_area {
            padding: 30px 5%; } }
        #under_top .content_back .main_image .top_left .left_area::after {
          content: '';
          background-image: url(../img/common/gear_icon.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 98px;
          height: 72px;
          margin: auto;
          position: absolute;
          top: 50px;
          right: 50px; }
          @media all and (max-width: 1400px) {
            #under_top .content_back .main_image .top_left .left_area::after {
              top: 2vw;
              right: 30px;
              width: 8vw;
              height: 5.9vw; } }
        #under_top .content_back .main_image .top_left .left_area .pro_title {
          width: 100%;
          max-width: 420px; }
          @media screen and (max-width: 768px) {
            #under_top .content_back .main_image .top_left .left_area .pro_title {
              width: 50vw;
              max-width: inherit; } }
        #under_top .content_back .main_image .top_left .left_area .com_title {
          margin: 50px auto 0;
          width: 100%;
          max-width: 230px; }
          @media all and (max-width: 1200px) {
            #under_top .content_back .main_image .top_left .left_area .com_title {
              margin: auto; } }
          @media screen and (max-width: 768px) {
            #under_top .content_back .main_image .top_left .left_area .com_title {
              width: 30vw;
              max-width: inherit; } }
        #under_top .content_back .main_image .top_left .left_area .note {
          color: #fff;
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 1.8em;
          padding-left: 35px;
          margin-top: 50px; }
          @media all and (max-width: 1200px) {
            #under_top .content_back .main_image .top_left .left_area .note {
              margin-top: 20px;
              padding-left: 0;
              font-size: 15px; } }
    #under_top .content_back .main_image .con_title {
      margin: 50px auto 0;
      position: absolute;
      top: 7vw;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: 290px; }
      @media screen and (max-width: 768px) {
        #under_top .content_back .main_image .con_title {
          margin: auto;
          width: 30vw;
          max-width: inherit; } }

#pro_cont .content_back .content_inner {
  margin: 100px auto;
  padding: 0 2%;
  width: 100%;
  max-width: 1400px; }
  #pro_cont .content_back .content_inner .pro_list > li {
    margin: 50px auto; }
    @media screen and (max-width: 960px) {
      #pro_cont .content_back .content_inner .pro_list > li {
        margin: 0 auto 50px; } }
    #pro_cont .content_back .content_inner .pro_list > li .pro_flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 auto; }
      #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area {
        width: 50%; }
        @media screen and (max-width: 960px) {
          #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area {
            width: 100%;
            order: 2; } }
        #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table {
          width: 100%; }
          #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table .left {
            padding: 10px 20px 10px 0;
            width: 100px;
            vertical-align: top; }
            @media screen and (max-width: 768px) {
              #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table .left {
                display: block; } }
          #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table .right {
            padding: 8px 0; }
            @media screen and (max-width: 768px) {
              #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table .right {
                display: block; } }
          #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table .blue_bg {
            background-color: #0059B6;
            color: #fff;
            font-size: 16px;
            text-align: center;
            padding: 2px 4px; }
          #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table .note {
            font-size: 16px; }
          #pro_cont .content_back .content_inner .pro_list > li .pro_flex .txt_area table .line_note {
            font-size: 16px;
            background-image: linear-gradient(0deg, #EAEAEA 1px, transparent 1px);
            background-size: 100% 2.5em;
            line-height: 2.5em; }
      #pro_cont .content_back .content_inner .pro_list > li .pro_flex .img_area {
        margin: 11px 0;
        width: 48%; }
        @media screen and (max-width: 960px) {
          #pro_cont .content_back .content_inner .pro_list > li .pro_flex .img_area {
            width: 100%;
            order: 1; } }
        #pro_cont .content_back .content_inner .pro_list > li .pro_flex .img_area img {
          width: 100%; }

#com_cont .content_back .content_inner {
  margin: 100px auto;
  padding: 0 2%;
  width: 100%;
  max-width: 1400px; }
  #com_cont .content_back .content_inner .com_cols {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    #com_cont .content_back .content_inner .com_cols .com_list {
      border-bottom: 1px solid #CDCDCD;
      width: 48%; }
      @media screen and (max-width: 768px) {
        #com_cont .content_back .content_inner .com_cols .com_list {
          width: 100%; } }
      #com_cont .content_back .content_inner .com_cols .com_list > li {
        border-top: 1px solid #CDCDCD;
        display: flex;
        align-items: center; }
        #com_cont .content_back .content_inner .com_cols .com_list > li .item {
          font-weight: 500;
          padding: 15px 10px;
          width: 30%; }
        #com_cont .content_back .content_inner .com_cols .com_list > li .cont {
          font-weight: 500;
          padding: 15px 10px;
          width: 70%; }

#con_cont .content_back .content_inner {
  margin: 100px auto;
  padding: 0 2%;
  width: 100%;
  max-width: 1100px; }
  @media screen and (max-width: 768px) {
    #con_cont .content_back .content_inner {
      margin: 50px auto; } }
  #con_cont .content_back .content_inner .main_text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8em; }
  #con_cont .content_back .content_inner .contact_form {
    margin: 100px auto; }
    @media screen and (max-width: 768px) {
      #con_cont .content_back .content_inner .contact_form {
        margin: 50px auto; } }
    #con_cont .content_back .content_inner .contact_form > li {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      #con_cont .content_back .content_inner .contact_form > li .text {
        font-size: 16px;
        margin-right: 5%;
        padding: 20px;
        width: 20%; }
        @media screen and (max-width: 768px) {
          #con_cont .content_back .content_inner .contact_form > li .text {
            width: 100%; } }
      #con_cont .content_back .content_inner .contact_form > li .input {
        width: 75%; }
        @media screen and (max-width: 768px) {
          #con_cont .content_back .content_inner .contact_form > li .input {
            width: 100%; } }
      #con_cont .content_back .content_inner .contact_form > li input[type="text"] {
        background-color: #F2F2F2;
        border: none;
        font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
        font-size: 16px;
        line-height: 1.6em;
        padding: 20px; }
      #con_cont .content_back .content_inner .contact_form > li input.long {
        width: 100%; }
      #con_cont .content_back .content_inner .contact_form > li input.short {
        width: 200px; }
      #con_cont .content_back .content_inner .contact_form > li textarea {
        background-color: #F2F2F2;
        border: none;
        font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
        font-size: 16px;
        line-height: 1.6em;
        padding: 20px;
        width: 100%; }

.text-progress {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #00002F; }

.text-progress::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #0042B9;
  clip: rect(0, 0, 100px, 0);
  transition: clip 1s linear;
  transform-origin: left; }

.text-progress:hover::after {
  clip: rect(0, 200px, 100px, 0);
  transform-origin: right; }

.top_image {
  padding: 130px 0 100px;
  position: relative;
  margin: auto;
  overflow-x: hidden;
  text-align: center;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .top_image {
      padding: 80px 0 50px; } }
  .top_image .img_01 {
    background-image: url(../img/top/top_img01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    width: 100%;
    max-width: 1800px;
    height: 900px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .top_image .img_01 {
        height: 80vh; } }
  .top_image .image_text {
    position: absolute;
    bottom: 38%;
    left: 8%;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .top_image .image_text {
        left: 2%; } }
    .top_image .image_text > li {
      z-index: 1; }
      .top_image .image_text > li img {
        filter: drop-shadow(0px 0px 5px #999); }
      .top_image .image_text > li:nth-child(1) {
        margin-bottom: 20px;
        padding-left: 26px; }
        @media screen and (max-width: 768px) {
          .top_image .image_text > li:nth-child(1) {
            padding-left: 3vw; }
            .top_image .image_text > li:nth-child(1) img {
              width: 51vw; } }
      .top_image .image_text > li:nth-child(2) {
        margin-bottom: 20px;
        padding-left: 0; }
        @media screen and (max-width: 768px) {
          .top_image .image_text > li:nth-child(2) img {
            width: 63vw; } }
      .top_image .image_text > li:nth-child(3) {
        padding-left: 26px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .top_image .image_text > li:nth-child(3) {
            padding-left: 3vw; }
            .top_image .image_text > li:nth-child(3) img {
              width: 80vw; } }
      .top_image .image_text > li:nth-child(4) {
        padding-left: 28px; }
        @media screen and (max-width: 768px) {
          .top_image .image_text > li:nth-child(4) {
            padding-left: 3vw; }
            .top_image .image_text > li:nth-child(4) img {
              width: 85vw; } }

#abo_main {
  position: relative; }
  #abo_main::before {
    content: '';
    background-image: url(../img/top/top_img04.png);
    background-repeat: no-repeat;
    width: 570px;
    height: 881px;
    margin: auto;
    position: absolute;
    left: 0;
    top: -200px;
    z-index: 0; }
    @media all and (max-width: 1400px) {
      #abo_main::before {
        left: -10vw; } }
    @media all and (max-width: 1200px) {
      #abo_main::before {
        left: -20vw; } }
    @media screen and (max-width: 960px) {
      #abo_main::before {
        left: -33vw; } }
    @media screen and (max-width: 768px) {
      #abo_main::before {
        left: -50px;
        width: 100%; } }

.two_col {
  display: flex;
  justify-content: center;
  margin-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .two_col {
      margin-bottom: 100px;
      flex-wrap: wrap; } }
  .two_col .left {
    width: 35%; }
    @media screen and (max-width: 768px) {
      .two_col .left {
        position: relative;
        width: 100%;
        padding-bottom: 200px; } }
  .two_col .right {
    background-color: white;
    margin-left: 6%;
    padding-left: 4%;
    width: 56%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .two_col .right {
        width: 100%;
        padding: 20px 5%;
        margin-left: 0; } }
  .two_col > li .image_area {
    position: relative;
    z-index: 3;
    margin-left: auto;
    width: 100%;
    max-width: 471px; }
    @media screen and (max-width: 768px) {
      .two_col > li .image_area {
        margin-right: 6%;
        width: 55vw; }
        .two_col > li .image_area img {
          width: 100%; } }
    @media screen and (max-width: 624px) {
      .two_col > li .image_area {
        margin-right: 3%;
        width: 65vw; } }
    .two_col > li .image_area img {
      width: 100%; }
  .two_col > li .sub_area {
    margin: auto;
    width: 100%;
    max-width: 331px;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 4; }
    @media screen and (max-width: 768px) {
      .two_col > li .sub_area {
        top: 450px;
        left: 3%;
        width: 40vw; }
        .two_col > li .sub_area img {
          width: 100%; } }
    @media screen and (max-width: 624px) {
      .two_col > li .sub_area {
        top: 80vw;
        width: 45vw; } }
  .two_col > li .text_area {
    padding-top: 100px;
    width: 100%;
    max-width: 600px; }
    @media screen and (max-width: 768px) {
      .two_col > li .text_area {
        padding-top: 30px; } }
    .two_col > li .text_area .big_title {
      font-size: 40px;
      line-height: 1.3em;
      margin: 20px auto 30px; }
      @media all and (max-width: 1400px) {
        .two_col > li .text_area .big_title {
          font-size: 3.5vw; } }
      @media screen and (max-width: 768px) {
        .two_col > li .text_area .big_title {
          font-size: 5vw; } }
      @media screen and (max-width: 414px) {
        .two_col > li .text_area .big_title {
          font-size: 22px; } }
    .two_col > li .text_area .note {
      font-size: 16px;
      line-height: 2.5em; }
      @media screen and (max-width: 768px) {
        .two_col > li .text_area .note {
          line-height: 2em; } }
  .two_col > li .text_area2 .big_title {
    font-size: 40px;
    line-height: 1.3em;
    margin: 20px auto 30px; }
    @media screen and (max-width: 768px) {
      .two_col > li .text_area2 .big_title {
        font-size: 28px; } }
  .two_col > li .text_area2 .note {
    font-size: 16px;
    line-height: 2.5em; }

.big_title2 {
  font-size: 40px;
  line-height: 1.3em;
  margin: 20px auto 30px; }
  @media screen and (max-width: 768px) {
    .big_title2 {
      font-size: 6vw;
      line-height: 1em; } }

.big_title2-2 {
  font-size: 40px;
  line-height: 1.3em;
  margin: 20px auto 30px; }
  @media screen and (max-width: 768px) {
    .big_title2-2 {
      font-size: 6vw;
      line-height: 1em;
      margin: 20px auto 0; } }

.big_title3 {
  font-size: 24px;
  line-height: 1.3em;
  margin: 10px auto 20px; }

.white_title {
  color: #fff;
  font-size: 40px;
  line-height: 1.6em;
  margin: 20px auto; }
  @media screen and (max-width: 768px) {
    .white_title {
      font-size: 6.5vw; } }
  @media screen and (max-width: 414px) {
    .white_title {
      font-size: 24px; } }

.gra_text {
  background: linear-gradient(90deg, #003B95 0%, #009BE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #00002F;
  display: inline-block;
  font-size: 20px;
  font-weight: 900; }

.gra_text2 {
  background: linear-gradient(90deg, #003B95 0%, #009BE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #00002F;
  display: inline-block;
  font-weight: 900; }

.blue_text {
  color: #22ADEC;
  display: inline-block;
  font-size: 20px;
  font-weight: 900; }

.white_text {
  color: #ffF;
  display: inline-block;
  font-size: 20px;
  font-weight: 900; }

.white_text2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em; }

.white_text3 {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.6em; }

.arrow_btn {
  background: linear-gradient(to right, #003a94, #009ee8);
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  margin: 30px auto;
  padding: 15px 120px 15px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .arrow_btn span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: absolute;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }
    .arrow_btn span::before {
      content: '';
      width: 0.65em;
      height: 0.65em;
      border: 0.15em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top right;
      position: absolute;
      top: 50%;
      right: -0.05em;
      box-sizing: border-box; }
  .arrow_btn:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
  .arrow_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: -webkit-linear-gradient(left, #009EE8, #003A94);
    background: -o-linear-gradient(left, #009EE8, #003A94);
    background: linear-gradient(to right, #009EE8, #003A94);
    z-index: -1; }

.arrow_btn2 {
  background: #fff;
  border-radius: 200px;
  display: inline-block;
  margin: 30px auto;
  padding: 15px 120px 15px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .arrow_btn2 p {
    background: linear-gradient(90deg, #003B95 0%, #009BE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; }
  .arrow_btn2 span {
    display: inline-block;
    vertical-align: middle;
    color: #006DBF;
    line-height: 1;
    position: absolute;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }
    .arrow_btn2 span::before {
      content: '';
      color: #0089D7;
      width: 0.65em;
      height: 0.65em;
      border: 0.15em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top right;
      position: absolute;
      top: 50%;
      right: -0.05em;
      box-sizing: border-box; }
  .arrow_btn2:hover p {
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; }
  .arrow_btn2:hover span {
    color: #fff; }
    .arrow_btn2:hover span::before {
      color: #fff; }
  .arrow_btn2:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
  .arrow_btn2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: -webkit-linear-gradient(left, #009EE8, #003A94);
    background: -o-linear-gradient(left, #009EE8, #003A94);
    background: linear-gradient(to right, #009EE8, #003A94);
    z-index: -1; }

.link_btn {
  background: linear-gradient(to right, #003a94, #009ee8);
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  margin: 30px auto;
  padding: 20px 200px 20px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 420px; }
  .link_btn span {
    background-image: url(../img/common/link_icon.png);
    width: 31px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .link_btn:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
  .link_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: -webkit-linear-gradient(left, #009EE8, #003A94);
    background: -o-linear-gradient(left, #009EE8, #003A94);
    background: linear-gradient(to right, #009EE8, #003A94);
    z-index: -1; }

.gra_border {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #003B95, #009BE5) 1;
  display: block;
  margin-bottom: 40px;
  width: 80px; }

.gra_border2 {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #003B95, #009BE5) 1;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  width: 60px; }

.gra_border3 {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #003B95, #009BE5) 1;
  display: block;
  margin-bottom: 40px;
  width: 60px; }
  @media screen and (max-width: 768px) {
    .gra_border3 {
      margin-bottom: 20px; } }

.white_border {
  border-bottom: 2px solid #fff;
  display: block;
  margin-bottom: 40px;
  width: 80px; }
  @media screen and (max-width: 768px) {
    .white_border {
      margin-bottom: 20px; } }

#str_main .content_inner {
  margin: auto;
  width: 100%;
  max-width: 1400px; }
  #str_main .content_inner .title_area {
    padding: 0 10%; }
    @media screen and (max-width: 768px) {
      #str_main .content_inner .title_area {
        margin: auto;
        text-align: center; } }
    @media screen and (max-width: 414px) {
      #str_main .content_inner .title_area .big_title2 {
        font-size: 24px; } }
  @media screen and (max-width: 768px) {
    #str_main .content_inner .gra_border {
      margin: 0 auto 50px; } }
  #str_main .content_inner .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0 5%; }
    @media screen and (max-width: 768px) {
      #str_main .content_inner .wrapper {
        justify-content: center;
        flex-wrap: wrap; } }
    #str_main .content_inner .wrapper .images {
      width: 42%;
      height: 40vw;
      display: flex;
      align-items: flex-start;
      position: sticky;
      position: -webkit-sticky;
      top: 0; }
      @media screen and (max-width: 768px) {
        #str_main .content_inner .wrapper .images {
          width: 100%;
          height: auto;
          position: static;
          justify-content: center; } }
      #str_main .content_inner .wrapper .images p {
        height: 509px;
        margin: 0 auto;
        padding-top: 100px;
        display: block;
        visibility: hidden;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        transition: .8s;
        opacity: 0; }
        @media screen and (max-width: 768px) {
          #str_main .content_inner .wrapper .images p {
            position: static;
            margin: 0px auto 50px;
            height: auto;
            padding-top: 10vw; } }
        #str_main .content_inner .wrapper .images p:first-child {
          visibility: visible;
          opacity: 1; }
        #str_main .content_inner .wrapper .images p.active {
          visibility: visible;
          opacity: 1; }
        #str_main .content_inner .wrapper .images p img {
          width: 100%; }
      @media screen and (max-width: 768px) {
        #str_main .content_inner .wrapper .images .scroll-box02 {
          display: none; } }
      @media screen and (max-width: 768px) {
        #str_main .content_inner .wrapper .images .scroll-box03 {
          display: none; } }
    #str_main .content_inner .wrapper .contents {
      width: 42%; }
      @media screen and (max-width: 768px) {
        #str_main .content_inner .wrapper .contents {
          width: 100%; } }
      #str_main .content_inner .wrapper .contents > div:first-child .box-image {
        padding-top: 100px; }
        @media screen and (max-width: 768px) {
          #str_main .content_inner .wrapper .contents > div:first-child .box-image {
            padding-top: 10vw; } }
      #str_main .content_inner .wrapper .contents > div:last-child {
        padding-bottom: 15vw; }
      #str_main .content_inner .wrapper .contents > div .box-image {
        padding-top: 15vw; }
        #str_main .content_inner .wrapper .contents > div .box-image img {
          width: 100%; }
      #str_main .content_inner .wrapper .contents > div .box-title {
        font-size: 24px;
        line-height: 1.6em;
        margin: 30px auto;
        padding: 0 20px;
        display: flex;
        align-items: start; }
        @media screen and (max-width: 768px) {
          #str_main .content_inner .wrapper .contents > div .box-title {
            padding: 0;
            font-size: 20px; } }
        @media screen and (max-width: 768px) {
          #str_main .content_inner .wrapper .contents > div .box-title .gra_border2 {
            margin-right: 10px;
            width: 8vw; } }
      #str_main .content_inner .wrapper .contents > div .box-note {
        padding: 0 20px;
        line-height: 32px; }

#com_main {
  position: relative; }
  #com_main .content_back {
    background-image: url(../img/top/top_bg01.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }
    #com_main .content_back .content_inner {
      margin: auto;
      width: 100%;
      max-width: 1200px;
      text-align: center;
      position: relative;
      padding-top: 200px; }
      @media screen and (max-width: 768px) {
        #com_main .content_back .content_inner {
          padding-top: 100px; } }
      @media screen and (max-width: 414px) {
        #com_main .content_back .content_inner .big_title2 {
          font-size: 24px; } }
      #com_main .content_back .content_inner .gra_border {
        margin: 0 auto 40px; }
      #com_main .content_back .content_inner .com_link {
        display: flex;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
        margin: 100px auto;
        width: 98%; }
        @media screen and (max-width: 960px) {
          #com_main .content_back .content_inner .com_link {
            flex-wrap: wrap; } }
        #com_main .content_back .content_inner .com_link > li {
          width: 25%;
          text-align: left; }
          @media screen and (max-width: 960px) {
            #com_main .content_back .content_inner .com_link > li {
              width: 50%; } }
          #com_main .content_back .content_inner .com_link > li a {
            color: #00002F;
            display: block;
            font-size: 20px;
            padding: 40px 15% 80px;
            position: relative; }
            #com_main .content_back .content_inner .com_link > li a::after {
              content: '';
              background-image: linear-gradient(90deg, #033885 0%, #2096d5 100%);
              border-image-slice: 1;
              border-radius: 10px;
              border: 2px solid transparent;
              position: absolute;
              top: 0;
              right: 0;
              left: 0;
              bottom: 0;
              width: 99%;
              height: auto;
              background-origin: border-box;
              background-clip: border-box;
              -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
              -webkit-mask-clip: padding-box, border-box;
              -webkit-mask-composite: destination-out;
              mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
              mask-clip: padding-box, border-box;
              mask-composite: exclude;
              transition: all 0.5s ease;
              opacity: 0; }
            #com_main .content_back .content_inner .com_link > li a:hover::after {
              opacity: 1;
              transition: all 0.5s ease; }
            #com_main .content_back .content_inner .com_link > li a span {
              font-size: 17px; }
            #com_main .content_back .content_inner .com_link > li a .image_area {
              margin-top: 30px;
              text-align: center; }
          #com_main .content_back .content_inner .com_link > li .arrow {
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            right: 50px;
            bottom: 50px;
            margin: auto; }

#rec_main {
  padding: 20vw 0 200px;
  overflow-x: hidden; }
  #rec_main .content_back .content_inner {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 1500px;
    position: relative; }
    #rec_main .content_back .content_inner .pc_image {
      display: block; }
      @media screen and (max-width: 960px) {
        #rec_main .content_back .content_inner .pc_image {
          display: none; } }
    #rec_main .content_back .content_inner .sp_image {
      display: none; }
      @media screen and (max-width: 960px) {
        #rec_main .content_back .content_inner .sp_image {
          display: block; } }
    #rec_main .content_back .content_inner .rec_area {
      background-image: url(../img/top/top_bg02.png);
      background-repeat: no-repeat;
      display: flex;
      width: 100%;
      position: relative;
      padding: 120px 0; }
      @media screen and (max-width: 960px) {
        #rec_main .content_back .content_inner .rec_area {
          background-image: url(../img/top/top_bg02_sp.png);
          background-position: bottom;
          background-size: cover;
          flex-wrap: wrap;
          padding-top: 200px; } }
      @media screen and (max-width: 768px) {
        #rec_main .content_back .content_inner .rec_area {
          padding: 15vw 2% 0; } }
      #rec_main .content_back .content_inner .rec_area .title_area {
        padding: 0 2vw;
        width: 22%; }
        @media screen and (max-width: 960px) {
          #rec_main .content_back .content_inner .rec_area .title_area {
            order: 4;
            width: 100%; } }
        @media screen and (max-width: 768px) {
          #rec_main .content_back .content_inner .rec_area .title_area {
            width: 100%; } }
      #rec_main .content_back .content_inner .rec_area .content_area {
        padding: 30px 8% 0;
        width: 54%; }
        @media all and (max-width: 1400px) {
          #rec_main .content_back .content_inner .rec_area .content_area {
            width: 50%; } }
        @media screen and (max-width: 960px) {
          #rec_main .content_back .content_inner .rec_area .content_area {
            order: 5;
            width: 70%; } }
        @media screen and (max-width: 768px) {
          #rec_main .content_back .content_inner .rec_area .content_area {
            width: 100%;
            padding: 0 4% 50px; } }
        #rec_main .content_back .content_inner .rec_area .content_area .white_title {
          position: relative; }
          @media screen and (max-width: 768px) {
            #rec_main .content_back .content_inner .rec_area .content_area .white_title {
              font-size: 34px; } }
          #rec_main .content_back .content_inner .rec_area .content_area .white_title::after {
            content: 'Towards a bright and shining future';
            font-size: 16px;
            line-height: 1.4em;
            position: absolute;
            bottom: 6px;
            left: 220px;
            width: 150px; }
            @media screen and (max-width: 414px) {
              #rec_main .content_back .content_inner .rec_area .content_area .white_title::after {
                left: 50vw; } }
      #rec_main .content_back .content_inner .rec_area .main_image {
        margin: auto;
        position: absolute;
        top: -120px;
        right: 0px;
        width: 40vw;
        max-width: 581px; }
        @media screen and (max-width: 960px) {
          #rec_main .content_back .content_inner .rec_area .main_image {
            width: 45vw;
            top: -150px;
            max-width: none;
            order: 2; } }
        #rec_main .content_back .content_inner .rec_area .main_image img {
          width: 100%; }
      #rec_main .content_back .content_inner .rec_area .sub_image1 {
        width: 30vw;
        max-width: 371px;
        margin: auto;
        position: absolute;
        bottom: 90px;
        left: -20px; }
        @media all and (max-width: 1700px) {
          #rec_main .content_back .content_inner .rec_area .sub_image1 {
            left: -5vw;
            bottom: -50px; } }
        @media screen and (max-width: 960px) {
          #rec_main .content_back .content_inner .rec_area .sub_image1 {
            width: 33vw;
            top: 320px;
            right: -180px;
            left: 0;
            bottom: 0;
            max-width: none;
            display: block;
            order: 3; } }
        @media screen and (max-width: 768px) {
          #rec_main .content_back .content_inner .rec_area .sub_image1 {
            top: 25vw;
            right: -20vw; } }
        #rec_main .content_back .content_inner .rec_area .sub_image1 img {
          width: 100%; }
      #rec_main .content_back .content_inner .rec_area .sub_image2 {
        width: 100%;
        max-width: 361px;
        margin: auto;
        position: absolute;
        bottom: 200px;
        left: -21vw; }
        @media all and (max-width: 1700px) {
          #rec_main .content_back .content_inner .rec_area .sub_image2 {
            left: -10vw;
            top: 300px; } }
        @media screen and (max-width: 960px) {
          #rec_main .content_back .content_inner .rec_area .sub_image2 {
            width: 35vw;
            max-width: none;
            display: block;
            position: static;
            margin-left: 3%;
            margin-bottom: 100px;
            order: 1; } }
        #rec_main .content_back .content_inner .rec_area .sub_image2 img {
          width: 100%; }
      #rec_main .content_back .content_inner .rec_area .white_text2 {
        font-weight: 100;
        line-height: 2.5em;
        margin: 50px 0; }
        @media screen and (max-width: 768px) {
          #rec_main .content_back .content_inner .rec_area .white_text2 {
            line-height: 2em;
            margin: 30px auto; } }

#bus_main .content_back {
  background-image: url(../img/business/bus_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1800px;
  height: 400px;
  margin: auto;
  padding: 30px;
  position: relative; }
  #bus_main .content_back .content_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; }
    #bus_main .content_back .content_inner .title_area {
      text-align: center; }
      #bus_main .content_back .content_inner .title_area .white_border {
        margin: auto; }

.bread_list {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 10%; }
  @media screen and (max-width: 768px) {
    .bread_list {
      right: 5%; } }
  .bread_list a {
    color: #fff;
    display: block;
    margin-right: 10px; }
    .bread_list a::after {
      content: "-";
      margin-left: 5px; }
  .bread_list span {
    color: #fff; }

#business section {
  padding: 130px 0; }
  @media screen and (max-width: 768px) {
    #business section {
      padding: 70px 0; } }

#bus_sec1 .content_back .content_inner {
  display: flex;
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 1370px; }
  #bus_sec1 .content_back .content_inner .text_area {
    background-image: url(../img/business/bus_bg02.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media all and (max-width: 1400px) {
      #bus_sec1 .content_back .content_inner .text_area {
        padding-left: 5%;
        justify-content: flex-start; } }
    @media all and (max-width: 1200px) {
      #bus_sec1 .content_back .content_inner .text_area {
        background-position: bottom;
        justify-content: flex-start;
        padding: 0px 2% 100px;
        height: auto; } }
    #bus_sec1 .content_back .content_inner .text_area .text_inner {
      margin-right: 10%;
      width: 100%;
      max-width: 590px; }
      @media all and (max-width: 1200px) {
        #bus_sec1 .content_back .content_inner .text_area .text_inner {
          margin-right: auto;
          max-width: none; } }
      @media screen and (max-width: 768px) {
        #bus_sec1 .content_back .content_inner .text_area .text_inner {
          margin-right: 0; } }
      #bus_sec1 .content_back .content_inner .text_area .text_inner .big_title {
        font-size: 40px;
        line-height: 1.3em;
        margin: 20px auto 30px; }
        @media screen and (max-width: 768px) {
          #bus_sec1 .content_back .content_inner .text_area .text_inner .big_title {
            font-size: 6vw; } }
        @media screen and (max-width: 414px) {
          #bus_sec1 .content_back .content_inner .text_area .text_inner .big_title {
            font-size: 24px; } }
      #bus_sec1 .content_back .content_inner .text_area .text_inner .note {
        font-size: 16px;
        line-height: 2.5em; }
        @media screen and (max-width: 768px) {
          #bus_sec1 .content_back .content_inner .text_area .text_inner .note {
            line-height: 2em; } }
      @media all and (max-width: 1200px) {
        #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image_col {
          display: flex;
          margin-bottom: 100px; } }
      #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image1 {
        width: 360px;
        height: 500px;
        margin: auto;
        position: absolute;
        top: 0;
        right: -20%;
        bottom: 0; }
        @media all and (max-width: 1400px) {
          #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image1 {
            right: 0; } }
        @media all and (max-width: 1200px) {
          #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image1 {
            position: static;
            height: auto;
            order: 2;
            width: 55%; }
            #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image1 img {
              width: 100%; } }
      #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image2 {
        width: 232px;
        height: 240px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 10%;
        bottom: 0; }
        @media all and (max-width: 1400px) {
          #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image2 {
            right: 25vw; } }
        @media all and (max-width: 1200px) {
          #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image2 {
            position: static;
            order: 1;
            width: 35%;
            height: auto; }
            #bus_sec1 .content_back .content_inner .text_area .text_inner .sub_image2 img {
              width: 100%; } }

.gra_bar {
  background: linear-gradient(90deg, #003B95 0%, #009BE5 100%);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 10px 20px; }

#bus_sec2 .content_back .content_inner .two_col {
  justify-content: center;
  align-items: center;
  margin: 0 auto 100px;
  width: 100%;
  max-width: 1200px; }
  @media screen and (max-width: 768px) {
    #bus_sec2 .content_back .content_inner .two_col {
      flex-wrap: wrap; } }
  #bus_sec2 .content_back .content_inner .two_col > li {
    margin: auto 2%; }
    #bus_sec2 .content_back .content_inner .two_col > li:nth-child(1) {
      width: 35%; }
      @media screen and (max-width: 768px) {
        #bus_sec2 .content_back .content_inner .two_col > li:nth-child(1) {
          margin-top: 30px;
          width: 66%;
          order: 2; } }
    #bus_sec2 .content_back .content_inner .two_col > li:nth-child(2) {
      width: 55%; }
      @media screen and (max-width: 768px) {
        #bus_sec2 .content_back .content_inner .two_col > li:nth-child(2) {
          width: 100%;
          order: 1; } }
    #bus_sec2 .content_back .content_inner .two_col > li img {
      width: 100%;
      max-width: 435px; }
#bus_sec2 .content_back .content_inner .contents {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1400px; }
  @media screen and (max-width: 768px) {
    #bus_sec2 .content_back .content_inner .contents {
      flex-wrap: wrap;
      padding: 0 2%; } }
  #bus_sec2 .content_back .content_inner .contents .scroll-box {
    width: 32%; }
    @media screen and (max-width: 768px) {
      #bus_sec2 .content_back .content_inner .contents .scroll-box {
        margin: 30px auto;
        width: 100%;
        max-width: 450px; } }
    #bus_sec2 .content_back .content_inner .contents .scroll-box .box-image img {
      width: 100%; }
    #bus_sec2 .content_back .content_inner .contents .scroll-box .box-text {
      font-size: 24px;
      padding: 20px; }
      #bus_sec2 .content_back .content_inner .contents .scroll-box .box-text .box-title {
        display: flex;
        align-items: start; }
        #bus_sec2 .content_back .content_inner .contents .scroll-box .box-text .box-title .gra_border2 {
          margin-right: 15px;
          width: 40px;
          line-height: 1.4em; }
        #bus_sec2 .content_back .content_inner .contents .scroll-box .box-text .box-title .mincho {
          letter-spacing: -0.1em;
          line-height: 1.6em; }
      #bus_sec2 .content_back .content_inner .contents .scroll-box .box-text .box-note {
        font-size: 16px;
        margin-top: 20px;
        line-height: 32px; }

#bus_sec3 .content_back .content_inner .title_area {
  text-align: center; }
  #bus_sec3 .content_back .content_inner .title_area span {
    margin: auto; }
#bus_sec3 .content_back .content_inner .item_area {
  background-image: url(../img/business/bus_bg05.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 100px 0 150px; }
  @media screen and (max-width: 768px) {
    #bus_sec3 .content_back .content_inner .item_area {
      padding: 100px 0 0;
      background-image: none; } }
  #bus_sec3 .content_back .content_inner .item_area .detail_inner {
    margin: 50px auto 0;
    position: relative;
    width: 100%;
    max-width: 1400px; }
    @media screen and (max-width: 768px) {
      #bus_sec3 .content_back .content_inner .item_area .detail_inner {
        margin: 0 auto; } }
    #bus_sec3 .content_back .content_inner .item_area .detail_inner .image_area {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 800px;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        #bus_sec3 .content_back .content_inner .item_area .detail_inner .image_area {
          position: static; }
          #bus_sec3 .content_back .content_inner .item_area .detail_inner .image_area img {
            width: 100%; } }
    #bus_sec3 .content_back .content_inner .item_area .detail_inner .text_area {
      background-color: #fff;
      margin: auto 0 0 auto;
      padding: 80px 6%;
      position: relative;
      right: 8%;
      bottom: -150px;
      width: 100%;
      max-width: 800px;
      z-index: 3; }
      @media all and (max-width: 1200px) {
        #bus_sec3 .content_back .content_inner .item_area .detail_inner .text_area {
          right: 0;
          padding: 80px 5vw;
          width: 70vw; } }
      @media screen and (max-width: 768px) {
        #bus_sec3 .content_back .content_inner .item_area .detail_inner .text_area {
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 40px 6%; } }
      #bus_sec3 .content_back .content_inner .item_area .detail_inner .text_area .note {
        line-height: 1.8em; }
#bus_sec3 .content_back .content_inner .item_area2 {
  background-color: #F3F5F9; }
  #bus_sec3 .content_back .content_inner .item_area2 .item_bg {
    background-image: url(../img/business/bus_bg03.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 60px 0 40px; }
  #bus_sec3 .content_back .content_inner .item_area2 .item_inner {
    margin: auto;
    width: 100%;
    max-width: 1200px; }
    #bus_sec3 .content_back .content_inner .item_area2 .item_inner .item_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 20px 3%; }
      #bus_sec3 .content_back .content_inner .item_area2 .item_inner .item_list > li {
        margin: 15px auto;
        width: 30%; }
        @media screen and (max-width: 768px) {
          #bus_sec3 .content_back .content_inner .item_area2 .item_inner .item_list > li {
            width: 48%; } }
        #bus_sec3 .content_back .content_inner .item_area2 .item_inner .item_list > li .item_image img {
          width: 100%; }
        #bus_sec3 .content_back .content_inner .item_area2 .item_inner .item_list > li .item_name {
          padding: 10px; }

#bus_sec4 .content_back .content_inner .title_area {
  text-align: center; }
  #bus_sec4 .content_back .content_inner .title_area span {
    margin: auto; }
#bus_sec4 .content_back .content_inner .item_area {
  background-image: url(../img/business/bus_bg05.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 100px 0 150px; }
  @media screen and (max-width: 768px) {
    #bus_sec4 .content_back .content_inner .item_area {
      padding: 100px 0 0;
      background-image: none; } }
  #bus_sec4 .content_back .content_inner .item_area .detail_inner {
    margin: 50px auto 0;
    position: relative;
    width: 100%;
    max-width: 1400px; }
    @media screen and (max-width: 768px) {
      #bus_sec4 .content_back .content_inner .item_area .detail_inner {
        margin: 0 auto; } }
    #bus_sec4 .content_back .content_inner .item_area .detail_inner .image_area {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 800px;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        #bus_sec4 .content_back .content_inner .item_area .detail_inner .image_area {
          position: static; }
          #bus_sec4 .content_back .content_inner .item_area .detail_inner .image_area img {
            width: 100%; } }
    #bus_sec4 .content_back .content_inner .item_area .detail_inner .text_area {
      background-color: #fff;
      margin: auto 0 0 auto;
      padding: 80px 6%;
      position: relative;
      right: 8%;
      bottom: -150px;
      width: 100%;
      max-width: 800px;
      z-index: 3; }
      @media all and (max-width: 1200px) {
        #bus_sec4 .content_back .content_inner .item_area .detail_inner .text_area {
          right: 0;
          padding: 80px 5vw;
          width: 70vw; } }
      @media screen and (max-width: 768px) {
        #bus_sec4 .content_back .content_inner .item_area .detail_inner .text_area {
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 40px 6%; } }
      #bus_sec4 .content_back .content_inner .item_area .detail_inner .text_area .note {
        line-height: 1.8em; }
#bus_sec4 .content_back .content_inner .item_area2 {
  background-color: #F3F5F9; }
  #bus_sec4 .content_back .content_inner .item_area2 .item_bg {
    background-image: url(../img/business/bus_bg04.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 60px 0 40px; }
  #bus_sec4 .content_back .content_inner .item_area2 .item_inner {
    margin: auto;
    width: 100%;
    max-width: 1200px; }
    #bus_sec4 .content_back .content_inner .item_area2 .item_inner .item_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 20px 3%; }
      #bus_sec4 .content_back .content_inner .item_area2 .item_inner .item_list > li {
        margin: 30px auto;
        width: 30%; }
        @media screen and (max-width: 768px) {
          #bus_sec4 .content_back .content_inner .item_area2 .item_inner .item_list > li {
            width: 48%; } }
        #bus_sec4 .content_back .content_inner .item_area2 .item_inner .item_list > li .item_image img {
          width: 100%; }
        #bus_sec4 .content_back .content_inner .item_area2 .item_inner .item_list > li .item_name {
          padding: 10px; }

.line_title {
  display: flex;
  align-items: center; }
  .line_title .title {
    font-size: 24px;
    display: block;
    width: 240px;
    margin-left: 2%; }
    @media screen and (max-width: 414px) {
      .line_title .title {
        width: 100%; } }
  .line_title .image {
    margin: 20px 60px 50px auto; }
  .line_title .gra_line {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #003B95, #79CAF1) 1;
    display: block;
    width: 80vw;
    height: 1px; }

#common_sec .content_back .content_inner {
  max-width: 960px; }
  #common_sec .content_back .content_inner .etc_area {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    font-size: 24px;
    line-height: 2em;
    padding: 50px 2%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #common_sec .content_back .content_inner .etc_area {
        font-size: 16px;
        padding: 30px 2%; } }
#common_sec .content_back .g_map {
  width: 100%;
  height: 380px; }

#company section {
  padding: 130px 0; }
  @media screen and (max-width: 768px) {
    #company section {
      padding: 70px 0; } }

#com_main2 .content_back {
  background-image: url(../img/company/com_bg02.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1800px;
  height: 400px;
  margin: auto;
  padding: 30px;
  position: relative; }
  #com_main2 .content_back .content_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; }
    #com_main2 .content_back .content_inner .title_area {
      text-align: center; }
      #com_main2 .content_back .content_inner .title_area .white_border {
        margin: auto; }

#com_sec1 .content_back .content_inner .mes_area {
  display: flex;
  align-items: flex-start;
  margin: auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
  z-index: 2; }
  @media all and (max-width: 1200px) {
    #com_sec1 .content_back .content_inner .mes_area {
      flex-wrap: wrap; } }
  #com_sec1 .content_back .content_inner .mes_area::before {
    content: '';
    background-color: #F3F5F9;
    width: 1560px;
    height: 426px;
    margin: auto;
    position: absolute;
    left: -374px;
    bottom: 0px;
    z-index: -1; }
    @media all and (max-width: 1200px) {
      #com_sec1 .content_back .content_inner .mes_area::before {
        height: 700px; } }
  #com_sec1 .content_back .content_inner .mes_area .title_area {
    width: 14%; }
    @media all and (max-width: 1200px) {
      #com_sec1 .content_back .content_inner .mes_area .title_area {
        width: 100%;
        padding-left: 2%; } }
    @media screen and (max-width: 768px) {
      #com_sec1 .content_back .content_inner .mes_area .title_area {
        margin: auto;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      #com_sec1 .content_back .content_inner .mes_area .title_area .gra_border {
        margin: 0 auto 50px; } }
    #com_sec1 .content_back .content_inner .mes_area .title_area .big_title2 {
      font-size: 34px; }
  #com_sec1 .content_back .content_inner .mes_area .text_area {
    width: 55%; }
    @media all and (max-width: 1200px) {
      #com_sec1 .content_back .content_inner .mes_area .text_area {
        width: 67%; } }
    @media screen and (max-width: 768px) {
      #com_sec1 .content_back .content_inner .mes_area .text_area {
        width: 100%;
        order: 3; } }
    #com_sec1 .content_back .content_inner .mes_area .text_area .text_inner {
      padding: 25px 0 30px 20px; }
      @media all and (max-width: 1200px) {
        #com_sec1 .content_back .content_inner .mes_area .text_area .text_inner {
          padding: 0 0 30px 20px; } }
      @media screen and (max-width: 960px) {
        #com_sec1 .content_back .content_inner .mes_area .text_area .text_inner .big_title2 {
          font-size: 4vw; } }
      @media screen and (max-width: 768px) {
        #com_sec1 .content_back .content_inner .mes_area .text_area .text_inner .big_title2 {
          font-size: 6vw; } }
      #com_sec1 .content_back .content_inner .mes_area .text_area .text_inner .line_title {
        padding-left: 20px; }
        @media screen and (max-width: 960px) {
          #com_sec1 .content_back .content_inner .mes_area .text_area .text_inner .line_title .image {
            margin-right: 10vw; } }
        @media screen and (max-width: 624px) {
          #com_sec1 .content_back .content_inner .mes_area .text_area .text_inner .line_title .image {
            margin-right: 20vw; } }
    #com_sec1 .content_back .content_inner .mes_area .text_area .note {
      font-size: 16px;
      line-height: 2em;
      margin: 30px auto 20px 0;
      width: 100%;
      max-width: 570px; }
      @media all and (max-width: 1200px) {
        #com_sec1 .content_back .content_inner .mes_area .text_area .note {
          margin: 0px auto 100px; } }
      @media screen and (max-width: 768px) {
        #com_sec1 .content_back .content_inner .mes_area .text_area .note {
          padding: 0 5%; } }
  #com_sec1 .content_back .content_inner .mes_area .image_area {
    width: 29%; }
    @media all and (max-width: 1200px) {
      #com_sec1 .content_back .content_inner .mes_area .image_area {
        width: 33%; } }
    @media screen and (max-width: 768px) {
      #com_sec1 .content_back .content_inner .mes_area .image_area {
        margin: auto;
        width: 100%;
        max-width: 340px;
        order: 2; } }
    #com_sec1 .content_back .content_inner .mes_area .image_area img {
      width: 100%; }

#com_sec2 .content_back .content_inner {
  max-width: 1220px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #com_sec2 .content_back .content_inner {
      padding: 0 3%; } }
  @media screen and (max-width: 768px) {
    #com_sec2 .content_back .content_inner .title_area {
      margin: auto;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #com_sec2 .content_back .content_inner .gra_border {
      margin: 0 auto 50px; } }
  #com_sec2 .content_back .content_inner .pro_area {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media screen and (max-width: 768px) {
      #com_sec2 .content_back .content_inner .pro_area {
        flex-wrap: wrap;
        margin-top: 50px; } }
    #com_sec2 .content_back .content_inner .pro_area .image_area {
      width: 20%; }
      @media screen and (max-width: 768px) {
        #com_sec2 .content_back .content_inner .pro_area .image_area {
          display: none;
          width: 100%;
          position: absolute;
          top: -200px;
          right: 0;
          max-width: 126px; } }
      #com_sec2 .content_back .content_inner .pro_area .image_area img {
        width: 100%; }
    @media screen and (max-width: 624px) {
      #com_sec2 .content_back .content_inner .pro_area .pro_list > li:last-child .th {
        border-bottom: none; } }
    @media screen and (max-width: 624px) {
      #com_sec2 .content_back .content_inner .pro_area .pro_list > li:last-child .td {
        border-bottom: 1px solid #359CD6; } }
    @media screen and (max-width: 624px) {
      #com_sec2 .content_back .content_inner .pro_area .pro_list > li .th {
        width: 100%;
        padding: 20px 5% 10px; } }
    @media screen and (max-width: 624px) {
      #com_sec2 .content_back .content_inner .pro_area .pro_list > li .td {
        width: 100%;
        border-top: none;
        padding: 0 5% 20px; } }
    #com_sec2 .content_back .content_inner .pro_area .pro_list > li .td .transaction_list {
      display: flex;
      flex-wrap: wrap; }
      #com_sec2 .content_back .content_inner .pro_area .pro_list > li .td .transaction_list > li {
        margin: 0px 16px 10px 0; }
        @media screen and (max-width: 768px) {
          #com_sec2 .content_back .content_inner .pro_area .pro_list > li .td .transaction_list > li {
            display: block;
            width: 100%; } }
        #com_sec2 .content_back .content_inner .pro_area .pro_list > li .td .transaction_list > li::before {
          content: '・'; }

.pro_list {
  width: 70%; }
  @media screen and (max-width: 768px) {
    .pro_list {
      width: 100%; } }
  .pro_list > li {
    display: flex; }
    @media screen and (max-width: 768px) {
      .pro_list > li {
        flex-wrap: wrap; } }
    .pro_list > li:last-child .th {
      border-bottom: 1px solid #359CD6; }
    .pro_list > li:last-child .td {
      border-bottom: 1px solid #D6D7D7; }
    .pro_list > li .th {
      border-top: 1px solid #359CD6;
      padding: 40px 5%;
      width: 25%; }
    .pro_list > li .td {
      border-top: 1px solid #D6D7D7;
      padding: 40px 5%;
      width: 75%; }

#com_sec3 .content_back .content_inner {
  max-width: 1150px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #com_sec3 .content_back .content_inner {
      padding: 0 5%; } }
  @media screen and (max-width: 768px) {
    #com_sec3 .content_back .content_inner .title_area {
      margin: auto;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #com_sec3 .content_back .content_inner .gra_border {
      margin: 0 auto 50px; } }
  #com_sec3 .content_back .content_inner .pro_area .pro_list {
    width: 100%; }
    #com_sec3 .content_back .content_inner .pro_area .pro_list > li .icon {
      padding-top: 24px;
      width: 18%;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        #com_sec3 .content_back .content_inner .pro_area .pro_list > li .icon {
          width: 50%; } }
      #com_sec3 .content_back .content_inner .pro_area .pro_list > li .icon > div {
        background: linear-gradient(90deg, #003B95 0%, #009BE5 100%);
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 17px;
        font-weight: 100;
        letter-spacing: -0.01em;
        padding: 15px 10px;
        text-align: center;
        margin-right: auto;
        width: 90%; }
      #com_sec3 .content_back .content_inner .pro_area .pro_list > li .icon::before {
        content: '';
        background-image: url(../img/company/dot_img.png);
        background-repeat: no-repeat;
        width: 3px;
        height: 78px;
        margin: auto;
        position: absolute;
        top: 70px;
        left: 45%;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #com_sec3 .content_back .content_inner .pro_area .pro_list > li .icon::before {
            display: none; } }
    #com_sec3 .content_back .content_inner .pro_area .pro_list > li .th {
      padding: 50px 5%;
      width: 14%;
      text-align: right; }
      @media screen and (max-width: 768px) {
        #com_sec3 .content_back .content_inner .pro_area .pro_list > li .th {
          border-top: none;
          border-bottom: none;
          padding: 40px 5% 20px;
          text-align: left;
          width: 50%; } }
    #com_sec3 .content_back .content_inner .pro_area .pro_list > li .td {
      padding: 50px 5%;
      width: 68%; }
      @media screen and (max-width: 768px) {
        #com_sec3 .content_back .content_inner .pro_area .pro_list > li .td {
          border-top: none;
          border-bottom: 1px solid #359CD6;
          padding: 20px 5%;
          width: 100%; } }

#com_sec4 .content_back .content_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1400px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #com_sec4 .content_back .content_inner {
      flex-wrap: wrap;
      padding: 0 5%; } }
  @media screen and (max-width: 768px) {
    #com_sec4 .content_back .content_inner .title_area {
      margin: auto;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #com_sec4 .content_back .content_inner .gra_border {
      margin: 0 auto 50px; } }
  #com_sec4 .content_back .content_inner .image_area {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #com_sec4 .content_back .content_inner .image_area {
        width: 100%;
        order: 2; } }
    #com_sec4 .content_back .content_inner .image_area img {
      width: 100%; }
  #com_sec4 .content_back .content_inner .title_area {
    width: 43%; }
    @media screen and (max-width: 768px) {
      #com_sec4 .content_back .content_inner .title_area {
        width: 100%;
        order: 1; } }
    #com_sec4 .content_back .content_inner .title_area .big_title2 {
      margin: 10px auto 20px; }
    #com_sec4 .content_back .content_inner .title_area .address {
      line-height: 1.8em;
      padding: 10px 30px; }
    #com_sec4 .content_back .content_inner .title_area .acc_area {
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        #com_sec4 .content_back .content_inner .title_area .acc_area {
          margin-top: 30px; } }
      #com_sec4 .content_back .content_inner .title_area .acc_area > li {
        border-top: 1px solid #D7D7D7;
        padding: 20px 0 20px 5%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          #com_sec4 .content_back .content_inner .title_area .acc_area > li {
            padding: 10px 2%; } }
        #com_sec4 .content_back .content_inner .title_area .acc_area > li .blue_text {
          line-height: 2em; }
        #com_sec4 .content_back .content_inner .title_area .acc_area > li:last-child {
          border-bottom: 1px solid #D7D7D7; }

.point_list > li {
  margin: 5px auto; }
  .point_list > li::before {
    content: "・"; }

#policy section {
  padding: 130px 0; }
  @media screen and (max-width: 768px) {
    #policy section {
      padding: 70px 0; } }

#pol_main .content_back {
  background-image: url(../img/policy/pol_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1800px;
  height: 400px;
  margin: auto;
  padding: 30px;
  position: relative; }
  #pol_main .content_back .content_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; }
    #pol_main .content_back .content_inner .title_area {
      text-align: center; }
      #pol_main .content_back .content_inner .title_area .white_border {
        margin: auto; }

#pol_sec1 .content_back .content_inner {
  max-width: 1200px;
  padding: 0 2%; }
  #pol_sec1 .content_back .content_inner dl dd {
    line-height: 1.8em;
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      #pol_sec1 .content_back .content_inner dl dd:last-child {
        margin-bottom: 0px; } }
  #pol_sec1 .content_back .content_inner dl .big_title2 {
    font-size: 26px;
    line-height: 1.6em;
    margin: 10px auto; }
    @media screen and (max-width: 768px) {
      #pol_sec1 .content_back .content_inner dl .big_title2 {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      #pol_sec1 .content_back .content_inner dl .big_title2 .chapter {
        display: block; } }
    #pol_sec1 .content_back .content_inner dl .big_title2 .t_section {
      margin-left: 26px; }
      @media screen and (max-width: 768px) {
        #pol_sec1 .content_back .content_inner dl .big_title2 .t_section {
          margin-left: 0; } }
  #pol_sec1 .content_back .content_inner dl .gra_border {
    margin-bottom: 20px;
    width: 70px; }

#contact section {
  padding: 130px 0; }
  @media screen and (max-width: 768px) {
    #contact section {
      padding: 70px 0; } }

#con_main .content_back {
  background-image: url(../img/contact/con_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1800px;
  height: 400px;
  margin: auto;
  padding: 30px;
  position: relative; }
  #con_main .content_back .content_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; }
    #con_main .content_back .content_inner .title_area {
      text-align: center; }
      #con_main .content_back .content_inner .title_area .white_border {
        margin: auto; }

#con_sec1 .content_back .content_inner {
  max-width: 1200px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #con_sec1 .content_back .content_inner {
      padding: 0 5%; } }
  #con_sec1 .content_back .content_inner .tel_fax .tel_area {
    background-color: #F3F5F9;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-left: auto;
    padding: 80px 8%;
    width: 100%;
    max-width: 1100px; }
    @media screen and (max-width: 768px) {
      #con_sec1 .content_back .content_inner .tel_fax .tel_area {
        flex-wrap: wrap;
        padding: 20px 3%; } }
    #con_sec1 .content_back .content_inner .tel_fax .tel_area > div {
      margin: 20px auto;
      width: 40%;
      max-width: 321px; }
      @media screen and (max-width: 768px) {
        #con_sec1 .content_back .content_inner .tel_fax .tel_area > div {
          text-align: center;
          width: 100%; } }
      #con_sec1 .content_back .content_inner .tel_fax .tel_area > div img {
        width: 100%; }
        @media screen and (max-width: 768px) {
          #con_sec1 .content_back .content_inner .tel_fax .tel_area > div img {
            max-width: 328px; } }

#con_sec2 .content_back .content_inner {
  max-width: 1200px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #con_sec2 .content_back .content_inner {
      padding: 0 5%; } }
  #con_sec2 .content_back .content_inner .mail_form .text_area {
    line-height: 1.6em;
    margin-left: auto;
    width: 100%;
    max-width: 1100px; }

.must {
  background: linear-gradient(90deg, #003B95 0%, #009BE5 100%);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: -0.01em;
  padding: 0px 15px;
  text-align: center;
  margin-right: auto; }

.contact_form {
  margin-left: auto;
  width: 100%;
  max-width: 1100px; }
  @media screen and (max-width: 768px) {
    .contact_form {
      margin-top: 50px; } }
  .contact_form > li {
    display: flex;
    align-items: flex-start;
    margin: 20px auto; }
    @media screen and (max-width: 768px) {
      .contact_form > li {
        flex-wrap: wrap; } }
    .contact_form > li .middle {
      width: 100%;
      max-width: 500px; }
    .contact_form > li .long {
      width: 100%; }
  .contact_form .text {
    margin: 10px auto;
    width: 30%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .contact_form .text {
        width: 100%; } }
    .contact_form .text .must {
      margin: auto;
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        .contact_form .text .must {
          margin-left: 20px;
          position: static; } }
  .contact_form .input {
    width: 70%; }
    @media screen and (max-width: 768px) {
      .contact_form .input {
        width: 100%; } }
    .contact_form .input .radio_list {
      display: flex;
      flex-wrap: wrap; }
      .contact_form .input .radio_list > li {
        margin: 10px 0;
        width: 35%; }
        @media screen and (max-width: 768px) {
          .contact_form .input .radio_list > li {
            width: 100%; } }
  .contact_form input[type="text"] {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 400;
    background-color: #F3F5F9;
    border: none;
    font-size: 16px;
    line-height: 1.6em;
    padding: 10px; }
  .contact_form input[type="radio"] {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 400;
    background-color: #F3F5F9;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .contact_form input[type="radio"]:checked {
    border: 1px solid #0090DC; }
  .contact_form input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0090DC;
    border: 1px solid #0090DC;
    content: ''; }
  .contact_form textarea {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 400;
    background-color: #F3F5F9;
    border: none;
    font-size: 16px;
    line-height: 1.6em;
    padding: 10px; }

.form_note {
  font-size: 16px;
  line-height: 2em;
  margin: 50px auto;
  width: 100%;
  max-width: 870px; }
  .form_note a {
    color: #00A0E9; }

#submitBtn {
  border: none;
  color: #fff;
  font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 15px 90px 15px 10px;
  width: 100%; }

.check_area {
  margin: auto;
  text-align: center; }

input[type="checkbox"] {
  display: none; }

input[type=checkbox]:checked + .check_label::after {
  opacity: 1; }

.check_label {
  position: relative;
  padding: 5px 30px; }
  .check_label::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 16px;
    height: 16px;
    left: 5px;
    border-top: 1px solid #3FB7F7;
    border-right: 1px solid #3FCDFB;
    border-bottom: 1px solid #00A8F6;
    border-left: 1px solid #0088F1;
    margin-top: -8px; }
  .check_label::after {
    position: absolute;
    content: "";
    top: 50%;
    position: absolute;
    width: 5px;
    height: 9px;
    top: 50%;
    left: 10px;
    border-right: 2px solid #00419A;
    border-bottom: 3px solid #00419A;
    content: '';
    margin-top: -7px;
    opacity: 0;
    transform: rotate(45deg); }

.submit_btn {
  background: linear-gradient(to right, #003a94, #009ee8);
  border-radius: 200px;
  color: #fff;
  display: block;
  margin: 50px auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 220px; }
  .submit_btn.arrow_on input[type="submit"] {
    cursor: pointer !important; }
  .submit_btn.arrow_on span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: absolute;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }
    .submit_btn.arrow_on span::before {
      content: '';
      width: 0.65em;
      height: 0.65em;
      border: 0.15em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top right;
      position: absolute;
      top: 50%;
      right: -0.05em;
      box-sizing: border-box; }
  .submit_btn.arrow_on:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
  .submit_btn.arrow_on::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: -webkit-linear-gradient(left, #009EE8, #003A94);
    background: -o-linear-gradient(left, #009EE8, #003A94);
    background: linear-gradient(to right, #009EE8, #003A94);
    z-index: -1; }

#con_sec3 {
  padding: 0 !important; }
  #con_sec3 .content_back .content_inner {
    max-width: 1200px;
    padding: 0 2%; }
    #con_sec3 .content_back .content_inner .note {
      color: #00002F;
      font-size: 17px;
      line-height: 1.6em;
      margin: 30px auto; }
    #con_sec3 .content_back .content_inner .formTable {
      margin: 50px auto;
      width: 100%; }
      #con_sec3 .content_back .content_inner .formTable tr:last-child th {
        border-bottom: 1px solid #359CD6; }
        @media screen and (max-width: 768px) {
          #con_sec3 .content_back .content_inner .formTable tr:last-child th {
            border-bottom: none; } }
      #con_sec3 .content_back .content_inner .formTable tr:last-child td {
        border-bottom: 1px solid #D6D7D7; }
        @media screen and (max-width: 768px) {
          #con_sec3 .content_back .content_inner .formTable tr:last-child td {
            border-bottom: 1px solid #359CD6; } }
      #con_sec3 .content_back .content_inner .formTable th {
        border-top: 1px solid #359CD6;
        color: #00002F;
        font-size: 17px;
        line-height: 1.6em;
        padding: 25px;
        width: 25%; }
        @media screen and (max-width: 768px) {
          #con_sec3 .content_back .content_inner .formTable th {
            display: block;
            padding-bottom: 10px;
            text-align: left;
            width: 100%; } }
        #con_sec3 .content_back .content_inner .formTable th:last-child {
          border-bottom: 1px solid #359CD6; }
      #con_sec3 .content_back .content_inner .formTable td {
        border-top: 1px solid #D6D7D7;
        color: #00002F;
        font-size: 17px;
        line-height: 1.6em;
        padding: 25px;
        width: 75%; }
        @media screen and (max-width: 768px) {
          #con_sec3 .content_back .content_inner .formTable td {
            border-top: none;
            display: block;
            padding-top: 0;
            width: 100%; } }

.btn_area {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1000px; }
  @media screen and (max-width: 768px) {
    .btn_area {
      flex-wrap: wrap; } }
  .btn_area .cof_sub {
    background: linear-gradient(to right, #003a94, #009ee8);
    border-radius: 200px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 40%;
    min-width: 200px;
    max-width: 300px; }
    @media screen and (max-width: 768px) {
      .btn_area .cof_sub {
        margin: 20px auto;
        width: 100%; } }
    .btn_area .cof_sub.arrow_on input[type="submit"] {
      cursor: pointer; }
    .btn_area .cof_sub.arrow_on span {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      line-height: 1;
      position: absolute;
      width: 1em;
      height: 0.1em;
      background: currentColor;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .btn_area .cof_sub.arrow_on span::before {
        content: '';
        width: 0.65em;
        height: 0.65em;
        border: 0.15em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.05em;
        box-sizing: border-box; }
    .btn_area .cof_sub.arrow_on:hover::before {
      transform: scaleX(1);
      transform-origin: left; }
    .btn_area .cof_sub.arrow_on::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      background: -webkit-linear-gradient(left, #009EE8, #003A94);
      background: -o-linear-gradient(left, #009EE8, #003A94);
      background: linear-gradient(to right, #009EE8, #003A94);
      z-index: -1; }
  .btn_area .cof_back {
    background: linear-gradient(to right, #003a94, #009ee8);
    border-radius: 200px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 40%;
    min-width: 200px;
    max-width: 300px; }
    @media screen and (max-width: 768px) {
      .btn_area .cof_back {
        margin: 20px auto;
        width: 100%; } }
    .btn_area .cof_back.arrow_on input[type="submit"] {
      cursor: pointer; }
    .btn_area .cof_back.arrow_on span {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      line-height: 1;
      position: absolute;
      width: 1em;
      height: 0.1em;
      background: currentColor;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .btn_area .cof_back.arrow_on span::before {
        content: '';
        width: 0.65em;
        height: 0.65em;
        border: 0.15em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.05em;
        box-sizing: border-box; }
    .btn_area .cof_back.arrow_on:hover::before {
      transform: scaleX(1);
      transform-origin: left; }
    .btn_area .cof_back.arrow_on::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      background: -webkit-linear-gradient(left, #009EE8, #003A94);
      background: -o-linear-gradient(left, #009EE8, #003A94);
      background: linear-gradient(to right, #009EE8, #003A94);
      z-index: -1; }
  .btn_area input {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    text-align: center;
    width: 100%; }

#recruit section {
  padding: 130px 0 30px; }
  @media screen and (max-width: 768px) {
    #recruit section {
      padding: 70px 0; } }
  #recruit section .bread_list {
    display: flex;
    position: absolute;
    bottom: -50px;
    right: 10vw; }
    @media screen and (max-width: 768px) {
      #recruit section .bread_list {
        right: 5vw;
        bottom: -60px; } }
    #recruit section .bread_list a {
      color: #00002F; }
    #recruit section .bread_list span {
      color: #00002F; }

#rec_main2 .content_back {
  background-image: url(../img/recruit/rec_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 1800px; }
  @media screen and (max-width: 768px) {
    #rec_main2 .content_back {
      background-position: center 50%; } }
  #rec_main2 .content_back::before {
    content: "";
    background-color: #F3F5F9;
    width: 3000px;
    height: 30vw;
    margin: auto;
    position: absolute;
    left: -540px;
    right: 0;
    bottom: -300px;
    z-index: 1; }
  #rec_main2 .content_back .content_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 3; }
    #rec_main2 .content_back .content_inner .title_area {
      margin: 80px auto 60px;
      text-align: center;
      width: 100%; }
      #rec_main2 .content_back .content_inner .title_area .gra_border {
        margin: auto; }
    #rec_main2 .content_back .content_inner .text_area {
      display: block;
      text-align: center;
      width: 100%;
      line-height: 3em;
      padding: 0 2%; }
      @media screen and (max-width: 768px) {
        #rec_main2 .content_back .content_inner .text_area .blue_text {
          font-size: 3.5vw; } }
      #rec_main2 .content_back .content_inner .text_area .note {
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          #rec_main2 .content_back .content_inner .text_area .note {
            font-size: 16px;
            line-height: 2em;
            margin-bottom: 50px; } }
    @media all and (max-width: 1400px) {
      #rec_main2 .content_back .content_inner .sub_image_col {
        position: relative;
        width: 100%;
        padding: 300px 0; } }
    @media screen and (max-width: 960px) {
      #rec_main2 .content_back .content_inner .sub_image_col {
        padding: 40vw 0; } }
    #rec_main2 .content_back .content_inner .sub_image1 {
      width: 100%;
      max-width: 241px;
      margin: auto;
      position: absolute;
      top: 200px;
      left: 180px; }
      @media all and (max-width: 1400px) {
        #rec_main2 .content_back .content_inner .sub_image1 {
          width: 20vw;
          max-width: 482px;
          top: 0;
          left: 30vw; } }
      @media screen and (max-width: 768px) {
        #rec_main2 .content_back .content_inner .sub_image1 {
          width: 23vw;
          max-width: none;
          top: 0;
          left: 27vw; } }
      #rec_main2 .content_back .content_inner .sub_image1 img {
        width: 100%; }
    #rec_main2 .content_back .content_inner .sub_image2 {
      width: 100%;
      max-width: 220px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: -50px; }
      @media all and (max-width: 1400px) {
        #rec_main2 .content_back .content_inner .sub_image2 {
          width: 20vw;
          max-width: 440px;
          top: 100px;
          left: 30px; } }
      @media screen and (max-width: 768px) {
        #rec_main2 .content_back .content_inner .sub_image2 {
          width: 23vw;
          max-width: none;
          top: 30vw;
          left: 20px; } }
      #rec_main2 .content_back .content_inner .sub_image2 img {
        width: 100%; }
    #rec_main2 .content_back .content_inner .sub_image3 {
      width: 100%;
      max-width: 292px;
      margin: auto;
      position: absolute;
      top: 80px;
      right: 40px; }
      @media all and (max-width: 1400px) {
        #rec_main2 .content_back .content_inner .sub_image3 {
          width: 36vw;
          max-width: 584px;
          right: 0px; } }
      @media screen and (max-width: 768px) {
        #rec_main2 .content_back .content_inner .sub_image3 {
          width: 40vw;
          max-width: none;
          top: 20vw;
          right: 0; } }
      #rec_main2 .content_back .content_inner .sub_image3 img {
        width: 100%; }
  #rec_main2 .content_back .image_area {
    margin: 80px auto 0;
    width: 100%;
    position: relative;
    z-index: 3; }
    #rec_main2 .content_back .image_area img {
      width: 100%; }
  #rec_main2 .content_back .pc_image {
    display: block; }
    @media screen and (max-width: 768px) {
      #rec_main2 .content_back .pc_image {
        display: none; } }
  #rec_main2 .content_back .sp_image {
    display: none; }
    @media screen and (max-width: 768px) {
      #rec_main2 .content_back .sp_image {
        display: block; } }

#rec_sec1 {
  background-color: #F3F5F9;
  position: relative;
  z-index: 3; }
  #rec_sec1 .content_back .content_inner {
    text-align: center;
    max-width: 1250px; }
    #rec_sec1 .content_back .content_inner .gra_border {
      margin: auto; }

.rec_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .rec_list {
      flex-wrap: wrap;
      padding: 0 5%; } }
  .rec_list > li {
    background-color: #fff;
    padding: 50px 2%;
    width: 32%; }
    @media screen and (max-width: 768px) {
      .rec_list > li {
        width: 100%;
        padding: 50px 5%; } }
    .rec_list > li .gra_text {
      font-size: 17px;
      margin-bottom: 10px; }
    .rec_list > li .big_title2 {
      font-size: 24px;
      letter-spacing: -0.05em; }
    .rec_list > li .text {
      font-size: 16px;
      line-height: 1.8em;
      margin-top: 30px;
      text-align: left; }

#rec_sec2 .content_back .content_inner {
  max-width: 1200px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #rec_sec2 .content_back .content_inner {
      padding: 0 5%; } }

.rec_col > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto; }
  @media screen and (max-width: 768px) {
    .rec_col > li {
      flex-wrap: wrap; } }
  .rec_col > li:nth-child(even) .image_area {
    order: 2; }
    @media screen and (max-width: 768px) {
      .rec_col > li:nth-child(even) .image_area {
        order: 1; } }
  .rec_col > li:nth-child(even) .text_area {
    order: 1; }
    @media screen and (max-width: 768px) {
      .rec_col > li:nth-child(even) .text_area {
        order: 2; } }
  .rec_col > li .image_area {
    width: 53%; }
    @media screen and (max-width: 768px) {
      .rec_col > li .image_area {
        width: 100%; } }
    .rec_col > li .image_area img {
      width: 100%; }
  .rec_col > li .text_area {
    width: 42%; }
    @media screen and (max-width: 768px) {
      .rec_col > li .text_area {
        padding: 20px 0 0;
        width: 100%; } }
    .rec_col > li .text_area .title {
      display: flex;
      align-items: flex-start;
      font-size: 23px;
      line-height: 1.6em; }
      .rec_col > li .text_area .title .gra_text2 {
        font-size: 17px; }
      .rec_col > li .text_area .title .gra_border2 {
        width: 80px;
        padding-bottom: 2px; }
      @media screen and (max-width: 768px) {
        .rec_col > li .text_area .title .mincho {
          font-size: 24px; } }
    .rec_col > li .text_area .note {
      margin-top: 30px;
      line-height: 2em; }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 3);
  margin: 0 5px; }
  @media screen and (max-width: 768px) {
    .scroll-infinity__item {
      width: calc(100vw / 1.5); } }

.scroll-infinity__item > img {
  width: 100%; }

#rec_sec3 .content_back .content_inner {
  max-width: 1200px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #rec_sec3 .content_back .content_inner {
      padding: 0 5%; } }
  @media screen and (max-width: 768px) {
    #rec_sec3 .content_back .content_inner .title_area {
      margin: auto;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #rec_sec3 .content_back .content_inner .gra_border {
      margin: 0 auto 50px; } }
  #rec_sec3 .content_back .content_inner .pro_list {
    margin: 50px auto;
    width: 92%;
    position: relative;
                /*
                &::before {
                    content: '';
                    border-top: 1px solid #D6D7D7;
                    margin: auto;
                    position: absolute;
                    width: 50px;
                    top: 0;
                    left: -50px;
                }

                &::after {
                    content: '';
                    border-top: 1px solid #D6D7D7;
                    margin: auto;
                    position: absolute;
                    width: 50px;
                    top: 0;
                    right: -50px;
                }*/ }
    @media screen and (max-width: 768px) {
      #rec_sec3 .content_back .content_inner .pro_list {
        width: 100%; } }
    #rec_sec3 .content_back .content_inner .pro_list .th {
      width: 20%; }
      @media screen and (max-width: 768px) {
        #rec_sec3 .content_back .content_inner .pro_list .th {
          padding: 20px 3% 10px;
          width: 100%; } }
    #rec_sec3 .content_back .content_inner .pro_list .td {
      width: 80%; }
      @media screen and (max-width: 768px) {
        #rec_sec3 .content_back .content_inner .pro_list .td {
          border-top: none;
          padding: 0 3% 20px;
          width: 100%; } }
    @media screen and (max-width: 768px) {
      #rec_sec3 .content_back .content_inner .pro_list > li:last-child .th {
        border-bottom: none; }
      #rec_sec3 .content_back .content_inner .pro_list > li:last-child .td {
        border-bottom: 1px solid #359CD6; } }

#rec_sec4 .content_back .content_inner {
  max-width: 1200px;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    #rec_sec4 .content_back .content_inner {
      padding: 0 5%; } }
  @media screen and (max-width: 768px) {
    #rec_sec4 .content_back .content_inner .title_area {
      margin: auto;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #rec_sec4 .content_back .content_inner .gra_border {
      margin: 0 auto 50px; } }

.rec_flow {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .rec_flow {
      flex-wrap: wrap; } }
  .rec_flow > li {
    border: 1px solid #878787;
    padding: 20px 1%;
    text-align: center;
    width: 22%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .rec_flow > li {
        margin: 30px auto;
        padding: 20px 3%;
        width: 100%; } }
    .rec_flow > li .arrow {
      position: absolute;
      top: 0;
      right: -30px;
      bottom: 0;
      display: inline-block;
      width: 20px;
      height: 2px;
      margin: auto;
      border-radius: 9999px; }
      @media screen and (max-width: 768px) {
        .rec_flow > li .arrow {
          right: 0;
          bottom: -250px;
          left: 0;
          transform: rotate(90deg); } }
      .rec_flow > li .arrow::before {
        transform: rotate(45deg);
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        right: 0;
        width: 11px;
        height: 2px;
        border-radius: 9999px;
        transform-origin: calc(100% - 2px) 50%; }
      .rec_flow > li .arrow::after {
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        right: 0;
        width: 11px;
        height: 2px;
        border-radius: 9999px;
        transform-origin: calc(100% - 0px) 50%; }
    .rec_flow > li:nth-child(1) .arrow {
      background-color: #00A0E9; }
      .rec_flow > li:nth-child(1) .arrow::before {
        background-color: #00A0E9; }
      .rec_flow > li:nth-child(1) .arrow::after {
        background-color: #00A0E9; }
    .rec_flow > li:nth-child(2) .arrow {
      background-color: #006DBF; }
      .rec_flow > li:nth-child(2) .arrow::before {
        background-color: #006DBF; }
      .rec_flow > li:nth-child(2) .arrow::after {
        background-color: #006DBF; }
    .rec_flow > li:nth-child(3) .arrow {
      background-color: #003994; }
      .rec_flow > li:nth-child(3) .arrow::before {
        background-color: #003994; }
      .rec_flow > li:nth-child(3) .arrow::after {
        background-color: #003994; }
    .rec_flow > li .title_area .gra_text {
      font-size: 16px; }
    .rec_flow > li .title_area .gra_border {
      margin: auto;
      padding-bottom: 10px; }
    .rec_flow > li .title_area .big_title2 {
      font-size: 20px; }
    .rec_flow > li .text_area {
      font-size: 16px;
      line-height: 2em;
      text-align: left; }

.anime_wrap {
  position: relative;
  overflow: hidden; }

.anime_wrap2 {
  position: relative;
  overflow: hidden; }

.pattern6::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 2;
  transition: .3s; }

.pattern6.show::before {
  transform: translateX(100%); }

.pattern6 img {
  opacity: 0;
  transition: .3s; }

.pattern6.show img {
  opacity: 1; }

.pattern6 {
  color: #FFF;
  opacity: 0;
  transform: translateX(-40px);
  transition: 0.8s;
  transition-delay: 0.5s;
  z-index: 1;
  overflow: hidden; }

.pattern6.show {
  opacity: 1;
  transform: translateX(0); }

.pattern6::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: 0.8s;
  transition-delay: 0.5s; }

.pattern6.show::before {
  transform: translateX(100%); }

.pattern6-1::before {
  transition-delay: 1.0s; }

.pattern6-2::before {
  transition-delay: 1.5s; }

.pattern6-3::before {
  transition-delay: 2.0s; }

.pattern5::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 2;
  transition: .3s; }

.pattern5.show::before {
  transform: translateX(100%); }

.pattern5 img {
  opacity: 0;
  transition: .3s; }

.pattern5.show img {
  opacity: 1; }

.pattern5 {
  color: #FFF;
  opacity: 0;
  transform: translateX(-40px);
  transition: .3s;
  transition-delay: .2s;
  z-index: 1;
  overflow: hidden; }

.pattern5.show {
  opacity: 1;
  transform: translateX(0); }

.pattern5::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: .3s;
  transition-delay: .8s; }

.pattern1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #003a94, #009ee8);
  z-index: 2;
  transition: .5s; }

.pattern1.show::before {
  transform: translateX(110%); }

.pattern1 img {
  opacity: 0;
  transition: .5s; }

.pattern1.show img {
  opacity: 1; }

.pattern1 {
  color: #FFF;
  opacity: 0;
  transform: translateX(-40px);
  transition: .5s;
  transition-delay: .2s;
  z-index: 1;
  overflow: hidden; }

.pattern1.show {
  opacity: 1;
  transform: translateX(0); }

.pattern1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #003a94, #009ee8);
  transition: .5s;
  transition-delay: .8s; }

.pattern1.absolute_center::before {
  transform: translateX(110%); }

.pattern1-1::before {
  transition-delay: 1.0s; }

.pattern1-2::before {
  transition-delay: 1.5s; }

.pattern1-3::before {
  transition-delay: 2.0s; }

.pattern1-4::before {
  transition-delay: 2.5s; }

.pattern2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 2;
  transition: .3s; }

.pattern2.show::before {
  transform: translateX(100%); }

.pattern2 img {
  opacity: 0;
  transition: .3s; }

.pattern2.show img {
  opacity: 1; }

.pattern2 {
  color: #FFF;
  opacity: 0;
  transform: translateX(-40px);
  transition: .5s;
  transition-delay: .8s;
  z-index: 1;
  overflow: hidden; }

.pattern2.show {
  opacity: 1;
  transform: translateX(0); }

.pattern2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: .5s;
  transition-delay: .8s; }

.pattern2.show::before {
  transform: translateX(100%); }

.pattern2-1 {
  transition-delay: .5s; }

.pattern2-2 {
  transition-delay: 1.0s; }

.pattern2-3 {
  transition-delay: 1.5s; }

.block_center {
  text-align: center; }
