@charset "utf-8";
/* CSS Document */
/*-----------------------
layout
------------------------*/
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents_area {
  padding: 60px 0;
}
.mt90-60 {
  margin-top: 90px !important;
}
#container {
  overflow: hidden;
}
/*-----------------------
br
------------------------*/
.pc_disp {
  display: block;
}
.sp_disp {
  display: none;
}
.sp_small_disp {
  display: none;
}
span.break {
  display: inline-block;
}
/*-----------------------
font
------------------------*/
.f_bold {
  font-weight: bold !important;
}
.f_color_red {
  color: #f30022 !important;
}
.f_link {
  color: #11439d;
  font-weight: bold;
}
.f_link:hover {
  color: #f30022 !important;
}

/*-----------------------
bg
------------------------*/
.bg_color01 {
  background: #FFF;
}
.bg_color02 {
  background: #EFF5F9;
}
.bg_color03 {
  background: #FFF8EE;
}
.bg_grid {
  width: 100%;
  height: 100%;
  background: #FFF;
  /*background-image: linear-gradient(90deg, #f2f2f2 1px, transparent 0), linear-gradient(#f2f2f2 1px, transparent 0);*/
  background-image: linear-gradient(transparent 70%, #f2f2f2 70%, #f2f2f2 75%, transparent 75%), linear-gradient(90deg, transparent 70%, #f2f2f2 70%, #f2f2f2 75%, transparent 75%);
    background-size: 30px 30px;
}
/*-----------------------
midashi
------------------------*/
.midashi_title01 {
  font-size: 2.9rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.midashi_title01:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #11439D;
  border-radius: 2px;
}
.midashi_title02 {
  font-size: 2.9rem;
  color: #06267C;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
.midashi_title03 {
  font-size: 2.9rem;
  color: #FFF;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(90deg, rgba(2,36,104,1) 0%, rgba(44,111,179,1) 30%, rgba(90,94,199,1) 72%, rgba(2,36,104,1) 100%);
}
/*-----------------------
text
------------------------*/
.t_center {
  text-align: center !important;
}
.text_lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.kerning{
  letter-spacing: -0.05rem;
}
/*-----------------------
header
------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #FFF;
  border-bottom: 2px solid #E6E6E6;
  z-index: 1000;
}
#header_top {
  background: #12294C;
  color: #FFF;
  font-weight: normal;
  font-size: 1.6rem;
}
#header_top p {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4px 8px;
}
#header_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/*-----------------------
nav_toggle
------------------------*/
#nav_toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  transition: all .6s;
}
#nav_toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 95%;
  background: #666;
  left: 0;
  border-radius: 5px;
}
#nav_toggle span:nth-child(1) {
  top: 0;
}
#nav_toggle span:nth-child(2) {
  top: 11px;
}
#nav_toggle span:nth-child(3) {
  top: 22px;
}
#nav_toggle.open {
  transform: rotate(360deg);
}
#nav_toggle.open span:nth-child(1) {
  top: 5px;
  transform: translateY(6px) rotate(-45deg);
}
#nav_toggle.open span:nth-child(2) {
  opacity: 0;
}
#nav_toggle.open span:nth-child(3) {
  top: 17px;
  transform: translateY(-6px) rotate(45deg);
}
/*-----------------------
global_nav
------------------------*/
#global_nav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  right: 0;
  bottom: 0;
  display: flex;
  /*padding: 18px 0;*/
  padding: 10px 0 20px;
  font-size: 1.8rem;
  line-height: 1.2;
}
#global_nav ul li {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 6);
  -webkit-width: calc(100% / 6);
  text-align: center;
  font-weight: bold;
  position: relative;
}
#global_nav ul li:not(:nth-child(6)):after {
  position: absolute;
  top: 0;
  right: -0.5em;
  display: block;
  content: "／";
}
#global_nav ul li a span.nav_check {
  font-weight: bold;
  border-bottom: 2px solid #f30022;
  padding-bottom: 2px;
}
#global_nav ul li.global_nav_line{
  display: none;
}
/*スマホ用　mypage　追加*/
#global_nav ul li.global_nav_mypage {
  display: none;
}
/*-----------------------
contact_tuijyu
------------------------*/
.contact_tuijyu{
  display: none;
}
/*-----------------------
contact
------------------------*/
.contact ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.contact p {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.contact p span {
  font-size: 1.7rem;
}
.contact ul li {
  width: calc(100% / 2);
  width: -webkit-calc(100% / 2);
  padding: 15px 30px;
}
.contact ul li.contact_tel {
  border-left: 2px solid #005b9e;
}
.contact ul li.contact_form {
  border-left: 2px solid #f30022;
}
.contact ul li ol {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.contact ol > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.contact ol > li:first-child {
  width: 65px;
}
.contact ol > li:last-child {
  width: calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  font-weight: bold;
  padding-left: 15px;
  line-height: 1.2;
}
.contact_tel .tel li:last-child {
  font-weight: bold;
  font-size: 4rem;
}
.contact_form .form li:last-child a {
  width: 100%;
  max-width: 330px;
  display: block;
  background: #ffa600;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
}
.contact_form .form li p {
  margin-bottom: 0;
}
.sns {
  width: 200px;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sns li {
  width: 40px;
}
/*-----------------------
footer
------------------------*/
footer {
  text-align: left;
  padding-top: 70px;
}
.footer_career {
  background: #f9f9f9;
  padding: 45px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer_career ul {
  width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer_career dd span{
  padding-left: 5px;
}
.footer_career ul li:first-child {
  width: 40%;
}
.footer_career ul li:last-child {
  width: 60%;
}
.footer_career ul li dl {
  padding-left: 20px;
}
.footer_career ul li dt {
  font-weight: bold;
}
.footer_service {
  background: #E6E6E6;
  color: #333;
  padding: 25px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer_service p {
  color: #06267C;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer_service ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.footer_service ul li {
  width: 50%;
  /*float: left;*/
  margin-bottom: 25px;
}
.footer_service ul li dd {
  padding-left: 16px;
}
.footer_link {
  background: #12294C;
  color: #FFF;
  padding: 50px 0;
  text-align: center;
}
.footer_link a {
  font-size: 1.43rem;
  color: #FFF;
  line-height: 1.8;
}
.footer_link small {
  display: block;
  /*font-size: 0.84rem;*/
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  

/*-----------------------
global_nav
------------------------*/
  #global_nav ul li:first-child{
    width: 12%;
  }
  #global_nav ul li:nth-child(6){
    width: 25%;
  }
  #global_nav ul li:nth-child(2),#global_nav ul li:nth-child(3),#global_nav ul li:nth-child(5){
    width: 15%;
  }
  #global_nav ul li:nth-child(4){
    width: 18%;
  }
}



@media screen and (max-width: 1000px) {
/*-----------------------
layout
------------------------*/
  .inner {
    padding: 0 20px;
  }
/*-----------------------
midashi
------------------------*/
  .midashi_title03 {
    padding: 25px 0;
  }
/*-----------------------
header
------------------------*/
  #header_top {
    font-size: 1.2rem;
  }
  #global_nav ul li{
    font-size: 1.4rem;
  }

/*-----------------------
contact
------------------------*/
  .contact {
    padding: 0 15px;
  }
  .contact p {
    font-size: 2.1rem;
    line-height: 1;
  }
  .contact p strong {
    display: block;
  }
  .contact span {
    font-size: 1.4rem;
  }
  .contact ul li {
    padding: 15px 10px;
  }
  .contact ul li ol {
    padding-left: 10px;
  }
  .contact ol > li {
    padding: 0;
  }
  .contact ol > li:first-child {
    width: 50px;
    padding: 0;
  }
  .contact_tel .tel li:last-child {
    font-size: 2.9rem;
  }
  .contact_form .form li:last-child a {
    line-height: 1.2;
  }
  .contact_form .form li:last-child a p {
    font-size: 1.7rem;
  }
  .contact_form .form li:last-child a p span {
    font-size: 1.3rem;
  }
  
/*-----------------------
footer
------------------------*/
  .footer_career {
    font-size: 1.2rem;
  }
  .footer_service {
    padding: 25px 25px 0;
    font-size: 1rem;
  }
  .footer_service ul li dd {
    padding-left: 10px;
  }
  .footer_link {
    padding: 25px;
  }
  .footer_link a {
    font-size: 1rem;
  }
  .footer_link small {
    font-size: 1rem;
    margin-top: 10px;
  }
}



@media screen and (max-width: 640px) {
/*-----------------------
layout
------------------------*/
  .inner {
    padding: 0 15px;
  }
  .mt90-60 {
    margin-top: 60px !important;
  }

/*-----------------------
br
------------------------*/
  .pc_disp {
    display: none;
  }
  .sp_disp {
    display: block;
  }
  .sp_small_disp {
    display: none;
  }

/*-----------------------
midashi
------------------------*/
  .midashi_title01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .midashi_title02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .midashi_title03 {
    font-size: 2rem;
    padding: 15px 0;
  }
/*-----------------------
text
------------------------*/
  .text_lead {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 15px;
    padding: 0 15px;
  }
/*-----------------------
table
------------------------*/
  .table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .table_scroll_bar {
    width: 100%;
    margin: 10px auto 0;
  }
  
/*-----------------------
nav_toggle
------------------------*/
  #nav_toggle {
    display: block;
  }
  
  /*-----------------------
global_nav
------------------------*/
  #header {
    border-bottom: 0;
  }
  #mobile_head {
    background: #fff;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #E6E6E6;
  }
  #global_nav {
    position: absolute;
    width: 100%;
    height: 100%;
    ;
    right: -100%;
    z-index: 999;
    display: none;
  }
  #global_nav.open {
    right: 0px;
    display: block;
  }
  #global_nav ul {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999;
    padding: 5px 0;
    font-size: 1.5rem;
    border-bottom: 2px solid #E6E6E6;
  }
  #global_nav ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  #global_nav ul li:first-child,#global_nav ul li:last-child,
  #global_nav ul li:nth-child(2), #global_nav ul li:nth-child(3),
  #global_nav ul li:nth-child(4),#global_nav ul li:nth-child(5),
  #global_nav ul li:nth-child(6){
    width: 100%;
  }
  #global_nav ul li a {
    display: block;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  #global_nav ul li a:before {
    position: absolute;
    content: "";
    display: block;
    top: 17px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3a3633;
    border-right: 2px solid #3a3633;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #global_nav ul li:not(:nth-child(6)):after {
    content: none;
  }
  #global_nav ul li a span.nav_check {
    border-bottom: none;
    padding-bottom: 0;
  }
  #global_nav ul li.global_nav_mypage {
    display: block;
    padding: 10px 0 5px;
  }
  #global_nav ul li.global_nav_line {
    border-bottom: 1px solid #3a3633;
    display: block;
  }
  #global_nav ul li.global_nav_line a {
    padding-bottom: 15px;
  }
  
  /*スマホ用　mypage　追加*/
  #global_nav ul li.global_nav_mypage .list_title {
    padding: 5px 0 5px 20px;
  }
  #global_nav ul li.global_nav_mypage a:before {
    content: none;
  }
  #global_nav ul li.global_nav_mypage a p {
    position: relative;
    padding-left: 20px;
  }
  #global_nav ul li.global_nav_mypage a p:before {
    position: absolute;
    content: '';
    bottom: 0.3rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-color: #f30022;
    background-repeat: no-repeat;
    transform: rotate(45deg);
  }
  
/*-----------------------
contact_tuijyu
------------------------*/
  .contact_tuijyu{
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 15px 10px;
    z-index: 10;
  }
 
  .contact_tuijyu a{
    display: block;
    width: 40px;
  }
  .contact_tuijyu a img{
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
  }
  .contact_tuijyu a:first-child{
    margin-bottom: 8px;
  }
  .contact_tuijyu.tuijyu_none{
    display: none;
  }
  
/*-----------------------
contact
------------------------*/
  .contact {
    padding: 0 15px;
  }
  .contact p {
    font-size: 1.3rem;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    margin-bottom: 0;
  }
  .contact p span {
    font-size: 1rem;
  }
  .contact ul li {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 10px;
  }
  .contact ul li ol {
    width: 40px;
    padding-left: 0;
  }
  .contact ol > li:first-child {
    width: 40px;
  }
  .contact_tel .tel li:last-child {
    display: none;
  }
  .contact ol > li:last-child {
    display: none;
  }
  
/*-----------------------
footer
------------------------*/
  footer {
    padding-top: 30px;
  }
  .footer_career {
    padding: 15px 0;
  }
  .footer_career ul {
    width: 100%;
    padding: 0 15px;
  }
  .footer_career dd span{
    display: block;
    padding-left: 5px;
  }
  .footer_service {
    padding: 15px;
  }
  .footer_service p {
    margin-bottom: 10px;
  }
  .footer_service ul li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .footer_service ul li:last-of-type {
    margin-bottom: 0;
  }
  .footer_career ul li dl {
    padding-left: 15px;
}
  .footer_service ul li dd {
    display: inline-block;
  }
  .footer_link {
    padding: 15px;
    text-align: left;
    letter-spacing: -0.2px;
  }
}



@media screen and (max-width: 360px) {
/*-----------------------
br
------------------------*/
  .sp_small_disp {
    display: block;
  }
/*-----------------------
text
------------------------*/
  .kerning {
    letter-spacing: -0.05rem;
  }
/*-----------------------
nav_toggle
------------------------*/
  #nav_toggle {
    right: 8px;
    top: 15px;
  }
/*-----------------------
contact
------------------------*/
  .contact {
    padding: 0 10px;
  }
  .contact p {
    letter-spacing: -0.5px;
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
  }
  .contact ul li ol {
    width: 35px;
  }
  .contact ol > li:first-child {
    width: 35px;
  }
  .contact ul li {
    padding: 15px 5px;
  }
/*-----------------------
footer
------------------------*/
  .footer_career ul {
    display: block;
  }
  .footer_career ul li:first-child {
    width: 50%;
    margin: 0 auto 10px;
  }
  .footer_career ul li:last-child {
    width: 100%;
  }
  .footer_career dd span{
    display: inline;
    
  }
}