﻿@charset "UTF-8";
/* ########### 38BOX（THREE INFINITY BOX） ########### */

/*
 * "font-awesome" is lisenced under the SIL Open Font License 1.1
 * https://fortawesome.github.io/Font-Awesome
 * http://scripts.sil.org/OFL
 */

/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/*
 * "Oswald" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/*
 * "Roboto" is lisenced under the Apache License, version 2.0
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://www.apache.org/licenses/LICENSE-2.0.html
 */

/* Copyright (c) 2021 38BOX
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */

/* Swiper
  * Most modern mobile touch slider and framework with hardware accelerated transitions
  * http://swiperjs.com
  * Copyright 2014-2020 Vladimir Kharlampidi
  * Released under the MIT License
  * Released on: January 11, 2020
  */

/* ################## 共通 ################## */

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

label, td, th, p, div, dd, dt, li, a, input, textarea, select {
  color: rgb(60, 60, 60);
}

input, select, textarea {
  outline: none;
  border: 1px solid rgb(60, 60, 60);
}

button, optgroup, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

html {
  line-height: 1.5;
  text-align: justify;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  /* image-rendering: -webkit-optimize-contrast; */
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.back-white {
  background-color: rgb(255, 255, 255);
}

.back-lightblue {
  background-color: rgb(234, 240, 249);
}

.back-blue {
  background-color: rgb(161, 188, 228);
}

.back-darkblue {
  background-color: rgb(97, 145, 209);
}

.back-gray {
  background-color: rgb(60, 60, 60);
}

.white {
  color: white;
}

.lightblue {
  color: rgb(234, 240, 249);
}

.blue {
  color: rgb(161, 188, 228);
}

.darkblue {
  color: rgb(97, 145, 209);
}

.gray {
  color: rgb(60, 60, 60);
}

th {
  line-height: 1.5;
  font-size: 17px;
}

.line-height1 {
  line-height: 1;
}

.line-height125 {
  line-height: 1.25;
}

.line-height15 {
  line-height: 1.5;
}

.line-height175 {
  line-height: 1.75;
}

.line-height2 {
  line-height: 2;
}

.margin-top1 {
  margin-top: 1em;
}

.margin-top2 {
  margin-top: 2em;
}

.margin-bottom1 {
  margin-bottom: 1em;
}

.big-120 {
  font-size: 120%;
}

.big-140 {
  font-size: 140%;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.bigbold {
  font-weight: bold;
  font-size: 115%;
}

.bigbold2 {
  font-weight: bold;
  font-size: 140%;
}

.small {
  font-weight: normal;
  font-size: 80%;
}

.small2 {
  font-size: 80%;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.text-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letter-spacing-m05 {
  letter-spacing: -0.5px;
}

.letter-spacing-m1 {
  letter-spacing: -1px;
}

/* Animation 左から右にカラーbox、文字の順 */

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.passing .passing-box {
  display: block;
  text-align: center;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: rgb(255, 255, 255);
}

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.5;
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}

/*TOPPAGE Animation css */

.slider_fade>li {
  width: 100%;
  position: absolute;
  list-style: none;
  visibility: hidden;
  animation: anime_slider_fade 9s 0s infinite, backgroundUp 9s 0s infinite;
}

.slider_fade>li:nth-of-type(2) {
  animation-delay: 3s;
}

.slider_fade>li:nth-of-type(3) {
  animation-delay: 6s;
}

@keyframes backgroundUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}

@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  48.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Animation swiper 

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img.top, .swiper-slide-duplicate-active .slide-img.top, .swiper-slide-prev .slide-img.top {
  animation: zoomUp 6s linear 0s 1 normal both;
}*/

/* Animation One */

.one span {
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translate(-150px, -50px) rotate(-180deg) scale(3);
  animation: revolveScale 0.5s forwards;
}

@keyframes revolveScale {
  60% {
    transform: translate(20px, 20px) rotate(30deg) scale(.3);
  }
  100% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
}

/* Animation Two */

.two span {
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translate(200px, -100px) scale(2);
  animation: ballDrop 1.3s forwards;
}

@keyframes ballDrop {
  60% {
    transform: translate(0, 20px) rotate(-180deg) scale(.5);
  }
  100% {
    transform: translate(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

/* Animation Three */

.three span {
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: sideSlide 1.5s forwards;
}

@keyframes sideSlide {
  60% {
    transform: translate(20px, 0) scale(1);
    color: rgb(255, 255, 255);
  }
  80% {
    transform: translate(20px, 0) scale(1);
    color: rgb(255, 255, 255);
  }
  99% {
    transform: translate(0) scale(1.2);
    color: rgb(255, 255, 255);
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
    color: rgb(255, 255, 255);
  }
}

/* Animation Four */

.four span {
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation: revolveDrop 1.3s forwards;
  animation-delay: 1.75s;
}

@keyframes revolveDrop {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }
  60% {
    transform: translate(0, 20px) scale(.8) rotate(0deg);
  }
  100% {
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Animation Five */

.five span {
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation: dropVanish 1.5s forwards;
}

@keyframes dropVanish {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }
  50% {
    transform: translate(0, 20px) scale(.8) rotate(0deg);
    opacity: 1;
  }
  80% {
    transform: translate(-100px, -100px) scale(1.5) rotate(-180deg);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Animation Six */

.six span {
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: rotate(-180deg) translate(150px, 0);
  animation: twister 1.5s forwards;
}

@keyframes twister {
  10% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0);
    opacity: 1;
  }
}

/* Animation Seven */

.seven span {
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translate(-150px, 0) scale(.3);
  animation: leftRight 1.5s forwards;
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(.7);
    opacity: 1;
    color: rgb(255, 255, 255);
  }
  60% {
    color: rgb(255, 255, 255);
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

/* Animation Seven2 */

.seven2.effect-scroll span {
  opacity: 0;
  transform: translate(-150px, 0) scale(.3);
  animation: leftRight2 1.5s forwards;
}

@keyframes leftRight2 {
  40% {
    transform: translate(50px, 0) scale(.7);
    opacity: 1;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.animate {
  word-wrap: break-word;
}

.animate span {
  display: inline-block;
}

.animate span:nth-of-type(2) {
  animation-delay: .05s;
}

.animate span:nth-of-type(3) {
  animation-delay: .1s;
}

.animate span:nth-of-type(4) {
  animation-delay: .15s;
}

.animate span:nth-of-type(5) {
  animation-delay: .2s;
}

.animate span:nth-of-type(6) {
  animation-delay: .25s;
}

.animate span:nth-of-type(7) {
  animation-delay: .3s;
}

.animate span:nth-of-type(8) {
  animation-delay: .35s;
}

.animate span:nth-of-type(9) {
  animation-delay: .4s;
}

.animate span:nth-of-type(10) {
  animation-delay: .45s;
}

.animate span:nth-of-type(11) {
  animation-delay: .5s;
}

.animate span:nth-of-type(12) {
  animation-delay: .55s;
}

.animate span:nth-of-type(13) {
  animation-delay: .6s;
}

.animate span:nth-of-type(14) {
  animation-delay: .65s;
}

.animate span:nth-of-type(15) {
  animation-delay: .7s;
}

.animate span:nth-of-type(16) {
  animation-delay: .75s;
}

.animate span:nth-of-type(17) {
  animation-delay: .8s;
}

.animate span:nth-of-type(18) {
  animation-delay: .85s;
}

.animate span:nth-of-type(19) {
  animation-delay: .9s;
}

.animate span:nth-of-type(20) {
  animation-delay: .95s;
}

/* ################## 各ブロック ################## */

/* ### TOPへ ### */

#top-btn i:hover {
  background: rgb(66, 124, 200);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}

#top-btn i:hover>.top-btn__text {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

/* ###### トップページ メイン ###### */

/*.swiper-wrapper.top {
  overflow: hidden;
}*/

/* ###### NEWS ###### */

.sidebar__cate li a:hover {
  color: rgb(97, 145, 209);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(97, 145, 209);
}

/* ###### コンタクトリンク ####### */

/* Animation 左から右へ */

.contact__text_link {
  display: inline-block;
  vertical-align: middle;
}

.contact__text_link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  transform: translateX(-100%);
  transition: transform ease .3s;
}

.contact__text_link a:hover {
  color: rgb(97, 145, 209);
  font-weight: bold;
}

.contact__text_link a:hover::before {
  transform: translateX(0%);
}

/* ###### フッター ####### */

footer {
  background-color: rgb(8, 129, 205);
}

.footer__copy {
  background-color: rgb(60, 60, 60);
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-weight: normal;
  padding: 7px 5px;
  font-size: 12px;
  text-align: center;
}

/* ###### パンくず ###### */

.breadcrumb__list {
  white-space: nowrap;
  letter-spacing: -0.25px;
}

.breadcrumb__item:not(:first-child)::before {
  content: "＞";
}

.breadcrumb__item {
  display: inline-block;
  font-size: 13px;
}

/* ###### コンタクト ###### */

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {
  .sf {
    display: block !important;
  }
  .tb {
    display: none !important;
  }
  .tbsfinline {
    display: inline !important;
  }
  .tbsf {
    display: block !important;
  }
  .pcinline {
    display: none !important;
  }
  .pctb {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .contents0 {
    padding: 0px 15px;
  }
  .contents {
    padding: 40px 15px;
  }
  .contents2 {
    padding: 20px 15px;
  }
  .contents3 {
    padding: 10px 15px;
  }
  .contents4 {
    padding: 20px 15px;
  }
  .h2nowrap {
    white-space: nowrap;
  }
  p, dd, td, input {
    line-height: 1.5;
    font-size: 14px;
  }
  /* ### TOPへ ### */
  #top-btn i {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: rgb(66, 124, 200);
    border: 2px solid rgb(66, 124, 200);
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background: rgb(255, 255, 255);
    z-index: 1001;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top-btn__text {
    margin: 2px 0 0 0;
    color: rgb(66, 124, 200);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #top-btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }
  /* ###### ヘッダー ####### */
  .header__logo {
    margin: 20px 0 20px 15px;
    width: 90px;
  }
  #navi-btn span {
    display: inline-block;
    text-indent: -9999px;
  }
  #navi-btn i {
    color: rgb(8, 129, 205);
    font-size: 18px;
  }
  #navi-btn {
    padding: 6px 8px;
    border: solid 2px rgb(8, 129, 205);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
  }
  #navi-btn:hover {
    background-color: rgb(8, 129, 205);
  }
  #navi-btn:hover i {
    color: rgb(255, 255, 255);
    font-size: 18px;
  }
  #navi-btn:focus {
    outline: none;
  }
  .header__nav {
    display: none;
    text-align: right;
  }
  .header__nav li {
    display: block;
  }
  .header__nav li a {
    font-size: 16px;
    margin: 0;
    padding: 15px 5px 15px 15px;
    display: block;
    text-align: left;
    background-color: rgb(255, 255, 255);
    border-top: solid 2px rgb(8, 129, 205);
    color: rgb(8, 129, 205);
    text-decoration: none;
    font-weight: bold;
  }
  .header__nav li a:hover {
    background-color: rgb(8, 129, 205);
    color: white;
  }
  /* ###### トップページ メイン ###### */
  .main {
    position: relative;
  }
  .main__back {
    text-align: right;
    background-color: rgb(234, 240, 249);
    min-height: 435px;
    max-height: 435px;
  }
  .main__back img {
    width: 75%;
    min-height: 435px;
    max-height: 435px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .swiper-container.top {
    top: 0;
    position: absolute;
    text-align: left;
    width: 90%;
    min-height: 395px;
    max-height: 395px;
  }
  .slide-img img {
    width: 100%;
    min-height: 395px;
    max-height: 395px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .main__text {
    font-weight: bold;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    z-index: 1
  }
  .main__text_subtitle {
    letter-spacing: 1px;
    font-size: 22px;
    color: white;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
  }
  .main__text_title {
    white-space: nowrap;
    margin: 15px 30px 10px 0;
    letter-spacing: 0.5px;
    font-size: 45px;
    line-height: 1;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  .main__text_title img {
    width: 30px;
    vertical-align: -2px;
  }
  .main__text_iconbox {
    margin: 13px 0 0 -10px;
  }
  .main__text_iconbox_list {
    white-space: nowrap;
    width: 75px;
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 14px;
    margin: 5px 5px 0 0;
    letter-spacing: 0px;
    text-align: center;
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
  }
  .main__text_iconbox_list img {
    margin: 0 0 5px 0;
  }
  /* ###### 下層ページ メイン ###### */
  .underlayer__main__back {
    text-align: right;
    background-color: rgb(234, 240, 249);
    min-height: 280px;
    max-height: 280px;
  }
  .underlayer__main__back img {
    width: 75%;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .underlayer__swiper-container.top {
    top: 0;
    position: absolute;
    text-align: left;
    width: 92%;
    min-height: 250px;
    max-height: 250px;
  }
  .underlayer__slide-img img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .underlayer__main__text {
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    -webkit-transform: translateY(-38%);
    z-index: 1
  }
  .underlayer__main__text_subtitle {
    margin: 0 15px 0 0;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
  }
  .underlayer__main__text_title {
    white-space: nowrap;
    margin: 10px 0 0 0;
    line-height: 1;
    letter-spacing: 7px;
    font-size: 38px;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  /* ###### パンくず ####### */
  .breadcrumb__list {
    font-weight: normal;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    z-index: 1
  }
  .breadcrumb__item {
    font-size: 13px;
    font-weight: normal;
  }
  .breadcrumb__item:not(:first-child)::before {
    content: "＞";
    color: rgb(97, 145, 209);
  }
  /* ###### コンテンツ ####### */
  .square {
    margin: 0px 5px 3px 0;
    vertical-align: bottom;
    text-align: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgb(161, 188, 228);
  }
  .square-half {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: rgb(97, 145, 209);
  }
  .h2-title {
    font-size: 19px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-left: 50px;
    text-indent: -50px;
    text-align: initial;
  }
  .contents__photo {
    text-align: right;
  }
  .contents__photo img {
    min-height: 180px;
    max-height: 180px;
    margin: 0 -15px 0 15px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .contents__text {
    position: relative;
    margin: -140px 0 0 0;
    width: 95%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* ###### NEWS ####### */
  .article {
    margin: 10px 0 0;
  }
  .article__post_date {
    margin: 0 20px 0 0;
    font-weight: bold;
    color: rgb(66, 124, 200);
  }
  .article__post {
    line-height: 1.25;
    padding: 10px 0 10px;
    font-size: 16px;
    border-bottom: 1px solid rgb(195, 195, 195);
  }
  .article__post a {
    margin: 10px 0 0 0;
    text-align: initial;
  }
  .article__cate {
    font-size: 14px;
    margin: 0 8px 7px 0;
    display: inline-block;
    color: rgb(97, 145, 209);
  }
  .sidebar__title {
    display: inline-block;
    font-weight: normal;
    margin: 15px 15px 0px 0;
    font-size: 12px;
    color: rgb(120, 120, 120);
  }
  .sidebar__cate li a{
    font-size: 14px;
    margin: 5px 8px 0 0;
    padding: 5px 10px;
    display: inline-block;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 2px solid rgb(97, 145, 209);
    background-color: rgb(97, 145, 209);
    transition: all 0.5s ease 0s;
  }
  /* ###### コンタクトリンク ####### */
  .contact {
    margin: 0 0 15px 0;
  }
  .contact__back img {
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .contact__text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1
  }
  .contact__text_title {
    color: rgb(255, 255, 255);
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }
  .contact__text_subtitle {
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 0 0 15px 0;
    font-size: 14px;
  }
  /* Animation 左から右へ */
  .contact__text_link a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: normal;
    background: transparent;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    border: 2px solid rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .5s;
  }
  /* ###### フッター ####### */
  .footer__top_back img {
    width: 100%;
    min-height: 140px;
    max-height: 140px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .footer__top_text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    z-index: 1
  }
  .footer__top_text_subtitle {
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
  }
  .footer__top_text_title {
    color: rgb(97, 145, 209);
    font-size: 26px;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif;
  }
  .footer__top_text_title img {
    vertical-align: -2px;
    margin: 0 5px;
  }
  .footer__logo {
    margin: 10px 0 10px;
  }
  .footer__logo img {
    width: 75px;
  }
  .footer__bottom {
    margin: 15px 0 0;
  }
  .footer__bottom_link {
    font-size: 14px;
    line-height: 1.75;
    display: inline-block;
    color: rgb(255, 255, 255);
    margin-bottom: 3px;
  }
  .footer__bottom_link:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  /* ###### コンタクト ###### */
  .infobox {
    margin: 0 0 15px;
    padding: 15px;
    height: 230px;
    overflow: scroll;
    border: rgb(60, 60, 60) 1px solid;
    background-color: rgb(255, 255, 255);
    text-align: left;
    text-align: justify;
  }
  .hitusu {
    float: right;
    border-radius: 4px;
    vertical-align: -1px;
    padding: 1px 3px;
    font-weight: bold;
    color: rgb(216, 25, 32);
    background-color: rgb(255, 255, 255);
    font-size: 13px;
  }
  .hitusu2 {
    font-size: 13px;
    color: rgb(216, 25, 32);
  }
  .radiocheck {
    width: 45px;
  }
  .radio-input {
    font-size: 14px;
    line-height: 1.75;
    padding: 0px 10px 0 10px;
  }
  .radiotext {
    vertical-align: -1px;
    padding: 2px 0px 0 3px;
  }
  .mailform {
    font-size: 15px;
    width: 100%;
    height: 40px;
    padding: 12px;
    border: rgb(60, 60, 60) 1px solid;
  }
  .radio {
    font-size: 15px;
    height: 40px;
    padding: 12px;
  }
  .mailformta {
    font-size: 15px;
    padding: 8px 5px;
    width: 100%;
    height: 120px;
    border: rgb(60, 60, 60) 1px solid;
  }
  .douitext input {
    vertical-align: -1px;
  }
  .douitext {
    letter-spacing: -0.1px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: -10px 0 10px;
    font-size: 13.5px;
  }
  .contacttable {
    margin: 20px 0 20px;
    width: 100%;
  }
  .contacttable th {
    display: block;
    padding: 8px 10px;
  }
  .contacttable td {
    display: block;
    padding: 10px 0px 25px;
  }
  .contactright {
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
  .contactleft {
    color: rgb(255, 255, 255);
    font-size: 15px;
    background-color: rgb(97, 145, 209);
    text-align: left;
    width: 100%;
  }
  .contactleft label {
    color: white;
  }
  ::placeholder {
    color: rgba(60, 60, 60, 0.5);
    font-size: 14px;
  }
  .applybutton {
    display: inline-block;
    margin: 25px 0 0 0;
    padding: 9px 0 11px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 17.5px;
    outline: none;
    font-weight: bold;
    background-color: rgb(97, 145, 209);
    border: 2px solid rgb(97, 145, 209);
    color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  .applybutton:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(97, 145, 209);
    color: rgb(97, 145, 209);
  }
  .sousin {
    margin-right: auto;
    margin-left: auto;
    max-width: 250px;
  }
  .policytitle {
    color: rgb(97, 145, 209);
    font-weight: bold;
    font-size: 14px;
    padding: 20px 0;
  }
  .policytext {
    line-height: 2;
    font-size: 14px;
    text-align: left;
  }
  /* ###### 制作実績 ###### */
  .boxtype-4_link {
    background-color: rgb(161, 188, 228);
  }
  .boxtype-4_link:not(:first-child) {
    margin-top: 20px;
  }
  .boxtype-4_link_a img {
    padding: 15px;
  }
  .boxtype-4_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 15px 15px;
    font-size: 14px;
    min-height: 40px;
  }
  .boxtype-4_icon {
    font-size: 13px;
    text-align: center;
    display: inline-block;
  }
  .boxtype-4_icon img {
    margin-bottom: 5px;
  }
  .boxtype-4_icon:not(:first-child) {
    margin-left: 5px;
  }
  .boxtype-4_icon-all {
    text-align: left;
    background-color: rgb(255, 255, 255);
    padding-bottom: 5px;
  }
  /* ###### 料金表 ###### */
  .pricetable {
    margin-bottom: -30px;
    width: 100%;
  }
  .pricetable th {
    padding: 10px 0px;
  }
  .pricetable td {
    padding: 10px 0px;
  }
  .priceleft {
    text-align: left;
    width: 132px;
    color: rgb(97, 145, 209);
    font-size: 14px;
    border-top: rgb(35, 35, 35) 1px solid;
    border-bottom: rgb(35, 35, 35) 1px solid;
    letter-spacing: -0.5px;
  }
  .priceright {
    width: 100%;
    text-align: left;
    font-size: 14px;
    border-top: rgb(35, 35, 35) 1px solid;
    border-bottom: rgb(35, 35, 35) 1px solid;
  }
  .price-small {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
  /* ###### サンクスページ ###### */
  .thanks-small {
    font-size: 82%;
  }
}

/* ################################################## 480px以上767px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbsfinline {
    display: inline !important;
  }
  .tbsf {
    display: block !important;
  }
  .pcinline {
    display: none !important;
  }
  .pctb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .contents0 {
    padding: 0px 30px;
  }
  .contents {
    padding: 35px 30px;
  }
  .contents2 {
    padding: 20px 30px;
  }
  .contents3 {
    padding: 10px 30px;
  }
  .contents4 {
    padding: 20px 30px;
  }
  p, dd, td, input {
    line-height: 1.5;
    font-size: 15px;
  }
  /* ### TOPへ ### */
  #top-btn i {
    position: fixed;
    bottom: 85px;
    right: 30px;
    width: 100%;
    padding: 6px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: rgb(66, 124, 200);
    border: 2px solid rgb(66, 124, 200);
    background: rgb(255, 255, 255);
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    z-index: 1001;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top-btn__text {
    margin: 2px 0 0 0;
    color: rgb(66, 124, 200);
    font-size: 11px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #top-btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }
  /* ###### ヘッダー ###### */
  .header__logo {
    margin: 25px 0 25px 30px;
    width: 100px;
  }
  #navi-btn span {
    display: inline-block;
    text-indent: -9999px;
  }
  #navi-btn i {
    color: rgb(8, 129, 205);
    font-size: 18px;
  }
  #navi-btn {
    padding: 6px 8px;
    border: solid 2px rgb(8, 129, 205);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
  }
  #navi-btn:hover {
    background-color: rgb(8, 129, 205);
  }
  #navi-btn:hover i {
    color: rgb(255, 255, 255);
    font-size: 18px;
  }
  #navi-btn:focus {
    outline: none;
  }
  .header__nav {
    display: none;
    text-align: right;
  }
  .header__nav li {
    display: block;
  }
  .header__nav li a {
    font-size: 16px;
    margin: 0;
    padding: 15px 5px 15px 30px;
    display: block;
    text-align: left;
    background-color: rgb(255, 255, 255);
    border-top: solid 2px rgb(8, 129, 205);
    color: rgb(8, 129, 205);
    text-decoration: none;
    font-weight: bold;
  }
  .header__nav li a:hover {
    background-color: rgb(8, 129, 205);
    color: white;
  }
  /* ###### トップページ メイン ###### */
  .main {
    position: relative;
  }
  .main__back {
    text-align: right;
    background-color: rgb(234, 240, 249);
    min-height: 515px;
    max-height: 515px;
  }
  .main__back img {
    width: 75%;
    min-height: 515px;
    max-height: 515px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .swiper-container.top {
    top: 0;
    position: absolute;
    text-align: left;
    width: 90%;
    min-height: 475px;
    max-height: 475px;
  }
  .slide-img img {
    width: 100%;
    min-height: 475px;
    max-height: 475px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .main__text {
    font-weight: bold;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    z-index: 1
  }
  .main__text_subtitle {
    letter-spacing: 1px;
    font-size: 25px;
    color: white;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
  }
  .main__text_title {
    margin: 15px 50px 10px 0;
    letter-spacing: 1px;
    font-size: 65px;
    line-height: 1;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  .main__text_title img {
    width: 35px;
    vertical-align: -2px;
  }
  .main__text_iconbox {
    margin: 15px 0 0 -15px;
  }
  .main__text_iconbox_list {
    width: 95px;
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
  }
  .main__text_iconbox_list img {
    margin: 0 0 5px 0;
  }
  /* ###### 下層ページ メイン ###### */
  .underlayer__main__back {
    text-align: right;
    background-color: rgb(234, 240, 249);
    min-height: 380px;
    max-height: 380px;
  }
  .underlayer__main__back img {
    width: 75%;
    min-height: 380px;
    max-height: 380px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .underlayer__swiper-container.top {
    top: 0;
    position: absolute;
    text-align: left;
    width: 92%;
    min-height: 330px;
    max-height: 330px;
  }
  .underlayer__slide-img img {
    width: 100%;
    min-height: 330px;
    max-height: 330px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .underlayer__main__text {
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    z-index: 1
  }
  .underlayer__main__text_subtitle {
    margin: 0 15px 0 0;
    letter-spacing: 1px;
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
  }
  .underlayer__main__text_title {
    white-space: nowrap;
    margin: 15px 0 0 0;
    line-height: 1;
    letter-spacing: 10px;
    font-size: 45px;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  /* ###### パンくず ####### */
  .breadcrumb__list {
    font-weight: normal;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    z-index: 1
  }
  .breadcrumb__item {
    font-size: 13px;
    font-weight: normal;
  }
  .breadcrumb__item:not(:first-child)::before {
    content: "＞";
    color: rgb(97, 145, 209);
  }
  /* ###### コンテンツ ####### */
  .square {
    margin: 0px 10px 3px 0;
    vertical-align: bottom;
    text-align: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgb(161, 188, 228);
  }
  .square-half {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: rgb(97, 145, 209);
  }
  .h2-title {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-left: 58px;
    text-indent: -58px;
  }
  .contents__photo {
    text-align: right;
  }
  .contents__photo img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .contents__text {
    position: relative;
    margin: -160px 0 0 0;
    width: 75%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* ###### NEWS ####### */
  .article {
    margin: 10px 0 0;
  }
  .article__post_date {
    margin: 0 20px 0 0;
    font-weight: bold;
    color: rgb(66, 124, 200);
  }
  .article__post {
    line-height: 1.25;
    padding: 10px 0 10px;
    font-size: 16px;
    border-bottom: 1px solid rgb(195, 195, 195);
  }
  .article__post a {
    margin: 10px 0 0 0;
    text-align: initial;
  }
  .article__cate {
    font-size: 14px;
    margin: 0 8px 7px 0;
    display: inline-block;
    color: rgb(97, 145, 209);
  }
  .sidebar__title {
    display: inline-block;
    font-weight: normal;
    margin: 15px 15px 0px 0;
    font-size: 12px;
    color: rgb(120, 120, 120);
  }
  .sidebar__cate li a{
    font-size: 14px;
    margin: 5px 8px 0 0;
    padding: 5px 10px;
    display: inline-block;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 2px solid rgb(97, 145, 209);
    background-color: rgb(97, 145, 209);
    transition: all 0.5s ease 0s;
  }
  /* ###### コンタクトリンク ####### */
  .contact {
    margin: 0 0 20px 0;
  }
  .contact__back img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .contact__text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1
  }
  .contact__text_title {
    color: rgb(255, 255, 255);
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }
  .contact__text_subtitle {
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 0 0 25px 0;
    font-size: 15px;
  }
  /* Animation 左から右へ */
  .contact__text_link a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    width: 230px;
    height: 48px;
    text-align: center;
    line-height: 43px;
    border: 2px solid rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .5s;
  }
  /* ###### フッター ####### */
  .footer__top_back img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .footer__top_text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    z-index: 1
  }
  .footer__top_text_subtitle {
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
  }
  .footer__top_text_title {
    color: rgb(97, 145, 209);
    font-size: 36px;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif;
  }
  .footer__top_text_title img {
    vertical-align: -2px;
    margin: 0 5px;
  }
  .footer__logo {
    margin: 10px 0 0px;
  }
  .footer__logo img {
    width: 80px;
  }
  .footer__bottom_link {
    display: inline-block;
    margin: 20px 0 10px;
    color: rgb(255, 255, 255);
  }
  .footer__bottom_link:not(:nth-of-type(6)) {
    margin: 0 10px 0 0;
  }
  /* ###### コンタクト ###### */
  .infobox {
    margin: 0 0 25px;
    padding: 15px;
    height: 250px;
    overflow: scroll;
    border: rgb(60, 60, 60) 1px solid;
    background-color: rgb(255, 255, 255);
    text-align: left;
    text-align: justify;
  }
  .hitusu {
    float: right;
    border-radius: 4px;
    vertical-align: -1px;
    padding: 1px 3px;
    font-weight: bold;
    color: rgb(216, 25, 32);
    background-color: rgb(255, 255, 255);
    font-size: 13px;
  }
  .hitusu2 {
    font-size: 13px;
    color: rgb(216, 25, 32);
  }
  .radiocheck {
    width: 50px;
  }
  .radio-input {
    font-size: 15px;
    line-height: 1.75;
    padding: 0px 15px 0 10px;
  }
  .radiotext {
    vertical-align: -0.5px;
    padding: 0 20px 0 3px;
  }
  .mailform {
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding: 12px;
    border: rgb(60, 60, 60) 1px solid;
  }
  .mailformta {
    font-size: 16px;
    padding: 11px 12px;
    width: 100%;
    height: 120px;
    border: rgb(60, 60, 60) 1px solid;
  }
  .douitext input {
    vertical-align: -1px;
  }
  .douitext {
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
  }
  .contacttable {
    margin: 20px 0 20px;
    width: 100%;
  }
  .contacttable th {
    padding: 8px 10px;
  }
  .contacttable td {
    display: block;
    padding: 10px 0px 25px;
  }
  .contactright {
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
  .contactleft {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 15px;
    background-color: rgb(97, 145, 209);
    text-align: left;
    width: 100%;
  }
  .contactleft label {
    color: white;
  }
  ::placeholder {
    color: rgba(60, 60, 60, 0.5);
    font-size: 14px;
  }
  .applybutton {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 11px 0 12px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    outline: none;
    font-weight: bold;
    background-color: rgb(97, 145, 209);
    border: 2px solid rgb(97, 145, 209);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: all .5s ease 0s;
  }
  .applybutton:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(97, 145, 209);
    color: rgb(97, 145, 209);
  }
  .sousin {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
  .policytitle {
    color: rgb(97, 145, 209);
    font-weight: bold;
    font-size: 16px;
    padding: 25px 0;
  }
  .policytext {
    line-height: 2;
    font-size: 15px;
    text-align: left;
  }
  /* ###### 制作実績 ###### */
  .boxtype-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxtype-4_link {
    width: 49%;
    background-color: rgb(161, 188, 228);
  }
  .boxtype-4_link:nth-child(2n) {
    margin-left: 2%;
  }
  .boxtype-4_link:nth-of-type(n+3) {
    margin-top: 3%;
  }
  .boxtype-4_link_a img {
    padding: 15px;
  }
  .boxtype-4_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 15px 15px;
    font-size: 14px;
    min-height: 40px;
  }
  .boxtype-4_icon {
    font-size: 13px;
    text-align: center;
    display: inline-block;
  }
  .boxtype-4_icon img {
    margin-bottom: 5px;
  }
  .boxtype-4_icon:not(:first-child) {
    margin-left: 5px;
  }
  .boxtype-4_icon-all {
    text-align: left;
    background-color: rgb(255, 255, 255);
    padding-bottom: 5px;
  }
  /* ###### 料金表 ###### */
  .pricetable {
    width: 100%;
  }
  .pricetable th {
    padding: 10px 0px;
  }
  .pricetable td {
    padding: 10px 0px;
  }
  .priceleft {
    text-align: left;
    width: 170px;
    color: rgb(97, 145, 209);
    font-size: 16px;
    border-top: rgb(35, 35, 35) 1px solid;
    border-bottom: rgb(35, 35, 35) 1px solid;
  }
  .priceright {
    width: 100%;
    text-align: left;
    font-size: 16px;
    border-top: rgb(35, 35, 35) 1px solid;
    border-bottom: rgb(35, 35, 35) 1px solid;
  }
  .price-small {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
  /* ###### サンクスページ ###### */
  .thanks-small {
    font-size: 85%;
  }
}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {
  .sf {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .tbsfinline {
    display: none !important;
  }
  .tbsf {
    display: none !important;
  }
  .pcinline {
    display: inline !important;
  }
  .pctb {
    display: block !important;
  }
  .pc {
    display: block !important;
  }
  .pconly {
    display: block !important;
  }
  .pctbsfonly {
    display: block !important;
  }
  .contents-top-btn {
    padding: 0px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }
  header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }
  .contents0 {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }
  .contents {
    padding: 65px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }
  .contents2 {
    padding: 50px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }
  .contents3 {
    padding: 15px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }
  .contents4 {
    padding: 50px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 470px;
  }
  p, dd, td, input {
    line-height: 1.5;
    font-size: 16px;
  }
  /* ### TOPへ ### */
  #top-btn {
    margin-right: 90px;
    text-align: right;
  }
  #top-btn i {
    position: fixed;
    bottom: 95px;
    padding: 6px 0 0 0;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    background: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    color: rgb(66, 124, 200);
    border: 2px solid rgb(66, 124, 200);
    font-size: 20px;
    z-index: 1001;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top-btn__text {
    margin: 2px 0 0 0;
    color: rgb(66, 124, 200);
    font-size: 11px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #top-btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }
  /* ###### ヘッダー ####### */
  header {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .header__logo {
    display: table-cell;
    vertical-align: middle;
    height: 95px;
    width: 105px;
  }
  .header__nav {
    display: block !important;
  }
  nav {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    height: 35px;
    font-size: 17px;
    width: 100%;
  }
  .header__nav_link {
    margin: 0 0 0 25px;
    display: inline-block;
  }
  .header__nav_link a {
    color: rgb(60, 60, 60);
    transition: all .5s ease 0s;
  }
  .header__nav_link a:hover {
    color: rgb(97, 145, 209);
  }
  #navi-btn {
    display: none;
  }
  .link-contact {
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(97, 145, 209);
    border: 2px solid rgb(97, 145, 209);
    transition: all 0.5s ease 0s;
  }
  .link-contact:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(97, 145, 209);
    border: 2px solid rgb(97, 145, 209);
  }
  /* ###### トップページ メイン ###### */
  .main {
    position: relative;
  }
  .main__back {
    text-align: right;
    background-color: rgb(234, 240, 249);
    min-height: 630px;
    max-height: 630px;
  }
  .main__back img {
    width: 75%;
    min-height: 630px;
    max-height: 630px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .swiper-container.top {
    top: 0;
    position: absolute;
    text-align: left;
    width: 92%;
    min-height: 560px;
    max-height: 560px;
  }
  .slide-img img {
    width: 100%;
    min-height: 560px;
    max-height: 560px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .main__text {
    font-weight: bold;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    z-index: 1
  }
  .main__text_subtitle {
    letter-spacing: 1px;
    font-size: 30px;
    color: white;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
  }
  .main__text_title {
    white-space: nowrap;
    margin: 15px 90px 10px 0;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 70px;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  .main__text_title img {
    vertical-align: -2px;
    width: 40px;
  }
  .main__text_iconbox {
    margin: 20px 0 0 -10px;
  }
  .main__text_iconbox_list {
    width: 105px;
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
  }
  .main__text_iconbox_list img {
    margin: 0 0 5px 0;
  }
  /* ###### 下層ページ メイン ###### */
  .underlayer__main__back {
    text-align: right;
    background-color: rgb(234, 240, 249);
    min-height: 420px;
    max-height: 420px;
  }
  .underlayer__main__back img {
    width: 75%;
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .underlayer__swiper-container.top {
    top: 0;
    position: absolute;
    text-align: left;
    width: 92%;
    min-height: 350px;
    max-height: 350px;
  }
  .underlayer__slide-img img {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .underlayer__main__text {
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    z-index: 1
  }
  .underlayer__main__text_subtitle {
    margin: 0 15px 0 0;
    letter-spacing: 1px;
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
  }
  .underlayer__main__text_title {
    white-space: nowrap;
    margin: 15px 0px 0 0;
    line-height: 1;
    letter-spacing: 10px;
    font-size: 55px;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  /* ###### パンくず ####### */
  .breadcrumb__list {
    font-weight: normal;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
    z-index: 1
  }
  .breadcrumb__item {
    font-size: 16px;
  }
  .breadcrumb__item:not(:first-child)::before {
    content: "＞";
    color: rgb(97, 145, 209);
  }
  /* ###### コンテンツ ####### */
  .square {
    margin: 0px 20px 3px 0;
    vertical-align: bottom;
    text-align: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: rgb(161, 188, 228);
  }
  .square-half {
    margin: 30px 0 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgb(97, 145, 209);
  }
  .h2-title {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-left: 90px;
    text-indent: -90px;
  }
  .contents__photo {
    text-align: right;
  }
  .contents__photo img {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .contents__text {
    position: relative;
    margin: -290px 0 0 0;
    width: 70%;
    min-height: 300px;
    padding: 0px 30px 0px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* ###### NEWS ####### */
  .article {
    margin: 30px 0 0;
  }
  .article__post_date {
    margin: 0 30px 0 0;
    font-weight: bold;
    color: rgb(66, 124, 200);
  }
  .article__post {
    line-height: 1.25;
    padding: 10px 0 10px;
    font-size: 17px;
    border-bottom: 1px solid rgb(195, 195, 195);
  }
  .article__cate {
    font-size: 14px;
    padding: 5px 10px 0 0;
    display: inline-block;
    color: rgb(97, 145, 209);
  }
  .article__post a {
    margin: 5px 0 0 0;
    text-align: initial;
  }
  .sidebar__title {
    display: inline-block;
    font-weight: normal;
    margin: 15px 15px 0px 0;
    font-size: 12px;
    color: rgb(120, 120, 120);
  }
  .sidebar__cate li a{
    font-size: 14px;
    margin: 5px 8px 0 0;
    padding: 5px 10px;
    display: inline-block;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 2px solid rgb(97, 145, 209);
    background-color: rgb(97, 145, 209);
    transition: all 0.5s ease 0s;
  }
  /* ###### コンタクトリンク ####### */
  .contact {
    margin: 0 0 60px 0;
  }
  .contact__back img {
    width: 100%;
    min-height: 290px;
    max-height: 290px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .contact__text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1
  }
  .contact__text_title {
    color: rgb(255, 255, 255);
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    font-size: 38px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }
  .contact__text_subtitle {
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 0 0 25px 0;
    font-size: 16px;
  }
  /* Animation 左から右へ */
  .contact__text_link a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: normal;
    background: transparent;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 55px;
    border: 2px solid rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .5s;
  }
  /* ###### フッター ####### */
  footer {
    margin-top: -40px;
  }
  .footer__top_back img {
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .footer__top_text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    z-index: 1
  }
  .footer__top_text_subtitle {
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
  }
  .footer__top_text_title {
    color: rgb(97, 145, 209);
    font-size: 44px;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif;
  }
  .footer__top_text_title img {
    vertical-align: -1px;
    margin: 0 5px;
  }
  .footer__logo {
    margin: 10px 0 0;
  }
  .footer__bottom_link {
    display: inline-block;
    margin: 25px 0 10px;
    color: rgb(255, 255, 255);
  }
  .footer__bottom_link:not(:nth-of-type(6)) {
    margin: 0 20px 0 0;
  }
  /* ###### コンタクト ###### */
  .hitusu {
    float: right;
    border-radius: 4px;
    vertical-align: -1px;
    padding: 1px 3px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: rgb(216, 25, 32);
    font-size: 13px;
  }
  .hitusu2 {
    font-size: 13px;
    color: rgb(216, 25, 32);
  }
  .infobox {
    margin: 0 0 25px;
    padding: 15px;
    height: 250px;
    overflow: scroll;
    border: rgb(60, 60, 60) 1px solid;
    background-color: rgb(255, 255, 255);
    text-align: left;
    text-align: justify;
  }
  .radiocheck {
    width: 50px;
  }
  .mailform {
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding: 12px;
    border: rgb(60, 60, 60) 1px solid;
  }
  .radio-input {
    font-size: 16px;
    line-height: 1.75;
    padding: 5px 30px 0 0;
  }
  .radiotext {
    padding: 0 20px 0 0;
  }
  .mailformta {
    font-size: 16px;
    padding: 11px 12px;
    width: 100%;
    height: 120px;
    border: rgb(60, 60, 60) 1px solid;
  }
  .douitext input {
    vertical-align: -1px;
  }
  .douitext {
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    font-size: 15px;
  }
  .contacttable {
    margin: 20px 0 30px;
    width: 100%;
  }
  .contacttable th {
    padding: 30px 15px;
  }
  .contacttable td {
    padding: 20px 15px;
  }
  ::placeholder {
    color: rgba(60, 60, 60, 0.5);
    font-size: 14px;
  }
  .contactleft {
    text-align: left;
    width: 180px;
    color: rgb(60, 60, 60);
    font-size: 15px;
  }
  .contactleft label {
    color: rgb(60, 60, 60);
  }
  .contactright {
    width: 100%;
    text-align: left;
    font-size: 15px;
  }
  .applybutton {
    display: inline-block;
    margin: 30px 0 10px 0;
    padding: 11px 15px 14px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 21px;
    outline: none;
    font-weight: bold;
    background-color: rgb(97, 145, 209);
    border: 2px solid rgb(97, 145, 209);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: all .5s ease 0s;
  }
  .applybutton:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(97, 145, 209);
    color: rgb(97, 145, 209);
  }
  .sousin {
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
  }
  .policytitle {
    color: rgb(97, 145, 209);
    font-weight: bold;
    font-size: 16px;
    padding: 25px 0;
  }
  .policytext {
    line-height: 2;
    font-size: 15px;
    text-align: left;
  }
  /* ###### 制作実績 ###### */
  .boxtype-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .boxtype-4_link {
    width: 24%;
    min-height: 245px;
    background-color: rgb(161, 188, 228);
  }
  .boxtype-4_link:not(:first-child) {
    margin-left: 1.333%;
  }
  .boxtype-4_link_a img {
    padding: 15px;
  }
  .boxtype-4_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 15px 15px;
    font-size: 14px;
    min-height: 45px;
  }
  .boxtype-4_icon {
    font-size: 13px;
    text-align: center;
    display: inline-block;
  }
  .boxtype-4_icon img {
    margin-bottom: 5px;
  }
  .boxtype-4_icon:not(:first-child) {
    margin-left: 5px;
  }
  .boxtype-4_icon-all {
    text-align: left;
    background-color: rgb(255, 255, 255);
    padding-bottom: 10px;
  }
  /* ###### 料金表 ###### */
  .pricetable {
    width: 100%;
  }
  .pricetable th {
    padding: 10px 0px;
  }
  .pricetable td {
    padding: 10px 0px;
  }
  .priceleft {
    text-align: left;
    width: 200px;
    color: rgb(97, 145, 209);
    font-size: 16px;
    border-top: rgb(35, 35, 35) 1px solid;
    border-bottom: rgb(35, 35, 35) 1px solid;
  }
  .priceright {
    width: 100%;
    text-align: left;
    font-size: 16px;
    border-top: rgb(35, 35, 35) 1px solid;
    border-bottom: rgb(35, 35, 35) 1px solid;
  }
  .price-small {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
  /* ###### サンクスページ ###### */
  .thanks-small {
    font-size: 90%;
  }
  /* ###### NEWSページ ###### */
  .article__photo {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 300px;
  }
}

/* ################################################## IEのみ適用 ################################################## */

@media all and (-ms-high-contrast: none) {
  #top-btn i {
    right: 30px;
  }
  :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* img {
    width: 100% !important;
  } */
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {}

@media all and (-ms-high-contrast: none) and (min-width: 480px) and (max-width: 767px) {}

@media all and (-ms-high-contrast: none) and (max-width: 479px) {}