@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  list-style-type: none;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
}

img {
  border: none;
  font-size: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

/*　img のリンク　マウスオーバー
--------------------------------------------------------------------------------------- */
/*　common.scss
--------------------------------------------------------------------------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-size: 18px;
  line-height: 1.8;
  min-width: 1200px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 16px;
    min-width: 10px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

.en_font {
  font-family: "Merriweather", sans-serif;
}

.font_min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .xs_none {
    display: none;
  }
}

.xs_block {
  display: none;
}

@media screen and (max-width: 480px) {
  .xs_block {
    display: block;
  }
}

a:visited {
  color: inherit;
}

a.link_text {
  display: inline-block;
  position: relative;
  transition: .3s;
}

a.link_text::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transition: .3s;
  width: 0;
}

.base_width {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 1100px;
  width: 1100px;
}

@media screen and (max-width: 750px) {
  .base_width {
    min-width: 320px;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}

/* header
--------------------------------------------------------------------------------------- */
.header {
  margin-bottom: 30px;
  overflow-x: hidden;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .header {
    margin-bottom: 10px;
  }
}

.header_top {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .header_top {
    margin-bottom: 10px;
  }
}

.header_top .logo {
  float: left;
  padding-top: 20px;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .header_top .logo {
    padding-top: 10px;
    width: 80%;
  }
}

.header_top .logo a {
  -moz-transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 29px;
  letter-spacing: 0.06em;
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 750px) {
  .header_top .logo a {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .header_top .logo a {
    font-size: 14.4px;
    font-size: 3.5vw;
  }
}

.header_top .logo a:hover {
  color: #1d2088;
}

.header_top .rightBlock {
  float: right;
  max-width: 570px;
  width: 49%;
}

@media screen and (max-width: 750px) {
  .header_top .rightBlock {
    width: 20%;
  }
}

.header_top .rightBlock .rightBlock_l {
  float: left;
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  .header_top .rightBlock .rightBlock_l {
    display: none;
  }
}

.header_top .rightBlock .rightBlock_l .tel {
  background-image: url(../img/common/tel.png);
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 30px;
}

.header_top .rightBlock .rightBlock_l .txt {
  font-size: 18px;
  margin-left: 30px;
}

.header_top .rightBlock .contactBtn {
  -moz-transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffcc00;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
  float: right;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 5px;
  padding: 30px 25px;
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 750px) {
  .header_top .rightBlock .contactBtn {
    background-image: url(../img/common/mail_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 62% auto;
    border-radius: 0px;
    box-sizing: border-box;
    float: none;
    height: 50px;
    padding: 0px;
    padding: 10px;
    position: absolute;
    right: 52px;
    top: 0;
    width: 50px;
  }
}

.header_top .rightBlock .contactBtn:hover {
  box-shadow: 0 0 8px #999;
}

.header_top .rightBlock .contactBtn:visited {
  color: #000;
}

.header_top .rightBlock .contactBtn span {
  background-image: url(../img/common/mail_icon.png);
  background-repeat: no-repeat;
  background-size: 33px 23px;
  padding-left: 40px;
}

@media screen and (max-width: 750px) {
  .header_nav {
    background: #1d2088;
    height: 100%;
    opacity: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    right: -100%;
    transition: all 0.3s ease-out;
    z-index: 100;
  }
}

@media screen and (max-width: 750px) {
  .header_nav .in {
    height: 90vh;
    overflow-y: auto;
    padding: 20px 0;
  }
}

.header_nav li {
  background: #1d2088;
  box-sizing: border-box;
  float: left;
  margin-right: 1px;
/* width: 19.9%;*/
	 /* width: 14.19%;*/
    width: 16.55%;
}

@media screen and (max-width: 750px) {
  .header_nav li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
}

.header_nav li a {
  -moz-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
 /* font-size: 16px;*/
	font-size: 12px;
  font-weight: bold;
  padding: 30px 10px;
  text-align: center;
  transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen\0 {
  .header_nav li a {
    padding: 35px 10px 25px;
  }
}

@media screen and (max-width: 750px) {
  .header_nav li a {
    border-bottom: 1px dotted #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 15px 10px;
    text-align: left;
  }
}

.header_nav li a:hover {
  background: #131663;
  border: 1px solid #ffcc00;
}

@media screen and (max-width: 750px) {
  .header_nav li a:hover {
    background: none;
    border: none;
    border-bottom: 1px dotted #fff;
  }
}

.header_nav .soudan_area .tel {
  font-size: 30px;
}

.header_nav .soudan_area .btn_ul a {
  background-color: #ffcc00 !important;
  background-image: none !important;
  color: #000 !important;
}

.header_nav .soudan_area .btn_ul a span {
  background-image: url(../img/common/mail_icon.png) !important;
  background-position: left 0px center !important;
  background-repeat: no-repeat !important;
  padding-left: 50px;
}

.js_humburgerOpen .header_nav {
  opacity: 1;
  right: 0;
}

/*ハンバーガーメニュー*/
@media screen and (max-width: 750px) {
  .el_humburger {
    background: #1d2088;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    padding-top: 20px;
    pointer-events: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 20;
  }
  .el_humburger_wrapper {
    margin: auto;
    width: 30px;
  }
  .el_humburger span.el_humburger_bar {
    background: #fff;
    display: block;
    height: 1px;
    margin: 0 auto 9px;
    transition: all .2s ease-in-out;
    width: 100%;
  }
  .el_humburger span.el_humburger_bar {
    background: #fff;
    left: 0;
    top: 0;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    transform: translateY(6px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    transform: translateY(-4px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    right: 2%;
    top: 2%;
  }
  .el_humburgerButton__close span.el_humburger_bar {
    background: #000;
    display: block;
    height: 4px;
    margin: 0 auto;
    width: 35px;
  }
  .el_humburgerButton__close span.el_humburger_bar.top {
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close span.el_humburger_bar.bottom {
    transform: translateY(-6px) rotate(45deg);
  }
}

/* mainv
--------------------------------------------------------------------------------------- */
.mv_wrap {
    background: #f2f5fa;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .mv_wrap {
    padding: 0;
  }
}

.title {
  color: #1d2088;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.link1 {
  -moz-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #1d2088;
  background-image: url(../img/common/arrow1.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 20px 30px;
  text-align: center;
  transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.link1:hover {
  background-color: #131663;
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
}

.title2_2 {
  color: #1d2088;
  font-size: 42px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .title2_2 {
    font-size: 25px;
  }
}

.title2_2::before {
  background: #1d2088;
  bottom: -18px;
  content: "";
  height: 5px;
  position: absolute;
  right: 47.6%;
  transform: rotate(-45deg);
  width: 50px;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .title2_2::before {
    display: none;
  }
}

.title2_2 span {
  position: relative;
}

.title2_2 span::before {
  background: #1d2088;
  bottom: -18px;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 45%;
}

@media screen and (max-width: 750px) {
  .title2_2 span::before {
    width: 100%;
  }
}

.title2_2 span::after {
  background: #1d2088;
  bottom: -18px;
  content: '';
  height: 5px;
  position: absolute;
  right: 0;
  width: 45.4%;
}

@media screen and (max-width: 750px) {
  .title2_2 span::after {
    display: none;
  }
}

.soudan_area {
  background: #1d2088;
  padding: 65px 0;
}

@media screen and (max-width: 750px) {
  .soudan_area {
    padding: 35px 0 80px;
  }
}

.soudan_area .txt {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .soudan_area .txt {
    font-size: 24px;
  }
}

.soudan_area .tex_block {
  float: left;
  width: 30%;
}

@media screen and (max-width: 750px) {
  .soudan_area .tex_block {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

.soudan_area .tex_block p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.soudan_area .tex_block .txt2 {
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .soudan_area .tex_block .txt2 {
    position: relative;
    text-align: center;
  }
  .soudan_area .tex_block .txt2:before {
    background: #fff;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .soudan_area .tex_block .txt2 span {
    background: #1d2088;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
}

.soudan_area .tex_block .tel {
  color: #fff;
  display: block;
  font-size: 38px;
}

@media screen and (max-width: 750px) {
  .soudan_area .tex_block .tel {
    font-size: 36px;
    font-size: 10vw;
  }
}

.soudan_area .tex_block .tel span {
  background-image: url(../img/common/tel_icon2.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.soudan_area .btn_block {
  float: right;
  overflow: hidden;
  position: relative;
  width: 70%;
}

@media screen and (max-width: 750px) {
  .soudan_area .btn_block {
    float: none;
    width: 100%;
  }
}

.soudan_area .btn_block .btn_ul {
  float: left;
  left: 50%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .soudan_area .btn_block .btn_ul {
    float: none;
    position: static;
  }
}

.soudan_area .btn_block .btn_ul li {
  display: table;
  float: left;
  left: -50%;
  margin-left: 2%;
  position: relative;
  width: 48%;
}

@media screen and (max-width: 750px) {
  .soudan_area .btn_block .btn_ul li {
    display: block;
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    position: static;
    width: 100%;
  }
}

.soudan_area .btn_block .btn_ul li a {
  -moz-transition: all 0.5s 0s ease-out;
  -webkit-transition: all 0.5s 0s ease-out;
  background-color: #fff;
  background-image: url(../img/common/arrow_3.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 56px;
  box-sizing: border-box;
  color: #1d2088;
  display: table-cell;
  font-size: 1rem;
  font-weight: 700;
  padding: 25px 50px 25px 25px;
  text-align: center;
  transition: all 0.5s 0s ease-out;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .soudan_area .btn_block .btn_ul li a {
    background-size: 1.4rem;
    display: block;
    font-size: 15px;
    font-size: 4.16667vw;
    padding: 15px 30px 15px 10px;
  }
}

.soudan_area .btn_block .btn_ul li a:hover {
  background-color: #ffcc00;
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  color: black;
}

@media screen and (max-width: 480px) {
  .header_nav .soudan_area .btn_block .btn_ul li a {
    margin: 0 auto;
    padding: 15px 20px 15px 5px;
    width: 92%;
  }
}

.header_nav .soudan_area .btn_ul a span {
  background-position: left 10% center !important;
  background-size: 1rem;
}

footer {
  background: #131663;
  padding: 65px 0;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 35px 0;
  }
}

footer .logo2 {
  float: left;
  font-size: 22px;
  letter-spacing: 0.03em;
  width: 30%;
}

@media screen and (max-width: 750px) {
  footer .logo2 {
    float: none;
    font-size: 22px;
    font-size: 6.11111vw;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

footer .logo2 a {
  color: #fff;
}

footer .right_block {
  float: right;
  width: 66%;
}

@media screen and (max-width: 750px) {
  footer .right_block {
    float: none;
    width: 100%;
  }
}

footer .right_block p {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 480px) {
  footer .right_block p {
    font-size: 16px;
    font-size: 4.44444vw;
  }
}

footer .right_block .pdf_box {
  padding-top: 50px;
  text-align: center;
}

footer .right_block .pdf_box a {
  -moz-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 17px;
  transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 750px) {
  footer .right_block .pdf_box a {
    float: none;
    font-size: 16px;
    font-size: 3.5vw;
    margin-bottom: 15px;
  }
}

footer .right_block .pdf_box a:hover {
  border-bottom: 1px solid #ffcc00;
  opacity: 0.8;
}

footer .right_block .pdf_box a:nth-child(2) {
  float: right;
}

@media screen and (max-width: 750px) {
  footer .right_block .pdf_box a:nth-child(2) {
    float: none;
    margin-bottom: 0;
  }
}

.copyright {
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

/* page_header
---------------------------------------------------------------------------------------- */
.page_header {
  letter-spacing: 0.1em;
  position: relative;
}

.page_header::after {
  background: #f2f5fa;
  bottom: 0;
  content: '';
  height: 60%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.page_header .mainv {
  position: relative;
  z-index: 2;
}

.page_header .mainv .page_header_title {
  background: #fff;
  color: #1d2088;
  display: inline-block;
  font-size: 48px;
  letter-spacing: 3px;
  margin: -60px 0 0;
  padding: 5px 30px;
}

@media screen\0 {
  .page_header .mainv .page_header_title {
    line-height: 1.4;
    padding: 15px 30px 0;
  }
}

@media screen and (max-width: 750px) {
  .page_header .mainv .page_header_title {
    font-size: 44px;
    font-size: 5.72917vw;
    letter-spacing: 0.1em;
    padding: 5px 1em;
  }
}

@media screen and (max-width: 480px) {
  .page_header .mainv .page_header_title {
    font-size: 28px;
    font-size: 7.77778vw;
    line-height: 1.4;
    padding: 0.4em 0.8em;
  }
}

@media screen and (max-width: 480px) {
  #staff .page_header .mainv .page_header_title {
    width: 56%;
  }
}

@media screen and (max-width: 480px) {
  .page_header .mainv img {
    height: 40vw;
    object-fit: cover;
  }
}

.page_header .breadthumb {
  list-style-type: none;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .page_header .breadthumb {
    padding: 25px 0;
  }
}

.page_header .breadthumb li {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .page_header .breadthumb li {
    font-size: 16px;
    font-size: 4.44444vw;
  }
}

.page_header .breadthumb li a {
  color: #000;
  display: inline-block;
  font-weight: normal;
  text-decoration: underline;
}

.page_header .breadthumb li a:hover {
  color: #1d2088;
}

.page_header .breadthumb li:after {
  -ms-transform: rotate(-45deg);
  border-bottom: 1px solid #1d2088;
  border-right: 1px solid #1d2088;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  transform: rotate(-45deg);
  width: 10px;
}

.page_header .breadthumb li:last-child:after {
  display: none;
}

/* page_content
---------------------------------------------------------------------------------------- */
.page_content {
  letter-spacing: 0.1em;
  padding: 100px 0 100px;
}

@media screen and (max-width: 480px) {
  .page_content {
    padding: 2.5rem 0 3rem;
  }
}

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

.page_content .content_title {
  border-bottom: 1px solid #1d2088;
  border-top: 3px solid #1d2088;
  color: #1d2088;
  font-size: 34px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 50px;
  padding: 25px 0;
  position: relative;
}

@media screen\0 {
  .page_content .content_title {
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .page_content .content_title {
    font-size: 26px;
    font-size: 7.22222vw;
    letter-spacing: 0.1em;
    padding: 0.7em 0;
  }
}

.page_content .content_title:before {
 /* background: #ffcc00;*/
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 38px;
}

.page_content .content_title_small {
  text-align: center;
}

.page_content .content_title_small .title {
  border-bottom: 4px solid #ffcc00;
  color: #000;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  padding-bottom: 5px;
}

.page_content .content_wrap {
  margin-top: 120px;
}

@media screen and (max-width: 480px) {
  .page_content .content_wrap {
    margin-top: 4rem;
  }
}

.page_content .content_wrap:first-child {
  margin-top: 0;
}

/* content_flow
---------------------------------------------------------------------------------------- */
.content_flow .flow_list {
  position: relative;
}

.content_flow .flow_list:before {
  background: #ddd;
  content: '';
  height: 70%;
  left: 78px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .content_flow .flow_list:before {
    display: none;
  }
}

.content_flow .flow_list .flow_list_item {
  border-collapse: collapse;
  display: table;
  margin-top: 70px;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .content_flow .flow_list .flow_list_item:before {
    background: #ddd;
    content: '';
    height: calc(100% + 5rem);
    left: 1.5rem;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1;
  }
}

.content_flow .flow_list .flow_list_item:first-child {
  margin-top: 0;
}

.content_flow .flow_list .flow_list_item:last-child:before {
  display: none;
}

.content_flow .flow_list .flow_list_item .number,
.content_flow .flow_list .flow_list_item .detail {
  display: table-cell;
  vertical-align: top;
}

.content_flow .flow_list .flow_list_item .number {
  position: relative;
  width: 20%;
  z-index: 10;
}

@media screen and (max-width: 480px) {
  .content_flow .flow_list .flow_list_item .number {
    width: 18%;
  }
}

.content_flow .flow_list .flow_list_item .number .icon {
  background: #1d2088;
  color: #fff;
  display: inline-block;
  font-family: "Merriweather", sans-serif;
  font-size: 64px;
  font-style: italic;
  line-height: 0;
  min-width: 156px;
  padding: 1.1em 0.6em 1.25em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .content_flow .flow_list .flow_list_item .number .icon {
    font-size: 20px;
    font-size: 5.55556vw;
    min-width: 10px;
  }
}

.content_flow .flow_list .flow_list_item .detail_inner {
  border: 4px solid #eee;
  border-top: none;
  padding: 50px 60px 60px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 480px) {
  .content_flow .flow_list .flow_list_item .detail_inner {
    padding: 1.5rem;
  }
}

.content_flow .flow_list .flow_list_item .detail_inner:before {
  background: #1d2088;
  content: '';
  height: 3px;
  left: 0;
  margin: 0 -4px;
  position: absolute;
  top: 0;
  width: calc(100% + 8px);
  z-index: 5;
}

.content_flow .flow_list .flow_list_item .detail_inner:after {
  border: solid;
  border-color: #ffcc00 transparent transparent transparent;
  border-width: 28px 34px;
  bottom: -82px;
  content: '';
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}

.content_flow .flow_list .flow_list_item .detail .title {
  font-size: 34px;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .content_flow .flow_list .flow_list_item .detail .title {
    font-size: 24px;
    font-size: 6.66667vw;
    line-height: 1.4;
  }
}

.content_flow .flow_list .flow_list_item .detail .title span {
  font-size: 0.8em;
}

.content_flow .flow_list .flow_list_item .detail .text {
  line-height: 2;
}

.content_flow .flow_list .flow_list_item .detail .text a {
  color: #1d2088;
  font-weight: bold;
  text-decoration: underline;
}

.content_flow .flow_list .flow_list_item:last-child .detail_inner:after {
  display: none;
}

/* btn_main
---------------------------------------------------------------------------------------- */
.btn_main {
  margin-top: 30px;
}

.btn_main a {
  -moz-transition: all 0.5s 0s ease-out;
  -webkit-transition: all 0.5s 0s ease-out;
  background-color: #1d2088;
  background-image: url(../img/common/icon_arrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #1d2088;
  border-radius: 56px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  max-width: 500px;
  padding: 25px 50px 25px 25px;
  text-align: center;
  transition: all 0.5s 0s ease-out;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .btn_main a {
    display: block;
    padding: 15px 50px 15px 25px;
  }
}

.btn_main a:hover {
  background-color: #131663;
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
}

/* top.scss
--------------------------------------------------------------------------------------- */
/* aboutUs_block
---------------------------------------------------------------------------------------- */
.aboutUs_block .area1 {
  /*background-image: url(../img/home/aboutus.svg);*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 892px 252px;
  padding-bottom: 80px;
/*  padding-top: 180px;*/
	  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 {
    background-size: 80% auto;
    padding-bottom: 30px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .aboutUs_block .area1 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.aboutUs_block .area1 .title {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.aboutUs_block .area1 .lead {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.aboutUs_block .area1 .box {
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .box {
    margin-bottom: 30px;
  }
}

.aboutUs_block .area1 .box_l, .aboutUs_block .area1 .box_r {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .box_l, .aboutUs_block .area1 .box_r {
    width: 100%;
  }
}

.aboutUs_block .area1 .box_l {
  float: left;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .box_l {
    float: none;
    margin-bottom: 40px;
  }
}

.aboutUs_block .area1 .box_r {
  float: right;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .box_r {
    float: none;
  }
}

.aboutUs_block .area1 .title3 {
  border-bottom: 3px solid #1d2088;
  border-top: 3px solid #1d2088;
  color: #1d2088;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .title3 {
    font-size: 20px;
  }
}

.aboutUs_block .area1 .title3 span {
  display: block;
  padding: 10px 0;
  position: relative;
}

.aboutUs_block .area1 .title3 span::before {
  background: #fff;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 250px;
  position: absolute;
  width: 50px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .title3 span::before {
    left: 220px;
  }
}

.aboutUs_block .area1 .title3 span::after {
  background: #1d2088;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 260px;
  position: absolute;
  transform: rotate(-45deg);
  width: 48px;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .title3 span::after {
    left: 230px;
  }
}

.aboutUs_block .area1 .thumne {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area1 .txt {
    font-size: 16px;
  }
}

.aboutUs_block .area2 {
  background: #f2f5fa;
  padding: 80px 0;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area2 {
    padding: 30px 0;
  }
}

.aboutUs_block .area2 .inner {
  overflow: hidden;
  position: relative;
}

.aboutUs_block .area2 .box_wrap {
  float: left;
  left: 50%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area2 .box_wrap {
    float: none;
    left: 0;
  }
}

.aboutUs_block .area2 .box {
  background: #fff;
  border-top: 3px solid #1d2088;
  box-sizing: border-box;
  float: left;
  left: -50%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 380px;
  padding: 20px;
  position: relative;
  position: relative;
  width: 31%;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area2 .box {
    float: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 100%;
  }
}

.aboutUs_block .area2 .box .title3_2 {
  color: #1d2088;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area2 .box .title3_2 {
    font-size: 20px;
  }
}

.aboutUs_block .area2 .box .thumne2 {
  background-position: center center;
  background-repeat: no-repeat;
  height: 130px;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .aboutUs_block .area2 .box .thumne2 {
    background-size: contain;
    height: 70px;
    margin: 0 auto 10px;
    width: 50%;
  }
}

.aboutUs_block .area2 .box1 .thumne2 {
  background-image: url(../img/home/about_icon1.png);
}

.aboutUs_block .area2 .box2 .thumne2 {
  background-image: url(../img/home/about_icon2.svg);
}

.aboutUs_block .area2 .box3 .thumne2 {
  background-image: url(../img/home/about_icon3.png);
}

.aboutUs_block .area2 .box4 .thumne2 {
  background-image: url(../img/home/about_icon4.png);
}

.aboutUs_block .area2 .box5 .thumne2 {
  background-image: url(../img/home/about_icon5.png);
}

.yellow_line, .aboutUs_block .area1 .title3::before, .aboutUs_block .area2 .box::before {
  background: #ffcc00;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 38px;
}

.example {
  padding: 80px 0;
}

@media screen and (max-width: 750px) {
  .example {
    padding: 50px 0;
  }
}

.example .inner {
  overflow: hidden;
  position: relative;
}

.example .title2_2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .example .title2_2 {
    margin-bottom: 40px;
  }
}

.example .box_wrap {
  float: left;
  left: 50%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .example .box_wrap {
    float: none;
    position: static;
  }
}

.example .box {
  background: #fff;
  background-position: top 20px left 20px;
  background-repeat: no-repeat;
  border-bottom: 3px solid #ffcc00;
  border-left: 3px solid #1d2088;
  border-radius: 20px 0 20px 0;
  border-right: 3px solid #ffcc00;
  border-top: 3px solid #1d2088;
  box-sizing: border-box;
  float: left;
  left: -50%;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 380px;
  padding: 35px;
  position: relative;
  width: 31%;
}

@media screen and (max-width: 750px) {
  .example .box {
    float: none;
    left: 0;
    margin: 0 auto 20px;
    padding: 20px;
    width: 100%;
  }
}

.example .box::before, .example .box::after {
  background: #fff;
  content: '';
  height: 20px;
  position: absolute;
  width: 20px;
}

.example .box::before {
  right: -5px;
  top: -6px;
}

.example .box::after {
  bottom: -6px;
  left: -5px;
}

.example .box .ttl {
  color: #1d2088;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .example .box .ttl {
    font-size: 22px;
    font-size: 6.11111vw;
  }
}

.example .box .thumne3 {
  background-position: center center;
  background-repeat: no-repeat;
  height: 176px;
  margin-bottom: 10px;
  width: 100%;
}

.example .box1 {
  background-image: url(../img/home/01.png);
}

.example .box1 .thumne3 {
  background-image: url(../img/home/illust1.png);
}

.example .box2 {
  background-image: url(../img/home/02.png);
}

.example .box2 .thumne3 {
  background-image: url(../img/home/illust2.png);
}

.example .box3 {
  background-image: url(../img/home/03.png);
}

.example .box3 .thumne3 {
  background-image: url(../img/home/illust3.png);
}

.example .box4 {
  background-image: url(../img/home/04.png);
}

.example .box4 .thumne3 {
  background-image: url(../img/home/illust4.png);
}

.example .box5 {
  background-image: url(../img/home/05.png);
}

.example .box5 .thumne3 {
  background-image: url(../img/home/illust5.png);
}

.example .box6 {
  background-image: url(../img/home/06.png);
}

.example .box6 .thumne3 {
  background-image: url(../img/home/illust6.png);
}

@media screen and (max-width: 480px) {
  .example .link1 {
    width: 92%;
  }
}

.topics_area {
    background-color: #DDE5F2;
    /*background-image: url(../img/home/topics.png);*/
    background-position: top 80px center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    /* padding-top: 250px;*/
    padding-top: 150px;
}

@media screen and (max-width: 750px) {
  .topics_area {
    background-position: top 40px center;
    background-size: 70% auto;
    padding-top: 100px;
  }
}

.topics_area .inner {
  overflow: hidden;
  position: relative;
}

.topics_area .list_link {
  background-image: url(../img/home/arrow1.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #1d2088;
  padding-left: 35px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 750px) {
  .topics_area .list_link {
    display: none;
  }
}

.topics_area .list_link span {
  -moz-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topics_area .list_link span::after {
  background-color: #1d2088;
  bottom: -10px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transition: .3s;
  width: 0;
}

.topics_area .list_link span:hover::after {
  width: 100%;
}

.topics_area .title2 {
  color: #1d2088;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .topics_area .title2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.topics_area .news_ul {
  margin: 0 -1%;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .topics_area .news_ul {
    float: none;
    margin: 0;
    position: static;
  }
}

.topics_area .news_ul li {
  float: left;
  margin: 0 1%;
  position: relative;
  width: 23%;
}

@media screen and (max-width: 750px) {
  .topics_area .news_ul li {
    float: none;
    margin: 0 0 20px;
    position: static;
    width: 100%;
  }
}

.topics_area .news_ul li a {
  -moz-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
  box-sizing: border-box;
  display: block;
  padding: 25px 15px;
  transition: all 0.7s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topics_area .news_ul li a:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
}

.topics_area .news_ul li a .date {
  margin-bottom: 10px;
}

.topics_area .news_ul li a .txt {
  color: #000;
}

.topics_area .pc_none {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .topics_area .pc_none {
    display: block !important;
  }
}

.link_area {
  padding: 80px 0;
}

@media screen and (max-width: 750px) {
  .link_area {
    padding: 40px 0 20px;
  }
}

.link_area .inner {
  overflow: hidden;
  position: relative;
}

.link_area .link_ul {
  float: left;
  left: 50%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .link_area .link_ul {
    float: none;
    position: static;
  }
}

.link_area .link_ul li {
  display: table;
  float: left;
  left: -50%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 31%;
}

@media screen and (max-width: 750px) {
  .link_area .link_ul li {
    display: block;
    float: none;
    margin: 0 auto 20px;
    position: static;
    width: 100%;
  }
}

.link_area .link_ul li a {
  -moz-transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(../img/home/arrow1.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  border: 1px solid #1d2088;
  border-radius: 56px;
  box-sizing: border-box;
  display: table-cell;
  font-weight: 700;
  padding: 25px 50px 25px 25px;
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .link_area .link_ul li a {
    border-left: none;
    border-radius: 0;
    border-right: none;
    display: block;
    padding: 15px;
  }
}

.link_area .link_ul li a:hover {
  background-color: #1d2088;
  color: #fff;
}
@media screen and (max-width: 500px){
.header_top .logo {
    padding-top: 10px;
    width: 70%;
}
}
.content_title2 {
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 0.7em 0;
    border: 1px solid #1D2088;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1D2088;
}
.content_title3 {
    font-size: 39px;
    letter-spacing: 0.1em;
    padding: 0.7em 0;
    border: 1px solid #1D2088;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #1D2088;
}
  .content_box_blue {
    background-color: #F2F5FA;
    padding-top: 20px;
    padding-right: 15%;
    padding-bottom: 20px;
    padding-left: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
.jinzaibank_text2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0.3em 0;
    color: #1D2088;
    font-weight: bold;
}
.midashi {
    font-size: 34px;
    letter-spacing: 0.1em;
    padding: 0.7em 0;
    color: #1D2088;
    text-align: center;
}
.text_blue {
	 color: #1D2088;
}
h5.text_blue {
	font-size: 22px;
}
hr.lineb {
    border-bottom: 1px solid #1D2088;
    display: inherit;
    border-top-width: 0px;
}
.guide li {
    font-size: 34px;
    letter-spacing: 0.1em;
    padding: 0.2em 0;
    color: #1D2088;
    font-weight: bold;
}

ol.guide {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin-top: 50px;
    margin-bottom: 50px;
}
ol.guide  li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 55px;
}

ol.guide  li:before {
position: absolute;
counter-increment: num;
content: counter(num);
display: inline-block;
background: #1D2088;
color: #FFF;
font-family: 'Arial',sans-serif;
font-weight: bold;
font-size: 30px;
left: 0px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
top: 20px;
}
.whitebox {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
}
  .content_box80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
@media screen and (max-width: 750px) {
  .content_box80 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
 .br-pc {
    display: inherit !important;
}
 .br-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
 .br-sp {
    display: block !important;
  }
	 .br-pc {
    display: none !important;
}
	.content_box_blue {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
	.content_title2 {
 padding-right: 20px;
padding-left: 20px;
}
.content_title3 {
 padding-right: 20px;
padding-left: 20px;
}
}