
/*
Template:write
Theme Name:write_child
Theme URI:https://themes.trac.wordpress.org/ticket/32471
Description:writeの子テーマです
Author:https://themes.trac.wordpress.org/ticket/32471
Version:1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Roboto&display=swap');

body {
    font-family: "Noto Sans JP", serif !important;
}


.site-branding {
    padding-top: 10px;
    padding-bottom: 0;
}

header#masthead {
  position: fixed;
  top: 0;
  padding-top: 10px;
  background-color: rgba(255,255,255,0.8);
  z-index: 999;
  width: 100%;
  top: 0px;
  transition-duration: 1s;
}

.home header#masthead {
    top: -120px;
  }

.scrolled {
    top: 0px !important;
    transition-duration: 1s;
}

.top-slider {
    position: relative;
}

.top-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%; /* グラデーションの高さ（調整可能） */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none; /* クリックを無効化 */
}


.top-message p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

span.massageSpan {
  font-size: 4.5rem;
  color: #ff8a42;
}



div#primary {
    float: unset;
    width: 100%;
    padding-left: unset;
    margin-bottom: 0;
}



ul.newsUl h2{
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
}

.cidentity h2{
    position: relative;
    text-align: center;
    font-size: 5rem;
    line-height: .7;
    margin-top: 0;
    color: #fff;
}

span.newsSpan {
    font-size: 1.3rem;
    font-family: "Noto Sans JP", serif;
}

.cidentity p {
    padding: 0 30%;
    text-align: center;
    color: #fff;
    position: relative;
}

.cidentity {
    background-image: url(https://skycorp.jp/wp-content/uploads/slider1/vietnam7-scaled.jpeg);
    padding: 100px 50px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.cidentity:before {
    content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

p.oshirase {
    text-align: center;
    margin-bottom: 50px !important;
    margin-top: 50px;
}

p.oshirase a {
    border: 3px solid #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
}



.gyomuList h2 {
    text-align: center;
}

ul.gyoumu1 {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 150px 0;
}

ul.gyoumu1 li {
    height: 300px;
    width: 50%;
}

ul.gyoumu1 li img,ul.gyoumu2 li img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

ul.gyoumu1 li:last-child {
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 4%;
}

ul.gyoumu2 {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.gyoumu2 li {
    height: 300px;
    width: 50%;
}

ul.gyoumu2 li:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-right: 4%;
}

.gyomuList img {
    width: 350px;
    height: auto;
}

.gyomuList h2 {
    text-align: center;
    font-size: 5rem;
    line-height: .7;
    margin-top: 0;
}

.top-contact {
    padding: 100px 20%;
    background: #e21b22;
    position: relative;
}

.top-contact h2 {
    position: relative;
    text-align: center;
    font-size: 5rem;
    line-height: .7;
    margin-top: 0;
    color: #ffffff;
    top: -12px;
}

.top-contact p {
    margin-bottom: 0;
}

.site-bottom {
    padding-top: 30px !important;
    padding-bottom: 15px;
    background: #2d2d2d;
    color: #fff;
}

.single #content {
    width:60%;
    margin: auto;
    margin-top: 140px;
}

.page #content {
    width:60%;
    margin: auto;
    margin-top: 140px;
}

.page #content {
    width:60%;
    margin: auto;
    margin-top: 140px;
}

.home.page #content {
    width: 100%;
    margin: auto;
    margin-top: auto;
}

.single h1.entry-title {
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
}

.single .cat-links {
    text-align: right;
}

dl {
    display: flex;
    width: 100%;
    margin: 0 auto 100px auto;
    flex-wrap: wrap;
    text-align: left;
    font-size: inherit;
    margin-top: 50px;
}

dt {
    width: 20%;
    padding: 30px 0 30px 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    border-bottom-color: rgb(45, 50, 52);
    margin-bottom: unset;
}

dd {
    margin: 0;
    padding: 30px 0;
    width: 70%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    border-bottom-color: rgb(45, 50, 52);
}

.aboutImg {
    position: relative;
}

.aboutImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 0 30%, #FFF 70% 100%);
}

.aboutUs {
    position: relative;
    top: -200px;
    text-align: center;
}

.aboutUs h2 {
    font-size: 2.5rem;
}

p.telNum {
    text-align: center;
    position: relative;
    top: -30px;
}

.page a {
    text-decoration: unset;
}

p.vtBox {
    width: 90%;
    margin: auto;
    text-align: center;
    background: red;
    padding: 3%;
    color: #fff;
}

p.vtBox i {
    color: yellow;
}

p.vtBox a {
    text-decoration: revert;
    font-weight: bold;
    color: yellow;
}



ul.brandList {
    list-style: none;
    margin-left: 0;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0 15%;
}

ul.brandList li {
    width: 48%;
    margin: 1%;
    text-align: center;
}

ul.brandList li img {
    width: 250px;
    height: 300px;
    object-fit: contain;
}



p.brandP {
    text-align: center;
}

ul.brandList h3, ul.brandList p {
    margin: unset;
}

.brandBox h3 span {
    font-size: 1.2rem;
}

.brandBox p a {
    font-size: 1rem;
}

p.slider-logo {
    position: absolute;
    top: 0px;
    left: 30px;
}

p.slider-logo img {
    height: 100px;
}




ul.valueList p {
    margin-bottom: 0;
}

.valueBox {
    text-align: center;
    padding: 5px 15px;
}

.valueBox h3 {
    font-size: 1.6rem;
    margin: 20px;
    line-height: 1;
    font-family: "Noto Sans JP", serif;
}

.valueBox p {
    font-size: 1.2rem;
}

.valueBox h3 span {
    font-size: 1rem;
    color: gray;
}

.top-news {
    position: relative;
    text-align: center;
    padding: 100px 50px;
}

.top-news h2 img {
    width: 50px;
    position: relative;
    right: 5px;
    bottom: 5px;
}

.gyomuList h2 img {
    width: 50px;
    position: relative;
    right: 5px;
    bottom: 5px;
}

.top-brand h2 img {
    width: 50px;
    position: relative;
    right: 5px;
    bottom: 5px;
}

.cidentity h2 img {
    width: 50px;
    position: relative;
    right: 5px;
    bottom: 5px;
}

.site-credit {
    width: 100%;
    text-align: center;
}

ul.pdflist {
    text-align: center;
    list-style: none;
    position: relative;
    margin: unset;
}

ul.pdflist li a {
    text-decoration: underline;
    color: #fff;
}

ul.pdflist li {
    line-height: 2;
}

li#menu-item-54 {
    text-align: center;
    background:#e21b22;
    margin: 10px;
    border-radius: 60px;
    position: relative;
    top: -3px;
}

li#menu-item-54 a {
    padding: 0px 20px;
    color: #fff;
    line-height: 2;
    font-size: 1.2rem;
    font-weight: bold;
}

.page-id-52 div#content {
    margin-top: 91px;
}

.page-id-52 div#content {
    margin-top: 91px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    border: 1px solid #e6e6e6;
}

ul.shosai-ul {
    list-style: disc;
}

ul.shosai-ul li {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
}

ul#menu-top li a {
    font-weight: bold;
}

.page h1.entry-title {
    font-size: 5rem;
}

.page h3 {
    font-family: "Noto Sans JP", serif !important;
    font-size: 2rem;
}

.site-title {
    display: none;
}



@media screen and (min-width: 980px){

  .site {
      max-width: unset;
  }

  form.search-form {
      position: relative;
      top: -40px;
  }

  .site-top {
    width: 80%;
    margin: auto;
  }


  ul#menu-top-menu li a {
      color: black;
      font-weight: bold;
  }

  img.custom-logo {
      height: 60px;
      object-fit: contain;
  }

}/*--980 END--*/

@media screen and (max-width: 640px){

  img.custom-logo {
      height: 60px;
      object-fit: contain;
  }

  .site-top {
    margin-bottom: 0;
}

header#masthead {
    padding-top: 0px;
}

.top-slider {
    height: 500px;
}

.n2-ss-slider-1.n2_ss__touch_element.n2-ow {
    height: 500px;
}/*--smartslider3 画像height?--*/

.top-message {
    right: 0;
    width: 80%;
    padding: 5%;
    top: 60%;
}

.top-message p {
    font-size: 1.3rem;
}

span.massageSpan {
    font-size:2.5rem;
}

ul.newsUl {
    width: 100%;
    min-width: unset;
}

.cidentity {
    padding: 2%;
    background-position-x: 55%;
}

.cidentity p {
    padding: 6% 10%;
    margin-bottom: 0;
}

.gyomuList {
    padding: 1%;
}

ul.gyoumu1 {
    display: block;
    margin: 50px 0;
}

ul.gyoumu1 li {
    height: auto;
    width: 100%;
}

ul.gyoumu1 li:last-child {
    display: block;
    width: 100%;
    margin-left: revert;
    text-align: center;
}

ul.gyoumu2 {
    list-style: none;
    display: block;
    margin-left: unset;
    text-align: center;
}

ul.gyoumu2 li {
    height: auto;
    width: 100%;
}

.top-contact {
    padding: 5%;
    padding-top: 65px;
}

.site-info {
    font-size: 1rem;
    text-align: center;
}

.page-id-49 h1.entry-title {
    text-align: center;
}

.page-id-49 #content {
    width: 100%;
}

.page-id-59 h1.entry-title {
    text-align: center;
}

.page-id-59 #content {
    width: 100%;
}

.page-id-66 #content {
    width: 90%;
}

.page-id-47 #content {
    width: 90%;
}

.page-id-70 #content {
    width: 90%;
}

.aboutUs {
    position: relative;
    top: -200px;
    text-align: center;
    width: 80%;
    margin: auto;
}

ul.valueList {
    display: block;
}

ul.valueList li {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

ul.brandList {
    padding: 0 5%;
}

.site-branding {
    text-align: center;
}

.page #content {
    width: 90%;
    margin: auto;
    margin-top: 100px;
}

.page-id-52 div#content {
    margin-top: 71px;
}

li#menu-item-54 {
    width: 50%;
    margin: auto;
}

li#menu-item-54 a {
    font-size: 1.8rem;
}

p.brandP{
    width: 75%;
    margin: auto;
}

}/*--640 END--*/
