@charset "utf-8";

/* lp-style */
/* =================================
Reset
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
  cursor: pointer;
}
:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =================================
Base
================================= */
html {
  font-size: 62.5%;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.75;
}
img {
  vertical-align: bottom;
}
a {
  color: #02b3fd;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}
/* common */
.lp_wrapper {
  position: relative;
  padding: 74px 0 0;
}
.lp_in {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .lp_wrapper {
    padding: 69px 0 0;
  }
}
/* header */
.lp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}
.lp_header .lp_in {
  display: flex;
  align-items: center;
  padding: 8px 15px 11px;
}
.header_logo.only-sp {
  display: none;
}
.header_nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header_nav li a:hover {
  opacity: .4;
}
.header_nav .contact>a {
  display: block;
  padding: 0 20px;
  background: #e7611d;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
}
.header_nav .sns img {
  width: 100%;
}
.header_nav .sns.facebook {
  width: 35px;
  height: 35px;
  margin-left: 20px;
}
.header_nav .sns.twitter {
  width: 34px;
  height: 34px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .lp_header .lp_in {
    padding: 13px 15px 10px;
  }
  .header_logo img {
    max-width: 99px;
  }
  .header_logo.only-pc {
    display: none;
  }
  .header_logo.only-sp {
    display: block;
  }
  .header_nav .contact>a {
    padding: 0 15px;
    border-radius: 5px;
  }
  .header_nav .sns.facebook {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .header_nav .sns.twitter {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
}
/* footer */
.lp_footer {
  padding: 23px 0;
  background: #fff;
}
.footer_nav {
  display: flex;
  justify-content: center;
}
.footer_nav li {
  position: relative;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1;
}
.footer_nav li+li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.footer_copy {
  margin: 15px 0 0;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp_footer {
    padding: 15px 0;
  }
  .footer_nav li {
    position: relative;
    padding: 0 10px;
    font-size: 1.05rem;
  }
  .footer_copy {
    margin: 8px 0 0;
  }
}
/* contents */
.main_view {
  padding: 48px 0;
  background: #003171;
}
.main_view h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.main_view h1 small {
  display: block;
  margin-bottom: 20px;
  color: #ffff00;
  font-size: 2.4rem;
}
.main_view h1 strong {
  color: #ffff00;
}
.main_view_image {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.main_view h1 .only-sp {
  display: none;
}
.main_view_image li {
  position: relative;
}
.main_view_image li+li {
  margin-left: 50px;
}
.main_view_image li>img {
  width: 234px;
}
.main_view_image li .flag {
  position: absolute;
  bottom: 16px;
  right: -7px;
}
.main_view_image li .flag>img {
  width: 85px;
  box-shadow: 9.3px 7.6px 9px 0 rgba(6, 0, 1, 0.3);
}
@media screen and (max-width: 768px) {
  .main_view {
    padding: 23px 0 20px;
  }
  .main_view h1 {
    font-size: 3rem;
    line-height: 1.27;
  }
  .main_view h1 .only-sp {
    display: block;
  }
  .main_view_image {
    flex-wrap: wrap;
    margin-top: 17px;
  }
  .main_view_image li {
    position: relative;
  }
  .main_view_image li+li {
    margin-left: 30px;
  }
  .main_view_image li:last-child {
    margin: -6px auto 0;
  }
  .main_view_image li>img {
    width: 117px;
  }
  .main_view_image li .flag {
    position: absolute;
    bottom: 8px;
    right: -4px;
  }
  .main_view_image li .flag>img {
    width: 42px;
  }
}

.lp_top_sec {
  padding: 60px 0;
}
.lp_top_sec+.lp_top_sec {
  border-top: 1px solid #dcdcdc;
}
.lp_top_sec h2 {
  margin-bottom: 30px;
  color: #003171;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.lp_top_sec h2>span {
  display: block;
}
.lp_top_sec h2>small {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
}
.lp_top_sec .sec_read {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp_top_sec {
    padding: 30px 0;
  }
  .lp_top_sec h2 {
    margin-bottom: 15px;
    font-size: 2.7rem;
  }
  .lp_top_sec h2>span {
    display: block;
  }
  .lp_top_sec h2>small {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .lp_top_sec .sec_read {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.sec_about .photo_wrap {
  display: flex;
  justify-content: space-between;
}
.sec_about .photo_wrap figure {
  max-width: 489px;
}
.sec_about .photo_wrap figure img {
  width: 100%;
}
.sec_about .photo_wrap .text_wrap {
  max-width: 475px;
}
.sec_about .photo_wrap .text_wrap dl {
  margin-top: 20px;
  font-weight: bold;
}
.sec_about .about_notes {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_about .photo_wrap {
    display: block;
  }
  .sec_about .photo_wrap figure {
    max-width: none;
  }
  .sec_about .photo_wrap .text_wrap {
    max-width: none;
    margin-top: 15px;
  }
  .sec_about .about_notes {
    margin-top: 20px;
    font-size: 1.05rem;
  }
}

.sec_application .application_list {
  display: flex;
  justify-content: center;
}
.sec_application .application_list li {
  width: 100%;
  max-width: 320px;
  padding: 20px;
  background: #003171;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.sec_application .application_list li+li {
  margin-left: 20px;
}
.sec_application .application_list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}
.sec_application .application_list li:first-child img {
  width: 92px;
}
.sec_application .application_list li:last-child img {
  width: 95px;
}
.sec_application .application_list p {
  margin-top: 20px;
}
.sec_application .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_application .application_list li {
    width: calc(100% / 2 - 3px);
    max-width: none;
    padding: 17px;
    border-radius: 5px;
  }
  .sec_application .application_list li+li {
    margin-left: 6px;
  }
  .sec_application .application_list figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71px;
  }
  .sec_application .application_list li:first-child img {
    width: 69px;
  }
  .sec_application .application_list li:last-child img {
    width: 71px;
  }
  .sec_application .application_list p {
    margin-top: 15px;
  }
  .sec_application .only-sp {
    display: block;
  }
}

.sec_conditions .about_content {
  max-width: 660px;
  margin: 0 auto;
  padding: 20px;
  background: #003171;
  border-radius: 10px;
}
.sec_conditions .about_content figure {
  text-align: center;
}
.sec_conditions .about_content figure img {
  width: 73px;
}
.sec_conditions .about_content p {
  max-width: 355px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec_conditions .about_content p strong {
  font-size: 3rem;
}
.sec_conditions .about_content p small {
  font-size: 1.6rem;
  font-weight: normal;
}
.sec_conditions .link {
  max-width: 660px;
  margin: 5px auto 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_conditions .about_content {
    max-width: none;
    padding: 17px;
    border-radius: 5px;
  }
  .sec_conditions .about_content figure img {
    width: 56px;
  }
  .sec_conditions .about_content p {
    max-width: 290px;
    margin: 15px auto 0;
    font-size: 1.8rem;
  }
  .sec_conditions .about_content p strong {
    font-size: 2.2rem;
  }
  .sec_conditions .about_content p small {
    font-size: 1.2rem;
  }
  .sec_conditions .link {
    max-width: none;
  }
}

.sec_merit .merit_wrap {
  padding: 20px 0 0;
  border: 10px solid #003171;
}
.sec_merit h2 {
  color: #003171;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.sec_merit h2 span {
  display: block;
  font-size: 3.6rem;
}
.sec_merit h2 strong {
  color: #de2910;
  font-size: 4.8rem;
}
.sec_merit h2 small {
  display: block;
  font-size: 2rem;
}
.sec_merit .merit_read {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.sec_merit .merit_list {
  margin-top: 30px;
}
.sec_merit .merit_list>li {
  border-top: 3px solid #003171;
}
.sec_merit .merit_list h3 {
  display: flex;
  align-items: center;
}
.sec_merit .merit_list h3 .num {
  display: inline-block;
  padding: 15px 60px 15px 33px;
  background: url(../img/bg_merit_title.png) no-repeat top right,#003171;
  background-size: contain;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.sec_merit .merit_list h3 .title {
  display: inline-block;
  margin-left: 12px;
  color: #003171;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec_merit .merit_summary {
  display: flex;
  padding: 30px;
}
.sec_merit .merit_summary figure {
  max-width: 232px;
}
.sec_merit .merit_summary figure img {
  width: 100%;
}
.sec_merit .merit_summary .text_wrap {
  max-width: 670px;
  margin-left: 20px;
}
.sec_merit .text_wrap li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec_merit .text_wrap li i {
  color: #da251d;
}
.sec_merit .text_wrap p strong {
  font-weight: bold;
}
.sec_merit .text_wrap .text_example {
  margin-top: 25px;
}
.sec_merit .text_wrap .text_example img {
  margin: 0 3px;
  vertical-align: middle;
}
.sec_merit .text_wrap .notes {
  font-size: 1.4rem;
}
.sec_merit .merit01 {
  position: relative;
}
.sec_merit .merit01 .merit_balloon {
  position: absolute;
  top: -24px;
  right: 8px;
  max-width: 190px;
}
.sec_merit .merit01 .merit_balloon img {
  width: 100%;
}
.sec_merit .title_bottom {
  padding: 20px;
  border-top: 10px solid #003171;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.sec_merit .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_merit .merit_wrap {
    padding: 15px 0 0;
    border-width: 5px;
  }
  .sec_merit h2 span {
    font-size: 2.7rem;
  }
  .sec_merit h2 strong {
    font-size: 3.6rem;
  }
  .sec_merit h2 small {
    margin-top: 15px;
    font-size: 1.5rem;
    text-decoration: underline;
  }
  .sec_merit .merit_read {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .sec_merit .merit_list {
    margin-top: 20px;
  }
  .sec_merit .merit_list>li {
    border-width: 2px;
  }
  .sec_merit .merit_list h3 {
    display: block;
  }
  .sec_merit .merit_list h3 .num {
    padding: 10px 45px 10px 25px;
    font-size: 1.5rem;
  }
  .sec_merit .merit_list h3 .title {
    display: block;
    margin: 15px 0 0;
    padding: 0 10px;
    font-size: 1.5rem;
  }
  .sec_merit .merit_summary {
    display: block;
    padding: 15px 10px;
  }
  .sec_merit .merit_summary figure {
    max-width: 169px;
    margin: 0 auto;
  }
  .sec_merit .merit_summary .text_wrap {
    max-width: none;
    margin: 15px 0 0;
  }
  .sec_merit .text_wrap .text_example {
    margin-top: 15px;
  }
  .sec_merit .text_wrap .text_example img {
    width: 12px;
  }
  .sec_merit .text_wrap .notes {
    margin-top: 15px;
    font-size: 1.05rem;
  }
  .sec_merit .merit01 {
    position: relative;
  }
  .sec_merit .merit01 .merit_balloon {
    top: 78px;
    right: 10px;
    max-width: 136px;
  }
  .sec_merit .merit01 .merit_summary figure {
    margin: 0;
  }
  .sec_merit .title_bottom {
    padding: 17px;
    border-width: 5px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .sec_merit .only-sp {
    display: block;
  }
  .sec_merit .only-pc {
    display: none;
  }
}

.sec_recruit {
  padding: 60px 0;
}
.sec_recruit h2 {
  color: #003171;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.sec_recruit dl {
  margin-top: 20px;
}
.sec_recruit dl dt {
  padding: 5px 7px;
  border: 1px solid #0d1262;
  color: #003171;
  font-weight: bold;
  line-height: 1;
}
.sec_recruit dl dd {
  margin-top: 10px;
  padding: 0 8px;
  line-height: 2.25;
}
.sec_recruit dl dd small {
  font-size: 1.4rem;
}
.sec_recruit dd+dt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec_recruit {
    padding: 30px 0;
  }
  .sec_recruit h2 {
    font-size: 2.7rem;
  }
  .sec_recruit dl {
    margin-top: 15px;
  }
  .sec_recruit dl dd small {
    font-size: 1.05rem;
  }
  .sec_recruit dd+dt {
    margin-top: 15px;
  }
}

.sec_flow {
  padding: 60px 0;
  background: #033564;
}
.sec_flow h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.sec_flow h2 .only-sp {
  display: none;
}
.sec_flow .flow_list {
  margin-top: 30px;
}
.sec_flow .flow_list li {
  position: relative;
  padding: 25px 30px;
  background: #fff;
  border-radius: 12px;
}
.sec_flow .flow_list li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background: url(../img/icon_flow_arrow.png) no-repeat 0 0;
  background-size: contain;
}
.sec_flow .flow_list li:last-child:after {
  display: none;
}
.sec_flow .flow_list li+li {
  margin-top: 40px;
}
.sec_flow .flow_list h3 {
  color: #da251d;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_flow .flow_list p {
  margin-top: 5px;
  color: #033564;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_flow {
    padding: 30px 0;
  }
  .sec_flow h2 {
    font-size: 2.7rem;
    line-height: 1.25;
  }
  .sec_flow h2 .only-sp {
    display: block;
  }
  .sec_flow .flow_list {
    margin-top: 15px;
  }
  .sec_flow .flow_list li {
    padding: 15px;
    border-radius: 6px;
  }
  .sec_flow .flow_list li:after {
    bottom: -19px;
    width: 15px;
    height: 8px;
  }
  .sec_flow .flow_list li+li {
    margin-top: 30px;
  }
  .sec_flow .flow_list h3 {
    font-size: 1.3rem;
  }
  .sec_flow .flow_list p {
    margin-top: 5px;
    font-size: 1.05rem;
  }
}