@charset "UTF-8";
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  color: #222222;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: .2s;
}

.d-ib {
  display: inline-block;
}

@media only screen and (min-width: 1280px) {
  .pc-none {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .pct-none {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .pct-none {
    display: none;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .pct-none {
    display: none;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .tsp-none {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .tsp-none {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .tsp-none {
    display: none;
  }
}

.loadIn {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

.loadIn.is-show {
  opacity: 1;
  -webkit-transition: 3s;
  transition: 3s;
}

.fadeIn, .fadeIn2, .fadeIn3, .fadeIn4 {
  opacity: 0;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
  -webkit-transition: .6s;
  transition: .6s;
}

.fadeIn.is-show, .fadeIn2.is-show, .fadeIn3.is-show, .fadeIn4.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: .6s;
  transition: .6s;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side {
  background-color: lightseagreen;
}
@media only screen and (min-width: 1280px) {
  .side {
    width: 161px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .side {
    width: 120px;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1279px) {
  .side {
    width: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1059px) {
  .side {
    width: 60px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .side {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .side {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .side {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .content {
    width: calc(100% - 161px);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .content {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1060px) and (max-width: 1279px) {
  .content {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1059px) {
  .content {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .content {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .content {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .content {
    width: 100%;
  }
}

.container {
  margin: 0 auto;
  padding: 16rem 0;
}
@media only screen and (min-width: 1630px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .container {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .container {
    padding: 5.6rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 5.6rem 0;
  }
}

.bg-ea {
  background-color: #EAEAEA;
}

.btnbox {
  text-align: center;
}
.btnbox .more-btn {
  display: inline-block;
  border: solid 1px #707070;
  background-color: #FFFFFF;
  width: 317px;
  height: 77px;
  position: relative;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .btnbox .more-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .btnbox .more-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 320px) {
  .btnbox .more-btn {
    width: 274px;
    height: 67px;
  }
}
.btnbox .more-btn_txt {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  color: #555555;
  font-size: 0.9375rem;
}
.btnbox .more-btn::after {
  content: '';
  display: block;
  width: 76.19px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 18px;
  right: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .btnbox .more-btn::after {
    width: 60px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .btnbox .more-btn::after {
    width: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .btnbox .more-btn::after {
    width: 60px;
  }
}
.btnbox .more-btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 27px;
  right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .btnbox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .btnbox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .btnbox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
.btnbox .more-btn:hover {
  opacity: 1;
}
.btnbox .more-btn:hover::after {
  bottom: 18px;
  right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnbox .more-btn:hover::before {
  bottom: 27px;
  right: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 161px;
  height: 100vh;
  text-align: center;
  z-index: 999;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 320px) {
  header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
  }
}
header .h_logo {
  height: 38vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .h_logo a {
  width: 78.7px;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  header .h_logo {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  header .h_logo {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  header .h_logo {
    display: none;
  }
}
header .h_menu {
  height: 12vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  header .h_menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  header .h_menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  header .h_menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 1rem;
  }
}
header .h_acs {
  height: 32vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .h_acs a {
  width: 56.9px;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  header .h_acs {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  header .h_acs {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  header .h_acs {
    display: none;
  }
}
header .h_ctt {
  height: 11vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .h_ctt a {
  width: 56.9px;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  header .h_ctt {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  header .h_ctt {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  header .h_ctt {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  header {
    width: 120px;
  }
  header .h_logo {
    height: 38vh;
  }
  header .h_logo a {
    width: 60px;
  }
  header .h_menu {
    height: 12vh;
  }
  header .h_acs {
    height: 32vh;
  }
  header .h_acs a {
    width: 44px;
  }
  header .h_ctt {
    height: 11vh;
  }
  header .h_ctt a {
    width: 44px;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1279px) {
  header {
    width: 80px;
  }
  header .h_logo {
    height: 38vh;
  }
  header .h_logo a {
    width: 40px;
  }
  header .h_menu {
    height: 12vh;
  }
  header .h_acs {
    height: 32vh;
  }
  header .h_acs a {
    width: 36px;
  }
  header .h_ctt {
    height: 11vh;
  }
  header .h_ctt a {
    width: 36px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1059px) {
  header {
    width: 60px;
  }
  header .h_logo {
    height: 38vh;
  }
  header .h_logo a {
    width: 32px;
  }
  header .h_menu {
    height: 12vh;
  }
  header .h_acs {
    height: 32vh;
  }
  header .h_acs a {
    width: 28px;
  }
  header .h_ctt {
    height: 11vh;
  }
  header .h_ctt a {
    width: 28px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  header .h_menu {
    height: auto;
    padding: 1.2rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  header .h_menu {
    height: auto;
    padding: 1.2rem 0;
  }
}
@media only screen and (max-width: 320px) {
  header .h_menu {
    height: auto;
    padding: 1.2rem 0;
  }
}

.nav_toggle {
  display: block;
  position: relative;
  width: 66px;
  height: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .nav_toggle {
    width: 50px;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1279px) {
  .nav_toggle {
    width: 36px;
    height: 1.6rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1059px) {
  .nav_toggle {
    width: 28px;
    height: 1.4rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav_toggle {
    width: 30.13px;
    height: 0.7rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav_toggle {
    width: 30.13px;
    height: 0.7rem;
  }
}
@media only screen and (max-width: 320px) {
  .nav_toggle {
    width: 30.13px;
    height: 0.7rem;
  }
}

.nav_toggle i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav_toggle i {
    background-color: #CCCCCC;
    z-index: 999;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav_toggle i {
    background-color: #CCCCCC;
    z-index: 999;
  }
}
@media only screen and (max-width: 320px) {
  .nav_toggle i {
    background-color: #CCCCCC;
    z-index: 999;
  }
}

.nav_toggle i:nth-child(1) {
  top: 0;
}

.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav_toggle i:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav_toggle i:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .nav_toggle i:nth-child(2) {
    display: none;
  }
}

.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle .menu-txt {
  position: absolute;
  bottom: -1.6rem;
  left: 0.3em;
  right: 0;
  font-size: 0.813em;
  color: #0B2142;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .nav_toggle .menu-txt {
    left: 0.15rem;
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1279px) {
  .nav_toggle .menu-txt {
    left: 0;
    font-size: 0.6rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1059px) {
  .nav_toggle .menu-txt {
    left: -1px;
    top: 1.8rem;
    font-size: 0.5rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav_toggle .menu-txt {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav_toggle .menu-txt {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .nav_toggle .menu-txt {
    display: none;
  }
}

.nav_toggle.show i:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav_toggle.show i:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav_toggle.show i:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
  }
}
@media only screen and (max-width: 320px) {
  .nav_toggle.show i:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
  }
}

.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}

.nav_toggle.show i:nth-child(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
          transform: translateY(-20px) rotate(45deg);
}
@media screen and (min-width: 1060px) and (max-width: 1279px) {
  .nav_toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-13.4px) rotate(45deg);
            transform: translateY(-13.4px) rotate(45deg);
  }
}
@media screen and (min-width: 960px) and (max-width: 1059px) {
  .nav_toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-10.1px) rotate(45deg);
            transform: translateY(-10.1px) rotate(45deg);
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav_toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
            transform: translateY(-4px) rotate(45deg);
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav_toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
            transform: translateY(-4px) rotate(45deg);
  }
}
@media only screen and (max-width: 320px) {
  .nav_toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
            transform: translateY(-4px) rotate(45deg);
  }
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 161px);
  height: 100vh;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  background-color: rgba(43, 87, 159, 0.9);
  z-index: 990;
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .nav {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1060px) and (max-width: 1279px) {
  .nav {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1059px) {
  .nav {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav {
    width: calc(100%);
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav {
    width: calc(100%);
  }
}
@media only screen and (max-width: 320px) {
  .nav {
    width: calc(100%);
  }
}
.nav .nav_menu_ul {
  list-style: none;
  width: 40%;
  padding: 0;
  margin: 16vh auto;
  text-align: left;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav .nav_menu_ul {
    width: 80%;
    text-align: center;
    margin: 8vh auto;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav .nav_menu_ul {
    width: 80%;
    text-align: center;
    margin: 8vh auto;
  }
}
@media only screen and (max-width: 320px) {
  .nav .nav_menu_ul {
    width: 80%;
    text-align: center;
    margin: 8vh auto;
  }
}
.nav .nav_menu_ul .nav_menu_li {
  display: block;
  padding: 1.3rem 0;
  border-bottom: solid 1px #FFFFFF;
}
.nav .nav_menu_ul .nav_menu_li:last-child {
  border-bottom: none;
}
.nav .nav_menu_ul .nav_menu_li a {
  font-size: 2em;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .nav .nav_menu_ul .nav_menu_li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .nav .nav_menu_ul .nav_menu_li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .nav .nav_menu_ul .nav_menu_li a {
    font-size: 1.4rem;
  }
}
.nav .nav_menu_ul .nav_menu_li a span {
  display: block;
  font-size: 0.5em;
}

.nav.show {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #272727;
}
footer .f_container {
  margin: 0 auto;
  padding: 5rem 0 4.125rem;
}
@media only screen and (min-width: 1630px) {
  footer .f_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  footer .f_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  footer .f_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  footer .f_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  footer .f_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_container {
    padding: 3.13rem 0 1.6rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_container {
    padding: 3.13rem 0 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_container {
    padding: 3.13rem 0 1.6rem;
  }
}
footer .f_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  footer .f_row {
    display: block;
  }
}
footer .f_row .f_col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 750px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  footer .f_row .f_col:first-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col:first-child {
    display: block;
    width: 46%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col:first-child {
    display: block;
    width: 46%;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col:first-child {
    display: block;
    width: 46%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  footer .f_row .f_col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col:last-child {
    width: 50%;
  }
}
footer .f_row .f_col .f_cnt .f_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f_row .f_col .f_cnt .f_item div:first-child {
  text-align: right;
  width: 130px;
  height: 140px;
  border-right: solid 1px #FFFFFF;
  margin-bottom: 2.56rem;
  padding-right: 0.75rem;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_cnt .f_item div:first-child {
    width: 100%;
    border-right: none;
    height: auto;
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_cnt .f_item div:first-child {
    width: 100%;
    border-right: none;
    height: auto;
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_cnt .f_item div:first-child {
    width: 100%;
    border-right: none;
    height: auto;
    margin-bottom: 1.4rem;
  }
}
footer .f_row .f_col .f_cnt .f_item div:first-child span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}
footer .f_row .f_col .f_cnt .f_item div:last-child {
  text-align: left;
  width: 170px;
  margin: 2.2rem 0 1rem 0.75rem;
  font-size: 0.875rem;
  line-height: 0.9;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_cnt .f_item div:last-child {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_cnt .f_item div:last-child {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_cnt .f_item div:last-child {
    display: none;
  }
}
footer .f_row .f_col .f_cnt .f_item div a {
  color: #FFFFFF;
}
footer .f_row .f_col .f_cnt .f_item.f_item_top div {
  height: auto;
  border-right: none;
}
footer .f_row .f_col .f_cnt .f_item.f_item_top div p {
  margin: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_cnt .f_item.f_item_top_sp {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_cnt .f_item.f_item_top_sp {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_cnt .f_item.f_item_top_sp {
    display: none;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_logobox {
    text-align: center;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_logobox {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_logobox {
    text-align: center;
  }
}
footer .f_row .f_col .f_logobox img {
  width: 97.75px;
  height: 124px;
  vertical-align: bottom;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_logobox img {
    width: 104px;
    height: 124px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_logobox img {
    width: 104px;
    height: 124px;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_logobox img {
    width: 104px;
    height: 124px;
  }
}
footer .f_row .f_col .f_logobox img:last-child {
  width: 174px;
  height: 124px;
  margin-left: 2.625rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_logobox img:last-child {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_logobox img:last-child {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_logobox img:last-child {
    display: none;
  }
}
footer .f_row .f_col .f_infobox {
  color: #E8E8E8;
  padding-top: 2.815rem;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  footer .f_row .f_col .f_infobox {
    padding-top: 0;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_infobox {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_infobox {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_infobox {
    display: none;
  }
}
footer .f_row .f_col .f_infobox p {
  margin-bottom: 0.2rem;
}
footer .f_row .f_col .f_infobox a {
  font-size: 1.125rem;
  color: #E8E8E8;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_infobox a {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_infobox a {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_infobox a {
    font-size: 0.9376rem;
  }
}
footer .f_row .f_col .f_infobox .f_btn {
  display: inline-block;
  border: solid 1px #707070;
  background-color: #3B3A3A;
  text-align: center;
  width: 317px;
  line-height: 77px;
  position: relative;
  margin-top: 1.55rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_infobox .f_btn {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_infobox .f_btn {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_infobox .f_btn {
    display: none;
  }
}
footer .f_row .f_col .f_infobox_sp {
  display: none;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_row .f_col .f_infobox_sp {
    display: block;
    text-align: center;
  }
  footer .f_row .f_col .f_infobox_sp a {
    display: block;
  }
  footer .f_row .f_col .f_infobox_sp .f_acs {
    width: 68px;
    height: auto;
    margin: 2.4rem 0 1.6rem;
  }
  footer .f_row .f_col .f_infobox_sp .f_ctt {
    width: 70px;
    height: auto;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_row .f_col .f_infobox_sp {
    display: block;
    text-align: center;
  }
  footer .f_row .f_col .f_infobox_sp a {
    display: block;
  }
  footer .f_row .f_col .f_infobox_sp .f_acs {
    width: 68px;
    height: auto;
    margin: 2.4rem 0 1.6rem;
  }
  footer .f_row .f_col .f_infobox_sp .f_ctt {
    width: 70px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_row .f_col .f_infobox_sp {
    display: block;
    text-align: center;
  }
  footer .f_row .f_col .f_infobox_sp a {
    display: block;
  }
  footer .f_row .f_col .f_infobox_sp .f_acs {
    width: 68px;
    height: auto;
    margin: 2.4rem 0 1.6rem;
  }
  footer .f_row .f_col .f_infobox_sp .f_ctt {
    width: 70px;
    height: auto;
  }
}
footer .f_arr {
  background-color: #0B0B0B;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.875rem;
  height: 5rem;
  vertical-align: bottom;
  line-height: 6.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  footer .f_arr {
    height: 3rem;
    vertical-align: middle;
    line-height: 3rem;
    font-size: 12px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  footer .f_arr {
    height: 3rem;
    vertical-align: middle;
    line-height: 3rem;
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  footer .f_arr {
    height: 3rem;
    vertical-align: middle;
    line-height: 3rem;
    font-size: 12px;
  }
}

.mv_top {
  background-image: url(../images/sowa01.jpg);
  background-size: cover;
  background-position: center bottom;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_top {
    background-image: url(../images/sowa01-sp.jpg);
    height: 450px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_top {
    background-image: url(../images/sowa01-sp.jpg);
    height: 450px;
  }
}
.mv_top_inr {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_top_inr {
    display: block;
    width: 90%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_top_inr {
    display: block;
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .mv_top_inr {
    display: block;
    width: 90%;
  }
}
.mv_top_inr img {
  width: 99.29px;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_top_inr img {
    width: 73px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_top_inr img {
    width: 73px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_top_inr img {
    width: 73px;
  }
}
.mv_top_inr hr {
  height: 1px;
  background-color: #ffffff;
  border: 0;
  margin: 1.5rem 0 1.1rem;
}
.mv_top_inr .mv_top_ttl {
  font-size: 1.5625em;
  font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_top_inr .mv_top_ttl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_top_inr .mv_top_ttl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_top_inr .mv_top_ttl {
    font-size: 15px;
  }
}
.mv_top_inr .mv_top_txt {
  font-size: 0.9375em;
  font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
  margin: 0;
  padding: 0 1.76rem;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_top_inr .mv_top_txt {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .mv_top_inr .mv_top_txt {
    display: none;
  }
}

.mv_scroll {
  display: inline-block;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_scroll {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .mv_scroll {
    display: none;
  }
}
.mv_scroll:hover {
  color: #fff;
  opacity: 1;
}
.mv_scroll.mv_scroll_blk {
  color: #262626;
}
.mv_scroll.mv_scroll_blk:hover {
  color: #262626;
  opacity: 1;
}

.mv_scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.mv_scroll.mv_scroll_blk::after {
  background: #262626;
}

.mv_scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4);
}

.mv_scroll.mv_scroll_blk::before {
  background: rgba(0, 0, 0, 0.4);
}

.mv_scroll::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.top_ttl {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #2B579F;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_ttl {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_ttl {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_ttl {
    margin-bottom: 1rem;
  }
}

.top_sttl {
  text-align: center;
  font-size: 1.563rem;
  font-weight: bold;
  color: #555555;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_sttl {
    font-size: 1.126rem;
  }
}

.top_sec1_container1 {
  margin: 0 auto;
  padding: 9.7rem 0 0;
}
@media only screen and (min-width: 1630px) {
  .top_sec1_container1 {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .top_sec1_container1 {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .top_sec1_container1 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .top_sec1_container1 {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .top_sec1_container1 {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sec1_container1 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sec1_container1 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .top_sec1_container1 {
    max-width: 92%;
  }
}
@media screen and (min-width: 1679px) {
  .top_sec1_container1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sec1_container1 {
    padding: 1rem 0 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sec1_container1 {
    padding: 1rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .top_sec1_container1 {
    padding: 1rem 0 0;
  }
}

.top_sec1_container2 {
  margin: 0 auto;
  padding: 2rem 0 0;
}
@media only screen and (min-width: 1630px) {
  .top_sec1_container2 {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .top_sec1_container2 {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .top_sec1_container2 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .top_sec1_container2 {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .top_sec1_container2 {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sec1_container2 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sec1_container2 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .top_sec1_container2 {
    max-width: 92%;
  }
}

.top_cpy {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2B579F;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_cpy {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_cpy {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_cpy {
    font-size: 1.4rem;
  }
}

.top_sec1_p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sec1_p {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sec1_p {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_sec1_p {
    font-size: 0.9376rem;
  }
}
@media only screen and (min-width: 1280px) {
  .top_sec1_p {
    max-width: 800px;
    margin: 0 auto 5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .top_sec1_p {
    max-width: 800px;
    margin: 0 auto 5rem;
  }
}

.top_nws {
  list-style: none;
  width: 504px;
  margin: 5.4rem auto 5rem;
  padding: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_nws {
    width: 100%;
    margin: 2.2rem auto 3.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_nws {
    width: 100%;
    margin: 2.2rem auto 3.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_nws {
    width: 100%;
    margin: 2.2rem auto 3.4rem;
  }
}
.top_nws li {
  border-bottom: solid 1px #707070;
}
.top_nws li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_nws li div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_nws li div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 320px) {
  .top_nws li div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_nws li div div {
  padding: 1.2rem 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_nws li div div {
    padding: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_nws li div div {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  .top_nws li div div {
    padding: 0;
  }
}
.top_nws li div div:first-child {
  width: 18%;
  padding-left: 3.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_nws li div div:first-child {
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_nws li div div:first-child {
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .top_nws li div div:first-child {
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
    padding-left: 0;
    width: 100%;
  }
}
.top_nws li div div:last-child {
  width: 82%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_nws li div div:last-child {
    padding-bottom: 0.8rem;
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_nws li div div:last-child {
    padding-bottom: 0.8rem;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .top_nws li div div:last-child {
    padding-bottom: 0.8rem;
    width: 100%;
  }
}

#top_sec4 {
  background: url("../images/top-sec4.jpg");
  background-size: cover;
  background-position: left center;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 {
    background: url("../images/top-sec4-sp.jpg");
    background-size: cover;
    background-position: center center;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 {
    background: url("../images/top-sec4-sp.jpg");
    background-size: cover;
    background-position: center center;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 {
    background: url("../images/top-sec4-sp.jpg");
    background-size: cover;
    background-position: center center;
  }
}
#top_sec4 .top_sec4_container {
  margin: 0 auto;
  padding: 8.63rem 0 7.75rem;
}
@media only screen and (min-width: 1630px) {
  #top_sec4 .top_sec4_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  #top_sec4 .top_sec4_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  #top_sec4 .top_sec4_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  #top_sec4 .top_sec4_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  #top_sec4 .top_sec4_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 .top_sec4_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 .top_sec4_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 .top_sec4_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 .top_sec4_container {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 .top_sec4_container {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 .top_sec4_container {
    padding: 7rem 0;
  }
}
#top_sec4 .top_sec4 {
  width: 515px;
  margin-left: 2rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 .top_sec4 {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 .top_sec4 {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 .top_sec4 {
    width: 100%;
    margin: 0;
  }
}
#top_sec4 .top_sec4_ttl {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 .top_sec4_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 .top_sec4_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 .top_sec4_ttl {
    font-size: 2.19rem;
  }
}
#top_sec4 .top_sec4_sttl {
  text-align: center;
  font-size: 1.563rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 .top_sec4_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 .top_sec4_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 .top_sec4_sttl {
    font-size: 1.126rem;
  }
}
#top_sec4 .top_sec4 hr {
  height: 1px;
  background-color: #ffffff;
  border: 0;
  margin: 1.94rem 0;
}
#top_sec4 .top_sec4_txt {
  font-size: 1.125rem;
  color: #FFFFFF;
  padding: 0 0.4rem;
  margin-bottom: 11.6rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 .top_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 .top_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 .top_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec4 .top_sec4_txt {
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec4 .top_sec4_txt {
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec4 .top_sec4_txt {
    margin-bottom: 3.4rem;
  }
}

#top_sec5 {
  background-color: #E0E0E0;
}
#top_sec5 .top_sec5_container {
  margin: 0 auto;
  padding: 12.688rem 0 13.375rem;
}
@media only screen and (min-width: 1630px) {
  #top_sec5 .top_sec5_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  #top_sec5 .top_sec5_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  #top_sec5 .top_sec5_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  #top_sec5 .top_sec5_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  #top_sec5 .top_sec5_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec5 .top_sec5_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec5 .top_sec5_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec5 .top_sec5_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec5 .top_sec5_container {
    padding: 4.6rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec5 .top_sec5_container {
    padding: 4.6rem 0;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec5 .top_sec5_container {
    padding: 4.6rem 0;
  }
}
#top_sec5 .top_sec5_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 46px;
  padding: 2.5rem 5.313rem 2.5rem 2.8125rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec5 .top_sec5_row {
    padding: 1.4rem 1.4rem 3.4rem 1.4rem;
    border-radius: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec5 .top_sec5_row {
    padding: 1.4rem 1.4rem 3.4rem 1.4rem;
    border-radius: 0;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec5 .top_sec5_row {
    padding: 1.4rem 1.4rem 3.4rem 1.4rem;
    border-radius: 0;
  }
}
#top_sec5 .top_sec5_row .top_sec5_col:first-child {
  width: 48.7826%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec5 .top_sec5_row .top_sec5_col:first-child {
    width: 100%;
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec5 .top_sec5_row .top_sec5_col:first-child {
    width: 100%;
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec5 .top_sec5_row .top_sec5_col:first-child {
    width: 100%;
    margin-bottom: 2.8rem;
  }
}
#top_sec5 .top_sec5_row .top_sec5_col:last-child {
  width: 41.3913%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child {
    width: 100%;
  }
}
#top_sec5 .top_sec5_row .top_sec5_col:last-child hr {
  height: 1px;
  background-color: #707070;
  border: 0;
  margin: 1.94rem 0;
}
#top_sec5 .top_sec5_row .top_sec5_col:last-child .top_sec5_txt {
  font-size: 1.125rem;
  margin-bottom: 5.88rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child .top_sec5_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child .top_sec5_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child .top_sec5_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child .top_sec5_txt {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child .top_sec5_txt {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec5 .top_sec5_row .top_sec5_col:last-child .top_sec5_txt {
    margin-bottom: 3.2rem;
  }
}

#top_sec6 {
  background: url("../images/top-sec6.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec6 {
    background: url("../images/top-sec6-sp.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec6 {
    background: url("../images/top-sec6-sp.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec6 {
    background: url("../images/top-sec6-sp.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
#top_sec6 .top_sec6 {
  width: 504px;
  margin: 0 auto;
  padding: 4.813rem 0 31.25rem 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec6 .top_sec6 {
    width: 100%;
    padding: 4rem 0 10rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1630px) {
  #top_sec6 .top_sec6 {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1490px) and (max-width: 1629px) {
  #top_sec6 .top_sec6 {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1280px) and (max-width: 1489px) {
  #top_sec6 .top_sec6 {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1160px) and (max-width: 1279px) {
  #top_sec6 .top_sec6 {
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 960px) and (max-width: 1159px) {
  #top_sec6 .top_sec6 {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (max-width: 959px) and (min-width: 560px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (max-width: 559px) and (min-width: 321px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (max-width: 320px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}

@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec6 .top_sec6 {
    width: 100%;
    padding: 4rem 0 10rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1630px) {
  #top_sec6 .top_sec6 {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1490px) and (max-width: 1629px) {
  #top_sec6 .top_sec6 {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1280px) and (max-width: 1489px) {
  #top_sec6 .top_sec6 {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1160px) and (max-width: 1279px) {
  #top_sec6 .top_sec6 {
    max-width: 960px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 960px) and (max-width: 1159px) {
  #top_sec6 .top_sec6 {
    max-width: 820px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (max-width: 959px) and (min-width: 560px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (max-width: 559px) and (min-width: 321px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (max-width: 320px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}

@media only screen and (max-width: 320px) {
  #top_sec6 .top_sec6 {
    width: 100%;
    padding: 4rem 0 10rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1630px) {
  #top_sec6 .top_sec6 {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1490px) and (max-width: 1629px) {
  #top_sec6 .top_sec6 {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1280px) and (max-width: 1489px) {
  #top_sec6 .top_sec6 {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1160px) and (max-width: 1279px) {
  #top_sec6 .top_sec6 {
    max-width: 960px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 960px) and (max-width: 1159px) {
  #top_sec6 .top_sec6 {
    max-width: 820px;
  }
}
@media only screen and (max-width: 320px) and (max-width: 959px) and (min-width: 560px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) and (max-width: 559px) and (min-width: 321px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) and (max-width: 320px) {
  #top_sec6 .top_sec6 {
    max-width: 92%;
  }
}

#top_sec6 .top_sec6_sttl {
  text-align: center;
  font-size: 1.563rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec6 .top_sec6_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec6 .top_sec6_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec6 .top_sec6_sttl {
    font-size: 1.126rem;
  }
}
#top_sec6 .top_sec6 hr {
  height: 1px;
  background-color: #ffffff;
  border: 0;
  margin: 1.94rem 0;
}
#top_sec6 .top_sec6_txt {
  font-size: 1.125rem;
  color: #FFFFFF;
  padding: 0 0.4rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec6 .top_sec6_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec6 .top_sec6_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec6 .top_sec6_txt {
    font-size: 0.9376rem;
  }
}

@media only screen and (min-width: 1280px) {
  #top_sec7 .top_sec7_container {
    margin: 0 auto;
    padding: 12.688rem 0 13.375rem;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1630px) {
  #top_sec7 .top_sec7_container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1490px) and (max-width: 1629px) {
  #top_sec7 .top_sec7_container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) and (max-width: 1489px) {
  #top_sec7 .top_sec7_container {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1160px) and (max-width: 1279px) {
  #top_sec7 .top_sec7_container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 960px) and (max-width: 1159px) {
  #top_sec7 .top_sec7_container {
    max-width: 820px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_container {
    max-width: 92%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_container {
    max-width: 92%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 320px) {
  #top_sec7 .top_sec7_container {
    max-width: 92%;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 960px) {
  #top_sec7 .top_sec7_container {
    margin: 0 auto;
    padding: 12.688rem 0 13.375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (min-width: 1630px) {
  #top_sec7 .top_sec7_container {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (min-width: 1490px) and (max-width: 1629px) {
  #top_sec7 .top_sec7_container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (min-width: 1280px) and (max-width: 1489px) {
  #top_sec7 .top_sec7_container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (min-width: 1160px) and (max-width: 1279px) {
  #top_sec7 .top_sec7_container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (min-width: 960px) and (max-width: 1159px) {
  #top_sec7 .top_sec7_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) and (max-width: 320px) {
  #top_sec7 .top_sec7_container {
    max-width: 92%;
  }
}

#top_sec7 .top_sec7_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 46px;
  padding: 2.5rem 5.313rem 2.5rem 2.8125rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_row {
    padding: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_row {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec7 .top_sec7_row {
    padding: 0;
  }
}
#top_sec7 .top_sec7_row .top_sec7_col:first-child {
  width: 48%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_row .top_sec7_col:first-child {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_row .top_sec7_col:first-child {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec7 .top_sec7_row .top_sec7_col:first-child {
    display: none;
  }
}
#top_sec7 .top_sec7_row .top_sec7_col:last-child {
  width: 41.3913%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child {
    width: 100%;
    background: url("../images/top-sec7-img.jpg");
    background-size: cover;
    background-position: center center;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child {
    width: 100%;
    background: url("../images/top-sec7-img.jpg");
    background-size: cover;
    background-position: center center;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child {
    width: 100%;
    background: url("../images/top-sec7-img.jpg");
    background-size: cover;
    background-position: center center;
    padding: 3rem 0;
  }
}
#top_sec7 .top_sec7_row .top_sec7_col:last-child hr {
  height: 1px;
  background-color: #707070;
  border: 0;
  margin: 1.94rem 0;
}
#top_sec7 .top_sec7_row .top_sec7_col:last-child .top_sec7_txt {
  font-size: 1.125rem;
  margin-bottom: 5.88rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child .top_sec7_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child .top_sec7_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child .top_sec7_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child .top_sec7_txt {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child .top_sec7_txt {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec7 .top_sec7_row .top_sec7_col:last-child .top_sec7_txt {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  #top_sec7 .top_sec7_row .top_sec7_col .top_sp-bg {
    background-color: rgba(255, 255, 255, 0.7);
    width: 94%;
    margin: 0 auto 1rem;
    padding: 1rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  #top_sec7 .top_sec7_row .top_sec7_col .top_sp-bg {
    background-color: rgba(255, 255, 255, 0.7);
    width: 94%;
    margin: 0 auto 1rem;
    padding: 1rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 320px) {
  #top_sec7 .top_sec7_row .top_sec7_col .top_sp-bg {
    background-color: rgba(255, 255, 255, 0.7);
    width: 94%;
    margin: 0 auto 1rem;
    padding: 1rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top_sec8 {
  position: relative;
  height: 514px;
}
.top_sec8_box {
  position: absolute;
  top: 97px;
  right: 16%;
  bottom: 0;
  width: 425px;
  height: calc(332px - 6.26rem);
  background-color: rgba(255, 255, 255, 0.86);
  padding: 3.13rem 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sec8_box {
    width: 96%;
    left: 2%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sec8_box {
    width: 96%;
    left: 2%;
  }
}
@media only screen and (max-width: 320px) {
  .top_sec8_box {
    width: 96%;
    left: 2%;
  }
}
.top_sec8_box .top_sec8_ttl {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #2B579F;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sec8_box .top_sec8_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sec8_box .top_sec8_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_sec8_box .top_sec8_ttl {
    font-size: 2.19rem;
  }
}
.top_sec8_box .top_sec8_sttl {
  text-align: center;
  font-size: 1.563rem;
  font-weight: bold;
  color: #555555;
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top_sec8_box .top_sec8_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .top_sec8_box .top_sec8_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 320px) {
  .top_sec8_box .top_sec8_sttl {
    font-size: 1.126rem;
  }
}

.mv_str {
  background-image: url(../images/str-mv.png);
  background-size: cover;
  background-position: center bottom;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str {
    background-image: url(../images/str-mv-sp.png);
    background-position: center center;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str {
    background-image: url(../images/str-mv-sp.png);
    height: 450px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str {
    background-image: url(../images/str-mv-sp.png);
    height: 450px;
  }
}
.mv_str_inr {
  color: #FFFFFF;
  margin: 0 auto;
  padding: 4.63rem 0 0 0;
}
@media only screen and (min-width: 1630px) {
  .mv_str_inr {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .mv_str_inr {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .mv_str_inr {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .mv_str_inr {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .mv_str_inr {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_inr {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr {
    padding: 1.2rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr {
    padding: 1.2rem 0;
  }
}
.mv_str_inr .mv_str_pttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_inr .mv_str_pttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr .mv_str_pttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr .mv_str_pttl {
    font-size: 18px;
  }
}
.mv_str_inr hr {
  height: 1px;
  background-color: #ffffff;
  border: 0;
  margin: 0.5rem 0 0;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr hr {
    margin: 0.8rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr hr {
    margin: 0.8rem 0 0;
  }
}
.mv_str_inr .mv_str_ttl {
  font-size: 3.125rem;
  margin: 12% 0 3rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_inr .mv_str_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr .mv_str_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr .mv_str_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_inr .mv_str_ttl {
    margin: 12rem 0 5rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr .mv_str_ttl {
    margin: 5.19rem 0 6.7rem;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr .mv_str_ttl {
    margin: 5.19rem 0 6.7rem;
  }
}
.mv_str_inr .mv_str_sptxt {
  margin: 0;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 1280px) {
  .mv_str_inr .mv_str_sptxt {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .mv_str_inr .mv_str_sptxt {
    display: none;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_inr .mv_str_sptxt {
    display: none;
  }
}
.mv_str_inr .mv_str_txt {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  width: 831px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_inr .mv_str_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr .mv_str_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr .mv_str_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .mv_str_inr .mv_str_txt {
    width: 754px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_inr .mv_str_txt {
    width: 78%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_inr .mv_str_txt {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_inr .mv_str_txt {
    display: none;
  }
}
.mv_str .mv_str_txtbox {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str .mv_str_txtbox {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str .mv_str_txtbox {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str .mv_str_txtbox {
    display: none;
  }
}
.mv_str .mv_str_txtbox_txt {
  width: 774px;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #292828;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str .mv_str_txtbox_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str .mv_str_txtbox_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str .mv_str_txtbox_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .mv_str .mv_str_txtbox_txt {
    margin: 0 0 0 8.4rem;
    width: 670px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str .mv_str_txtbox_txt {
    margin: 0 0 0 4%;
    width: 74%;
  }
}

.mv_str_txt_only {
  margin: 0 auto;
  padding: 1.82rem 0;
}
@media only screen and (min-width: 1630px) {
  .mv_str_txt_only {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .mv_str_txt_only {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .mv_str_txt_only {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .mv_str_txt_only {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .mv_str_txt_only {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_str_txt_only {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_str_txt_only {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .mv_str_txt_only {
    max-width: 92%;
  }
}

.str_sec1_container {
  margin: 0 auto;
  padding: 16rem 0;
}
@media only screen and (min-width: 1630px) {
  .str_sec1_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .str_sec1_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .str_sec1_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .str_sec1_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .str_sec1_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_container {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_container {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_container {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
}

.str_sec1_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.str_sec1_row .str_sec1_col:first-child {
  width: 57.58%;
}
@media screen and (min-width: 960px) and (max-width: 1489px) {
  .str_sec1_row .str_sec1_col:first-child {
    width: 52%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col:first-child {
    width: 100%;
  }
}
.str_sec1_row .str_sec1_col:last-child {
  width: 42.42%;
}
@media screen and (min-width: 960px) and (max-width: 1489px) {
  .str_sec1_row .str_sec1_col:last-child {
    width: 48%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col:last-child {
    width: 100%;
  }
}
.str_sec1_row .str_sec1_col .str_sec1_ttl {
  font-size: 3.125rem;
  color: #0B2142;
  padding-left: 4.37rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .str_sec1_row .str_sec1_col .str_sec1_ttl {
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_ttl {
    font-size: 22px;
    text-align: center;
    padding: 3.7rem 0 0;
    margin-bottom: 2.9rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_ttl {
    font-size: 22px;
    text-align: center;
    padding: 3.7rem 0 0;
    margin-bottom: 2.9rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_ttl {
    font-size: 22px;
    text-align: center;
    padding: 3.7rem 0 0;
    margin-bottom: 2.9rem;
  }
}
.str_sec1_row .str_sec1_col .str_sec1_sttl {
  font-size: 1.563rem;
  color: #0B2142;
  padding-left: 4.37rem;
  margin-bottom: 7.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .str_sec1_row .str_sec1_col .str_sec1_sttl {
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_sttl {
    text-align: center;
    padding: 0;
    margin-bottom: 3.126rem;
    font-size: 17px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_sttl {
    text-align: center;
    padding: 0;
    margin-bottom: 3.126rem;
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_sttl {
    text-align: center;
    padding: 0;
    margin-bottom: 3.126rem;
    font-size: 17px;
  }
}
.str_sec1_row .str_sec1_col .str_sec1_txt {
  font-size: 1.125rem;
  color: #333333;
  padding-left: 4.37rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    padding: 0 0 5.87rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1630px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1490px) and (max-width: 1629px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1280px) and (max-width: 1489px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 1160px) and (max-width: 1279px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (min-width: 960px) and (max-width: 1159px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}

@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    padding: 0 0 5.87rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1630px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1490px) and (max-width: 1629px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1280px) and (max-width: 1489px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 1160px) and (max-width: 1279px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 960px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (min-width: 960px) and (max-width: 1159px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 820px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}

@media only screen and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    padding: 0 0 5.87rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1630px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1490px) and (max-width: 1629px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1280px) and (max-width: 1489px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 1160px) and (max-width: 1279px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 960px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 960px) and (max-width: 1159px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 820px;
  }
}
@media only screen and (max-width: 320px) and (max-width: 959px) and (min-width: 560px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) and (max-width: 559px) and (min-width: 321px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) and (max-width: 320px) {
  .str_sec1_row .str_sec1_col .str_sec1_txt {
    max-width: 92%;
  }
}

.str_sec2_container {
  margin: 0 auto;
  padding: 10.8rem 0;
}
@media only screen and (min-width: 1630px) {
  .str_sec2_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .str_sec2_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .str_sec2_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .str_sec2_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .str_sec2_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_container {
    padding: 5.87rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_container {
    padding: 5.87rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_container {
    padding: 5.87rem 0;
  }
}
.str_sec2_ttl {
  font-size: 2.5rem;
  color: #0B2142;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_ttl {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_ttl {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_ttl {
    line-height: 1.5;
  }
}
.str_sec2_hr {
  height: 1px;
  background-color: #0B2142;
  border: 0;
  margin: 2.1rem 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_hr {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_hr {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_hr {
    margin: 1rem 0;
  }
}
.str_sec2_sttl {
  font-size: 1.875rem;
  color: #0B2142;
  text-align: right;
  font-weight: bold;
  margin-bottom: 11rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_sttl {
    font-size: 16px;
    margin-bottom: 5.8rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_sttl {
    font-size: 16px;
    margin-bottom: 5.8rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_sttl {
    font-size: 16px;
    margin-bottom: 5.8rem;
  }
}
.str_sec2_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.str_sec2_row .str_sec2_col {
  width: 49.2%;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_row .str_sec2_col {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_row .str_sec2_col {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_row .str_sec2_col {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.str_sec2_row .str_sec2_col .str_sec2_nrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.str_sec2_row .str_sec2_col .str_sec2_nrow_opa {
  opacity: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow_opa {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow_opa {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow_opa {
    display: none;
  }
}
.str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_num {
  width: 143px;
  line-height: 143px;
  text-align: center;
  background-color: #2B579F;
  font-size: 4.375rem;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
.str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl {
  width: calc(100% - 143px);
  font-size: 2.06rem;
  color: #0B2142;
  border-bottom: solid 1px #0B2142;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl {
    font-size: 1.12rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl {
    font-size: 1.12rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl {
    font-size: 1.12rem;
  }
}
.str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl div {
  padding-left: 1rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl {
    width: calc(100% - 65.11px);
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl {
    width: calc(100% - 65.11px);
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_row .str_sec2_col .str_sec2_nrow .str_sec2_nttl {
    width: calc(100% - 65.11px);
  }
}
.str_sec2_row .str_sec2_col .str_sec2_txt {
  color: #333333;
  font-size: 1.125rem;
  padding: 2.75rem 2rem 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_row .str_sec2_col .str_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_row .str_sec2_col .str_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_row .str_sec2_col .str_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec2_row .str_sec2_col .str_sec2_txt {
    padding: 1.56rem 0 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec2_row .str_sec2_col .str_sec2_txt {
    padding: 1.56rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec2_row .str_sec2_col .str_sec2_txt {
    padding: 1.56rem 0 0;
  }
}

.str_sec3_container {
  margin: 0 auto;
  padding: 10.8rem 0;
}
@media only screen and (min-width: 1630px) {
  .str_sec3_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .str_sec3_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .str_sec3_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .str_sec3_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .str_sec3_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_container {
    padding: 5.87rem 0 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_container {
    padding: 5.87rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_container {
    padding: 5.87rem 0 0;
  }
}
.str_sec3_ttl {
  font-size: 2.5rem;
  color: #0B2142;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_ttl {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_ttl {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_ttl {
    line-height: 1.5;
  }
}
.str_sec3_hr {
  height: 1px;
  background-color: #0B2142;
  border: 0;
  margin: 2.1rem 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_hr {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_hr {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_hr {
    margin: 1rem 0;
  }
}
.str_sec3_sttl {
  font-size: 1.875rem;
  color: #0B2142;
  text-align: right;
  font-weight: bold;
  margin-bottom: 9.56rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_sttl {
    font-size: 16px;
    margin-bottom: 2.64rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_sttl {
    font-size: 16px;
    margin-bottom: 2.64rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_sttl {
    font-size: 16px;
    margin-bottom: 2.64rem;
  }
}
.str_sec3_txt {
  width: 100%;
  margin: 0 auto 7.25rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (min-width: 1280px) {
  .str_sec3_txt {
    width: 78.13%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .str_sec3_txt {
    width: 78.13%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_txt {
    margin-bottom: 2.26rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_txt {
    margin-bottom: 2.26rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_txt {
    margin-bottom: 2.26rem;
  }
}
.str_sec3_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E8E8E8;
  padding: 2rem 0 2rem 2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row {
    padding: 0.7rem;
    margin-bottom: 1.76rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row {
    padding: 0.7rem;
    margin-bottom: 1.76rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row {
    padding: 0.7rem;
    margin-bottom: 1.76rem;
  }
}
.str_sec3_row .str_sec3_col {
  width: 46.3%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row .str_sec3_col {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row .str_sec3_col {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row .str_sec3_col {
    width: 100%;
  }
}
.str_sec3_row .str_sec3_col:first-child {
  width: 51.28%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row .str_sec3_col:first-child {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row .str_sec3_col:first-child {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row .str_sec3_col:first-child {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.str_sec3_row .str_sec3_col .str_sec3_nrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow {
    margin-bottom: 1.6rem;
  }
}
.str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_num {
  width: 143px;
  line-height: 143px;
  text-align: center;
  background-color: #2B579F;
  font-size: 4.375rem;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
.str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl {
  width: calc(100% - 143px);
  font-size: 1.2rem;
  color: #0B2142;
  border-bottom: solid 1px #0B2142;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl {
    font-size: 1rem;
  }
}
.str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl div {
  padding-left: 1rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl {
    width: calc(100% - 65.11px);
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl {
    width: calc(100% - 65.11px);
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row .str_sec3_col .str_sec3_nrow .str_sec3_nttl {
    width: calc(100% - 65.11px);
  }
}
.str_sec3_row .str_sec3_col .str_sec3_ntxt {
  color: #333333;
  margin-bottom: 2.2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_row .str_sec3_col .str_sec3_ntxt {
    padding: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_row .str_sec3_col .str_sec3_ntxt {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_row .str_sec3_col .str_sec3_ntxt {
    padding: 0;
  }
}
.str_sec3_btnbox {
  text-align: center;
}
.str_sec3_btnbox .more-btn {
  display: inline-block;
  border: solid 1px #707070;
  background-color: #FFFFFF;
  width: 317px;
  height: 77px;
  position: relative;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_btnbox .more-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_btnbox .more-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_btnbox .more-btn {
    width: 274px;
    height: 67px;
  }
}
.str_sec3_btnbox .more-btn_txt {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  color: #555555;
  font-size: 0.9375rem;
}
.str_sec3_btnbox .more-btn::after {
  content: '';
  display: block;
  width: 76.19px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 18px;
  right: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_btnbox .more-btn::after {
    width: 60px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_btnbox .more-btn::after {
    width: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_btnbox .more-btn::after {
    width: 60px;
  }
}
.str_sec3_btnbox .more-btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 27px;
  right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec3_btnbox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec3_btnbox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec3_btnbox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
.str_sec3_btnbox .more-btn:hover {
  opacity: 1;
}
.str_sec3_btnbox .more-btn:hover::after {
  bottom: 18px;
  right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.str_sec3_btnbox .more-btn:hover::before {
  bottom: 27px;
  right: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1280px) {
  .str_sec3_btnbox {
    display: inline-block;
    float: right;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .str_sec3_btnbox {
    display: inline-block;
    float: right;
    margin-right: 2rem;
  }
}

.str_sec4_container {
  margin: 0 auto;
  padding: 1.61rem 0 12.9rem;
}
@media only screen and (min-width: 1630px) {
  .str_sec4_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .str_sec4_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .str_sec4_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .str_sec4_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .str_sec4_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_container {
    padding: 5.87rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_container {
    padding: 5.87rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_container {
    padding: 5.87rem 0;
  }
}
.str_sec4_ttl {
  font-size: 2.5rem;
  color: #0B2142;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_ttl {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_ttl {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_ttl {
    line-height: 1.5;
  }
}
.str_sec4_hr {
  height: 1px;
  background-color: #0B2142;
  border: 0;
  margin: 2.1rem 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_hr {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_hr {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_hr {
    margin: 1rem 0;
  }
}
.str_sec4_sttl {
  font-size: 1.875rem;
  color: #0B2142;
  text-align: right;
  font-weight: bold;
  margin-bottom: 9.56rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_sttl {
    font-size: 16px;
    margin-bottom: 2.64rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_sttl {
    font-size: 16px;
    margin-bottom: 2.64rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_sttl {
    font-size: 16px;
    margin-bottom: 2.64rem;
  }
}
.str_sec4_txt {
  width: 100%;
  margin: 0 auto 7.25rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (min-width: 1280px) {
  .str_sec4_txt {
    width: 78.13%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .str_sec4_txt {
    width: 78.13%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_txt {
    margin-bottom: 2.26rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_txt {
    margin-bottom: 2.26rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_txt {
    margin-bottom: 2.26rem;
  }
}
.str_sec4_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #E8E8E8;
  padding: 2rem 0 2rem 2rem;
  margin-bottom: 2.125rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_row {
    padding: 0.7rem;
    margin-bottom: 1.76rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_row {
    padding: 0.7rem;
    margin-bottom: 1.76rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_row {
    padding: 0.7rem;
    margin-bottom: 1.76rem;
  }
}
.str_sec4_row .str_sec4_col {
  width: 46.3%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_row .str_sec4_col {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_row .str_sec4_col {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_row .str_sec4_col {
    width: 100%;
  }
}
.str_sec4_row .str_sec4_col:first-child {
  width: 51.28%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_row .str_sec4_col:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_row .str_sec4_col:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_row .str_sec4_col:first-child {
    width: 100%;
  }
}
.str_sec4_row .str_sec4_col .str_sec4_nrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow {
    padding: 3.75rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow {
    padding: 3.75rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow {
    padding: 3.75rem 0;
  }
}
.str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_num {
  width: 143px;
  line-height: 143px;
  text-align: center;
  background-color: #2B579F;
  font-size: 4.375rem;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
.str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl {
  width: calc(100% - 143px);
  font-size: 1.2rem;
  color: #0B2142;
  border-bottom: solid 1px #0B2142;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl {
    font-size: 1rem;
  }
}
.str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl div {
  padding-left: 1rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl {
    width: calc(100% - 65.11px);
    font-size: 15px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl {
    width: calc(100% - 65.11px);
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .str_sec4_row .str_sec4_col .str_sec4_nrow .str_sec4_nttl {
    width: calc(100% - 65.11px);
    font-size: 15px;
  }
}

.mv_abt {
  background-image: url(../images/page-mv.png);
  background-size: cover;
  background-position: center center;
  height: 687px;
  position: relative;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt {
    background-position: right 30% center;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt {
    background-position: right center;
    height: 200px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt {
    background-position: right center;
    height: 200px;
  }
}
.mv_abt_inr {
  color: #0B2142;
  margin: 0 auto;
  padding: 4.63rem 0 0 0;
}
@media only screen and (min-width: 1630px) {
  .mv_abt_inr {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .mv_abt_inr {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .mv_abt_inr {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .mv_abt_inr {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .mv_abt_inr {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_inr {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr {
    padding: 1.2rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr {
    padding: 1.2rem 0;
  }
}
.mv_abt_inr .mv_abt_pttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_inr .mv_abt_pttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr .mv_abt_pttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr .mv_abt_pttl {
    font-size: 18px;
  }
}
.mv_abt_inr hr {
  height: 1px;
  background-color: #0B2142;
  border: 0;
  margin: 0.5rem 0 0 0;
  width: 74.5%;
}
@media only screen and (min-width: 1630px) {
  .mv_abt_inr hr {
    width: 74.5%;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .mv_abt_inr hr {
    width: 78%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .mv_abt_inr hr {
    width: 81.5%;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .mv_abt_inr hr {
    width: 83%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .mv_abt_inr hr {
    width: 88.5%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_inr hr {
    width: 67%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr hr {
    width: 56%;
    margin: 0.2rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr hr {
    width: 56%;
    margin: 0.2rem 0 0;
  }
}
.mv_abt_inr .mv_abt_ttl {
  font-size: 3.125rem;
  margin: 11rem 0 3rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_inr .mv_abt_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr .mv_abt_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr .mv_abt_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_inr .mv_abt_ttl {
    margin: 12rem 0 5rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr .mv_abt_ttl {
    margin: 1.6rem 0 0;
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr .mv_abt_ttl {
    margin: 1.6rem 0 0;
    font-size: 28px;
  }
}
.mv_abt_inr .mv_abt_txt {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  width: 831px;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_inr .mv_abt_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr .mv_abt_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr .mv_abt_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .mv_abt_inr .mv_abt_txt {
    width: 754px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_inr .mv_abt_txt {
    width: 78%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_inr .mv_abt_txt {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_inr .mv_abt_txt {
    display: none;
  }
}

.mv_abt_txt_only {
  margin: 0 auto;
  padding: 1.82rem 0;
}
@media only screen and (min-width: 1630px) {
  .mv_abt_txt_only {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .mv_abt_txt_only {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .mv_abt_txt_only {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .mv_abt_txt_only {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .mv_abt_txt_only {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .mv_abt_txt_only {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .mv_abt_txt_only {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .mv_abt_txt_only {
    max-width: 92%;
  }
}

.abt_sec1_container {
  margin: 0 auto;
  padding: 9.38rem 0;
}
@media only screen and (min-width: 1630px) {
  .abt_sec1_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .abt_sec1_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .abt_sec1_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .abt_sec1_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .abt_sec1_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec1_container {
    padding: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec1_container {
    padding: 0;
    max-width: 100%;
  }
}
.abt_sec1_txt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  width: 800px;
  margin: 2.25rem auto 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec1_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec1_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec1_txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec1_txt {
    width: 92%;
    font-weight: normal;
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec1_txt {
    width: 92%;
    font-weight: normal;
    font-size: 15px;
  }
}

.abt_sec2_container {
  margin: 0 auto;
  padding: 5rem 0;
}
@media only screen and (min-width: 1630px) {
  .abt_sec2_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .abt_sec2_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .abt_sec2_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .abt_sec2_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .abt_sec2_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_container {
    max-width: 100%;
    padding: 5rem 0 3rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_container {
    max-width: 100%;
    padding: 5rem 0 3rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_container {
    max-width: 100%;
    padding: 5rem 0 3rem;
  }
}
.abt_sec2_ttl {
  font-size: 2.5rem;
  color: #0B2142;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_ttl {
    line-height: 1.5;
    padding-left: 0.6rem;
    margin: 0 0.9rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_ttl {
    line-height: 1.5;
    padding-left: 0.6rem;
    margin: 0 0.9rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_ttl {
    line-height: 1.5;
    padding-left: 0.6rem;
    margin: 0 0.9rem;
  }
}
.abt_sec2_hr {
  height: 1px;
  background-color: #0B2142;
  border: 0;
  margin: 2.1rem 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_hr {
    margin: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_hr {
    margin: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_hr {
    margin: 0.5rem 1rem;
  }
}
.abt_sec2_sttl {
  font-size: 1.875rem;
  color: #0B2142;
  text-align: right;
  font-weight: bold;
  margin-bottom: 8.5rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_sttl {
    font-size: 16px;
    margin: 0 0.9rem 2.56rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_sttl {
    font-size: 16px;
    margin: 0 0.9rem 2.56rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_sttl {
    font-size: 16px;
    margin: 0 0.9rem 2.56rem;
  }
}
.abt_sec2_inr {
  width: 870px;
  margin: 0 auto;
  color: #333333;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_inr {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_inr {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_inr {
    width: 100%;
  }
}
.abt_sec2_box {
  background-color: #FAFAFA;
  padding: 2.4rem;
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_box {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_box {
    padding: 1.6rem;
  }
}
.abt_sec2_imgbox {
  background-color: #FAFAFA;
  padding: 0.63rem;
}
.abt_sec2_bttl {
  font-size: 2.25rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_bttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_bttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_bttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_bttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_bttl {
    font-size: 22px;
  }
}
.abt_sec2_bsttl {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_bsttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_bsttl {
    font-size: 18px;
  }
}
.abt_sec2_btxt {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_btxt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_btxt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_btxt {
    font-size: 1rem;
  }
}
.abt_sec2_ul {
  list-style: none;
  padding-left: 1.6rem;
}
.abt_sec2_ul li {
  position: relative;
  margin-bottom: 1.8rem;
}
.abt_sec2_ul li::before {
  content: '1．';
  position: absolute;
  left: -1.4rem;
}
.abt_sec2_bname {
  font-size: 1.125rem;
  text-align: right;
  margin: 4.8rem 0 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_bname {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_bname {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_bname {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_bname {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_bname {
    margin: 2rem 0 0;
  }
}
.abt_sec2_tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 1.7;
  border-bottom: solid 1px #707070;
}
.abt_sec2_tbl.abt_sec2_bdr-top {
  border-top: solid 1px #707070;
}
.abt_sec2_tbl.abt_sec2_tbl_sp {
  border-bottom: solid 0px #707070;
}
.abt_sec2_th {
  width: 111px;
  padding: 1.3rem 0;
  text-align: center;
  margin-bottom: 0;
  background-color: #E2E0E0;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_th {
    width: 78px;
    padding: 1rem 0;
    font-size: 13.6px;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_th {
    width: 78px;
    padding: 1rem 0;
    font-size: 13.6px;
  }
}
@media only screen and (min-width: 1280px) {
  .abt_sec2_th .abt_sec2_th_sp {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .abt_sec2_th .abt_sec2_th_sp {
    display: none;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_th .abt_sec2_th_pc {
    display: none;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_th .abt_sec2_th_pc {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_th .abt_sec2_th_pc {
    display: none;
  }
}
.abt_sec2_td {
  border-left: solid 1px #707070;
  padding: 1.3rem 0 1.3rem 3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_td {
    width: calc(100% - 78px);
    padding: 1rem 0 1rem 0.8rem;
    font-size: 13.6px;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_td {
    width: calc(100% - 78px);
    padding: 1rem 0 1rem 0.8rem;
    font-size: 13.6px;
  }
}
.abt_sec2_row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.abt_sec2_col1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  line-height: 2.2;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_col1 {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_col1 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_col1 {
    width: 100%;
  }
}
.abt_sec2_dt {
  width: 76%;
  font-weight: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_dt {
    width: 86%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_dt {
    width: 86%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_dt {
    width: 86%;
  }
}
.abt_sec2_dd {
  width: 24%;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_dd {
    width: 14%;
    text-align: right;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_dd {
    width: 14%;
    text-align: right;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_dd {
    width: 14%;
    text-align: right;
  }
}
.abt_sec2_row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.3rem;
}
.abt_sec2_col2 {
  width: 50%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_col2 {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_col2 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_col2 {
    width: 100%;
  }
}
.abt_sec2_col2 p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_col2 p {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_col2 p {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_col2 p {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec2_col2 p {
    text-align: center;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec2_col2 p {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec2_col2 p {
    text-align: center;
  }
}

.abt_sec3 {
  background-color: #F2F2F2;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3 {
    background-color: #FFF;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3 {
    background-color: #FFF;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3 {
    background-color: #FFF;
  }
}
.abt_sec3_container {
  margin: 0 auto;
  padding: 5rem 0;
}
@media only screen and (min-width: 1630px) {
  .abt_sec3_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .abt_sec3_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .abt_sec3_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .abt_sec3_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .abt_sec3_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_container {
    max-width: 100%;
    padding: 0 0 3rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_container {
    max-width: 100%;
    padding: 0 0 3rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_container {
    max-width: 100%;
    padding: 0 0 3rem;
  }
}
.abt_sec3_sttl {
  font-size: 1.875rem;
  color: #0B2142;
  text-align: right;
  font-weight: bold;
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_sttl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_sttl {
    font-size: 16px;
    margin: 0 1rem 2.56rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_sttl {
    font-size: 16px;
    margin: 0 1rem 2.56rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_sttl {
    font-size: 16px;
    margin: 0 1rem 2.56rem;
  }
}
.abt_sec3_row {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_row {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_row {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_row {
    margin-bottom: 2rem;
  }
}
.abt_sec3_row_bg {
  background-color: #FFF;
  padding: 1.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_row_bg {
    background-color: #F2F2F2;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_row_bg {
    background-color: #F2F2F2;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_row_bg {
    background-color: #F2F2F2;
  }
}
.abt_sec3_col {
  width: 49.1%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_col {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_col {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_col {
    width: 100%;
  }
}
.abt_sec3_col_inr {
  background-color: #FFF;
  padding: 1.4rem 1.4rem 4.2rem 1.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_col_inr {
    background-color: #F2F2F2;
    margin-bottom: 2rem;
    padding: 1.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_col_inr {
    background-color: #F2F2F2;
    margin-bottom: 2rem;
    padding: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_col_inr {
    background-color: #F2F2F2;
    margin-bottom: 2rem;
    padding: 1.4rem;
  }
}
.abt_sec3_col iframe {
  border: solid 1px #707070;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_col iframe {
    border: solid 0px #707070;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_col iframe {
    border: solid 0px #707070;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_col iframe {
    border: solid 0px #707070;
  }
}
.abt_sec3_col img {
  width: 363px;
  margin: 0 0 2.4rem 1.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_col img {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_col img {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_col img {
    width: 100%;
    margin: 0;
  }
}
.abt_sec3_map1 {
  width: 96%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_map1 {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_map1 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_map1 {
    width: 100%;
  }
}
.abt_sec3_map2 {
  width: 100%;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_map2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_map2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_map2 {
    margin-bottom: 0;
  }
}
.abt_sec3_txt1 {
  font-size: 1.2rem;
  margin-left: 1.4rem;
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_txt1 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_txt1 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_txt1 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_txt1 {
    margin: 3rem 0 2rem;
  }
  .abt_sec3_txt1 .abt_sec3_txt1_sp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_txt1 {
    margin: 3rem 0 2rem;
  }
  .abt_sec3_txt1 .abt_sec3_txt1_sp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_txt1 {
    margin: 3rem 0 2rem;
  }
  .abt_sec3_txt1 .abt_sec3_txt1_sp {
    font-size: 18px;
  }
}
.abt_sec3_txt2 {
  font-size: 1.2rem;
  margin-left: 3.4rem;
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_txt2 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_txt2 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_txt2 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .abt_sec3_txt2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .abt_sec3_txt2 {
    margin: 3rem 0 2rem;
  }
  .abt_sec3_txt2 .abt_sec3_txt1_sp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .abt_sec3_txt2 {
    margin: 3rem 0 2rem;
  }
  .abt_sec3_txt2 .abt_sec3_txt1_sp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .abt_sec3_txt2 {
    margin: 3rem 0 2rem;
  }
  .abt_sec3_txt2 .abt_sec3_txt1_sp {
    font-size: 18px;
  }
}

.rct_sec1_container {
  margin: 0 auto;
  padding: 9.38rem 0 3rem;
}
@media only screen and (min-width: 1630px) {
  .rct_sec1_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .rct_sec1_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .rct_sec1_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .rct_sec1_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .rct_sec1_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec1_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec1_container {
    padding: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec1_container {
    padding: 0;
    max-width: 100%;
  }
}

.rct_sec2_container {
  margin: 0 auto;
  padding: 9.3rem 0;
}
@media only screen and (min-width: 1630px) {
  .rct_sec2_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .rct_sec2_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .rct_sec2_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .rct_sec2_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .rct_sec2_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_container {
    max-width: 100%;
    padding: 4.7rem 0 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_container {
    max-width: 100%;
    padding: 4.7rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_container {
    max-width: 100%;
    padding: 4.7rem 0 0;
  }
}
.rct_sec2_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rct_sec2_col {
  width: 44.46%;
}
.rct_sec2_col:last-child {
  background-color: #F5F5F5;
  width: 55.54%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_col {
    width: 100%;
  }
  .rct_sec2_col:first-child {
    text-align: center;
  }
  .rct_sec2_col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_col {
    width: 100%;
  }
  .rct_sec2_col:first-child {
    text-align: center;
  }
  .rct_sec2_col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_col {
    width: 100%;
  }
  .rct_sec2_col:first-child {
    text-align: center;
  }
  .rct_sec2_col:last-child {
    width: 100%;
  }
}
.rct_sec2_col img {
  width: 94.36%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_col img {
    width: 50%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_col img {
    width: 90%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_col img {
    width: 90%;
    margin-bottom: 4rem;
  }
}
.rct_sec2_col_inr {
  padding: 2.4rem 0.6rem 1rem 3rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_col_inr {
    padding: 3rem 1.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_col_inr {
    padding: 3rem 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_col_inr {
    padding: 3rem 1.4rem;
  }
}
.rct_sec2_ttl {
  font-size: 3.125rem;
  color: #0B2142;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_ttl {
    font-size: 2.19rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_ttl {
    font-size: 2.19rem;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1639px) {
  .rct_sec2_ttl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1498px) {
  .rct_sec2_ttl {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .rct_sec2_ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.rct_sec2_sttl {
  font-size: 1.563rem;
  color: #0B2142;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_sttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .rct_sec2_sttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_sttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_sttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_sttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.rct_sec2_txt {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 3.2rem;
  line-height: 2;
  padding-right: 1rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_txt {
    font-size: 0.9376rem;
  }
}
.rct_sec2_irow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rct_sec2_icol {
  width: 23%;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_icol {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_icol {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_icol {
    font-size: 0.9376rem;
  }
}
.rct_sec2_icol:nth-child(2n) {
  width: 74%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec2_icol {
    width: 100%;
  }
  .rct_sec2_icol:nth-child(2n-1) {
    display: none;
  }
  .rct_sec2_icol:nth-child(2n) {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec2_icol {
    width: 100%;
  }
  .rct_sec2_icol:nth-child(2n-1) {
    display: none;
  }
  .rct_sec2_icol:nth-child(2n) {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec2_icol {
    width: 100%;
  }
  .rct_sec2_icol:nth-child(2n-1) {
    display: none;
  }
  .rct_sec2_icol:nth-child(2n) {
    width: 100%;
  }
}
.rct_sec2_icol_ttl {
  font-weight: bold;
}

.rct_sec3_container {
  margin: 0 auto;
  padding: 9.3rem 0;
}
@media only screen and (min-width: 1630px) {
  .rct_sec3_container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .rct_sec3_container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .rct_sec3_container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .rct_sec3_container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  .rct_sec3_container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_container {
    max-width: 92%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_container {
    padding: 4.7rem 0 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_container {
    padding: 4.7rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_container {
    padding: 4.7rem 0 0;
  }
}
.rct_sec3_box {
  background-color: #FFF;
  margin-bottom: 4.6rem;
}
.rct_sec3_box:last-child {
  margin-bottom: 0;
}
.rct_sec3_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #EFFAFF;
}
.rct_sec3_col {
  width: 50%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_col {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_col {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_col {
    width: 100%;
  }
}
.rct_sec3_nrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_nrow {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_nrow {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_nrow {
    margin-top: 2rem;
  }
}
.rct_sec3_nrow .rct_sec3_num {
  width: 143px;
  line-height: 143px;
  text-align: center;
  background-color: #2B579F;
  font-size: 4.375rem;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_nrow .rct_sec3_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_nrow .rct_sec3_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_nrow .rct_sec3_num {
    width: 65.11px;
    line-height: 65.11px;
    font-size: 32px;
  }
}
.rct_sec3_nrow .rct_sec3_nttl {
  width: calc(90% - 143px);
  color: #0B2142;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_nrow .rct_sec3_nttl {
    width: calc(100% - 65.11px);
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_nrow .rct_sec3_nttl {
    width: calc(100% - 65.11px);
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_nrow .rct_sec3_nttl {
    width: calc(100% - 65.11px);
  }
}
.rct_sec3_nrow .rct_sec3_nttl_dep {
  font-size: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .rct_sec3_nrow .rct_sec3_nttl_dep {
    font-size: 18px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_nrow .rct_sec3_nttl_dep {
    font-size: 16px;
    padding-left: 1.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_nrow .rct_sec3_nttl_dep {
    font-size: 16px;
    padding-left: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_nrow .rct_sec3_nttl_dep {
    font-size: 16px;
    padding-left: 1.4rem;
  }
}
.rct_sec3_nrow .rct_sec3_nttl hr {
  height: 1px;
  background-color: #0B2142;
  border: 0;
  margin: 0.6rem 0;
}
.rct_sec3_nrow .rct_sec3_nttl_name {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_nrow .rct_sec3_nttl_name {
    font-size: 18px;
    padding-left: 1.4rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_nrow .rct_sec3_nttl_name {
    font-size: 18px;
    padding-left: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_nrow .rct_sec3_nttl_name {
    font-size: 18px;
    padding-left: 1.4rem;
  }
}
.rct_sec3_pttl {
  font-size: 1.563rem;
  font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
  color: #B53F00;
  border-bottom: solid 1px #B53F00;
  display: inline-block;
  margin: 6.7rem 0 1.4rem 3.5rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_pttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_pttl {
    font-size: 1.126rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_pttl {
    font-size: 1.126rem;
  }
}
@media screen and (min-width: 1490px) and (max-width: 1629px) {
  .rct_sec3_pttl {
    margin: 4.4rem 0 1.4rem 3.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .rct_sec3_pttl {
    margin: 2.6rem 0 0.6rem 2rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .rct_sec3_pttl {
    margin: 1rem 0 0.6rem 2rem;
    font-size: 20px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_pttl {
    margin: 2.6rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_pttl {
    margin: 2.6rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_pttl {
    margin: 2.6rem 0;
  }
}
.rct_sec3_ptxt {
  font-size: 1.3rem;
  font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
  color: #0B2142;
  line-height: 2;
  margin: 0 0 0 3.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1489px) {
  .rct_sec3_ptxt {
    margin: 0 0 0 2rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .rct_sec3_ptxt {
    margin: 0 0 0 2rem;
    font-size: 16px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_ptxt {
    margin: 0 1rem 3rem;
    font-size: 16px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_ptxt {
    margin: 0 1rem 3rem;
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_ptxt {
    margin: 0 1rem 3rem;
    font-size: 16px;
  }
}
.rct_sec3_dl {
  color: #333333;
  padding: 5rem 8.8rem;
  line-height: 1.7;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_dl {
    padding: 1.7rem 0.2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_dl {
    padding: 1.7rem 0.2rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_dl {
    padding: 1.7rem 0.2rem;
  }
}
.rct_sec3_dl dl dt {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec3_dl dl dt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec3_dl dl dt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec3_dl dl dt {
    font-size: 0.9376rem;
  }
}
.rct_sec3_dl dl dt span {
  color: #EA0075;
}
.rct_sec3_dl dl dt span.tsp-none {
  color: #333333;
}
.rct_sec3_dl dl dd {
  margin-bottom: 1.4rem;
}

.rct_sec4_txt {
  font-size: 1.125rem;
  color: #333333;
  width: 1000px;
  margin: 5.76rem auto 7.5rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec4_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .rct_sec4_txt {
    width: 92%;
    font-weight: normal;
    font-size: 15px;
    margin: 2.4rem auto;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .rct_sec4_txt {
    width: 92%;
    font-weight: normal;
    font-size: 15px;
    margin: 2.4rem auto;
  }
}
@media only screen and (max-width: 320px) {
  .rct_sec4_txt {
    width: 92%;
    font-weight: normal;
    font-size: 15px;
    margin: 2.4rem auto;
  }
}

.ctabox {
  text-align: center;
  margin-top: 8.3rem;
  margin-bottom: 8.3rem;
}
.ctabox .more-btn {
  display: inline-block;
  border: solid 1px #707070;
  background-color: #FFFFFF;
  width: 317px;
  height: 77px;
  position: relative;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctabox .more-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctabox .more-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 320px) {
  .ctabox .more-btn {
    width: 274px;
    height: 67px;
  }
}
.ctabox .more-btn_txt {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  color: #555555;
  font-size: 0.9375rem;
}
.ctabox .more-btn::after {
  content: '';
  display: block;
  width: 76.19px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 18px;
  right: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctabox .more-btn::after {
    width: 60px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctabox .more-btn::after {
    width: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .ctabox .more-btn::after {
    width: 60px;
  }
}
.ctabox .more-btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 27px;
  right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctabox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctabox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .ctabox .more-btn::before {
    width: 16px;
    bottom: 24px;
  }
}
.ctabox .more-btn:hover {
  opacity: 1;
}
.ctabox .more-btn:hover::after {
  bottom: 18px;
  right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ctabox .more-btn:hover::before {
  bottom: 27px;
  right: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctabox {
    margin: 1.4rem 0 6.2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctabox {
    margin: 1.4rem 0 6.2rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctabox {
    margin: 1.4rem 0 6.2rem;
  }
}
.ctabox .more-btn {
  background-color: #3B3A3A;
  font-size: 1.125rem;
  line-height: 77px;
  color: #E8E8E8;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctabox .more-btn {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctabox .more-btn {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctabox .more-btn {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctabox .more-btn {
    line-height: 67px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctabox .more-btn {
    line-height: 67px;
  }
}
@media only screen and (max-width: 320px) {
  .ctabox .more-btn {
    line-height: 67px;
  }
}
.ctabox .more-btn::before {
  display: none;
}
.ctabox .more-btn::after {
  display: none;
}
.ctabox .more-btn:hover {
  opacity: 0.8;
  -webkit-transition: .3s;
  transition: .3s;
}

.ctt_sec1_txt {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 2.46rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec1_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec1_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec1_txt {
    font-size: 0.9376rem;
  }
}
.ctt_sec1_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctt_sec1_col_box {
  width: 350px;
  text-align: center;
  padding: 0.4rem 0;
  margin: 0 3.2rem;
}
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .ctt_sec1_col_box {
    margin: 0 1rem;
  }
}
.ctt_sec1_col_box.telbox {
  background-color: #2B579F;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec1_col_box.telbox {
    margin: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec1_col_box.telbox {
    margin: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec1_col_box.telbox {
    margin: 0 0 2rem 0;
  }
}
.ctt_sec1_col_box.telbox dd {
  color: #0E618D;
  line-height: 0.9;
}
.ctt_sec1_col_box.faxbox {
  background-color: #D5B016;
  margin: 0;
}
.ctt_sec1_col_box.faxbox dd {
  color: #D5B016;
  line-height: 1.78;
}
.ctt_sec1_col_box dt {
  font-size: 1.875rem;
  color: #FFF;
  line-height: 5.1rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec1_col_box dt {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec1_col_box dt {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec1_col_box dt {
    font-size: 1.2em;
  }
}
.ctt_sec1_col_box dd {
  background-color: #FFF;
  margin: 0 0.4rem;
  padding: 1.5rem 0;
  font-size: 32px;
  font-weight: bold;
}
.ctt_sec1_col_box dd span {
  font-size: 1.125rem;
  font-weight: normal;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec1_col_box dd span {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec1_col_box dd span {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec1_col_box dd span {
    font-size: 0.9376rem;
  }
}

.ctt_sec2_inr {
  width: 890px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec2_inr {
    width: 94%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec2_inr {
    width: 94%;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec2_inr {
    width: 94%;
  }
}
.ctt_sec2_txt {
  padding: 0 2.8rem;
  font-size: 1.125rem;
  margin-bottom: 2.1rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec2_txt {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec2_txt {
    padding: 0;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec2_txt {
    padding: 0;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec2_txt {
    padding: 0;
    margin-bottom: 1.6rem;
  }
}
.ctt_sec2_info {
  padding: 0 2.8rem;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec2_info {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec2_info {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec2_info {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_sec2_info {
    padding: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_sec2_info {
    padding: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_sec2_info {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.ctt_sec2_info span {
  color: #EA0075;
}

.ctt_form {
  background-color: #F4F4F4;
  padding: 3rem 2.8rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_form {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_form {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_form {
    font-size: 0.9376rem;
  }
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_form {
    padding: 1.4rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_form {
    padding: 1.4rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_form {
    padding: 1.4rem;
    margin-bottom: 5rem;
  }
}
.ctt_form dt {
  font-weight: normal;
  margin-bottom: 1.8rem;
}
.ctt_form dt span {
  color: #EA0075;
}
.ctt_form dd {
  margin-bottom: 1.8rem;
}
.ctt_form dd .type_txt {
  width: 100%;
  height: 40px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ctt_form dd .type_txtarea {
  width: 100%;
  height: 100px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ctt_form .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctt_form .form_col {
  width: 25%;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_form .form_col {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_form .form_col {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_form .form_col {
    width: 100%;
  }
}
.ctt_form .form_col label input {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin-right: 1rem;
  margin-left: 0.3rem;
}
.ctt_form_policy {
  margin: 7.8rem 0 6rem;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_form_policy {
    font-size: 13px;
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_form_policy {
    font-size: 13px;
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_form_policy {
    font-size: 13px;
    margin: 3rem 0;
  }
}
.ctt_form_policy label input {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin-right: 1rem;
}
.ctt_form_btn {
  text-align: center;
  margin-bottom: 2.4rem;
}
.ctt_form_btn .form-btn {
  display: inline-block;
  border: solid 1px #707070;
  background-color: #3B3A3A;
  width: 317px;
  height: 77px;
  position: relative;
  color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_form_btn .form-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_form_btn .form-btn {
    width: 274px;
    height: 67px;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_form_btn .form-btn {
    width: 274px;
    height: 67px;
  }
}
.ctt_form_btn .form-btn:hover {
  opacity: 0.8;
  -webkit-transition: .3s;
  transition: .3s;
}
.ctt_form.policy_txt {
  font-size: 16px;
}
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .ctt_form.policy_txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .ctt_form.policy_txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .ctt_form.policy_txt {
    font-size: 13px;
  }
}
.ctt_form.policy_txt .policy_ttl {
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */