@charset "UTF-8";
/*中川運送*/
body {
  font-family: '源ノ角ゴシック Regular','源ノ角ゴシック','Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5; }

p {
  line-height: 1.7; }

.font {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

@media all and (min-width: 768px) {
  .br_sp {
    display: none; } }

/*ヘッダー*/
.header {
  /*クリックしたら*/
  /*現在地とhoverの設定*/ }
  .header .g_nav {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9999; }
  .header #burger {
    background-color: #2EA4AB;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    width: 80px;
    height: 80px; }
    @media all and (min-width: 1025px) {
      .header #burger {
        display: none; } }
  .header #burger span {
    position: absolute;
    left: 20px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.3s; }
  .header #burger span:nth-of-type(1) {
    top: 24px; }
  .header #burger span:nth-of-type(2) {
    top: 40px; }
  .header #burger span:nth-of-type(3) {
    bottom: 24px; }
  .header #burger.open span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 40px; }
  .header #burger.open span:nth-of-type(2) {
    opacity: 0; }
  .header #burger.open span:nth-of-type(3) {
    transform: rotate(45deg);
    top: 40px; }
  .header .logo {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 32px; }
    @media all and (min-width: 480px) and (max-width: 1024px) {
      .header .logo {
        padding: 8px 0 8px 24px; } }
    @media all and (max-width: 480px) {
      .header .logo {
        padding: 8px 0 8px 16px; } }
    .header .logo a {
      display: flex;
      align-items: center; }
  .header p {
    font-size: 2.0rem;
    font-weight: 700;
    padding-left: 8px; }
    @media all and (max-width: 480px) {
      .header p {
        font-size: 1.6rem; } }
  .header .nav_list {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 600; }
    @media all and (min-width: 1025px) and (max-width: 1080px) {
      .header .nav_list {
        font-size: 1.6rem; } }
    @media all and (max-width: 1024px) {
      .header .nav_list {
        position: fixed;
        top: 80px;
        right: -100%;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: #fff;
        flex-direction: column;
        justify-content: space-around;
        overflow: scroll; } }
  .header .nav_list.open {
    right: 0; }
  .header .nav {
    display: flex;
    justify-content: space-between; }
    @media all and (min-width: 481px) and (max-width: 1024px) {
      .header .nav {
        flex-direction: column;
        text-align: center; } }
    @media all and (max-width: 480px) {
      .header .nav {
        flex-direction: column;
        text-align: center; } }
  .header .nav li {
    padding: 36px 24px 24px 0; }
    @media all and (min-width: 1024px) and (max-width: 1080px) {
      .header .nav li {
        padding: 36px 16px 16px 0; } }
    @media all and (min-width: 481px) and (max-width: 1024px) {
      .header .nav li {
        padding: 16px; } }
    @media all and (max-width: 480px) {
      .header .nav li {
        padding: 16px; } }
  .header .nav li a {
    display: block;
    padding-bottom: 8px;
    position: relative; }
  .header .nav li a:hover {
    color: #2EA4AB; }
  .header .nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #2EA4AB;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/ }
  .header .nav li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/ }
  .header .hd_contact {
    padding: 16px 24px;
    background-color: #2EA4AB; }
    .header .hd_contact .icon {
      text-align: center;
      color: #fff; }
    @media all and (max-width: 1024px) {
      .header .hd_contact {
        text-align: center;
        padding: 32px 24px; } }
    .header .hd_contact p {
      color: #fff;
      font-size: 1.6rem; }

/*共通*/
.btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #2EA4AB;
  padding: 16px 48px;
  transition: ease .2s; }
  .btn span::before {
    content: "";
    position: absolute;
    top: 45%;
    right: 10%;
    width: 8px;
    height: 8px;
    display: block;
    border-right: 1px solid #2EA4AB;
    border-bottom: 1px solid #2EA4AB;
    transform: rotate(-45deg); }
  .btn span {
    position: relative;
    z-index: 3;
    color: #2EA4AB;
    font-size: 2.0rem;
    display: block; }
    @media all and (max-width: 480px) {
      .btn span {
        font-size: 1.6rem; } }

.btn:hover span::before {
  color: #fff; }

.btn:hover span {
  color: #fff; }

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #2EA4AB;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg); }

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;
  /*アニメーションの名前と速度を定義*/ }

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/ } }
.smooth {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path; }

.active {
  webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
  clip-path: polygon(0 0, 200% 0, 0 200%); }

/*メインビジュアル*/
.top {
  padding-top: 120px;
  background-image: url("../img/top.jpg");
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 70% center; }
  .top .top_message {
    margin-left: 50%;
    padding: 260px 8px 8px; }
    @media all and (min-width: 768px) and (max-width: 1280px) {
      .top .top_message {
        margin-left: 30%; } }
    @media all and (min-width: 481px) and (max-width: 767px) {
      .top .top_message {
        margin-left: 20%; } }
    @media all and (max-width: 480px) {
      .top .top_message {
        margin: 0; } }
  .top .main_message-01 {
    font-weight: 900;
    font-size: 5.6rem;
    color: #fff; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .top .main_message-01 {
        font-size: 4.0rem; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .top .main_message-01 {
        font-size: 3.2rem; } }
    @media all and (max-width: 480px) {
      .top .main_message-01 {
        font-size: 2.6rem; } }
  .top .main_message-02 {
    font-weight: 900;
    font-size: 4.8rem;
    color: #fff;
    line-height: 1.4; }
    @media all and (min-width: 768px) and (max-width: 1024px) {
      .top .main_message-02 {
        font-size: 4.0rem; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .top .main_message-02 {
        font-size: 2.4rem; } }
    @media all and (max-width: 480px) {
      .top .main_message-02 {
        font-size: 2.0rem;
        padding-bottom: 8px; } }
  .top .sub_message {
    font-weight: 600;
    font-size: 2.4rem;
    padding-top: 32px;
    color: #fff; }
    @media all and (min-width: 768px) and (max-width: 1024px) {
      .top .sub_message {
        font-size: 2.0rem; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .top .sub_message {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .top .sub_message {
        font-size: 1.4rem;
        padding-top: 8px; } }

/*強み*/
.strength {
  position: relative;
  padding: 80px;
  margin: 160px 0;
  width: 100%;
  overflow: hidden; }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    .strength {
      margin: 160px 0 80px 0; } }
  @media all and (min-width: 480px) and (max-width: 768px) {
    .strength {
      margin: 160px 0 80px 0;
      padding: 80px 16px 0 16px; } }
  @media all and (max-width: 480px) {
    .strength {
      margin: 160px 0 80px 0;
      padding: 80px 16px 16px 16px; } }
  .strength .strength_about {
    margin: 0 0 0 auto;
    width: 40%; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .strength .strength_about {
        width: 90%;
        margin: 32% 0 0 auto;
        padding: 32px;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.5); } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .strength .strength_about {
        width: 100%;
        padding: 16px;
        margin: 32% 0 0 auto;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.5); } }
    @media all and (max-width: 480px) {
      .strength .strength_about {
        width: 100%;
        padding: 16px;
        margin: 32% 0 0 auto;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.5); } }
  .strength .strength_about::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 55%;
    top: 0;
    left: 0;
    background-image: url("../img/img-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media all and (min-width: 768px) and (max-width: 1024px) {
      .strength .strength_about::before {
        width: 90%;
        height: 45%;
        z-index: -1; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .strength .strength_about::before {
        width: 90%;
        height: 45%;
        z-index: -1; } }
    @media all and (max-width: 480px) {
      .strength .strength_about::before {
        width: 90%;
        height: 45%;
        z-index: -1; } }
  .strength .strength_about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55%;
    z-index: 1;
    background-color: #fff;
    /*border-bottom: 10vw solid #fff;   三角を白にする  
    border-left: 100vw solid transparent;*/ }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .strength .strength_about::after {
        width: 90%;
        height: 45%;
        z-index: -1; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .strength .strength_about::after {
        width: 90%;
        height: 45%;
        z-index: -1; } }
    @media all and (max-width: 480px) {
      .strength .strength_about::after {
        width: 90%;
        height: 45%;
        z-index: -1; } }
  .strength .strength_about::after {
    transform: skewY(-80deg);
    transform-origin: bottom right; }
  .strength .ttl-01 {
    display: flex;
    align-items: flex-end;
    height: 100%; }
  .strength .ttl {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 600; }
    @media all and (max-width: 480px) {
      .strength .ttl {
        font-size: 2.0rem; } }
  .strength .sub_ttl {
    font-size: 1.6rem;
    color: #2EA4AB;
    padding-left: 16px;
    font-weight: 600; }
    @media all and (max-width: 480px) {
      .strength .sub_ttl {
        font-size: 1.4rem; } }
  .strength .content h2 {
    font-size: 3.2rem;
    padding: 24px 0; }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      .strength .content h2 {
        font-size: 3.0rem; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .strength .content h2 {
        font-size: 2.8rem; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .strength .content h2 {
        font-size: 2.4rem; } }
    @media all and (max-width: 480px) {
      .strength .content h2 {
        font-size: 2.0rem; } }
  .strength .content .text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding-bottom: 64px; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .strength .content .text {
        padding-bottom: 40px;
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .strength .content .text {
        padding-bottom: 40px;
        font-size: 1.4rem; } }
  .strength .btn {
    margin: 0 0 0 auto;
    width: 50%; }
    @media all and (min-width: 1280px) and (max-width: 1500px) {
      .strength .btn {
        width: 60%; } }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      .strength .btn {
        width: 100%; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .strength .btn {
        width: 60%; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .strength .btn {
        width: 70%; } }
    @media all and (max-width: 480px) {
      .strength .btn {
        margin: auto;
        width: 90%; } }

/*サービス*/
.service {
  margin-bottom: 160px; }
  .service .ttl-02 {
    text-align: center;
    padding-bottom: 24px; }
  .service .ttl {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 600; }
  .service .sub_ttl {
    font-size: 1.6rem;
    color: #2EA4AB;
    font-weight: 600; }
  .service .wrapper {
    background-color: #EEF1F1;
    padding-bottom: 64px; }
  .service .contents {
    padding: 64px 16px 0 16px; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .contents {
        text-align: left; } }
    @media all and (max-width: 480px) {
      .service .contents {
        text-align: left; } }
  .service .contents h2 {
    font-size: 3.2rem;
    padding: 24px 0;
    font-weight: 600;
    text-align: center; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .contents h2 {
        font-size: 2.4rem; } }
    @media all and (max-width: 480px) {
      .service .contents h2 {
        font-size: 2.4rem; } }
  .service .text {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center; }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      .service .text {
        font-size: 1.8rem; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .text {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .service .text {
        font-size: 1.4rem;
        text-align: left; } }
  .service .main_service {
    display: flex;
    width: 70%;
    justify-content: space-around;
    margin: 0 auto;
    padding: 48px 0; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .service .main_service {
        width: 100%;
        justify-content: center; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .main_service {
        display: block;
        width: 90%;
        padding: 24px 0; } }
    @media all and (max-width: 480px) {
      .service .main_service {
        display: block;
        width: 90%;
        padding: 24px 0; } }
  .service .main_service:nth-of-type(3) {
    flex-direction: row-reverse; }
  .service img {
    width: 40%; }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      .service img {
        width: 50%; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service img {
        display: block;
        width: 100%; } }
    @media all and (max-width: 480px) {
      .service img {
        display: block;
        width: 100%; } }
  .service .ttl {
    display: inline-block;
    width: 45%;
    padding-top: 24px; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .service .ttl {
        padding: 24px 16px 0 16px; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .ttl {
        width: 100%;
        padding-top: 16px; } }
    @media all and (max-width: 480px) {
      .service .ttl {
        width: 100%;
        padding-top: 16px; } }
  .service .t_ttl {
    font-size: 3.2rem;
    color: #2C888E;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .t_ttl {
        font-size: 2.6rem; } }
    @media all and (max-width: 480px) {
      .service .t_ttl {
        font-size: 2.6rem; } }
  .service .t_sub_ttl {
    font-size: 1.6rem;
    color: #96BFC2;
    border-bottom: 1px solid #B7DEE1; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .t_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .service .t_sub_ttl {
        font-size: 1.4rem; } }
  .service .desc {
    padding-top: 16px;
    font-size: 1.6rem; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .desc {
        font-size: 1.4rem;
        padding-top: 8px; } }
    @media all and (max-width: 480px) {
      .service .desc {
        font-size: 1.4rem;
        padding-top: 8px; } }
  .service .w_ttl {
    font-size: 3.2rem;
    color: #A22F2F;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .w_ttl {
        font-size: 2.6rem;
        text-align: right; } }
    @media all and (max-width: 480px) {
      .service .w_ttl {
        font-size: 2.6rem;
        text-align: right; } }
  .service .w_sub_ttl {
    font-size: 1.6rem;
    color: #D8A4A4;
    border-bottom: 1px solid #D8A4A4; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .w_sub_ttl {
        font-size: 1.4rem;
        text-align: right; } }
    @media all and (max-width: 480px) {
      .service .w_sub_ttl {
        font-size: 1.4rem;
        text-align: right; } }
  .service .d_ttl {
    font-size: 3.2rem;
    color: #166FAA;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .d_ttl {
        font-size: 2.6rem; } }
    @media all and (max-width: 480px) {
      .service .d_ttl {
        font-size: 2.6rem; } }
  .service .d_sub_ttl {
    font-size: 1.6rem;
    color: #B5D0E2;
    border-bottom: 1px solid #B5D0E2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .d_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .service .d_sub_ttl {
        font-size: 1.4rem; } }
  .service .btn {
    margin: 0 auto;
    width: 20%;
    background-color: #fff;
    color: #96BFC2;
    font-weight: 600;
    text-align: center; }
    @media all and (min-width: 1024px) and (max-width: 1280px) {
      .service .btn {
        width: 40%; } }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      .service .btn {
        width: 60%; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service .btn {
        width: 80%;
        margin-top: 32px; } }
    @media all and (max-width: 480px) {
      .service .btn {
        width: 80%;
        margin-top: 32px; } }

/*中川運送について*/
.about-01 {
  position: relative;
  background-image: url("../img/service_t-05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: 30% 70%;
  height: 485px;
  margin-bottom: 320px; }
  @media all and (min-width: 480px) and (max-width: 768px) {
    .about-01 {
      margin-bottom: 400px; } }
  .about-01 .contents-01 {
    content: "";
    position: absolute;
    top: 35%;
    width: 35%;
    left: 20%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 64px; }
    @media all and (min-width: 1280px) and (max-width: 1500px) {
      .about-01 .contents-01 {
        width: 45%;
        left: 5%; } }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      .about-01 .contents-01 {
        width: 60%;
        padding: 48px;
        left: 10%; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about-01 .contents-01 {
        width: 90%;
        padding: 32px;
        top: 70%;
        left: 5%; } }
    @media all and (max-width: 480px) {
      .about-01 .contents-01 {
        width: 90%;
        padding: 32px;
        left: 5%; } }
  .about-01 .contents-01 h2 {
    font-size: 3.2rem;
    color: #2EA4AB;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about-01 .contents-01 h2 {
        font-size: 2.4rem; } }
    @media all and (max-width: 480px) {
      .about-01 .contents-01 h2 {
        font-size: 2.4rem; } }
  .about-01 .contents-01 .desc {
    font-size: 1.6rem;
    padding: 16px 0 48px 0; }
  .about-01 .btn {
    width: 65%; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .about-01 .btn {
        width: 90%; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about-01 .btn {
        width: 70%; } }
    @media all and (max-width: 480px) {
      .about-01 .btn {
        width: 100%;
        margin: auto; } }

/*社会貢献*/
.about-02 {
  position: relative;
  background-image: url("../img/img-06.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 485px;
  margin-bottom: 320px; }
  @media all and (min-width: 480px) and (max-width: 768px) {
    .about-02 {
      margin-bottom: 400px; } }
  .about-02 .contents-02 {
    content: "";
    position: absolute;
    top: 35%;
    width: 35%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 64px; }
    @media all and (min-width: 1280px) and (max-width: 1500px) {
      .about-02 .contents-02 {
        width: 45%; } }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      .about-02 .contents-02 {
        width: 60%;
        padding: 48px;
        left: 30%; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about-02 .contents-02 {
        width: 90%;
        padding: 32px;
        top: 70%;
        left: 5%; } }
    @media all and (max-width: 480px) {
      .about-02 .contents-02 {
        width: 90%;
        padding: 32px;
        left: 5%; } }
  .about-02 .contents-02 h2 {
    font-size: 3.2rem;
    color: #2EA4AB;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about-02 .contents-02 h2 {
        font-size: 2.4rem; } }
    @media all and (max-width: 480px) {
      .about-02 .contents-02 h2 {
        font-size: 2.4rem; } }
  .about-02 .contents-02 .desc {
    font-size: 1.6rem;
    padding: 16px 0 48px 0; }
  .about-02 .btn {
    width: 65%; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .about-02 .btn {
        width: 90%; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about-02 .btn {
        width: 70%; } }
    @media all and (max-width: 480px) {
      .about-02 .btn {
        width: 100%;
        margin: auto; } }

/*お問い合わせ*/
.contact {
  margin: 8px 0;
  display: flex;
  justify-content: center; }
  @media all and (min-width: 480px) and (max-width: 768px) {
    .contact {
      display: block;
      margin: 0; } }
  @media all and (max-width: 480px) {
    .contact {
      display: block;
      margin: 0; } }
  .contact .contact_about {
    display: flex;
    justify-content: center;
    margin: 0 4px;
    background-color: #2EA4AB;
    width: 50%; }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      .contact .contact_about {
        display: block;
        padding: 64px 24px; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .contact .contact_about {
        display: block;
        width: 98%;
        padding: 48px 16px;
        margin: 4px; } }
    @media all and (max-width: 480px) {
      .contact .contact_about {
        display: block;
        width: 98%;
        padding: 48px 16px;
        margin: 4px; } }
    .contact .contact_about:nth-of-type(2) {
      background-color: #2E878D; }
  .contact .left, .contact .right {
    color: #fff;
    padding: 64px 24px; }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      .contact .left, .contact .right {
        padding: 8px; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .contact .left, .contact .right {
        padding: 8px;
        text-align: center; } }
    @media all and (max-width: 480px) {
      .contact .left, .contact .right {
        padding: 8px;
        text-align: center; } }
  .contact .wrapper span {
    font-size: 1.6rem; }
  .contact .wrapper h2 {
    font-size: 2.8rem;
    font-weight: bold; }
  .contact .text {
    padding-top: 16px;
    font-size: 1.6rem; }
  .contact .contact_btn {
    background-color: #fff;
    border-radius: 5px;
    color: #2E878D;
    padding: 16px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #2EA4AB;
    transition: ease .2s; }
    @media all and (min-width: 1024px) and (max-width: 1280px) {
      .contact .contact_btn {
        padding: 16px 32px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .contact .contact_btn {
        padding: 16px; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .contact .contact_btn {
        padding: 24px 16px; } }
    @media all and (max-width: 480px) {
      .contact .contact_btn {
        padding: 24px 16px; } }
    .contact .contact_btn span {
      position: relative;
      z-index: 3;
      color: #2EA4AB;
      font-size: 2.0rem;
      display: block; }
      @media all and (max-width: 480px) {
        .contact .contact_btn span {
          font-size: 1.6rem; } }
  .contact .contact_desc {
    padding-top: 16px;
    text-align-last: center; }
  .contact .tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    padding-right: 10px;
    /*文字との隙間*/
    color: #fff;
    /*アイコンの色*/ }
  .contact .tel {
    font-size: 2.6rem; }
  .contact .time {
    font-size: 1.4rem; }

.contact_btn:hover span {
  color: #2EA4AB; }

/*== 背景が流れる（斜め） */
.c_bgskew::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #EEF1F1;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg); }

/*hoverした時のアニメーション*/
.c_bgskew:hover::before {
  animation: skewanime .5s forwards;
  /*アニメーションの名前と速度を定義*/ }

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/ } }
/*フッター*/
.footer {
  background-color: #EAEDEE; }
  .footer .footer_nav {
    width: 95%;
    margin: auto;
    padding: 64px 0; }
  .footer .footer_contents {
    display: flex;
    justify-content: space-between; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .footer .footer_contents {
        display: block; } }
    @media all and (max-width: 480px) {
      .footer .footer_contents {
        display: block; } }
  .footer .info {
    font-size: 1.4rem; }
  .footer a {
    display: flex;
    align-items: center; }
  .footer p {
    font-size: 1.8rem;
    padding-left: 8px; }
  .footer .logo figure {
    width: 70%;
    padding-bottom: 8px; }
  .footer .tel span {
    padding-left: 20px; }
  .footer .nav {
    display: flex;
    justify-content: space-between; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .footer .nav {
        flex-wrap: wrap;
        justify-content: space-around; } }
    @media all and (max-width: 480px) {
      .footer .nav {
        flex-wrap: wrap;
        justify-content: space-around; } }
  .footer .nav li {
    padding: 24px 0 24px 32px;
    font-size: 1.4rem;
    position: relative;
    color: #2EA4AB; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .footer .nav li {
        padding: 8px 0 8px 32px; } }
    @media all and (max-width: 480px) {
      .footer .nav li {
        padding: 8px 0 8px 32px; } }
  .footer .nav li a::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #2EA4AB;
    border-bottom: 1px solid #2EA4AB;
    transform: rotate(-45deg); }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .footer .nav li a::before {
        top: 16px;
        left: 15px; } }
    @media all and (max-width: 480px) {
      .footer .nav li a::before {
        top: 16px;
        left: 15px; } }
  .footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    padding-top: 24px;
    color: #848484; }
    @media all and (max-width: 480px) {
      .footer .footer_bottom {
        display: block;
        text-align: center; } }
  .footer .footer_sub ul {
    display: flex;
    justify-content: center; }
  .footer .footer_sub li {
    padding-left: 24px; }
    @media all and (max-width: 480px) {
      .footer .footer_sub li {
        padding: 0 0 8px 16px; } }
  .footer .footer_sub a {
    border-bottom: solid 1px #848484; }
  .footer .copyright p {
    font-size: 1.4rem; }

/*-------------------------サブページ共通------------------------*/
.main_message {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  padding: 160px 160px 64px;
  position: relative; }
  @media all and (min-width: 1024px) and (max-width: 1280px) {
    .main_message {
      padding: 200px 48px 64px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    .main_message {
      font-size: 4.0rem;
      padding: 160px 48px 64px; } }
  @media all and (min-width: 481px) and (max-width: 768px) {
    .main_message {
      font-size: 3.6rem;
      padding: 120px 64px 32px; } }
  @media (max-width: 480px) {
    .main_message {
      font-size: 3.0rem;
      padding: 120px 24px 32px; } }
  .main_message h2 {
    display: inline-block; }
  .main_message span {
    display: inline-block;
    font-size: 1.4rem;
    color: #BFBFBF;
    vertical-align: middle; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .main_message span {
        font-size: 1.2rem; } }
    @media (max-width: 480px) {
      .main_message span {
        font-size: 1.0rem; } }

.sub_page::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; }
  @media all and (min-width: 1024px) and (max-width: 1280px) {
    .sub_page::after {
      padding: 120px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    .sub_page::after {
      width: 100%;
      background-blend-mode: overlay;
      background-color: rgba(0, 0, 0, 0.4); } }
  @media all and (min-width: 481px) and (max-width: 768px) {
    .sub_page::after {
      width: 100%;
      background-blend-mode: overlay;
      background-color: rgba(0, 0, 0, 0.4); } }
  @media (max-width: 480px) {
    .sub_page::after {
      width: 100%;
      background-blend-mode: overlay;
      background-color: rgba(0, 0, 0, 0.4); } }

.sub_page {
  position: relative;
  padding-bottom: 64px; }
  @media all and (min-width: 481px) and (max-width: 768px) {
    .sub_page {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .sub_page {
      padding: 40px 0; } }
  .sub_page .top_message {
    width: 48%;
    box-sizing: border-box;
    padding: 150px; }
    @media all and (min-width: 1024px) and (max-width: 1280px) {
      .sub_page .top_message {
        padding: 120px 42px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .sub_page .top_message {
        padding: 64px 48px;
        width: 100%; } }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .sub_page .top_message {
        padding: 64px 32px;
        width: 100%; } }
    @media (max-width: 480px) {
      .sub_page .top_message {
        padding: 64px 8px;
        width: 100%; } }
  .sub_page .b_lead {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 24px; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .sub_page .b_lead {
        color: #fff; } }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .sub_page .b_lead {
        font-size: 3.0rem;
        color: #fff; } }
    @media (max-width: 480px) {
      .sub_page .b_lead {
        font-size: 2.4rem;
        color: #fff; } }
  .sub_page .s_lead {
    font-size: 1.8rem; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .sub_page .s_lead {
        color: #fff; } }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .sub_page .s_lead {
        font-size: 1.4rem;
        color: #fff; } }
    @media (max-width: 480px) {
      .sub_page .s_lead {
        font-size: 1.4rem;
        text-align: left;
        color: #fff; } }

.wrap {
  width: 1080px;
  margin: auto;
  overflow: hidden; }
  @media (min-width: 481px) and (max-width: 1080px) {
    .wrap {
      max-width: 100%; } }
  @media (max-width: 480px) {
    .wrap {
      max-width: 100%; } }

/*---------------------------強み------------------------------*/
.strengths_top::after {
  background-image: url("../img/strengths.jpg"); }

.strengths_wrap {
  padding-bottom: 80px; }
  .strengths_wrap .strengths {
    margin-bottom: 48px;
    counter-increment: number; }
  .strengths_wrap .strengths_contents {
    position: relative;
    padding: 64px;
    margin-top: 64px; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .strengths_wrap .strengths_contents {
        padding: 64px 16px;
        margin-top: 48px; } }
    @media (max-width: 480px) {
      .strengths_wrap .strengths_contents {
        padding: 64px 16px;
        margin-top: 48px; } }
  .strengths_wrap .action.strengths_contents::before {
    -moz-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 35%;
    background-color: #E8F4F6;
    z-index: -1; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .strengths_wrap .action.strengths_contents::before {
        width: 40%; } }
    @media (max-width: 480px) {
      .strengths_wrap .action.strengths_contents::before {
        width: 40%; } }
@keyframes bg {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0) translateY(0);
    transform: scaleY(0) translateY(0); }
  30% {
    -moz-transform: scaleY(0) translateY(0);
    transform: scaleY(0.5) translateY(0.5); }
  100% {
    -moz-transform: scaleY(0) translateY(0);
    transform: scaleY(1) translateY(1); }
  30%, 100% {
    opacity: 1; } }
  .strengths_wrap .strengths:nth-of-type(odd) .strengths_contents::before {
    left: 0; }
  .strengths_wrap .strengths:nth-of-type(even) .strengths_contents::before {
    right: 0; }
  .strengths_wrap .ttl {
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 24px 0 0 16px; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .strengths_wrap .ttl {
        font-size: 2.0rem;
        padding: 20px 0 0 16px; } }
    @media (max-width: 480px) {
      .strengths_wrap .ttl {
        font-size: 2.0rem;
        padding: 20px 0 0 16px; } }
  .strengths_wrap .ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 60px;
    background-color: #2EA4AB; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .strengths_wrap .ttl::before {
        height: 50px; } }
    @media (max-width: 480px) {
      .strengths_wrap .ttl::before {
        height: 50px; } }
  .strengths_wrap .ttl::after {
    position: absolute;
    display: block;
    top: 0;
    left: auto;
    content: "STRENGTHS " counter(number);
    font-size: 1.4rem;
    color: #A6A7A7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .strengths_wrap .ttl::after {
        font-size: 1.2rem; } }
    @media (max-width: 480px) {
      .strengths_wrap .ttl::after {
        font-size: 1.2rem; } }
  .strengths_wrap figure {
    display: inline-block;
    padding-top: 24px; }
  .strengths_wrap img {
    width: 100%; }
  .strengths_wrap .text {
    font-size: 1.6rem;
    padding-top: 24px; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .strengths_wrap .text {
        font-size: 1.4rem; } }
    @media (max-width: 480px) {
      .strengths_wrap .text {
        font-size: 1.4rem; } }

/*-------------------------業務内容----------------------------*/
.service_top::after {
  background-image: url("../img/top.jpg"); }

.service_about {
  width: 95%;
  margin: auto;
  padding-bottom: 80px; }
  .service_about .service_summary {
    display: inline-block;
    width: 100%;
    padding: 80px 0; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .service_about .service_summary {
        padding: 48px 16px 0 16px; } }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .service_summary {
        width: 100%;
        padding: 48px 16px 0 16px; } }
    @media all and (max-width: 480px) {
      .service_about .service_summary {
        width: 100%;
        padding: 48px 16px 0 16px; } }
  .service_about .t_ttl {
    font-size: 3.2rem;
    color: #2C888E;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .t_ttl {
        font-size: 2.6rem; } }
    @media all and (max-width: 480px) {
      .service_about .t_ttl {
        font-size: 2.6rem; } }
  .service_about .t_sub_ttl {
    font-size: 1.6rem;
    color: #96BFC2;
    border-bottom: 1px solid #B7DEE1;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .t_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .service_about .t_sub_ttl {
        font-size: 1.4rem; } }
  .service_about .w_ttl {
    font-size: 3.2rem;
    color: #A22F2F;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .w_ttl {
        font-size: 2.8rem; } }
    @media all and (max-width: 480px) {
      .service_about .w_ttl {
        font-size: 2.8rem; } }
  .service_about .w_sub_ttl {
    font-size: 1.6rem;
    color: #D8A4A4;
    border-bottom: 1px solid #D8A4A4;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .w_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .service_about .w_sub_ttl {
        font-size: 1.4rem; } }
  .service_about .d_ttl {
    font-size: 3.2rem;
    color: #166FAA;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .d_ttl {
        font-size: 2.6rem; } }
    @media all and (max-width: 480px) {
      .service_about .d_ttl {
        font-size: 2.6rem; } }
  .service_about .d_sub_ttl {
    font-size: 1.6rem;
    color: #B5D0E2;
    border-bottom: 1px solid #B5D0E2;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .d_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .service_about .d_sub_ttl {
        font-size: 1.4rem; } }
  .service_about .service_contents {
    display: flex;
    justify-content: space-between; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .service_contents {
        display: block; } }
    @media all and (max-width: 480px) {
      .service_about .service_contents {
        display: block; } }
  .service_about .service_detail_img {
    padding-top: 32px;
    width: 48%;
    display: flex;
    flex-wrap: wrap; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .service_detail_img {
        width: 95%;
        margin: auto; } }
    @media all and (max-width: 480px) {
      .service_about .service_detail_img {
        width: 95%;
        margin: auto; } }
    .service_about .service_detail_img figure {
      width: 90%;
      padding: 0 3px 8px; }
      @media all and (min-width: 480px) and (max-width: 768px) {
        .service_about .service_detail_img figure {
          width: 50%;
          margin: auto; } }
      @media all and (max-width: 480px) {
        .service_about .service_detail_img figure {
          width: 50%;
          margin: auto; } }
  .service_about .service_detail {
    padding-top: 32px;
    width: 48%; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .service_about .service_detail {
        width: 95%;
        margin: auto; } }
    @media all and (max-width: 480px) {
      .service_about .service_detail {
        width: 95%;
        margin: auto; } }
  .service_about img {
    width: 100%; }
  .service_about .detail {
    padding-top: 16px; }
    .service_about .detail h3 {
      font-size: 2.0rem;
      font-weight: 600; }
      @media all and (min-width: 480px) and (max-width: 768px) {
        .service_about .detail h3 {
          font-size: 1.8rem; } }
      @media all and (max-width: 480px) {
        .service_about .detail h3 {
          font-size: 1.8rem; } }
    .service_about .detail .detail_text {
      font-size: 1.6rem;
      padding-top: 8px; }
      @media all and (min-width: 480px) and (max-width: 768px) {
        .service_about .detail .detail_text {
          font-size: 1.4rem; } }
      @media all and (max-width: 480px) {
        .service_about .detail .detail_text {
          font-size: 1.4rem; } }
    .service_about .detail span {
      font-weight: 600; }

/*-------------------------企業活動---------------------------*/
.csr_top::after {
  background-image: url("../img/csr.jpg"); }

.csr {
  width: 95%;
  margin: auto;
  padding-top: 80px; }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    .csr {
      padding: 48px 16px 0 16px; } }
  @media all and (min-width: 480px) and (max-width: 768px) {
    .csr {
      width: 100%;
      padding: 48px 16px 0 16px; } }
  @media all and (max-width: 480px) {
    .csr {
      width: 100%;
      padding: 48px 16px 0 16px; } }
  .csr .a_ttl {
    font-size: 3.2rem;
    color: #2C888E;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .csr .a_ttl {
        font-size: 2.6rem; } }
    @media all and (max-width: 480px) {
      .csr .a_ttl {
        font-size: 2.6rem; } }
  .csr .a_sub_ttl {
    font-size: 1.6rem;
    color: #96BFC2;
    border-bottom: 1px solid #B7DEE1;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .csr .a_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .csr .a_sub_ttl {
        font-size: 1.4rem; } }
  .csr .s_ttl {
    font-size: 3.2rem;
    color: #A22F2F;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .csr .s_ttl {
        font-size: 2.8rem; } }
    @media all and (max-width: 480px) {
      .csr .s_ttl {
        font-size: 2.8rem; } }
  .csr .s_sub_ttl {
    font-size: 1.6rem;
    color: #D8A4A4;
    border-bottom: 1px solid #D8A4A4;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .csr .s_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .csr .s_sub_ttl {
        font-size: 1.4rem; } }
  .csr .e_ttl {
    font-size: 3.2rem;
    color: #166FAA;
    font-weight: 600;
    line-height: 1.2; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .csr .e_ttl {
        font-size: 2.6rem; } }
    @media all and (max-width: 480px) {
      .csr .e_ttl {
        font-size: 2.6rem; } }
  .csr .e_sub_ttl {
    font-size: 1.6rem;
    color: #B5D0E2;
    border-bottom: 1px solid #B5D0E2;
    font-weight: 600; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .csr .e_sub_ttl {
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .csr .e_sub_ttl {
        font-size: 1.4rem; } }
  .csr .csr_detail {
    display: flex;
    justify-content: space-around;
    padding: 24px 0; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .csr .csr_detail {
        display: block;
        width: 95%;
        margin: auto; } }
    @media all and (max-width: 480px) {
      .csr .csr_detail {
        display: block;
        width: 95%;
        margin: auto; } }
  .csr .csr_detail:nth-last-child(odd) {
    flex-direction: row-reverse; }
  .csr .leftarea {
    width: 50%; }
    @media all and (max-width: 768px) {
      .csr .leftarea {
        width: 100%; } }
  .csr .rightarea {
    width: 50%;
    padding: 32px 0 32px 24px; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .csr .rightarea {
        padding: 16px 0 16px 24px; } }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .csr .rightarea {
        padding: 16px;
        width: 100%; } }
    @media all and (max-width: 480px) {
      .csr .rightarea {
        padding: 16px 8px 8px;
        width: 100%; } }
  .csr .csr_detail:nth-of-type(odd) .rightarea {
    padding-left: 0;
    padding: 32px 24px 32px 0; }
    @media all and (min-width: 768px) and (max-width: 1024px) {
      .csr .csr_detail:nth-of-type(odd) .rightarea {
        padding: 16px 24px 16px 0; } }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .csr .csr_detail:nth-of-type(odd) .rightarea {
        padding: 16px;
        width: 100%; } }
    @media all and (max-width: 480px) {
      .csr .csr_detail:nth-of-type(odd) .rightarea {
        padding: 16px 8px 8px;
        width: 100%; } }
  .csr figure {
    width: 100%; }
  .csr img {
    width: 100%; }
  .csr .c_d_ttl {
    font-size: 1.8rem;
    font-weight: 600; }
  .csr .text {
    font-size: 1.6rem;
    padding-top: 8px; }
    @media all and (max-width: 480px) {
      .csr .text {
        font-size: 1.4rem; } }
  .csr ol li {
    counter-increment: item;
    padding-left: 1em;
    text-indent: -1em; }
  .csr li::before {
    content: counter(item); }

.sdgs {
  padding-bottom: 80px;
  width: 80%;
  margin: auto; }
  .sdgs ul li {
    display: flex;
    justify-content: space-between;
    padding-top: 16px; }
    @media all and (max-width: 480px) {
      .sdgs ul li {
        display: block; } }
  .sdgs .sdgs_detail {
    width: 70%;
    margin: auto;
    padding-left: 16px; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .sdgs .sdgs_detail {
        width: 100%;
        padding: 16px 0 16px 16px; } }
    @media all and (max-width: 480px) {
      .sdgs .sdgs_detail {
        width: 100%;
        margin: auto;
        padding: 16px 0 16px 16px; } }
  .sdgs .h_tl {
    font-size: 2.0rem; }
    @media all and (max-width: 480px) {
      .sdgs .h_tl {
        font-size: 1.8rem; } }
  .sdgs .content {
    font-size: 1.6rem; }
    @media all and (max-width: 480px) {
      .sdgs .content {
        font-size: 1.4rem; } }
  @media all and (max-width: 480px) {
    .sdgs figure {
      width: 30%; } }
  @media all and (max-width: 480px) {
    .sdgs img {
      width: 100%; } }

/*-------------------------採用活動----------------------------*/
.recruit_top::after {
  background-image: url("../img/recruit_top.jpg"); }

.recruit {
  margin-bottom: 64px; }
  .recruit h3 {
    font-size: 2.4rem;
    padding: 64px; }
    @media all and (max-width: 480px) {
      .recruit h3 {
        padding: 32px; } }
  .recruit dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    font-size: 1.8rem;
    width: 90%;
    margin: auto; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .recruit dl {
        display: block;
        width: 95%;
        margin: auto;
        font-size: 1.6rem; } }
    @media all and (max-width: 480px) {
      .recruit dl {
        display: block;
        width: 95%;
        margin: auto;
        font-size: 1.6rem; } }
  .recruit dt {
    padding: 24px 32px;
    width: 25%; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .recruit dt {
        width: 95%;
        margin: auto;
        padding: 16px 32px 8px; } }
    @media all and (max-width: 480px) {
      .recruit dt {
        width: 95%;
        margin: auto;
        padding: 16px 32px 8px; } }
  .recruit dd {
    padding: 24px 32px;
    width: 75%; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .recruit dd {
        width: 95%;
        margin: auto;
        padding: 8px 32px 16px; } }
    @media all and (max-width: 480px) {
      .recruit dd {
        width: 95%;
        margin: auto;
        padding: 8px 32px 16px; } }
  .recruit dl dd:nth-of-type(odd) {
    background-color: #E8F4F6; }
  .recruit dl dt:nth-of-type(odd) {
    background-color: #E8F4F6; }

.image {
  display: flex;
  justify-content: space-around;
  margin-top: 64px; }
  @media all and (max-width: 768px) {
    .image {
      display: block; } }
  .image .right {
    width: 50%;
    padding-left: 8px; }
    @media all and (max-width: 480px) {
      .image .right {
        width: 95%;
        margin: auto;
        padding-top: 8px; } }
  .image p {
    padding-top: 8px; }
  .image .left {
    width: 50%; }
    @media all and (max-width: 480px) {
      .image .left {
        width: 95%;
        margin: auto;
        padding-top: 8px; } }

/*-------------------------企業概要----------------------------*/
.about {
  padding: 64px 0;
  width: 90%;
  margin: auto; }
  @media all and (min-width: 480px) and (max-width: 768px) {
    .about {
      padding: 48px 0; } }
  @media all and (max-width: 480px) {
    .about {
      padding: 32px 0; } }
  .about h2 {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 48px;
    color: #2EA4AB; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about h2 {
        font-size: 2.4rem; } }
    @media all and (max-width: 480px) {
      .about h2 {
        font-size: 2.4rem; } }
  .about .greeting {
    display: flex;
    justify-content: space-around; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about .greeting {
        flex-direction: column-reverse; } }
    @media all and (max-width: 480px) {
      .about .greeting {
        flex-direction: column-reverse; } }
  .about figure {
    width: 44%; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about figure {
        width: 95%;
        margin: auto; } }
    @media all and (max-width: 480px) {
      .about figure {
        width: 95%;
        margin: auto; } }
  .about .greet {
    font-size: 1.8rem;
    width: 56%;
    padding: 64px 24px; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about .greet {
        padding-top: 16px;
        width: 90%;
        margin: auto; } }
    @media all and (max-width: 480px) {
      .about .greet {
        padding-top: 16px;
        width: 100%;
        margin: auto; } }
    .about .greet span {
      font-size: 1.6rem;
      display: block;
      text-align: right; }
  .about .company dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    font-size: 1.6rem; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about .company dl {
        display: block;
        font-size: 1.4rem; } }
    @media all and (max-width: 480px) {
      .about .company dl {
        display: block;
        font-size: 1.4rem; } }
  .about .company dt {
    padding: 24px 32px;
    width: 25%;
    color: #2EA4AB;
    border-bottom: solid 1px #666; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about .company dt {
        width: 95%;
        margin: auto;
        padding: 16px 32px; } }
    @media all and (max-width: 480px) {
      .about .company dt {
        width: 95%;
        margin: auto;
        padding: 16px 24px; } }
  .about .company dd {
    padding: 24px 32px;
    width: 75%;
    border-bottom: solid 1px #666; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .about .company dd {
        width: 95%;
        margin: auto;
        padding: 16px 32px; } }
    @media all and (max-width: 480px) {
      .about .company dd {
        width: 95%;
        margin: auto;
        padding: 16px 24px; } }
  .about .image {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .about .image figure {
      padding: 3px;
      width: 50%; }
  .about .map {
    width: 100%; }
    .about .map iframe {
      width: 100%; }

/*------------------------お問い合わせ-------------------------*/
#inn-contact {
  padding: 60px 0 80px 0;
  margin: 0 auto;
  width: 90%; }
  @media (max-width: 480px) {
    #inn-contact {
      padding: 48px 0; } }
  #inn-contact ul li:first-of-type {
    border-top: solid 1px #D9D9D9; }
  #inn-contact li {
    display: flex;
    padding: 32px 24px;
    border-bottom: solid 1px #D9D9D9; }
    @media (min-width: 481px) and (max-width: 768px) {
      #inn-contact li {
        display: block;
        padding: 24px 16px; } }
    @media (max-width: 480px) {
      #inn-contact li {
        display: block;
        padding: 24px 16px; } }
  #inn-contact .h_ttl {
    width: 30%;
    font-size: 2.4rem; }
    @media (min-width: 481px) and (max-width: 768px) {
      #inn-contact .h_ttl {
        width: 100%;
        margin: auto; } }
    @media (max-width: 480px) {
      #inn-contact .h_ttl {
        width: 100%;
        margin: auto; } }
  #inn-contact .info {
    width: 70%; }
    @media (min-width: 481px) and (max-width: 768px) {
      #inn-contact .info {
        width: 100%; } }
    @media (max-width: 480px) {
      #inn-contact .info {
        width: 100%; } }
  #inn-contact .tel {
    font-size: 3.0rem;
    font-weight: 600;
    color: #2EA4AB; }
    @media (min-width: 481px) and (max-width: 1024px) {
      #inn-contact .tel {
        font-size: 2.4rem; } }
    @media (max-width: 480px) {
      #inn-contact .tel {
        font-size: 2.4rem; } }
  #inn-contact .time {
    display: inline-block;
    font-size: 1.6rem;
    text-align: center; }
    @media (min-width: 481px) and (max-width: 1024px) {
      #inn-contact .time {
        font-size: 1.4rem; } }
    @media (max-width: 480px) {
      #inn-contact .time {
        font-size: 1.4rem; } }
  #inn-contact .time span {
    padding-left: 16px; }
    @media (max-width: 480px) {
      #inn-contact .time span {
        padding: 0; } }
  #inn-contact .tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    color: #2EA4AB;
    padding-right: 10px;
    /*文字との隙間*/
    /*color: #fff;アイコンの色*/ }
  #inn-contact h3 {
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 24px; }
    @media (min-width: 481px) and (max-width: 1024px) {
      #inn-contact h3 {
        font-size: 2.0rem; } }
    @media (max-width: 480px) {
      #inn-contact h3 {
        font-size: 2.0rem; } }
  #inn-contact .tel_content {
    margin-bottom: 64px; }
  #inn-contact dl {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      #inn-contact dl {
        display: block;
        width: 100%; } }
    @media (max-width: 480px) {
      #inn-contact dl {
        display: block;
        width: 100%; } }
  #inn-contact dt {
    width: 27%;
    padding: 24px 15px;
    box-sizing: border-box;
    border-top: solid 1px #eee;
    font-size: 2.0rem; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      #inn-contact dt {
        width: 100%; } }
    @media (max-width: 480px) {
      #inn-contact dt {
        width: 100%; } }
  #inn-contact dd {
    width: 73%;
    box-sizing: border-box;
    padding: 24px 18px;
    border-top: solid 1px #eee; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      #inn-contact dd {
        width: 100%; } }
    @media (max-width: 480px) {
      #inn-contact dd {
        width: 100%; } }
  #inn-contact dl, #inn-contact dd:last-of-type {
    border-bottom: 1px solid #eee; }
  #inn-contact span {
    font-size: 1.4rem; }
  #inn-contact .must {
    font-size: 1.4rem;
    color: #9A071B;
    padding-left: 8px; }
  #inn-contact dd input {
    height: 50px;
    border: solid 1px #ccc;
    padding: 5px;
    box-sizing: border-box; }
  #inn-contact dd textarea {
    border: solid 1px #ccc;
    width: 100%;
    box-sizing: border-box;
    padding: 5px; }
  #inn-contact dd a {
    font-size: 1.4rem;
    text-decoration: underline; }
  #inn-contact #image-btn {
    margin: 36px 16px 0 0;
    font-size: 2.0rem;
    font-weight: 700;
    border: none;
    color: #fff;
    padding: 16px 48px;
    background-color: #2EA4AB;
    border-radius: 10px; }
    @media (max-width: 480px) {
      #inn-contact #image-btn {
        margin-top: 24px;
        width: 100%; } }
  #inn-contact .submitBtn {
    margin: 36px 16px 0 0;
    font-size: 2.0rem;
    font-weight: 700;
    border: none;
    color: #fff;
    padding: 16px 48px;
    background-color: #2EA4AB;
    border-radius: 10px; }
    @media (max-width: 480px) {
      #inn-contact .submitBtn {
        margin-top: 24px;
        width: 100%; } }
  #inn-contact .backBtn {
    background-color: #646F7A;
    margin: 36px 16px 0 0;
    font-size: 2.0rem;
    font-weight: 700;
    border: none;
    color: #fff;
    padding: 16px 48px;
    border-radius: 10px; }
    @media (max-width: 480px) {
      #inn-contact .backBtn {
        margin-top: 24px;
        width: 100%; } }

.formText {
  margin-top: 32px; }

.formBtn {
  display: flex;
  justify-content: center; }
  @media (max-width: 480px) {
    .formBtn {
      display: block; } }

/*-------------------------404ページ--------------------------*/
.notfound {
  width: 90%;
  margin: auto;
  padding: 100px 0;
  text-align: center; }
  @media all and (min-width: 481px) and (max-width: 768px) {
    .notfound {
      padding: 32px 0 64px; } }
  @media (max-width: 480px) {
    .notfound {
      padding: 32px 0 64px; } }
  .notfound dl {
    border: 2px solid #2EA4AB;
    padding: 40px;
    display: inline-block; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .notfound dl {
        padding: 24px; } }
    @media (max-width: 480px) {
      .notfound dl {
        padding: 24px; } }
  .notfound dt {
    font-size: 2.4rem;
    padding-bottom: 16px;
    text-align: left; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .notfound dt {
        font-size: 2.0rem; } }
    @media (max-width: 480px) {
      .notfound dt {
        font-size: 2.0rem; } }
  .notfound dd {
    font-size: 1.6rem;
    text-align: left; }
    @media all and (min-width: 481px) and (max-width: 768px) {
      .notfound dd {
        font-size: 1.4rem; } }
    @media (max-width: 480px) {
      .notfound dd {
        font-size: 1.4rem; } }

/*-------------------------サイトマップ------------------------*/
.sitemap_top {
  background-image: url("../img/top.png");
  background-position: center; }

.sitemap {
  padding: 160px 0;
  width: 90%;
  margin: auto; }
  @media all and (min-width: 481px) and (max-width: 768px) {
    .sitemap {
      padding: 64px 0; } }
  @media (max-width: 480px) {
    .sitemap {
      padding: 32px 0; } }
  .sitemap .sitemap_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .sitemap .sitemap_list {
        display: block; } }
  .sitemap .sitemap_list li {
    width: 48%; }
    @media (max-width: 480px) {
      .sitemap .sitemap_list li {
        width: 90%;
        margin: auto; } }
  .sitemap .sitemap_list a {
    position: relative;
    display: block;
    font-size: 1.8rem;
    padding: 16px 24px;
    border-bottom: solid 1px #ccc; }
  .sitemap .sitemap_list a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: solid 1px #2EA4AB;
    border-bottom: solid 1px #2EA4AB;
    transform: rotate(-45deg); }

/*----------------------プライバシーポリシー----------------------*/
.privacy_top {
  background-image: url("../img/top.png");
  background-position: center; }

.privacy {
  font-weight: 500;
  padding: 80px 0 64px;
  width: 960px;
  margin: 0 auto; }
  @media all and (min-width: 481px) and (max-width: 1024px) {
    .privacy {
      width: 85%;
      padding: 32px 0 64px; } }
  @media (max-width: 480px) {
    .privacy {
      width: 85%;
      padding: 32px 0; } }
  .privacy p {
    font-size: 1.6rem;
    line-height: 1.6; }
  .privacy dl {
    margin-top: 48px; }
  .privacy dt {
    margin-top: 40px;
    font-size: 2.0rem; }
  .privacy dd {
    margin-top: 8px;
    line-height: 1.6; }
