/* css for PC web pages */

/* header box */
@media screen and (min-width: 767px) {
  /* show hide layout */
  .head-pc {
    display: block;
  }
  .head-mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .copyright-mobile {
    display: none;
  }
  /* header content */
  #top-header-box {
    width: 100%;
  }
  #page-header-box {
    width: 100%;
    min-height: 100px;
  }
  #top-header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background-color: white;
    z-index: 10002;
  }
  /* top-left, top-box, top-right flex */
  .head-left-box {
    flex-basis: auto;
  }
  .top-header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
  }
  .header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    height: 100px;
  }
  /* logo and menu */
  .head-center-box {
    /* z-index: 10000; */
    width: 100%;
    height: 115px;
    max-width: 1100px;
    flex-basis: 1100px;
  }
  .head-right-box {
    flex-basis: auto;
  }
  .head-pc {
    display: flex;
    width: 100%;
  }
  .head-logo-box {
    min-width: 200px;
    text-align: left;
    padding-top: 33px;
    padding-left: 40px;
  }
  .head-logo {
    max-width: 200px;
    z-index: 10001;
  }
  .head-mid-box {
    width: calc(100% - 740px);
  }
  .head-menu-box {
   width: 100%;
   padding: 0 20px 0 0;
  }
  /* without ".language" div */
  .menu-box {
    display: flex;
    flex-direction: row-reverse;
    margin: 85px 0 0 0;
  }
  .menu-item {
    text-align: center;
    padding: 5px 22px;
    letter-spacing: 0.1em;
  }
  .menu-item a {
    font-family: "Phudu", sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.18em;
  }
  .menu-selected {
    text-decoration: underline #6633FF 2px;
    text-underline-offset: 4px;
  }
  /* hide mobile menu */
  nav {
    display: none;
  }
   /* footer */
  footer {
    width: 100%;
    text-align: center;
    margin: 70px auto 50px;
    padding: 10px 0;
    background-color: white;
  }
  .footer-logo-box {
    width: 100%;
    padding: 30px 0;
  }
  .footer-logo-box img {
    width: 140px;
    margin: 10px auto;
  }
  .footer-menu-box {
    display: block;
    margin: 0 auto 30px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .footer-menu-box-mobile {
    display: none;
  }
  .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-menu li {
    color: black;
    font-size: 17px;
    padding: 0 20px !important;
    text-align: center;
    min-width: 100px;
    letter-spacing: 1.3px;
  }
  .footer-menu a {
    color: black !important;
  }
  .border {
    border-left: 1px solid #ccc;
  }
  .border-both {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .copyright {
    width: 100%;
    color: black;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


  /* top main content */
  .top-container-box {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    min-height: 50%;
    text-align: center;
  }
  .top-image-box {
    background-image: url("../img/home.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
  }
  .top-copy-box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .top-copy-text {
    width: 100%;
    padding: 255px 0 0 0;
    display: flex;
  }
  .top-copy-left {
    flex-basis: auto;
    max-width: calc(100% - 700px);
  }
  .top-copy-right {
    width: 100%;
    animation: 3s fadeIn forwards;
  }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .top-home {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 100px 20px;
  }
  .top-home img {
    width: 380px;
    filter: drop-shadow(2px 2px 4px black); 
  }
  /* top business & company */
  .top-business {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 100px 20px;
  }
  .top-business img {
    width: 380px;
    filter: drop-shadow(2px 2px 4px black); 
  }
  .top-company {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 100px 20px;
  }
  .top-company img {
    width: 380px;
    filter: drop-shadow(2px 2px 4px black); 
  }
  /***************************/
  .top-title {
    overflow: hidden;
  }
  .top-title h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.0em;
    text-align: right;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 0 100px 0 0;
    min-height: 35px;
    text-shadow: 2px 2px 4px black;
    opacity: 1.0;
  }
  /* top massage content */
  #top-message {
    max-width: 1100px;
    margin: 0 auto;
  }
  #top-message h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #663399;
    font-weight: 200;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 40px;
  }
  .top-message-box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .ms-content {
    width: 100%;
  }
  .ms-image {
    width: 100%;
  }
  .ms-image img {
    border-radius: 0;
  }
  .ms-text {
    width: 100%;
    padding: 30px 0 20px;
  }
  .ms-text p {
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 1.7em;
    letter-spacing: 0.04em;
    width: 650px;
    margin: 0 auto;
  }
  .ms-text span {
    display: inline-block;
  }
  /* service details content */
  .top-service {
    max-width: 1100px;
    margin: 0 auto;
  }
  .top-service h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #663399;
    font-weight: 200;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    padding: 80px 0 40px;
  }
  .service-details {
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sd-content {
    color: white;
    position: relative;
    width: 100%;
    margin: 10px 0;
  }
  .sd-text {
    color: white;
    position: absolute;
    min-width: 400px;
    top: 39.5%;
    left: 0;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.7);
  }
  .sd-text h4 {
    color: white;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .sd-text p {
    font-size: 18px;
    line-height: 1.7em;
    width: 100%;
    margin: 10px 0 10px 0;
  }
  .sd-image {
    max-width: 100%;
  }
  /* bottom margin */
  .bottom-margin {
    width: 100%;
    height: 100px;
  }
  /* business main content */
  .business-container-box {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .business-image-box {
    background-image: url("../img/business.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
  }
  .business-top-box img {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 322px;
  }
  .business-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 322px;
  }
  /* company main content */
  .company-container-box {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .company-image-box {
    background-image: url("../img/company.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
  }
  .company-top-box img {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 322px;
  }
  .company-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 322px;
  }
  /* summary content */
  #company-summary {
    max-width: 1100px;
    margin: 0 auto 70px;
  }
  #company-summary h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #663399;
    font-weight: 200;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 40px;
  }
  .summary-box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .summary-title {
    padding: 50px 0 10px 20px;
  }
  .summary-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0 5px;
  }
  .summary-table {
    margin: 0 20px;
    padding-top: 2px;
    border-top: 2px solid #004B65;
  }
  .summary-table ul {
    padding-left: 0 !important;
  }
  .summary-table ul > li {
    list-style: none !important;
    border-bottom: 1px solid #ccc;
  }
  .summary-table dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }
  .summary-table dt {
    width: 240px;
    padding: 20px;
  }
  .summary-table dd {
    width: 75%;
    padding: 20px 0 20px 20px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
  }
  .summary-table ol {
    list-style-type: disc !important;
    margin-left: -3px;
  }
  .summary-table ol > li {
    list-style-type: disc !important;
    line-height: 2.2em;
  }
  .summary-table span {
    font-size: 18px;
  }
  .summary-table em {
    display: inline-block;
    font-style: normal;
  }
  /* contact content */
  #contact {
    max-width: 1100px;
    margin: 0 auto 80px;
  }
  #contact h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #663399;
    font-weight: 200;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  .contact-box {
    max-width: 1100px;
    margin: 0 auto 30px;
  }
  .ct-text {
    color: black;
    width: 100%;
    text-align: center;
  }
  .ct-text p {
    font-size: 18px;
    color: #333;
    line-height: 1.7em;
    width: 100%;
  }
  .contact-data-box {
    max-width: 1100px;
    padding: 20px 40px;
    margin: 0 20px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
  }
  .contact-data {
    min-width: 300px;
    font-size: 21px;
    padding: 20px 0;
    text-align: center;
  }
  .contact-data i {
    font-size: 20px;
  }
  .contact-data p {
    font-size: 21px;
  }
  /* access content */
  #access {
    max-width: 1060px;
    margin: 0 auto;
  }
  #access h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #000080;
    font-weight: 200;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  .access-box {
    max-width: 900px;
    margin: 0 auto 40px;
  }
  .ac-text {
    color: black;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .ac-text p {
    font-family:"Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    width: 100%;
    margin: 15px 0;
  }
  .ac-text p span {
    display: inline-block;
  }
  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
  }
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }


  /* privacy main content */
  .privacy-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .privacy-text {
    max-width: 1000px;
    margin: 140px auto;
    padding: 0 40px;
  }
  .privacy-text h1 {
    font-size: 26px;
    text-align: center;
    padding: 25px 0;
  }
  .en-font {
    font-family: "Arial, Helvetica, sans-serif";
  }
  .privacy-text h3 {
    font-size: 18px;
    padding: 40px 0 10px 0;
    font-weight: 700;
    margin-left: -10px;
  }
  .privacy-text h4 {
    font-size: 16px;
    padding: 25px 0 10px 0;
    font-weight: 700;
  }
  .privacy-text h5 {
    font-size: 16px;
    padding: 15px 0 5px 0;
  }
  .privacy-text p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .privacy-text ul {
    padding: 0 0 0 15px;
    margin: 0;
  }
  .indent {
    padding: 10px 0 10px 25px;
  }
  .indent2 {
    padding: 10px 0 10px 10px;
  }
  .indent2 ul>li {
    list-style: none !important;
  }
  .indent3 {
    padding: 5px 0 10px 10px;
  }
  .align-right {
    text-align: right;
    margin: 50px 0;
    line-height: 1.8em;
  }
  .privacy-text table {
    border: 1px solid #C9C9C9;
    padding: 16px;
    border-collapse: collapse;
    margin: 20px 0;
  }
  .privacy-text th {
    border: 1px solid #C9C9C9;
    background-color: #F8F8F8;
    font-weight: 400;
    padding: 16px;
    max-width: 250px;
  }
  .privacy-text td {
    border: 1px solid #C9C9C9;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
  }
  .privacy-text td span {
    font-size: 30px;
  }
  body.stop-scrolling {
    overflow: auto!important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1014px) {
  .summary-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
 .summary-table dt {
    width: 240px;
    padding: 20px 20px 0 20px;
  }
  .summary-table dd {
    width: 92%;
    padding: 15px 0 20px 50px;
    line-height: 1.6em;
  }
  .summary-table ol > li {
    list-style-type: disc !important;
    line-height: 2.0em;
  }
}