@charset "UTF-8";
/*Theme Name: Cosmo International*/
@media screen and (min-width: 751px), print {
  /*-------------------------------------------
all
-------------------------------------------*/
  html {
    font-size: 20px;
  }
  body {
    font-size: 0.75rem;
    min-width: 1200px;
    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;
  }
  .smonly {
    display: none;
  }
  .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .inner1200 {
    width: 1200px;
    margin: 0 auto;
  }
  .inner1140 {
    width: 1140px;
    margin: 0 auto;
  }
  .inner1000 {
    width: 1000px;
    margin: 0 auto;
  }
  button,
  input,
  textarea {
    display: block;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 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: 430px;
    color: #023e8d;
    border: 1px solid #023e8d;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 5px;
  }
  .btn.btn_line::before,
  .btn.btn_line::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #023e8d;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .btn.btn_line::before {
    bottom: 16px;
    right: 29px;
    width: 123px;
  }
  .btn.btn_line::after {
    bottom: 23px;
    right: 26px;
    width: 20px;
    -webkit-transform: translate(0%, 0%) rotate(45deg);
    transform: translate(0%, 0%) 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;
    font-size: 1.25rem;
    padding: 10px 0;
    line-height: 2;
    color: #fff;
    border-radius: 5px;
  }
  .btn.btn_arrow::after {
    position: absolute;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    width: 26px;
    height: 26px;
    background: url(./images/common/icon_arrow@2x.png) no-repeat center/contain;
  }
  .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: 20px;
    width: 26px;
    height: 26px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: url(./images/common/icon_arrowdown@2x.png) no-repeat
      center/contain;
  }
  .btn.btn_arrow_d.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .btn.btn_arrow_d:hover {
    color: #023e8d;
    background-color: #fff;
  }
  .acc_content {
    display: none;
  }
  /*----header-----*/
  header .h_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 29px 0px 30px 10px;
  }
  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  header li {
    margin-left: 20px;
  }
  header li a {
    padding: 5px;
  }
  header li .h_btn {
    background-color: #023e8d;
    color: #fff;
    border-radius: 5px;
    font-size: 1.67em;
    padding: 16px 25px;
  }
  header li .h_btn:hover {
    opacity: 0.7;
  }
  /*----top -----*/
  .top_catch {
    position: relative;
    padding-bottom: 150px;
  }
  .top_catch .content {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }
  /*.top_catch img {
    min-width: 850px;
    width: calc(50% + 250px);
  }*/
  .top_catch .bx-wrapper{
    min-width: 850px;
    width: calc(50% + 250px);
	z-index: 0;
    position: relative;
  }
  .top_catch h2 {
    display: inline-block;
    position: absolute;
    font-size: 2rem;
    color: #023e8d;
    top: 75px;
    left: 61%;
    line-height: 1;
    background-color: #fff;
    padding: 10px 5px;
  }
  .top_catch p {
    position: absolute;
    font-size: 3.75rem;
    line-height: 1;
    color: #fff;
    bottom: 10px;
    right: calc(50% - 220px);
  }
  .top_catch .bg {
    position: absolute;
    top: 235px;
    width: 100%;
    height: 650px;
    z-index: -3;
    background-color: #f5f6f5;
  }
  .top_catch .w_left {
    position: absolute;
    bottom: -25px;
    right: calc(50% + 350px);
    width: 50vw;
    height: 450px;
    background-color: #fff;
    border-bottom-right-radius: 50px;
    z-index: -2;
  }
  .top_catch .w_right {
    position: absolute;
    bottom: 0px;
    left: calc(50% + 220px);
    z-index: -2;
    width: 50vw;
    height: 120px;
    background-color: #fff;
    border-top-left-radius: 50px;
  }
  .top_catch .bgsmall {
    position: absolute;
    background-color: #f5f6f5;
    top: calc(100%);
    left: calc(50% + 220px);
    border-bottom-left-radius: 50px;
    width: 50vw;
    height: 545px;
    z-index: -1;
  }
  /* ---top_message--- */
  #top_message {
    max-width: 1920px;
    margin: 0 auto;
  }
  #top_message .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-bottom: 100px;
  }
  #top_message img {
    width: calc(50% + 70px);
  }
  #top_message .inner {
    width: 450px;
    padding-top: 15px;
    margin-right: 50px;
  }
  #top_message .inner h2 {
    font-size: 1.67em;
    color: #02285a;
    margin-bottom: 20px;
  }
  #top_message .inner h2 span {
    font-size: 1rem;
    color: #023e8d;
    display: block;
  }
  #top_message .inner p:nth-of-type(1) {
    margin-bottom: 30px;
    line-height: 2;
  }
  #top_message .inner p:nth-of-type(2) {
    margin-bottom: 30px;
    line-height: 2;
  }
  /* ----top_service---- */
  #top_service {
    margin-bottom: 81px;
  }
  #top_service h2 {
    text-align: right;
    font-size: 1.67em;
    color: #02285a;
    margin-bottom: 55px;
  }
  #top_service h2 span {
    font-size: 1rem;
    color: #023e8d;
    display: block;
  }
  #top_service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #top_service ul:nth-child(3){
	margin-top: 30px;	
  }
  #top_service ul:nth-child(3) li:nth-child(1) {
    order: 1;
  }
  #top_service ul:nth-child(3) .row1 {
    margin-left: 0px;
	margin-right: 30px;
  }
  #top_service li div {
    position: relative;
  }
  #top_service li div a::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    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 {
    font-size: 2rem;
    position: absolute;
    bottom: 73px;
    right: 30px;
    text-align: right;
  }
  #top_service li div h3 span {
    font-size: 0.75rem;
    display: block;
  }
  #top_service .building h3::before,
  #top_service .building h3::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #023e8d;
    pointer-events: none;
  }
  #top_service .building h3::before {
    bottom: -50px;
    right: 0px;
    width: 123px;
  }
  #top_service .building h3::after {
    bottom: -43px;
    right: -3px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #top_service .row1 {
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  #top_service .row1:nth-of-type(2) {
    margin-bottom: 0;
  }
  #top_service .row1 h3 {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 2em;
  }
  /* ---top_recruit---- */
  #top_recruit {
    padding-top: 200px;
    max-width: 1920px;
    margin: 0 auto;
  }
  #top_recruit .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 90px;
  }
  #top_recruit .img {
    position: relative;
    width: calc(50% + 20px);
  }
  #top_recruit .img .abs {
    position: absolute;
    width: 81%;
    bottom: 0;
	z-index: 1;
  }
  #top_recruit .img .abs2 {
    position: absolute;
    width: 50%;
    bottom: 8%;
	left: 2%;
    z-index: 0;
  }
  #top_recruit .img .bg {
    width: 100%;
  }
  #top_recruit .inner {
    width: 450px;
    padding-top: 130px;
    margin-right: 100px;
  }
  #top_recruit .inner h2 {
    font-size: 1.67em;
    color: #02285a;
    margin-bottom: 25px;
  }
  #top_recruit .inner h2 span {
    font-size: 1rem;
    color: #023e8d;
    display: block;
  }
  #top_recruit .inner p {
    margin-bottom: 30px;
    line-height: 2;
  }
  /*---- sub共通 ----*/
  .sub {
    padding-top: 55px;
  }
  .sub .page_title {
    font-size: 1.67em;
    color: #02285a;
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
  }
  .sub .page_title span {
    font-size: 1rem;
    color: #023e8d;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
  }
  .sub h1 {
    font-size: 1.67em;
    color: #02285a;
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
  }
  .sub h1 span {
    font-size: 1rem;
    color: #023e8d;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
  }
  .sub .submit {
    position: relative;
    margin: 0 auto 90px;
    width: 430px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .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: 20px;
    right: 20px;
    width: 123px;
  }
  .sub .submit::after {
    bottom: 27px;
    right: 17px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sub .submit input[type="submit"] {
    width: 100%;
    padding: 5px 25px;
    background-color: #fff;
    border: 1px solid #023e8d;
    border-radius: 5px;
    text-align: left;
    display: block;
    color: #02306e;
    font-size: 1.25rem;
    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%;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
  }
  /*-- service ----*/
  #service {
    padding-bottom: 90px;
  }
  #service ul {
    padding-bottom: 60px;
  }
  #service li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 155px;
    margin-bottom: 60px;
  }
  #service li .inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #023e8d;
    padding: 50px 47px;
    color: #fff;
    line-height: 2;
    width: 510px;
	position: relative;
  }
  #service li > img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #service li h2 {
    font-size: 2rem;
    position: relative;
    margin-bottom: 50px;
    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: -30px;
    left: 0;
    width: 30px;
    height: 5px;
    background-color: #fff;
  }
  #service li .logo{
	position: absolute;
    top: 50px;
    right: 47px;
	width: 18%;
  }
  #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 {
    margin-bottom: 30px;
  }
  #service .other h2 {
    font-size: 1.25rem;
    line-height: 2;
    color: #fff;
    padding: 20px 30px;
    background-color: #4776b4;
    margin-bottom: 30px;
  }
  #service p {
    line-height: 2;
  }
  #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{
	display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	color: #183E8D;
  }
  #company .nav_company .blk_nav span{
	position: absolute;
	font-size: 5em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  #company .nav_company .box_nav{
	background-color: #fff;
	width: calc( 50% - 3em );
	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: 60px;
  }
  #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: 20%;
	margin-right: 2%;
  }
  #company .blk_ttl .ttl_management img:last-child{
	width: 60%;
  }
  #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: 10%;
	margin-right: 2%;
  }
  #company .blk_ttl .ttl_international img:last-child{
	width: 70%;
	transform: translateY(30%);
  }
  #company .blk_ttl li{
	display: inline-block;
	border:1px solid #183E8D;
	margin: 0.2em;
	padding: 0.5em;
  }
  #company .img_international{
  	margin-bottom: 60px;
  }
  #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;
  }
  #company dt {
    width: 30%;
    color: #fff;
    background-color: #023e8d;
    padding: 25px 20px;
  }
  #company dd {
    width: 70%;
    padding: 25px 45px;
  }
  #company dd a {
    text-decoration: underline;
  }
  /*---Contact -----*/
  #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;
  }
  #contact dt:last-of-type,
  #contact dd:last-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #contact dt {
    width: 30%;
    color: #fff;
    background-color: #023e8d;
    padding: 25px 20px;
  }
  #contact dd {
    width: 70%;
    padding: 10px 20px;
  }
  #contact dd input {
    width: 550px;
    height: 100%;
  }
  #contact dd textarea {
    width: 100%;
    height: 260px;
  }
  #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: 1.25rem;
    background-color: #768ead;
    width: 290px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .tab_area li::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border: 14px solid transparent;
    border-top: 25px solid #768ead;
  }
  .tab_area li.select {
    background-color: #023e8d;
  }
  .tab_area li.select::before {
    border-top: 25px solid #023e8d;
  }
  .content_area.hide {
    display: none;
  }
  .content_area h2 {
    background-color: #4776b4;
    color: #fff;
    font-size: 1.67em;
    padding: 30px;
  }
  .content_area .contents {
    margin: 40px auto;
  }
  .content_area .contents li {
    padding: 60px 0;
    border-bottom: 1px dashed #4776b4;
  }
  .content_area .contents h3 {
    font-size: 1.25rem;
    border-left: 5px solid #023e8d;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .content_area .contents .imgleft {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content_area .contents .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 360px;
    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%;
  }
  .content_area .contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 610px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .content_area .contents dt,
  .content_area .contents dd {
    border: 1px solid #557db2;
    line-height: 2;
    padding: 19px 20px;
  }
  .content_area .contents dt {
    width: 20%;
    background-color: #023e8d;
    color: #fff;
  }
  .content_area .contents dd {
    width: 80%;
  }
  .content_area .contents .btn {
    margin: 0 auto;
    display: block;
  }
  .content_area #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 60px;
  }
  .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: 2;
    padding: 5px 15px;
    display: block;
    border: 1px solid #023e8d;
    margin: 0 10px;
  }
  .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: 30px;
    font-size: 1.67em;
    margin-bottom: 30px;
  }
  #recruit .detail .imgleft {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #recruit .detail .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 360px;
    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 {
    width: 610px;
    float: 0 0 auto;
  }
  #recruit .detail .inner h3 {
    color: #023e8d;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #recruit .detail .inner p {
    line-height: 2;
  }
  #recruit .detail .inner p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #recruit .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #recruit .detail dt,
  #recruit .detail dd {
    border: 1px solid #557db2;
    padding: 19px 20px;
    line-height: 2;
  }
  #recruit .detail dt {
    width: 16%;
    color: #fff;
    background-color: #023e8d;
  }
  #recruit .detail dd {
    width: 84%;
  }
  #recruit .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #recruit .form dt,
  #recruit .form dd {
    border: 1px solid #557db2;
    padding: 9px 20px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #recruit .form dt {
    width: 30%;
    color: #fff;
    background-color: #023e8d;
  }
  #recruit .form dd {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #recruit .form textarea {
    width: 100%;
    height: 260px;
    padding: 10px;
  }
  #recruit .form input[type="text"],
  #recruit .form input[type="email"] {
    width: 550px;
    height: 50px;
    padding: 10px;
  }
  #recruit .form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  #recruit .form label span {
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
    line-height: 2;
  }
  #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 label input[type="checkbox"] {
    display: none;
  }
  #recruit .form label 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 label input[type="radio"] {
    display: none;
  }
  #recruit .form label input[type="radio"] + span::before {
    border-radius: 50%;
  }
  #recruit .form label 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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  footer .f_subbtn::before,
  footer .f_subbtn::after {
    position: absolute;
    content: "";
    z-index: -2;
    width: 50vw;
    min-width: 50%;
    height: 100%;
    top: 0;
  }
  footer .f_subbtn::before {
    right: 50%;
    background-color: #02306e;
  }
  footer .f_subbtn::after {
    left: 50%;
    background-color: #023e8d;
  }
  footer .f_subbtn li {
    width: 600px;
    padding: 50px 70px 61px;
  }
  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: 1.67em;
    margin-bottom: 40px;
  }
  footer .f_subbtn li:first-of-type p {
    letter-spacing: -3.6px;
  }
  footer .f_blc {
    padding: 32px 0 16px;
  }
  footer .f_blc h2 {
    text-align: center;
    margin-bottom: 21px;
  }
  footer .f_blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 345px 21px;
  }
  footer .f_blc li a:hover {
    opacity: 0.7;
  }
  footer .f_blc small {
    text-align: center;
    font-size: 0.87em;
    color: #c1c1c1;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
