@charset "UTF-8";
@media screen and (max-width: 750px) {
  /*-------------------------------------------
all
-------------------------------------------*/
  html {
    font-size: 20px;
  }
  body {
    font-size: 0.75rem;
    margin: 0 auto;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  }
  a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
  img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pconly {
    display: none;
  }
  .inner1200 {
    padding: 0 20px;
  }
  .inner1140 {
    padding: 0 20px;
  }
  .inner1000 {
    padding: 0 20px;
  }
  button,
  input,
  textarea {
    display: block;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    position: relative;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  button:focus,
  input:focus,
  textarea:focus {
    outline: none;
  }
  button:-moz-read-only,
  input:-moz-read-only,
  textarea:-moz-read-only {
    background-color: #ddd;
    cursor: defauslt;
  }
  button:read-only,
  input:read-only,
  textarea:read-only {
    background-color: #ddd;
    cursor: defauslt;
  }
  input,
  textarea {
    padding: 10px;
    border: 1px solid #707070;
  }
  textarea {
    resize: none;
    overflow-y: scroll;
  }
  .btn {
    display: block;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn.btn_line {
    font-size: 1.25rem;
    width: 100%;
    color: #023e8d;
    border: 1px solid #023e8d;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 5px;
    max-width: 300px;
  }
  .btn.btn_line::before, .btn.btn_line::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #023e8d;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .btn.btn_line::before {
    bottom: 10px;
    right: 15px;
    width: 60px;
  }
  .btn.btn_line::after {
    bottom: 15px;
    right: 12px;
    width: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn.btn_line:hover {
    color: #fff;
    background-color: #5681bc;
  }
  .btn.btn_line:hover::before, .btn.btn_line:hover::after {
    background-color: #fff;
  }
  .btn.btn_arrow {
    background-color: #5681bc;
    text-align: center;
    width: 100%;
    font-size: 1.25rem;
    padding: 10px 0;
    line-height: 1.5;
    color: #fff;
    border-radius: 5px;
  }
  .btn.btn_arrow::after {
    position: absolute;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(../images/common/icon_arrow@2x.png) no-repeat center/contain;
  }
  .btn.btn_arrow.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .btn.btn_arrow:hover {
    color: #023e8d;
    background-color: #fff;
  }
  .btn.btn_arrow_d {
    background-color: #5681bc;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    padding: 5px 0;
    line-height: 2;
    color: #fff;
  }
  .btn.btn_arrow_d::after {
    position: absolute;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(../images/common/icon_arrowdown@2x.png) no-repeat center/contain;
  }
  .btn.btn_arrow_d:hover {
    color: #023e8d;
    background-color: #fff;
  }
  .acc_content {
    display: none;
  }
  /*----header-----*/
  header {
    padding-top: 80px;
  }
  header .h_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    padding: 10px 76px 10px 20px;
    height: 80px;
    -webkit-box-shadow: 0px 0px 5px #000;
            box-shadow: 0px 0px 5px #000;
  }
  header .h_menu .logo {
    height: 100%;
  }
  header .h_menu .logo img {
    height: 100%;
  }
  header nav .nav_menu {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0px;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    padding: 100px 30px 30px;
    overflow-y: scroll;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav .nav_menu li {
    margin: 20px 0px;
  }
  header nav .nav_menu li a {
    padding: 5px;
  }
  header nav .nav_menu li .h_btn {
    display: block;
    background-color: #023e8d;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
    padding: 10px;
  }
  header nav .menu_trigger {
    z-index: 15;
    display: inline-block;
    width: 36px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 100;
  }
  header nav .menu_trigger span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 4px;
    background-color: #1c1c1c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header nav .menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  header nav .menu_trigger span:nth-of-type(3) {
    top: 100%;
  }
  header nav .overlay {
    z-index: 9;
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  header nav.open .nav_menu {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  header nav.open .menu_trigger span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    top: 50%;
  }
  header nav.open .menu_trigger span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  header nav.open .menu_trigger span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    top: 50%;
  }
  header nav.open .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  /*----top -----*/
  .top_catch {
    position: relative;
    padding-bottom: 30px;
  }
  .top_catch .content {
    position: relative;
    margin: 0 auto;
  }
  /*.top_catch img {
    width: 80%;
  }*/
  .top_catch .bx-wrapper {
    width: 80%;
	z-index: 0;
    position: relative;
  }
  .top_catch h2 {
    display: block;
    position: absolute;
    font-size: 6vw;
    color: #023e8d;
    top: 15%;
    right: 0;
    line-height: 1;
    background-color: #fff;
    padding: 10px 5px;
    white-space: nowrap;
  }
  .top_catch p {
    position: absolute;
    font-size: 6vw;
    line-height: 1;
    color: #fff;
    bottom: 10px;
    left: 20px;
  }
  .top_catch .bg {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-color: #f5f6f5;
  }
  /* ---top_message--- */
  #top_message .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_message img {
    min-width: 320px;
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #top_message .inner {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #top_message .inner h2 {
    font-size: 1rem;
    color: #02285a;
    margin-bottom: 20px;
  }
  #top_message .inner h2 span {
    color: #023e8d;
    display: block;
  }
  #top_message .inner p {
    margin-bottom: 20px;
  }
  /* ----top_service---- */
  #top_service {
    margin-bottom: 80px;
  }
  #top_service h2 {
    text-align: right;
    font-size: 1rem;
    color: #02285a;
    margin-bottom: 20px;
  }
  #top_service h2 span {
    color: #023e8d;
    display: block;
  }
  #top_service li div {
    position: relative;
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #top_service li div img {
    width: 100%;
  }
  #top_service li div a::before {
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 75%;
    height: 100%;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
    background-color: rgba(255, 255, 255, 0.7);
  }
  #top_service li div h3 {
    z-index: 2;
    font-size: 1rem;
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: right;
  }
  #top_service li div h3 span {
    font-size: 0.6em;
    display: block;
  }
  #top_service .building img {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  /* ---top_recruit---- */
  #top_recruit .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_recruit .img {
    position: relative;
    min-width: 320px;
    width: 80%;
    height: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 7vw;
  }
  #top_recruit .img .abs {
    position: absolute;
    height: 102%;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: visible;
	z-index: 1;
  }
  #top_recruit .img .abs2 {
    position: absolute;
    height: 125%;
    bottom: 9%;
    left: 3%;
	z-index: 0;
  }
  #top_recruit .img .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top_recruit .inner {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #top_recruit .inner h2 {
    font-size: 1rem;
    color: #02285a;
    margin-bottom: 20px;
  }
  #top_recruit .inner h2 span {
    color: #023e8d;
    display: block;
  }
  #top_recruit .inner p {
    margin-bottom: 20px;
  }
  /*---- sub共通 ----*/
  .sub {
    padding-top: 30px;
  }
  .sub .page_title {
    font-size: 1rem;
    line-height: 1.5;
    color: #02285a;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .sub .page_title span {
    font-size: 0.8em;
    color: #023e8d;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }
  .sub .submit {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .sub .submit:hover::before, .sub .submit:hover::after {
    background-color: #fff;
  }
  .sub .submit::before, .sub .submit::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #023e8d;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .sub .submit::before {
    bottom: 10px;
    right: 10px;
    width: 60px;
  }
  .sub .submit::after {
    bottom: 15px;
    right: 7px;
    width: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sub .submit input[type="submit"] {
    width: 100%;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #023e8d;
    border-radius: 5px;
    text-align: left;
    display: block;
    color: #02306e;
    font-size: 1rem;
    line-height: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sub .submit input[type="submit"]:hover {
    color: #fff;
    background-color: #5681bc;
  }
  .sub_catch img {
    width: 100%;
    display: block;
    margin: 0 auto;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*-- service ----*/
  #service {
    padding: 30px 0 0;
  }
  #service ul {
    padding-top: 10px;
  }
  #service li {
    position: relative;
    margin-bottom: 40px;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #service li .inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: rgba(2, 62, 141, 0.8);
    padding: 20px;
    color: #fff;
    line-height: 1.5;
    width: 80%;
    min-width: 320px;
    margin-bottom: 40px;
	position: relative;
  }
  #service li > img {
    position: absolute;
    top: -100px;
    width: 80%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    display: block;
    margin: 0 auto 10px;
    min-width: 320px;
  }
  #service li h2 {
    font-size: 1.25rem;
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
  }
  #service li h2 span {
    font-size: 0.75rem;
    display: block;
	margin-bottom: 1.5em;
  }
  #service li h2::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 30px;
    height: 5px;
    background-color: #fff;
  }
  #service li .logo{
	position: absolute;
    top: 20px;
    right: 20px;
	width: 20%;
  }
  #service .imgleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #service .imgleft > img {
    left: 0;
  }
  #service .imgright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #service .imgright > img {
    right: 0;
  }
  #service .other {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #service .other h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    padding: 20px;
    background-color: #4776b4;
    margin-bottom: 20px;
  }
  #service p {
    line-height: 1.5;
  }
  #service p:not(:last-child) {
    margin-bottom: 20px;
  }
  /*--company ----*/
  #company .nav_company{
    background-color: #f5f6f5;
	text-align: center;
	color: #02285a;
	padding: 50px;
	margin-bottom: 60px;
  }
  #company .nav_company h2{
	font-size: 1.67em;
	margin-bottom: 50px;
  }
  #company .nav_company h3{
	font-size: 1.16em;
	margin-bottom: 0.5em;
  }
  #company .nav_company .blk_nav{
	position: relative;
	color: #183E8D;
  }
  #company .nav_company .blk_nav span{
	font-size: 5em;
  }
  #company .nav_company .box_nav{
	background-color: #fff;
	width: 100%;
	padding: 40px;
  }
  #company .nav_company .box_nav ul{
	margin-top: 1em;
  }
  #company .nav_company .box_nav li{
	display: inline-block;
	border:1px solid #183E8D;
	margin: 0.2em;
	padding: 0.5em;
  }
  #company .map {
    margin-bottom: 40px;
  }
  #company .map iframe {
    display: block;
    width: 100%;
  }
  #company .blk_ttl{
	color: #183E8D;
	margin-bottom: 30px;
  }
  #company .blk_ttl .ttl_management{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 1.5em;
  }
  #company .blk_ttl .ttl_management img:first-child{
	width: 23%;
	margin-right: 2%;
  }
  #company .blk_ttl .ttl_management img:last-child{
	width: 75%;
  }
  #company .blk_ttl .ttl_international{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 1.5em;
  }
  #company .blk_ttl .ttl_international img:first-child{
	width: 13%;
	margin-right: 2%;
  }
  #company .blk_ttl .ttl_international img:last-child{
	width: 85%;
	transform: translateY(30%);
  }
  #company .blk_ttl li{
	display: inline-block;
	border:1px solid #183E8D;
	margin: 0.2em;
	padding: 0.5em;
  }
  #company dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 90px;
  }
  #company dt,
  #company dd {
    border: 1px solid #557db2;
    line-height: 1rem;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px 20px;
  }
  #company dt {
    color: #fff;
    background-color: #023e8d;
  }
  #company dd a {
    text-decoration: underline;
  }
  /*---Contact -----*/
  #contact {
    padding-bottom: 30px;
  }
  #contact dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #contact dt,
  #contact dd {
    border: 1px solid #557db2;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px 20px;
  }
  #contact dt {
    color: #fff;
    background-color: #023e8d;
  }
  #contact dd {
    padding: 10px;
  }
  #contact dd input {
    width: 100%;
    height: 100%;
  }
  #contact dd textarea {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
  #contact dd select{
	max-width: 100%;
	padding: 1em;
	border: 1px solid #707070;
  }
  .formsend {
    margin: 40px 0;
  }
  /*---recruit----*/
  .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  .tab_area li {
    color: #fff;
    font-size: 1rem;
    background-color: #768ead;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 10px;
    width: 31%;
  }
  .tab_area li::before {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #768ead;
  }
  .tab_area li.select {
    background-color: #023e8d;
  }
  .tab_area li.select::before {
    border-top-color: #023e8d;
  }
  .content_area.hide {
    display: none;
  }
  .content_area .contents {
    margin: 20px auto 40px;
    height: 600px;
    border: 1px solid #707070;
    overflow-y: scroll;
    padding-bottom: 20px;
  }
  .content_area .contents li {
    padding: 20px 10px 30px;
    border-bottom: 1px dashed #4776b4;
  }
  .content_area .contents h3 {
    font-size: 1rem;
    border-left: 5px solid #023e8d;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .content_area .contents .imgleft {
    margin-bottom: 20px;
  }
  .content_area .contents .thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
  }
  .content_area .contents .thumb::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .content_area .contents .thumb img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content_area .contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content_area .contents dt,
  .content_area .contents dd {
    border: 1px solid #557db2;
    line-height: 1.2;
    padding: 5px;
    width: 100%;
  }
  .content_area .contents dt {
    background-color: #023e8d;
    color: #fff;
  }
  .content_area .contents .btn {
    margin: 0 auto;
    display: block;
  }
  .content_area #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .content_area #pagenavi a,
  .content_area #pagenavi span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
    padding: 5px 10px;
    display: block;
    border: 1px solid #023e8d;
    margin: 0 5px;
    font-size: 0.75rem;
  }
  .content_area #pagenavi a {
    color: #023e8d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .content_area #pagenavi a:hover {
    opacity: 1;
    color: #fff;
    background-color: #023e8d;
  }
  .content_area #pagenavi span {
    color: #fff;
    background-color: #023e8d;
  }
  #recruit .sec_title {
    background-color: #4776b4;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  #recruit .detail .imgleft {
    margin-bottom: 30px;
  }
  #recruit .detail .thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
  }
  #recruit .detail .thumb::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #recruit .detail .thumb img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #recruit .detail .inner h3 {
    color: #023e8d;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  #recruit .detail .inner p {
    line-height: 1.5;
  }
  #recruit .detail .inner p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #recruit .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #recruit .detail dt,
  #recruit .detail dd {
    border: 1px solid #557db2;
    padding: 10px 20px;
    line-height: 1.5;
    width: 100%;
  }
  #recruit .detail dt {
    color: #fff;
    background-color: #023e8d;
  }
  #recruit .form {
    margin-bottom: 40px;
  }
  #recruit .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #recruit .form dt,
  #recruit .form dd {
    border: 1px solid #557db2;
    padding: 10px 20px;
    line-height: 1.5;
    width: 100%;
  }
  #recruit .form dt {
    color: #fff;
    background-color: #023e8d;
  }
  #recruit .form dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #recruit .form textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    overflow-y: scroll;
  }
  #recruit .form input[type="text"],
  #recruit .form input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 10px;
  }
  #recruit .form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  #recruit .form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #recruit .form label span {
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
  }
  #recruit .form label span::before, #recruit .form label span::after {
    position: absolute;
    content: "";
  }
  #recruit .form label span::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
  }
  #recruit .form label span::after {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #recruit .form input[type="checkbox"] {
    display: none;
  }
  #recruit .form input[type="checkbox"]:checked + span::after {
    border-bottom: 5px solid #023e8d;
    border-left: 5px solid #023e8d;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    top: 25%;
    left: 8px;
    width: 20px;
    height: 10px;
    opacity: 1;
  }
  #recruit .form input[type="radio"] {
    display: none;
  }
  #recruit .form input[type="radio"] + span::before {
    border-radius: 50%;
  }
  #recruit .form input[type="radio"]:checked + span::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #023e8b;
    border-radius: 50%;
    top: 50%;
    left: 11px;
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  /*--- footer----*/
  footer .f_subbtn {
    padding: 0;
  }
  footer .f_subbtn li {
    padding: 20px;
  }
  footer .f_subbtn li:nth-of-type(1) {
    background-color: #02306e;
  }
  footer .f_subbtn li:nth-of-type(2) {
    background-color: #023e8d;
  }
  footer .f_subbtn li strong {
    display: block;
    color: #9bb5d8;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .f_subbtn li p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  footer .f_blc {
    padding: 20px;
  }
  footer .f_blc h2 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 21px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  footer .f_blc h2:hover {
    opacity: 0.7;
  }
  footer .f_blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
  footer .f_blc li {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #707070;
  }
  footer .f_blc li a {
    display: block;
    width: 100%;
    padding: 5px 15px;
  }
  footer .f_blc small {
    text-align: center;
    font-size: 0.5rem;
    color: #c1c1c1;
    display: block;
  }
}
/*# sourceMappingURL=smart.css.map */