@media screen and (max-width: 500px) {
  .indent_content {
    padding: 40px 0;
  }
  .indent_content02 {
    margin-top: 30px;
  }
  .sp-none02 {
    display: none;
  }
  .none02 {
    display: inline;
  }
  #wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pan {
    padding: 0 16px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header {
    padding: 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header nav {
    display: none !important;
  }
  header .l_box {
    width: 100%;
  }
  header .l_box .logo {
    width: 30%;
  }
  header .l_box p {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .sp_hamburger {
    position: fixed;
    width: 30px;
    height: 25px;
    top: 17.5px;
    right: 16px;
    z-index: 120;
    display: block;
  }
  .sp_hamburger .hamburger {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: none;
    outline: none;
    border: none;
  }
  .sp_hamburger .hamburger_bar {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #fff;
    -webkit-transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s, -webkit-transform 0.24s;
  }
  .sp_hamburger .hamburger_bar:nth-child(1) {
    top: 0;
  }
  .sp_hamburger .hamburger_bar:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp_hamburger .hamburger_bar:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    background: #fff;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(2) {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 0;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    background: #fff;
  }
  .sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 110;
    opacity: 0;
    -webkit-transition: opacity 0.24s;
    transition: opacity 0.24s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: url("img/sp/header/sp_nav_bg.jpg") top left repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 16px;
  }
  .sp_nav .txt01 {
    width: 40%;
    z-index: 10;
    position: relative;
    margin: auto;
  }
  .sp_nav .txt02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.05;
    font-size: 15vw;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    letter-spacing: 5vw;
  }
  .sp_nav .con {
    position: relative;
    width: 100%;
  }
  .sp_nav.is_active {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 130;
    margin-top: 10%;
  }
  .nav-list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4%;
    font-size: 4vw;
    font-weight: 700;
  }
  .single_page {
    padding-bottom: 40px;
    margin-top: 100px;
  }
  .op_box .op_con .logo {
    width: 80%;
    height: inherit;
  }
  .op_box .op_con .op_txt01 {
    font-size: 25vw;
    letter-spacing: 0.5vw;
  }
  .op_box .op_con .op_txt02 {
    font-size: 7vw;
    letter-spacing: 0.5vw;
  }
  .notice_box {
    min-height: calc(100% - 60px);
    background: #fff;
    height: calc(100% - 60px);
    top: inherit;
  }
  .notice_box .title {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .notice_box .txt_box {
    padding: 0 16px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
  }
  .notice_box .txt01 {
    font-size: 3.2vw;
  }
  .notice_box .txt_box .txt01:nth-of-type(2) {
    margin: 10px auto 16px;
  }
  .notice_box .txt02 {
    font-size: 3.5vw;
    margin-top: 16px;
    line-height: 1.5;
  }
  .notice_box .txt03 {
    font-size: 4vw;
    margin: 16px auto;
    line-height: 1.5;
  }
  .notice_box .btn_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .notice_box .btn_inner a {
    width: 48%;
    height: auto;
    padding: 16px 0;
    font-size: 3.5vw;
  }
  .notice_box .btn_inner a:nth-child(2) {
    margin: 0;
  }
  .notice_box .btn_inner a .arrow {
    width: 7%;
    right: 5%;
  }
  .notice_box .close {
    width: 50px;
    height: 50px;
    top: -10%;
    right: 16px;
  }
  .notice_box .close span {
    width: 20px;
    height: 5px;
  }
  #frontMainBox {
    min-width: inherit;
    left: 0;
    margin: 60px auto 0;
  }
  #frontMainBox .img {
    position: relative;
  }
  #frontMainBox .bg {
    display: none;
  }
  .thumb_contact {
    display: none;
  }
  .global_nav {
    display: none;
  }
  #index .sc-section {
    height: auto;
  }
  #index .sc-section .bg {
    min-width: inherit;
    left: 0;
    margin: 0 auto;
  }
  #index .box01 {
    padding: 40px 0;
    margin: 0 auto;
  }
  #index .box01 .bg {
    min-width: inherit;
    left: 0;
    margin: 0 auto;
  }
  #index .box01 .inner01 {
    display: block;
  }
  #index .box01 .inner01 .item {
    width: 70%;
    margin: 0 auto;
  }
  #index .box01 .inner01 .item:nth-of-type(n + 2) {
    margin: 16px auto 0;
  }
  #index .box01 .inner02 p {
    font-size: 3.5vw;
    margin: 20px auto 0;
    text-align: center;
    line-height: 1.7;
  }
  #index .box01 .inner02 .icon {
    display: none;
  }
  #index .box02 {
    height: 100vh;
  }
  #index .box02 .txt_box {
    margin: auto;
  }
  #index .box02 .txt_box .inner {
    margin-left: auto;
    display: block;
  }
  #index .box03 {
    height: auto;
    padding: 40px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index .box03 .txt_box {
    position: relative;
  }
  #index .box03 .title_box {
    height: auto;
  }
  #index .box03 .title_box .medal {
    display: none;
  }
  #index .box03 .con {
    margin-top: 20px;
  }
  #index .box03 .con .title {
    font-size: 4vw;
    padding: 16px 0;
    text-align: center;
    letter-spacing: 0.5vw;
  }
  #index .box03 .con .inner02 {
    display: block;
    height: auto;
    margin-top: 30px;
  }
  #index .box03 .con .inner02 .item {
    width: 70%;
    margin: 0 auto;
  }
  #index .box03 .con .inner02 .item:nth-of-type(n + 2) {
    margin: 30px auto 0;
  }
  #index .box03 .con .inner02 .item:nth-of-type(2) {
    width: 80%;
  }
  #index .box03 .con .inner02 .item:nth-of-type(3) {
    width: 60%;
  }
  #index .box03 .con::after {
    display: none;
  }
  #index .box04 {
    padding: 40px 0;
  }
  #index .box04 .inner_box {
    display: block;
  }
  #index .box04 .inner_box .txt_box {
    position: relative;
  }
  #index .box04 .inner_box .txt_box h2 {
    width: 75%;
    margin: 0 auto;
  }
  #index .box04 .inner_box .txt_box .btn {
    margin: 30px auto 0;
  }
  #index .box04 .inner_box .img_box {
    position: relative;
    z-index: 20;
  }
  #index .box04 .inner_box .shadow {
    display: none;
  }
  #index .box04 .inner_box .img {
    height: auto;
    min-width: inherit;
    position: relative;
    right: inherit;
  }
  #index .box04 .sp-img {
    margin-top: 20px;
  }
  #index .box04.sc-section .bg {
    margin: 0 auto;
    min-width: inherit;
    left: 0;
    bottom: 0;
  }
  #index .box05 {
    margin-top: 0;
    padding: 30px 0;
  }
  #index .box05 .box {
    padding: 0 16px 30px;
  }
  #index .box05 .box .title_box {
    margin-bottom: 16px;
  }
  #index .box05 .box .title_box h2 {
    font-size: 6vw;
    margin-left: 16px;
  }
  #index .box05 .box .btn {
    width: 100%;
    height: auto;
    right: inherit;
    top: inherit;
    font-size: 4vw;
    padding: 16px 0;
    margin-top: 30px;
    position: relative;
  }
  #index .box05 .box .icon_text {
    font-size: 15vw;
    top: 1vw;
    letter-spacing: 1vw;
  }
  #index .box05 .box .inner {
    padding: 16px;
  }
  #index .box05 .box .inner .item {
    display: block;
  }
  #index .box05 .box .inner .item .time {
    font-size: 3.5vw;
    margin: 0 0 16px;
  }
  #index .box05 .box .inner .item h3 {
    font-size: 4vwv;
    margin-bottom: 2vw;
  }
  #index .box05 .box .inner .item .text {
    font-size: 3.5vw;
    line-height: 2;
  }
  #index .box06 {
    padding: 30px 0;
  }
  #index .box06 h2 {
    margin-bottom: 10px;
    padding: 0 16px;
  }
  #index .box06 .inner {
    display: block;
  }
  #index .box06 .inner .min_txt {
    position: relative;
    padding: 0 16px;
    right: inherit;
    top: inherit;
    font-size: 3.2vw;
    margin-bottom: 20px;
    text-align: center;
  }
  #index .box06 .inner .item {
    width: 100%;
    padding: 5px;
    padding-bottom: 30px;
  }
  #index .box06 .inner .item .txt01 {
    font-size: 4vw;
    padding: 10px 20px;
    border-radius: 10vw;
    margin: 25px auto 20px;
    letter-spacing: 0.5vw;
  }
  #index .box06 .inner .item .txt02 {
    font-size: 3.5vw;
    line-height: 2;
    padding: 0 15px;
  }
  #index .box06 .inner .item .img_box .icon {
    left: 0;
    bottom: 2px;
    width: 30%;
  }
  #index .box06 .inner .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #index .box06 .icon_text {
    font-size: 15vw;
    top: 9vw;
    letter-spacing: 1vw;
  }
  #index .box07 .inner {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .box07 .inner .item {
    width: 48%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #index .box07 .inner .item .icon_box, #index .box07 .inner .item .txt {
    display: none;
  }
  #index .box07 .inner .item:nth-of-type(1), #index .box07 .inner .item:nth-of-type(2), #index .box07 .inner .item:nth-of-type(3), #index .box07 .inner .item:nth-of-type(4) {
    border: none;
  }
  #index .box07 .inner .item:nth-of-type(n + 3) {
    margin-top: 4%;
  }
  #index .box07 .sdgs_link {
    width: 70%;
    margin: 45px auto 0;
  }
  #index .box08 {
    padding-top: 40px;
    background: #fff;
  }
  #index .box08 h2 {
    font-size: 6vw;
    letter-spacing: 1vw;
  }
  #index .box08 .icon_text {
    top: 5vw;
    font-size: 15vw;
    letter-spacing: 1.5vw;
  }
  #index .box08 .txt01 {
    font-size: 4vw;
    margin: 20px auto 30px;
    letter-spacing: 1vw;
    line-height: 1.5;
  }
  #index .box08 iframe {
    height: 400px;
  }
  footer {
    padding-top: 40px;
  }
  footer .logo {
    width: 80%;
  }
  footer .copy {
    font-size: 3.5vw;
    margin-top: 40px;
  }
  .page_title span {
    border-left: 3px solid #fff;
    font-size: 4vw;
  }
  /*graphic*/
  #graphic {
    margin-bottom: 30px;
  }
  #graphic .box01 h2 {
    margin: 30px 0;
  }
  #graphic .box01 .con01 {
    border: none;
    margin-bottom: 30px;
  }
  #graphic .box01 .inner01 {
    font-size: 3.5vw;
    display: block;
    padding: 30px 16px 0;
  }
  #graphic .box01 .title_box01 {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    border-left: 5px solid #b61505;
    border-right: 5px solid #b61505;
  }
  #graphic .box01 .title01 {
    display: block;
  }
  #graphic .box01 .title01 p {
    font-size: 3.5vw;
  }
  #graphic .box01 .title01 span {
    font-size: 8vw;
  }
  #graphic .box01 .title01 .yellow {
    font-size: 6vw;
  }
  #graphic .box01 .title01 h3 {
    font-size: 5vw;
    padding: 10px 0;
    line-height: 1.2;
  }
  #graphic .box01 .inner01 img {
    margin: 0 auto 16px;
  }
  #graphic .box02 {
    border: none;
    margin-bottom: 0;
  }
  #graphic .box02 .title02 h2 {
    line-height: 1.3;
    font-size: 4.5vw;
    padding: 1.6px;
    padding: 5px 0 13px;
    height: auto;
  }
  #graphic .box02 .title02 .yellow {
    font-size: 6vw;
  }
  #graphic .box02 h2::before, #graphic .box02 h2::after {
    display: none;
  }
  #graphic .box02 ul {
    padding: 30px 16px;
  }
  #graphic .box02 .slider03 {
    width: 10%;
  }
  #graphic .box02 .icon {
    width: 10%;
    margin: 0;
    margin-right: 5%;
  }
  #graphic .box02 li {
    border: solid 5px #000;
    padding: 16px;
    margin-right: 0;
    width: auto;
  }
  #graphic .box02 li:nth-child(n+2) {
    margin-top: 16px;
  }
  #graphic .box02 li .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20%;
  }
  #graphic .box02 li .red {
    margin: 0;
    font-size: 5.5vw;
  }
  #graphic .box02 li .txt01 {
    font-size: 3.5vw;
    margin-top: 16px;
  }
  #graphic .box03 {
    border: 0;
    margin-bottom: 0;
  }
  #graphic .box03 h2 {
    font-size: 4.5vw;
    background-position: center;
    background-size: auto 100%;
  }
  #graphic .box03 .yellow {
    font-size: 5.5vw;
  }
  #graphic .box03 img {
    margin-top: 20px;
  }
  #graphic .box03 .inner01 {
    padding: 30px 16px;
  }
  #graphic .box03 .inner01 p {
    font-size: 3.5vw;
    line-height: 2;
  }
  /*#landingpage*/
  #landingpage .box01 {
    border: none;
    padding-bottom: 20px;
  }
  #landingpage .box01 h2 {
    font-size: 4.5vw;
    line-height: 1.5;
    padding: 10px 0;
    background: #181818;
  }
  #landingpage .box01 h2 span {
    font-size: 5vw;
  }
  #landingpage .box01 h3 {
    padding: 30px 16px 0;
    margin: 0;
    line-height: 1.5;
    font-size: 4.5vw;
  }
  #landingpage .inner {
    display: block;
    margin: 30px 16px 0;
  }
  #landingpage .box01 .inner img {
    margin: 0 auto 16px;
  }
  #landingpage .box01 h4 {
    font-size: 5vw;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
  }
  #landingpage .box01 h4 span {
    display: block;
  }
  #landingpage .box01 h4 span::after {
    display: none;
  }
  #landingpage .box01 .txtbox01 {
    font-size: 3.5vw;
    line-height: 2;
  }
  #landingpage .bg {
    border: none;
    padding-bottom: 20px;
  }
  #landingpage .box02 {
    padding: 30px 0;
  }
  #landingpage .box02 h2 {
    padding-bottom: 10px;
    width: 60%;
    border: none;
    margin: auto;
  }
  #landingpage .box02 .inner02 {
    border: none;
    display: block;
    margin-top: 20px;
    font-size: 3.5vw;
    padding: 0 16px;
    line-height: 2;
  }
  #landingpage .box02 .img02_01 {
    margin: 0 auto 20px;
  }
  #landingpage .box02 h3 {
    font-size: 4.5vw;
    line-height: 1.5;
    margin: 30px auto 20px;
    padding: 10px;
  }
  #landingpage .box02 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px;
  }
  #landingpage .box02 li {
    width: 48%;
  }
  #landingpage .box02 li:nth-child(3) {
    margin-top: 4%;
  }
  #landingpage .box03 .title03 {
    display: block;
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
    background: #3C3C3C;
    padding: 10px 0;
  }
  #landingpage .box03 .title03 p {
    display: none;
  }
  #landingpage .box03 h2 {
    line-height: 1.5;
  }
  #landingpage .box03 .con01 {
    margin: 30px 16px 0;
  }
  #landingpage .box03 .con01 .title {
    display: block;
  }
  #landingpage .box03 .con01 .number {
    display: none;
  }
  #landingpage .box03 .con01 h3 {
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
    padding: 0;
  }
  #landingpage .box03 .con01 .title::after {
    display: none;
  }
  #landingpage .box03 .con01 .inner03 {
    display: block;
    font-size: 3.5vw;
    margin-top: 30px;
  }
  #landingpage .box03 .con01 .inner03 img {
    margin: 0 auto 16px;
  }
  /*maintenance*/
  #maintenance {
    padding-bottom: 30px;
  }
  #maintenance .box01 {
    border: none;
    padding-bottom: 20px;
  }
  #maintenance .box01 .box {
    margin: 30px 0 0;
  }
  #maintenance .box01 .over {
    display: block;
    margin-bottom: 20px;
  }
  #maintenance .box01 .no {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
    height: auto;
    font-size: 4.5vw;
    border-left: 5px solid #b61505;
    border-right: 5px solid #b61505;
  }
  #maintenance .box01 h3 {
    font-size: 4.5vw;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
  }
  #maintenance .box01 .no p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #maintenance .box01 .no br {
    display: none;
  }
  #maintenance .box01 .inner {
    display: block;
    font-size: 3.5vw;
  }
  #maintenance .box01 .inner p {
    padding: 0 16px;
  }
  #maintenance .box01 .img01, #maintenance .box01 .img02 {
    margin: 0 auto 16px;
  }
  #nine_months .box01 {
    padding: 20px 16px;
  }
  #nine_months .box02 {
    padding: 20px 16px;
  }
  #nine_months .box02 .title {
    margin-left: 0;
  }
  #nine_months .box02 .list {
    margin-top: 20px;
  }
  #nine_months .band_area {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 16px;
  }
  #nine_months .box03 {
    padding: 10px 16px 20px;
  }
  #nine_months .box05 {
    padding: 20px 16px;
  }
  #nine_months .box05 .bdr {
    width: 20%;
  }
  #nine_months .box05 h2 {
    margin: 20px auto;
    font-size: 5vw;
  }
  #nine_months .box06 .inbox12 {
    width: 100%;
  }
  #nine_months .box06 .icon {
    display: none;
  }
  #nine_months .box06 h2 {
    font-size: 6vw;
    margin-left: 0;
  }
  #nine_months .box06 .title_area {
    font-size: 4vw;
    padding: 10px 0;
  }
  #nine_months .box06 .tel_area {
    font-size: 3.5vw;
    padding: 10px 0;
  }
  #nine_months .box06 .tel_area img {
    width: 70%;
  }
  #nine_months .box06 .icon01, #nine_months .box06 .icon02 {
    width: 5% !important;
  }
  #nine_months .box06 .txt_area {
    margin: 20px auto;
    font-size: 3vw;
  }
  #nine_months .box06 .big {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  #nine_months .box06 th, #nine_months .box06 td {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nine_months .box06 th {
    font-size: 4vw;
  }
  #nine_months .box06 .mw_wp_form_input .btn input {
    max-width: 100%;
    font-size: 5vw;
    padding: 15px 0;
    margin-bottom: 0;
    background-size: 5%;
  }
  #nine_months .tel {
    font-size: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*planning*/
  #planning {
    margin-bottom: 30px;
  }
  #planning .box01 {
    border: none;
    padding-bottom: 0;
  }
  #planning .box01 h2, #planning .box02 h2 {
    font-size: 5vw;
    padding: 10px;
    line-height: 1.3;
  }
  #planning .box01 h2 span, #planning .box02 h2 span {
    font-size: 6vw;
  }
  #planning .box01 .inner {
    border: none;
    margin: 30px auto 0;
    padding-right: 0;
    display: block;
    margin-top: 20px;
  }
  #planning .box01 .no {
    width: 100%;
    min-width: inherit;
    border-right: none;
    margin-right: 0;
  }
  #planning .box01 .no img {
    display: none;
  }
  #planning .box01 .no p {
    font-size: 4.5vw;
    padding: 10px 0;
  }
  #planning .box01 .inner .txt {
    font-size: 3.5vw;
    padding: 20px 16px;
  }
  #planning .box02 {
    border: none;
    padding-bottom: 0;
  }
  #planning .box02 .box {
    margin: auto;
    border: none;
    padding-bottom: 0;
  }
  #planning .box02 .over {
    border-bottom: 2px solid #181818;
    display: block;
    padding: 16px 0;
    background: #FE0000;
    color: #fff;
  }
  #planning .box02 .no {
    display: none;
  }
  #planning .box02 h3 {
    font-size: 5vw;
    text-align: center;
  }
  #planning .box02 .txt {
    font-size: 3.5vw;
    padding: 20px 16px;
  }
  /*production*/
  #production {
    margin-bottom: 30px;
  }
  #production .box01 {
    border: none;
    padding-bottom: 30px;
  }
  #production .box01 h2 {
    font-size: 4.5vw;
  }
  #production .box01 h2 span {
    font-size: 7vw;
  }
  #production .inner {
    margin: 30px 16px 0;
    font-size: 3.5vw;
    display: block;
  }
  #production .inner .img01, #production .inner .img02 {
    margin: 0 auto 16px;
  }
  #production h3 {
    font-size: 4.5vw;
    padding: 10px 0;
    margin: 30px 16px 0;
    background: #181818;
    line-height: 1.5;
  }
  #production .arrow {
    display: none;
  }
  #production .box02 {
    padding-bottom: 30px;
  }
  #production .box02 h2 {
    padding: 16px;
  }
  #production .box02 .icon {
    top: 0;
    font-size: 10vw;
  }
  #production .ul01 {
    margin: 30px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #production .ul01 li img {
    display: none;
  }
  #production .ul01 li {
    width: 47.5%;
    padding: 20px 0;
    border: 3px solid #000;
    font-size: 3.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #production .ul01 li:nth-child(3) {
    margin-top: 16px;
  }
  #production .box02 h4 {
    width: 80%;
    margin: auto;
  }
  #production .ul02 {
    margin: 20px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #production .ul02 li {
    width: 47.5%;
  }
  #production .ul02 p {
    font-size: 3vw;
  }
  #production .ul02 li:nth-child(n+3) {
    margin-top: 16px;
  }
  #production .txt01 {
    font-size: 3.5vw;
    margin: 0 16px;
  }
  /*seo*/
  #seo {
    padding-bottom: 30px;
  }
  #seo .box01 {
    border: none;
  }
  #seo .box01 h2 {
    font-size: 4.5vw;
    padding: 10px 0;
    line-height: 1.3;
  }
  #seo .box01 h2:before, #seo .box01 h2:after {
    display: none;
  }
  #seo .box01 h2 span {
    font-size: 5vw;
  }
  #seo .box01 h3 {
    font-size: 4.5vw;
    padding: 16px 0;
  }
  #seo .box01 .inner {
    display: none;
  }
  #seo .box02 {
    border: none;
    margin-top: 0;
  }
  #seo .box02 h2 {
    font-size: 5vw;
    padding: 16px 0;
    line-height: 1.2;
  }
  #seo .box02 .con {
    border: none;
    margin: 30px 0 0;
  }
  #seo .box02 .over {
    display: block;
    border: none;
  }
  #seo .box02 .no {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 4vw;
    border-left: 5px solid #181818;
  }
  #seo .box02 .no span {
    font-size: 7vw;
    margin-top: 0;
    padding: 5px 0 5px 5px;
  }
  #seo .box02 h3 {
    font-size: 4vw;
    padding: 20px 0;
    text-align: center;
    line-height: 1.3;
  }
  #seo .box02 .inner {
    display: block;
    margin: 0 16px 0;
    font-size: 3.5vw;
  }
  #seo .box02 .inner img {
    margin: 0 auto 16px;
  }
  #ten_times .box01 {
    padding: 20px 16px;
  }
  #ten_times .box02 {
    padding: 20px 16px;
  }
  #ten_times .box02 .title {
    margin-left: 0;
  }
  #ten_times .box02 .list {
    margin-top: 20px;
  }
  #ten_times .band_area {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 16px;
  }
  #ten_times .box03 {
    padding: 10px 16px 20px;
  }
  #ten_times .box05 {
    padding: 20px 16px;
  }
  #ten_times .box05 .bdr {
    width: 20%;
  }
  #ten_times .box05 h2 {
    margin: 20px auto;
    font-size: 5vw;
  }
  #ten_times .box06 .inbox12 {
    width: 100%;
  }
  #ten_times .box06 .icon {
    display: none;
  }
  #ten_times .box06 h2 {
    font-size: 6vw;
    margin-left: 0;
  }
  #ten_times .box06 .title_area {
    font-size: 4vw;
    padding: 10px 0;
  }
  #ten_times .box06 .tel_area {
    font-size: 3.5vw;
    padding: 10px 0;
  }
  #ten_times .box06 .tel_area img {
    width: 70%;
  }
  #ten_times .box06 .icon01, #ten_times .box06 .icon02 {
    width: 5% !important;
  }
  #ten_times .box06 .txt_area {
    margin: 20px auto;
    font-size: 3vw;
  }
  #ten_times .box06 .big {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  #ten_times .box06 th, #ten_times .box06 td {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #ten_times .box06 th {
    font-size: 4vw;
  }
  #ten_times .box06 .mw_wp_form_input .btn input {
    max-width: 100%;
    font-size: 5vw;
    padding: 15px 0;
    margin-bottom: 0;
    background-size: 5%;
  }
  #ten_times .tel {
    font-size: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*lp*/
  .lp_main {
    display: none;
  }
  .lp_nav {
    display: none;
  }
  .lp_form {
    width: 100%;
  }
  .lp_bg {
    padding: 0;
  }
  .lp_form .title_area {
    display: block;
    font-size: 3vw;
    text-align: center;
    padding: 10px 0;
  }
  .lp_form .title_area .icon {
    display: none;
  }
  .lp_form .title_area h2 {
    font-size: 6vw;
    margin: 0 auto 5px;
  }
  .lp_form .tel_area {
    display: block;
    padding: 10px;
    font-size: 3vw;
  }
  .lp_form .tel_area img {
    width: 5%;
    margin: 0;
  }
  .lp_form .big {
    font-size: 4vw;
    margin: 20px auto 10px;
  }
  .lp_form th, .lp_form td {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  .lp_form th {
    font-size: 4vw;
  }
  .lp_form .mw_wp_form_input .btn input {
    max-width: 100%;
    font-size: 5vw;
    padding: 15px 0;
    margin-bottom: 0;
    background-size: 5%;
  }
  #three_months .box01 {
    padding: 20px 16px;
  }
  #three_months .box01 h2 {
    font-size: 5vw;
    background: #000;
    padding: 10px 0;
  }
  #three_months .box01 .big {
    font-size: 5vw;
    margin-top: 10px;
  }
  #three_months .box01 .text02 {
    margin-top: -10px;
  }
  #three_months .bg02 {
    padding: 20px 16px 0;
  }
  #three_months .box02 h2, #three_months .box03 h2 {
    margin: 0 auto;
  }
  #three_months .box02 li {
    margin-top: 20px;
  }
  #three_months .box02 li img {
    width: 50%;
  }
  #three_months .box02 li .inner, #three_months .box02 li:nth-child(2) .inner, #three_months .box02 li:nth-child(3) .inner {
    display: block;
    padding: 10px;
    border: 2px solid #000;
    font-size: 3vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
  }
  #three_months .box02 .inner img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #three_months .box02 h3 {
    font-size: 5vw;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #three_months .box02 h3 span {
    font-size: 6vw;
  }
  #three_months .box02 .inner02 img {
    margin-left: 0;
  }
  #three_months .band_area {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 16px;
  }
  #three_months .box01_2_title {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #three_months .box01_2_title img {
    display: none;
  }
  #three_months .box01_2_title h2 {
    line-height: 1.2;
  }
  #three_months .box03 .title_area {
    margin: 20px auto;
    font-size: 5vw;
  }
  #three_months .box03 .title_area img {
    width: 10%;
  }
  #three_months .box03 .title_area .icon {
    display: none;
  }
  #three_months .box03 .con, #three_months .box03 .con02 {
    padding: 10px;
    border: 2px solid #000;
  }
  #three_months .box03 h3 {
    font-size: 5vw;
    line-height: 1.2;
  }
  #three_months .box03 .con_icon {
    display: none;
  }
  #three_months .box03 .inner {
    display: block;
    margin-top: 10px;
    font-size: 3vw;
  }
  #three_months .box03 .inner img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #three_months .box03 .text {
    font-size: 4vw;
    margin: 10px auto;
    letter-spacing: inherit;
  }
  #three_months .box03 .icon02 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 5vw;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #three_months .box03 .big {
    font-size: 3vw;
  }
  #three_months .box04 .icon01 {
    display: none;
  }
  #three_months .box04 .icon02 {
    display: none;
  }
  #three_months .box04 .title_area {
    font-size: 5vw;
  }
  #three_months .box04 h2 {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 20px;
  }
  #three_months .box04 .con {
    padding: 10px;
    font-size: 3vw;
    margin-top: 20px;
  }
  #three_months .box04 .icon04 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 5vw;
  }
  #three_months .box04 .inner {
    display: block;
    margin: 10px auto;
  }
  #three_months .box04 .inner img {
    margin: 0 auto 10px;
  }
  #three_months .box04 h3 {
    font-size: 4vw;
  }
  #three_months .box04 .icon03 {
    width: 10%;
  }
  #three_months .box04 .big {
    font-size: 4vw;
    margin: 20px 0 0;
  }
  #three_months .box04 {
    padding: 20px 16px 20px;
  }
  #three_months .box05 {
    padding: 20px 16px;
  }
  #three_months .box05 .bdr {
    width: 20%;
  }
  #three_months .box05 h2 {
    margin: 20px auto;
    font-size: 5vw;
  }
  #acMenu dt img, #acMenu dd img {
    width: 6%;
  }
  #acMenu dt span {
    font-size: 4vw;
  }
  #acMenu dt, #acMenu dt.active {
    font-size: 3vw;
    padding: 10px 0;
    background-size: 3%;
  }
  #acMenu dd {
    padding: 10px 0;
    font-size: 3vw;
  }
  #three_months .box06 .inbox12 {
    width: 100%;
  }
  #three_months .box06 .icon {
    display: none;
  }
  #three_months .box06 h2 {
    font-size: 6vw;
    margin-left: 0;
  }
  #three_months .box06 .title_area {
    font-size: 4vw;
    padding: 10px 0;
  }
  #three_months .box06 .tel_area {
    font-size: 3.5vw;
    padding: 10px 0;
  }
  #three_months .box06 .tel_area img {
    width: 5%;
  }
  #three_months .box06 .icon01, #three_months .box06 .icon02 {
    width: 5% !important;
  }
  #three_months .box06 .txt_area {
    margin: 20px auto;
    font-size: 3vw;
  }
  #three_months .box06 .big {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  #three_months .box06 th, #three_months .box06 td {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #three_months .box06 th {
    font-size: 4vw;
  }
  #three_months .box06 .mw_wp_form_input .btn input {
    max-width: 100%;
    font-size: 5vw;
    padding: 15px 0;
    margin-bottom: 0;
    background-size: 5%;
  }
  #three_months .tel {
    font-size: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #interview .main {
    display: none;
  }
  #interview .box01 {
    display: block;
  }
  #interview .box01 .img {
    min-width: inherit;
    margin: 0 auto 16px;
  }
  #interview .box01 .img .no {
    width: 22%;
  }
  #interview .box01 .img01 {
    margin: 0 auto 25px;
  }
  #interview .box01 h2 {
    font-size: 4vw;
    border-left: 5px solid #fe0000;
    padding-left: 10px;
    width: calc(100% - 32px);
    margin: 0 auto 16px;
    line-height: 1.7;
  }
  #interview .box01 .text {
    font-size: 3.5vw;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  #interview .bnr {
    height: auto;
    padding: 30px 16px;
  }
  #interview .bnr .big {
    font-size: 3.8vw;
    line-height: 2;
    margin-bottom: 10px;
    letter-spacing: 0.5vw;
  }
  #interview .bnr .text {
    font-size: 3.5vw;
    line-height: 2.2;
    width: 100%;
  }
  #interview .c_txt {
    font-size: 5vw;
    line-height: 1.5;
  }
  #interview .gallery_box h2 {
    font-size: 4vw;
    margin-bottom: 30px;
  }
  #interview .gallery_box .inner {
    padding: 0 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  #interview .gallery_box .inner .item {
    width: 100%;
    height: 500px;
  }
  #interview .gallery_box .inner .item:nth-of-type(n + 2) {
    margin: 30px 0 0;
  }
  #interview .link_box {
    display: none;
  }
  #interview.aegis .bnr, #interview.toukaisetubi .bnr, #interview.style_labo .bnr, #interview.karen .bnr, #interview.morinoki .bnr, #interview.yamakiseito .bnr {
    background: #000;
  }
  #archives-blog .inner {
    margin: 30px auto 0;
    max-width: inherit;
    padding: 0 16px;
  }
  #archives-blog .inner .item {
    display: block;
  }
  #archives-blog .inner .item h2 {
    font-size: 4vw;
    margin: 16px 0 10px;
  }
  #archives-blog .inner .item .time {
    font-size: 3.5vw;
    margin-right: 0;
  }
  #archives-blog .inner .item .text {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #single_blog .box01 h1 {
    font-size: 4vw;
  }
  #single_blog .box01 .text {
    font-size: 3.5vw;
  }
  #company .page_title {
    margin-bottom: 30px;
  }
  #company table th, #company table td {
    display: block;
    font-size: 3.5vw;
    width: 100%;
    padding: 16px;
  }
  #company table th {
    border-bottom: none;
    padding-bottom: 5px;
    font-size: 4vw;
  }
  #company table td {
    padding-top: 0;
  }
  #company .box01 iframe {
    height: 400px;
  }
  #company .box02 p {
    font-size: 3.5vw;
    line-height: 2.2;
    padding: 0 16px;
  }
  #company .box02 p:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #contact form {
    margin-top: 30px;
  }
  #contact form table tr th, #contact form table tr td {
    display: block;
    font-size: 16px;
    padding: 20px 16px;
    display: block;
  }
  #contact form table tr th .essential, #contact form table tr td .essential {
    right: 16px;
  }
  #contact form table tr th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  #contact form table tr:nth-child(1) td {
    padding-top: 20px;
  }
  #contact form .btn_box input {
    font-size: 4.5vw;
    width: calc(100% - 32px);
    height: auto;
    margin: 40px auto 0;
    padding: 16px 0;
  }
  #end .thanks {
    font-size: 3.5vw;
    margin: 0;
    padding: 0 16px;
  }
  #pop_banner {
    bottom: 0;
  }
  #sitemap .inner {
    padding: 0 16px;
    display: block;
  }
  #sitemap .inner a {
    width: 100%;
    border-left: 2px solid #181818;
    margin-top: 30px;
    font-size: 4vw;
    padding: 0 0 0 16px;
  }
  .notice_box {
    min-height: calc(100% - 60px);
    background: #fff;
    height: calc(100% - 60px);
    top: inherit;
  }
  .notice_box .title {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .notice_box .txt_box {
    padding: 0 16px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
  }
  .notice_box .txt01 {
    font-size: 3.2vw;
  }
  .notice_box .txt_box .txt01:nth-of-type(2) {
    margin: 10px auto 16px;
  }
  .notice_box .txt02 {
    font-size: 3.5vw;
    margin-top: 16px;
    line-height: 1.5;
  }
  .notice_box .txt03 {
    font-size: 4vw;
    margin: 16px auto;
    line-height: 1.5;
  }
  .notice_box .btn_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .notice_box .btn_inner a {
    width: 48%;
    height: auto;
    padding: 16px 0;
    font-size: 3.5vw;
  }
  .notice_box .btn_inner a:nth-child(2) {
    margin: 0;
  }
  .notice_box .btn_inner a .arrow {
    width: 7%;
    right: 5%;
  }
  .notice_box .close {
    width: 50px;
    height: 50px;
    top: -10%;
    right: 16px;
  }
  .notice_box .close span {
    width: 20px;
    height: 5px;
  }
  #single_works .thumb_img {
    margin: 0 auto 30px;
  }
  #single_works .information_list {
    padding: 0 16px;
  }
  #single_works .information_list li {
    font-size: 4vw;
  }
  #single_works .information_list li:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  #single_works .information_list li:nth-child(3) {
    border-bottom: 2px solid #fe0000;
  }
  #single_works .box01 {
    border: 1px solid #181818;
    padding: 20px 16px 16px;
    margin: 40px auto;
  }
  #single_works .box01 h2 {
    font-size: 6vw;
    display: table;
    top: inherit;
    left: inherit;
    position: relative;
  }
  #single_works .box01 .text {
    font-size: 3.5vw;
    margin-top: 16px;
  }
  #single_works .gallery h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
  #single_works .gallery .gallery_list {
    padding: 0 16px;
    display: block;
  }
  #single_works .gallery .gallery_list .img {
    width: 100%;
    height: 500px;
  }
  #single_works .gallery .gallery_list .img:nth-of-type(n + 2) {
    margin: 30px auto 0;
  }
  #reason .main {
    display: none;
  }
  #reason .link_box {
    margin-top: 30px;
  }
  #reason .link_box .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #reason .link_box .inner .item01, #reason .link_box .inner .item03, #reason .link_box .inner .item04 {
    margin: inherit;
  }
  #reason .link_box .inner02 {
    margin-top: 0;
  }
  #reason .box01 {
    border: none;
  }
  #reason .box01 .title {
    font-size: 5vw;
    padding: 20px 0;
  }
  #reason .box01 .title_icon {
    display: none;
  }
  #reason .box01 .txt01 {
    font-size: 4.5vw;
    padding: 10px 0;
    width: 100%;
    margin: 0;
  }
  #reason .box01 .h2_box .icon {
    display: none;
  }
  #reason .box01 .h2_box h2 {
    font-size: 4.5vw;
    margin: 40px auto 0;
  }
  #reason .box01 .h2_box h2 .square {
    width: auto;
    height: auto;
    padding: 5px;
  }
  #reason .box01 .h2_box h2 .big01 {
    font-size: 8vw;
  }
  #reason .box01 .h2_box h2 .big02 {
    font-size: 6vw;
  }
  #reason .box01 .h2_box h2::after {
    display: none;
  }
  #reason .box01 .inner {
    margin: 30px auto;
    font-size: 3.5vw;
    line-height: 2.2;
    padding: 0;
    display: block;
  }
  #reason .box01 .inner .img {
    margin: 0 auto 30px;
  }
  #reason .box01 .inner p {
    padding: 0 16px;
  }
  #reason .box01 .under {
    border: 3px solid #181818;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
  }
  #reason .box01 .under h3 {
    font-size: 5vw;
    position: relative;
    line-height: 1.5;
    padding: 10px;
    clip-path: inherit;
    display: block;
  }
  #reason .box01 .under ul {
    padding: 20px 16px;
  }
  #reason .box01 .under ul li {
    font-size: 4vw;
    line-height: 1.7;
  }
  #reason .box01 .under ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  #reason .box01 .under ul::after {
    display: none;
  }
  #reason .box01 .bnr {
    height: auto;
    padding: 40px 16px;
  }
  #reason .box01 .bnr .bnr_icon {
    left: 0;
    top: -30px;
    width: 40%;
  }
  #reason .pn_box {
    margin-top: 30px;
  }
  #reason .pn_box .prev_box, #reason .pn_box .next_box {
    width: 48%;
  }
  #reason .pn_box .txt {
    display: none;
  }
  #reason .pn_box .bdr {
    display: none;
  }
  #reason .pn_box .arrow {
    display: none;
  }
  #top_contact {
    padding: 40px 16px;
  }
  #top_contact .title_img {
    margin-bottom: 0;
  }
  #top_contact .box {
    padding-bottom: 20px;
  }
  #top_contact .box .title {
    padding: 10px 0;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  #top_contact .box .title h2 {
    font-size: 6vw;
  }
  #top_contact .box .title .min {
    display: none;
  }
  #top_contact .box .txt01 {
    font-size: 4.5vw;
    margin-bottom: 0;
  }
  #top_contact .box .inner {
    padding: 0 16px;
    display: block;
  }
  #top_contact .box .inner table th, #top_contact .box .inner table td {
    display: block;
    font-size: 16px;
  }
  #top_contact .box .inner table th {
    min-width: inherit;
  }
  #top_contact .box .inner table td input {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
  }
  #top_contact .box .inner .table02 {
    width: 100%;
    margin-left: 0;
  }
  #top_contact .box .inner .table02 th, #top_contact .box .inner .table02 td {
    height: auto;
  }
  #top_contact .box .inner .table02 th textarea, #top_contact .box .inner .table02 td textarea {
    width: 100%;
    height: auto;
    margin-top: 16px;
    font-size: 16px;
  }
  #top_contact .box .form_btn {
    width: calc(100% - 32px);
    height: auto;
    padding: 16px 0;
  }
  #archives-works .pan {
    padding: 0 16px;
  }
  #archives-works .page_title {
    margin: 0 auto 40px;
    width: calc(100% - 32px);
  }
  #archives-works .inner {
    padding: 0 16px;
  }
  #archives-works .inner .item, #archives-works .inner .item:nth-child(5n) {
    width: 48%;
    margin-right: 4%;
  }
  #archives-works .inner .item h3, #archives-works .inner .item:nth-child(5n) h3 {
    font-size: 3.7vw;
    margin: 16px 0 10px;
    line-height: 1.5;
  }
  #archives-works .inner .item .text, #archives-works .inner .item:nth-child(5n) .text {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #archives-works .inner .item:nth-child(2n) {
    margin-right: 0;
  }
  #archives-works .inner .item:nth-child(n+3) {
    margin-top: 4%;
  }
}