@charset "UTF-8";
@media only screen and (max-width: 860px) {
  .mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  .pc_right {
    text-align: center;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    padding-top: 0px;
  }
  .wp-login-head {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    /*追記*/
    right: 0;
    /*追記*/
  }
  #nav-drawer {
    position: relative;
    background: #0059B2;
    text-align: center;
  }
  .nav-unshown {
    display: none;
  }
  header {
    height: 50px;
  }
  header .tagline .logo {
    width: 100%;
    height: 100%;
    border-bottom: none;
    padding: 10px;
  }
  header .tagline .logo .outer .inner {
    text-align: left;
  }
  header .tagline .logo .outer .inner img {
    max-width: 300px;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #9B9077;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #nav-open span:nth-of-type(1) {
    top: 13px;
  }
  #nav-open span:nth-of-type(2) {
    top: 23px;
  }
  #nav-open span:nth-of-type(3) {
    top: 33px;
  }
  #nav-open.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-open.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #000;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
  }
  #nav-content .box {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    text-align: left;
  }
  #nav-content .box a {
    color: #fff;
  }
  #nav-content .box ul {
    margin-bottom: 15px;
  }
  #nav-content .box ul li {
    font-size: 104%;
    font-weight: bold;
    padding: 5px 0;
  }
  #nav-content .box ul li ul li {
    position: relative;
    padding-left: 20px;
    font-size: 94%;
  }
  #nav-content .box ul li ul li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 10px;
    height: 2px;
    background: #fff;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .slide_wrapper .inner {
    font-size: 164%;
    width: 90%;
  }
  .main_img {
    width: 100%;
    max-width: 2000px;
    box-sizing: border-box;
    position: relative;
    background-attachment: local;
    background-position-y: 0px;
    background-position-x: center;
    height: 350px;
    background-size: cover;
  }
  .main_img .inner {
    text-align: center;
    padding-top: 5%;
  }
  .main_img .inner h1 {
    font-size: 144%;
  }
  .main_img .inner span {
    font-size: 74%;
  }
  .main_copy {
    padding: 60px 0px;
  }
  .main_copy h1 {
    font-size: 114%;
  }
  .main_copy span {
    font-size: 164%;
  }
  .l-page-top-pic .pb50 {
    padding-bottom: 0px;
  }
  .l-page-top-pic .pt50 {
    padding-top: 0px;
  }
  .l-page-top-pic .l-top-pic:after {
    display: none;
  }
  .l-page-top-pic .l-bottom-pic {
    position: relative;
  }
  .l-page-top-pic .l-bottom-pic:after {
    display: none;
  }
  .top__xwall {
    position: relative;
  }
  .top__xwall:before {
    content: "";
    display: none;
  }
  .top__xwall .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
    height: 100%;
  }
  .top__xwall .box .right_box {
    position: relative;
    background: #FFF;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__xwall .box .right_box:after {
    display: none;
  }
  .top__xwall .box .left_box {
    width: 100%;
    padding-top: 30px;
  }
  .top__xwall .box .left_box p {
    padding: 20px 0px;
  }
  .top__xwall .box .left_box .btn {
    display: flex;
    flex-wrap: wrap;
  }
  .top__xwall .box .left_box .btn li {
    width: 48%;
  }
  .top__xwall .box .left_box .btn li a {
    display: block;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #9B9077;
    box-sizing: border-box;
    transition: .5s all;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 84%;
    color: #9B9077;
    position: relative;
  }
  .top__xwall .box .left_box .btn li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #9B9077;
  }
  .top__xwall .box .left_box .btn li a:hover {
    background: #9B9077;
    color: #FFF;
  }
  .top__gva {
    position: relative;
  }
  .top__gva:before {
    display: none;
  }
  .top__gva .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
  }
  .top__gva .box .left_box {
    position: relative;
    background: #FFF;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__gva .box .left_box img {
    z-index: 2;
  }
  .top__gva .box .left_box:after {
    content: "";
    display: none;
  }
  .top__gva .box .right_box {
    width: 100%;
    padding-top: 30px;
  }
  .top__gva .box .right_box p {
    padding: 20px 0px;
  }
  .top__gva .box .right_box .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__gva .box .right_box .btn li {
    width: 48%;
  }
  .top__gva .box .right_box .btn li a {
    display: block;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #9B9077;
    box-sizing: border-box;
    transition: .5s all;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 84%;
    color: #9B9077;
    position: relative;
  }
  .top__gva .box .right_box .btn li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #9B9077;
  }
  .top__gva .box .right_box .btn li a:hover {
    background: #9B9077;
    color: #FFF;
  }
  .news__block dl {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 30px;
  }
  .news__block dl dt {
    width: 100%;
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 5px;
    background: #e3f3e6;
    padding: 15px 10px;
    border-bottom: none;
  }
  .news__block dl dd {
    width: 100%;
    font-size: 90%;
    border-top: none;
    padding: 10px 10px;
  }
  .news__block dl dd:nth-child(2) {
    border-top: none;
  }
  .blog {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .blog .left {
    width: 100%;
  }
  .blog .left .cat .page_ttl {
    border-top: solid 4px #dedbd4;
    padding: 20px 0;
    font-size: 124%;
    font-weight: bold;
  }
  .blog .left .cat ul.page__nav li {
    border-bottom: 1px solid #CCC;
    position: relative;
    transition: .5s all;
  }
  .blog .left .cat ul.page__nav li:hover {
    opacity: 0.7;
  }
  .blog .left .cat ul.page__nav li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .blog .left .cat ul.page__nav li a {
    display: block;
    font-size: 90%;
    padding: 12px 0px 12px 30px;
  }
  .blog .left .cat ul.page__nav .active {
    background: #e5e5e5;
  }
  .blog .left .cat ul.page__nav .index {
    background: #000;
    color: #FFF;
  }
  .blog .left .cat ul.page__nav .index a {
    color: #FFF;
    padding: 12px 0px 12px 30px;
  }
  .blog .left .cat ul.page__nav .index:before {
    content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .blog .left ul.new__post li {
    border-bottom: 1px solid #CCC;
    position: relative;
    transition: .5s all;
  }
  .blog .left ul.new__post li:hover {
    opacity: 0.7;
  }
  .blog .left ul.new__post a {
    display: block;
    font-size: 90%;
    padding: 12px 0px 12px 0px;
  }
  .blog .left ul.new__post dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .blog .left ul.new__post dl dt {
    width: 40%;
  }
  .blog .left ul.new__post dl dt img {
    max-width: 100%;
  }
  .blog .left ul.new__post dl dd {
    width: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog .right {
    width: 100%;
  }
  .blog .right .post__box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog .right .post__box ul li {
    width: 47%;
    transition: .5s all;
    margin-bottom: 20px;
  }
  .blog .right .post__box ul li:hover {
    opacity: 0.5;
  }
  .blog .right .post__box ul li a {
    display: block;
  }
  .blog .right .post__box ul li img {
    max-width: 100%;
  }
  .blog .right .post__box ul li .date {
    font-size: 84%;
    color: #CCC;
    padding: 10px 0px 0px;
  }
  .blog .right .post__box ul li .post_ttl {
    font-size: 104;
  }
  .product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .product .content_box {
    margin-bottom: 25px;
  }
  .product .left {
    width: 100%;
  }
  .product .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .product .right .column__half {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product .right .column__half .left {
    width: 100%;
  }
  .product .right .column__half .right {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  /*/////////// footer ////////////*/
  footer {
    padding-top: 10px;
  }
  footer .link__block {
    padding: 30px 0px;
  }
  footer .link__block .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .link__block .box section {
    border-right: none;
    padding-right: 0px;
  }
  footer .link__block .box section:first-child {
    width: 100%;
  }
  footer .link__block .box section:not(:first-child) {
    width: 48%;
  }
  footer .link__block .box section:last-child {
    width: 100%;
  }
  footer .link__block .box .sub_ttl {
    font-size: 104%;
    color: #9A9077;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer .link__block .box .link .page_ttl {
    font-size: 94%;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
  }
  footer .link__block .box .link .block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .link__block .box .link .block div {
    padding-right: 0px;
  }
  footer .link__block .box .link .cat {
    margin-bottom: 15px;
  }
  footer .link__block .box .link .cat li {
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    font-size: 84%;
    color: #FFF;
  }
  footer .link__block .box .link .cat li a {
    color: #FFF;
  }
  footer .link__block .box .link .cat li:last-child {
    margin-bottom: 0px;
  }
  .voice {
    width: 100%;
  }
  .voice .link {
    margin-bottom: 20px;
  }
  .voice .link ul {
    display: flex;
    flex-wrap: wrap;
  }
  .voice .link ul li {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
  }
  .voice .link ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .voice .link ul li a {
    display: block;
  }
  .voice .link ul li .imgWrap {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .voice .link ul li .imgWrap img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
  }
  .voice .link ul li .txt {
    height: 60px;
    background: #F4F4F1;
    display: table;
    width: 100%;
    font-size: 84%;
    box-sizing: border-box;
    padding: 0px 5px;
  }
  .voice .link ul li .txt .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .voice .link ul li:hover img {
    transform: scale(1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
  }
  .recruit table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .recruit table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .recruit table th, .recruit table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .recruit table tbody {
    text-align: left;
  }
  .recruit table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .recruit table tbody td {
    background: white;
  }
  .recruit .btn__area {
    padding-top: 25px;
    flex-wrap: wrap;
  }
  .recruit .btn__area li {
    width: 100%;
    margin-bottom: 25px;
  }
  .news_box {
    width: 94%;
    margin: 0px auto;
  }
  .news_box .btn__box {
    position: static;
  }
  .news_box dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .news_box dl dt {
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
    font-size: 120%;
  }
  .news_box dl dt:first-child {
    border-top: 1px solid #FFF;
  }
  .news_box dl dd {
    color: #000;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 5px 10px 10px;
    border-top: none;
  }
  .news_box dl dd:nth-child(2) {
    border-top: none;
  }
  .news_box dl dd a {
    color: #333333;
    text-decoration: none;
    position: relative;
  }
  .top__genre {
    background: #FFF;
  }
  .top__genre .box {
    width: 100%;
    position: relative;
    background: #F5F5F5;
  }
  .top__genre .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px 0px 0px;
  }
  .top__genre .box ul li {
    max-width: initial;
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 25px;
  }
  .top__genre .box ul li:last-child {
    margin-bottom: 0px;
  }
  .top__genre .box ul li img {
    width: 100%;
  }
  .top__genre .box ul li .inner {
    padding: 15px;
  }
  .top__genre .box ul li .inner .sub_ttl {
    font-size: 114%;
    margin-bottom: 20px;
  }
  .top__genre .box:before {
    content: "";
    display: block;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .introduction .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .introduction .box .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .introduction .box .btn li {
    width: 48%;
  }
  .introduction .box .btn li a {
    display: block;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #9B9077;
    box-sizing: border-box;
    transition: .5s all;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 84%;
    color: #9B9077;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .introduction .box .btn li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #9B9077;
  }
  .introduction .box .btn li a:hover {
    background: #9B9077;
    color: #FFF;
  }
  .introduction .box .w100 {
    width: 100%;
    margin-bottom: 10px;
  }
  .introduction .box .left {
    width: 100%;
  }
  .introduction .box .left p {
    line-height: 1.5;
    padding: 30px 0px;
  }
  .introduction .box .right {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .sub_page_link {
    padding: 25px 0px;
  }
  .sub_page_link ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sub_page_link ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .sub_page_link ul li:hover img {
    transform: scale(1);
    /*画像の拡大率*/
  }
  .sub_page_link ul li .imgWrap {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .sub_page_link ul li .imgWrap img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
  }
  .sub_page_link ul li .txt {
    height: 70px;
  }
  .company .access section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .company .access section .gmap {
    width: 100%;
    height: 350px;
  }
  .company .access section .left {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .company .access section .left .inner {
    position: static;
    -ms-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
    padding: 0px;
  }
  .company .access section .left .inner p {
    margin-bottom: 15px;
  }
  .company .access section .right {
    width: 100%;
  }
  .company .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .company .main .left {
    width: 100%;
  }
  .company .main .left figure {
    margin-bottom: 20px;
  }
  .company .main .left figure figcaption {
    text-align: center;
    margin-bottom: 8px;
    background: #00BFFF;
    padding: 8px;
    color: #FFF;
    font-size: 114%;
  }
  .company .main .right {
    width: 100%;
  }
  /*/////////// サイトマップ ////////////*/
  .sitemap ul {
    flex-direction: column;
  }
  .sitemap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap ul li:last-child {
    margin-bottom: 0px;
  }
  .sitemap ul li span {
    color: #00BFFF;
  }
  .second_main_img {
    padding-top: 0px;
  }
  .second_main_img .outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    z-index: 3;
    width: 100%;
  }
  .second_main_img .outer h2 {
    font-size: 184%;
    text-align: center;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 20px 0px;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  .sp_tel {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #468C00;
    line-height: 50px;
    text-align: center;
  }
  .sp_tel a {
    color: #FFF;
    display: block;
  }
  /*/////////// 会社概要 ////////////*/
  .message ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .message ul .pic {
    width: 300px;
    margin: 0px auto;
    text-align: center;
  }
  .message ul .txt {
    width: 100%;
    padding-right: 0px;
    padding-top: 20px;
  }
  .message ul .txt .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
  }
	
	.common_btn_l {
    width: 80%;
    display: block;
    background: #A4A4F7;
    text-align: center;
    color: #FFF;
    border-radius: 20px;
    position: relative;
    padding: 10px 0px;
    transition: .5s all;
    color: #fff;
    margin: 30px auto;
}
	img.cambodiapic {
    width: 90%;
}
.wrapper1 {
    display: none;
}
}

@media screen and (max-width: 640px) {
  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .bottom__menu {
    flex-wrap: wrap;
  }
  .bottom__menu li {
    width: 100%;
    min-height: 250px;
    background-size: cover;
  }
  .bottom__menu li:hover {
    opacity: 1;
  }
  .bottom__menu li img {
    transition: .5s all;
  }
  .bottom__menu li:hover img {
    transform: scale(1);
    /*画像の拡大率*/
  }
  .scroll table {
    width: 640px;
  }
  .half__column {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .half__column div {
    width: 100%;
    margin-bottom: 20px;
  }
  .half__column iframe {
    width: 100%;
    height: 250px;
  }
  .image__list ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .image__list ul img {
    margin-bottom: 10px;
    width: auto;
    max-width: 100%;
  }
  .image__list ul .sub_ttl {
    text-align: center;
    font-weight: bold;
  }
  .image__list .w30 li {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  #skippr-slider {
    width: 100%;
    height: 200px;
  }
  #skippr-slider .flex__center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #skippr-slider .flex__bottom {
    display: flex;
    -webkit-box-align: end;
    -webkit-ms-flex-align: end;
    align-items: flex-end;
  }
  #skippr-slider .slide1 {
    height: 100%;
  }
  #skippr-slider .slide2 {
    height: 100%;
    padding-top: 20px;
  }
  .middle_ttl {
    font-size: 104%;
  }
  /*/////////// 会社概要 ////////////*/
  .company_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl table th, .company_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl table tbody {
    text-align: left;
  }
  .company_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl table tbody td {
    background: white;
  }
  /*/////////// お問い合わせ ////////////*/
  .contact {
    padding: 10px;
  }
  .contact .link__btn {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .contact .link__btn li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .contact form table th, .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  .contact form table .normal_txt {
    width: 100%;
  }
  .contact form table .small_txt {
    width: 50%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .privacy .sub_ttl {
    font-size: 140%;
  }
  .policy article {
    margin-bottom: 30px;
    background: #EEEEEE;
    padding: 15px;
    box-sizing: border-box;
  }
  .policy article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .policy article ul li:first-child {
    min-width: auto;
    min-width: initial;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .policy article ul li:last-child {
    padding-left: 0px;
    line-height: 1.7;
  }
  .main_copy {
    padding: 50px 0px;
  }
  .main_copy h1 {
    font-size: 104%;
  }
  .main_copy span {
    font-size: 134%;
  }
  .youtube {
    max-width: 760px;
    width: 90%;
    height: 300px;
    margin: 0px auto;
  }
  .secondary__box {
    padding: 15px;
  }
  .common__tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
  }
  .common__tbl tr {
    width: 100%;
  }
  .common__tbl tr:first-child {
    border-top: solid 1px #e5e5e5;
  }
  .common__tbl th, .common__tbl td {
    box-sizing: border-box;
    padding: 12px 12px;
    border-bottom: solid 1px #e5e5e5;
    display: block;
    width: 100%;
  }
  .common__tbl th {
    color: #000;
    text-align: center;
    width: 100%;
    background-color: #f4f4f1;
    vertical-align: middle;
  }
  .select__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .select__list ul li {
    width: 48%;
    margin-right: 0px;
    transition: .5s all;
    margin-bottom: 10px;
  }
	ul.flex1 {
    display: block;
    justify-content: space-around;
}
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
  .secondary__box {
    padding: 10px;
  }
  .youtube {
    width: 90%;
    height: 240px;
  }
  .voice .detail .box {
    background: #F4F4F1;
    margin-bottom: 25px;
    border-top: 3px solid #82775F;
    padding: 20px;
    box-sizing: border-box;
  }
  .voice .detail .box .pic ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #FFF;
    width: 100%;
  }
  .voice .detail .box .pic ul li:first-child {
    width: 30%;
  }
  .voice .detail .box .pic ul li:first-child img {
    width: 100%;
  }
  .voice .detail .box .pic ul li:last-child {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .voice .detail .box .pic ul li:last-child p {
    font-size: 84%;
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .voice .detail .box .pic ul li:last-child p span {
    font-size: 104%;
  }
  .voice .detail .box .faq {
    padding: 20px 0px 0px 0px;
  }
  .voice .detail .box .faq .sec {
    margin-bottom: 20px;
  }
  .interview__block .pic ul li:first-child {
    width: 30%;
  }
  .interview__block .pic ul li:last-child {
    width: 70%;
  }
  .image__list__sp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .image__list__sp ul .sub_ttl {
    text-align: center;
    font-weight: bold;
  }
  .image__list__sp .w45__center a {
    display: block;
  }
  .image__list__sp .w45__center li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: .5s all;
  }
  .image__list__sp .w45__center li:hover {
    opacity: 0.6;
  }
  .xwall__spec {
    border: 1px solid #CCC;
    padding: 10px;
    box-sizing: border-box;
  }
  .xwall__spec .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .xwall__spec .box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .xwall__spec .box .left img {
    max-width: 100%;
  }
  .xwall__spec .box .right {
    width: 100%;
    display: block;
    padding-left: 0px;
  }
  .point dl dt {
    font-size: 100%;
  }
  .point dl dd {
    padding: 10px;
  }
  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  /*/////////// footer ////////////*/
  footer .link__block .box .link .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .link__block .box .link .block div {
    width: 48%;
  }
  .ttl {
    margin-bottom: 20px;
  }
  .l-page-top-pic .pb50 {
    padding-bottom: 0px;
  }
  .l-page-top-pic .l-page-outer .inner {
    padding: 15px;
  }
  .l-page-top-pic .l-page-outer .inner .txt__block .sub_ttl {
    font-size: 154%;
    margin-bottom: 20px;
  }
  .l-page-top-pic .l-page-outer .inner .txt__block .lead {
    font-size: 104%;
    line-height: 1.5;
  }
  .second__img {
    height: 250px;
    background-size: cover;
    overflow: hidden;
    margin-top: 50px;
  }
  .second__img .outer h2 {
    font-size: 164%;
  }
  .common_btn {
    width: 80%;
    max-width: 300px;
  }
  #skippr-slider {
    width: 100%;
    height: 170px;
  }
  #skippr-slider .flex__center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #skippr-slider .flex__bottom {
    display: flex;
    -webkit-box-align: end;
    -webkit-ms-flex-align: end;
    align-items: flex-end;
  }
  #skippr-slider .slide1 {
    height: 100%;
  }
  #skippr-slider .slide2 {
    height: 100%;
    padding-top: 20px;
  }
  .slide_wrapper .inner {
    font-size: 124%;
    width: 90%;
    line-height: 1.2;
  }
  .main_copy {
    padding: 40px 10px;
  }
  .main_copy h2 {
    font-size: 100%;
  }
  .main_copy span {
    font-size: 124%;
  }
  .main_img {
    width: 100%;
    max-width: 2000px;
    box-sizing: border-box;
    position: relative;
    background-attachment: local;
    background-position-y: 0px;
    background-position-x: center;
    height: 260px;
    background-size: cover;
  }
  .main_img .inner {
    text-align: center;
    padding-top: 5%;
  }
  .main_img .inner h1 {
    font-size: 124%;
  }
  .main_img .inner span {
    font-size: 74%;
  }
  .light_ttl span {
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    background: #FF0000;
    padding: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .img__figure__list ul li {
    width: 100%;
  }
  .img__figure__list ul li:first-child {
    margin-bottom: 20px;
  }
}
