@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #0b0b0b;
  font-size: 62.5%;
  line-height: 1;
  min-height: 100vh;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.8px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
}

a,
a:link {
  color: inherit;
  text-decoration: none;
}

.img {
  width: 100%;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.txt {
  line-height: 1.5;
}

.site_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .site_wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .site_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .xo {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .xo {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .ox {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .ox {
    display: none;
  }
}

input[type="text"],
input[type="tel"],
input[type="mail"],
button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

/*==================================
	header
==================================*/
.header {
  padding: 25px 0;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 15px 0;
  }
}

.header .site_wrap {
  position: relative;
}

.header .logo {
  display: table;
}

@media print, screen and (min-width: 769px) {
  .header .logo {
    margin: 0 auto;
  }
  .header .logo img{
    width: 292px;
  }
}

@media only screen and (max-width: 768px) {
  .header .logo {
    margin-right: auto;
  }
  .header .logo img {
    width: 150px;
  }
}

.header .social_link {
  position: absolute;
  top: 5px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .header .social_link {
    top: -3px;
    right: 10px;
  }
}

.header .social_link li {
  width: 30px;
}
.header .social_link li.txt {
  width: auto;
}



@media print, screen and (min-width: 769px) {
  .header .social_link li {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header .social_link li:hover {
    opacity: .5;
  }
}

.header .social_link li + li {
  margin-left: 8px;
}

.header .social_link li a {
  color: #004680;
  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;
  height: 100%;
}

.header .social_link li a img {
  width: 100%;
}

/*==================================
	breadcrumb
==================================*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  margin: 10px auto;
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 2.666vw;
  }
  .breadcrumb img {
    width: 12px;
  }
}

.breadcrumb li + li {
  margin-left: 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .breadcrumb li + li {
    margin-left: 3.5vw;
  }
}

.breadcrumb li + li::before {
  content: ">";
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 1.2rem;
  line-height: 0.7;
}

@media only screen and (max-width: 768px) {
  .breadcrumb li + li::before {
    font-size: 2.666vw;
    left: -2.8vw;
  }
}

/* -------------------------------------
footer_link
-------------------------------------*/
.footer_link{
    margin: 1em 0;
    font-size: 80%;
    text-align: center;
}

/*==================================
	footer
==================================*/
.footer {
  background: #103381;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-bottom: 35vw;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {
  .footer {
    margin-bottom: 124px;
  }
}

.footer .copyright {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 1.0rem;
  }
}

/*==================================
	floating
==================================*/
.floating-cv {
  background: #0B1F3C;
  padding: 30px 0 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .floating-cv {
    padding: 3vw 0;
    height: 35vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.floating-cv > .site_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .floating-cv > .site_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

.floating-cv_tel{
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .floating-cv_tel{
    display: block;
  }
}
.floating-cv_tel > p {
  color: #fff;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .floating-cv_tel > p {
    font-size: 2.666vw;
    margin-top: 10px;
  }
}

.floating-cv_tel a {
  color: #fff;
  font-size: 4.0rem;
  font-weight: bold;
  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;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .floating-cv_tel a {
    font-size: 10.8652vw;
    margin-right: 10px;
  }
}

.floating-cv_tel a img {
  width: 26px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .floating-cv_tel a img {
    width: 4vw;
  }
}

.floating-cv_icon {
  display: none;
  background: #fff;
  border-radius: 10px;
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .floating-cv_icon {
    width: 100%;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .floating-cv_icon {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floating-cv_icon:hover {
    opacity: .8;
  }
  .floating-cv_icon + div {
    margin-left: 10px;
  }
}

.floating-cv_icon a {
  padding: 15px;
  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;
  color: #1c82b9;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .floating-cv_icon a {
    width: calc(100% - 20px);
    padding: 10px;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 769px) {
  .floating-cv_icon img {
    width: 32px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .floating-cv_icon img {
    width: 6vw;
    margin-right: 5px;
  }
}

/*==================================
	animation
==================================*/
@-webkit-keyframes show {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
