@charset "UTF-8";
/* CSS Document */
/*========================================================================
 Reset CSS
========================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*========================================================================
 BODY
========================================================================*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
  font-weight: 400;
  font-style: normal;
  color: #333333;
  min-width: 1040px;
  width: expression(document.body.clientWidth < 1000? "1000px": "auto");
  margin: 0;
  padding: 0;
}

/*========================================================================
 フォントサイズ設定
========================================================================*/
h2 {
  font-size: 1.3461538461vw;
}

h2.co,
h2.single {
  font-size: 2.5vw;
  font-weight: bold;
}

h3 {
  font-size: 1.7307692307vw;
  font-weight: bold;
}

h3.co,
h3.ma_no {
  font-weight: normal;
}

h3.sm,
h3.sm_end {
  font-size: 1.5384615384vw;
  font-weight: normal;
}

h4 {
  font-size: 1.5384615384vw;
  font-weight: bold;
}

h4.ct {
  font-weight: normal;
}

h5,
p,
dl,
dt,
dd {
  font-size: 1.3461538461vw;
}

p {
  line-height: 1.923074923vw;
}

h6 {
  font-size: 1.5384615384vw;
  font-weight: bold;
}

li {
  font-size: 1.3461538461vw;
}

/*========================================================================
 リンク設定
========================================================================*/
/*--デフォルト--*/
a:link {
  color: #808080;
  text-decoration: none;
}

a:visited {
  color: #808080;
  text-decoration: none;
}

a:active {
  color: rgba(248, 145, 61, 0.8);
  text-decoration: none;
}

a:hover {
  color: rgba(248, 145, 61, 0.8);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*--フッター--*/
footer .sitemap a:link {
  color: #ffffff;
  text-decoration: none;
}

footer .sitemap a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer .sitemap a:active {
  color: rgba(51, 145, 169, 0.8);
  text-decoration: none;
}

footer .sitemap a:hover {
  color: rgba(51, 145, 169, 0.8);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*========================================================================
 矢印
========================================================================*/
.arrow {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #f9923e;
  border-right: solid 1px #f9923e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

box_shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/*========================================================================
 ヘッダー
========================================================================*/
header {
  z-index: 100;
  position: fixed;
  width: 240px;
  text-align: center;
  padding-top: 30px;
}

header h1 {
  font-size: 8px;
  color: #3391a9;
  font-weight: bold;
  margin: 0 0 30px 0;
}

header h1 img {
  width: 80px;
  height: 40px;
}

/*========================================================================
 ハンバーガーメニュー
========================================================================*/
#nav-toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
}

#nav-toggle > div {
  position: relative;
  width: 32px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #3391a9;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/*========================================================================
 サイドバー
========================================================================*/
aside {
  z-index: 10;
  position: fixed;
  background: #fafafa;
  color: #033560;
  width: 240px;
  height: 100%;
  text-align: center;
  padding: 130px 0 30px;
  border-right: 2px solid #f9923e;
}

#navi_menu ul {
  border-top: 1px dotted #808080;
}

#navi_menu ul li {
  border-bottom: 1px dotted #808080;
  font-size: 14px;
}

#navi_menu ul li ul li {
  border: none;
  font-size: 14px;
}

#navi_menu a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

#navi_menu ul li a:hover {
  color: #fff;
  background: #f9923e;
}

#navi_menu .sub_menu ul li a:hover {
  color: #f9923e;
  background: #fafafa;
}

#navi_menu ul li > a {
  position: relative;
}

#navi_menu ul li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f9923e;
  border-right: 1px solid #f9923e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navi_menu .sub_menu_nav a {
  color: #ffffff;
}

#navi_menu .sub_menu_nav {
  position: fixed;
  background: #f9923e;
  color: #ffffff;
  top: 0;
  padding-top: 132px;
  left: 240px;
  width: 0;
  height: 100%;
  overflow: hidden;
}

#navi_menu .sub_menu:hover .sub_menu_nav {
  width: 230px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#navi_menu .sp {
  display: none;
}

ul.sub li {
  font-size: 14px;
  padding: 10px 0;
}

ul.sub li.top_m20 {
  margin-top: 20px;
}

ul.sub li.top_m10 {
  margin-top: 10px;
}

ul.sub li.maruko_logo {
  list-style-image: url("images/marugame_logo.png");
  list-style-position: inside;
}

ul.sub li.maruko_logo span {
  vertical-align: 0.2884615384vw;
}

.side-migration {
  margin: 10px;
}
.side-migration a {
  position: relative;
  display: inline-block;
  background-color: #3391a9;
  color: #fff;
  padding: 0.8em 0.5em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}
.side-migration a::after {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}

.side-migration * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*========================================================================
 TOPイメージ
========================================================================*/
#top_img {
  background-image: url("images/top_img1.png");
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 38.4615384615vw;
}

#top_img h2 {
  font-size: 2.8846153846vw;
  color: #ffffff;
  padding: 14vw 0 2.8846153846vw 2.8846153846vw;
}

#top_img h2 span {
  color: #f8913d;
  font-weight: bold;
}

#top_img h2 small {
  font-size: 1.7307692307vw;
}

/*========================================================================
 パンくずリスト（TOPページ以外）
========================================================================*/
.pl {
  float: left;
  margin: 1.923074923vw 1.923074923vw 0.8vw 1.923074923vw;
}

.pl ul li {
  font-size: 1.1538461538vw;
  float: left;
  margin: 0 0.7692307692vw 0 0;
}

/*========================================================================
 メインカラム
========================================================================*/
/*--テキストボタン ORI--*/
.circle_btn_orange {
  display: inline-block;
  background-color: #f8913d;
  color: #ffffff;
  width: 14.423076923vw;
  margin: 0 0 0 2.8846153846vw;
  text-align: center;
  padding: 0.9615384615vw;
  border: #f8913d 0.1923076923vw solid;
}

.circle_btn_orange:hover {
  background: rgba(248, 145, 61, 0.6);
  border: #f8913d 0.1923076923vw solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.circle_btn_orange {
  position: relative;
  color: #ffffff;
}

a.circle_btn_orange:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.7307692307vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #ffffff;
  border-right: 0.0961538vw solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text_btn_right {
  text-align: right;
  margin: 0 1.4423076923vw 0.9615384615vw 0;
}

.text_btn_right > a {
  position: relative;
}

.text_btn_right > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.4423076923vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#container {
  clear: both;
  z-index: 1;
  padding-left: 240px;
}

#contents_area {
  width: 57.6923076923vw;
  margin: 0 auto;
  padding-bottom: 9.6153846153vw;
}

h3 {
  clear: both;
  text-align: center;
  margin: 5.7692307692vw auto 3.8461538461vw;
}

.news_box {
  padding-top: 1.923074923vw;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

span.news_rerease {
  background-color: #f8913d;
  font-size: 0.7692307692vw;
  color: #ffffff;
  vertical-align: 0.1923076923vw;
  padding: 0.0961538vw 0.4807692307vw;
}

span.press_rerease {
  background-color: #3fa9f5;
  font-size: 0.7692307692vw;
  color: #ffffff;
  vertical-align: 0.1923076923vw;
  padding: 0.0961538vw 0.4807692307vw;
}

.news_box dl dt {
  margin: 0 0.9615384615vw 1.4423076923vw 0.9615384615vw;
}

.news_box dl dd {
  margin: 0 0.9615384615vw 1.923074923vw 0.9615384615vw;
}

.it_b {
  z-index: 2;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  width: 26.923076923vw;
  height: 16.8269230769vw;
  margin: 0 0 5.7692307692vw 0;
}

.it_b:after {
  position: absolute;
  content: "";
  display: block;
  width: 26.923076923vw;
  height: 16.8269230769vw;
  top: 0;
  background: url("images/its_b_bg.png");
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.it_b:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.it_b p {
  z-index: 3;
  background-color: #f8913d;
  width: 100%;
  height: 2.8846153846vw;
  margin-top: 12.9807692307vw;
  padding: 1.4423076923vw 0;
}

.it_b p {
  position: relative;
  color: #ffffff;
}

.it_b p:after {
  content: "";
  position: absolute;
  top: -1.923074923vw;
  bottom: 0;
  right: 1.7307692307vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #ffffff;
  border-right: 0.0961538vw solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nc_b {
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  width: 26.923076923vw;
  height: 16.8269230769vw;
  margin: 0 0 5.7692307692vw 3.8461538461vw;
}

.nc_b:after {
  position: absolute;
  content: "";
  display: block;
  width: 26.923076923vw;
  height: 16.8269230769vw;
  top: 0;
  background: url("images/nc_b_bg.png");
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nc_b:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.nc_b p {
  z-index: 3;
  background-color: #3391a9;
  width: 100%;
  height: 2.8846153846vw;
  margin-top: 12.9807692307vw;
  padding: 1.4423076923vw 0;
}

.nc_b p {
  position: relative;
  color: #ffffff;
}

.nc_b p:after {
  content: "";
  position: absolute;
  top: -1.923074923vw;
  bottom: 0;
  right: 1.7307692307vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #ffffff;
  border-right: 0.0961538vw solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.dev_list li {
  float: left;
  text-align: center;
  margin: 0 2.8846153846vw 1.923074923vw 0;
}

ul.dev_list li.pc_right {
  margin: 0 0 1.923074923vw 0;
}

ul.dev_list li.end {
  margin-bottom: 5.7692307692vw;
}

ul.dev_list li img {
  width: 17.3076923076vw;
  height: 12.9807692307vw;
  margin-bottom: 0.9615384615vw;
}

ul.dev_list li span {
  position: relative;
}

ul.dev_list li span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.8846153846vw;
  margin: auto;
  vertical-align: middle;
  width: 0.5769230769vw;
  height: 0.5769230769vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tec_box {
  background-color: #fafafa;
  width: 100%;
  float: left;
  margin-bottom: 5.7692307692vw;
}

.tec_box .border {
  float: left;
  border-top: 0.0961538vw solid #808080;
}

.tec_box .border_end {
  float: left;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

.tec_box .left {
  width: 14.423076923vw;
  float: left;
  text-align: center;
  padding: 1.4423076923vw 0;
}

.tec_box .left .os {
  margin-top: 0.7692307692vw;
}

.tec_box .left .la {
  margin-top: 4.3269230769vw;
}

.tec_box .left .db {
  margin-top: 0.7692307692vw;
}

.tec_box .right {
  background-color: #ffffff;
  width: 43.2692307692vw;
  float: left;
  padding: 1.4423076923vw 0 0.4807692307vw 0;
}

.tec_box ul li {
  color: #ffffff;
  float: left;
  margin: 0 0 0.9615384615vw 0.9615384615vw;
  padding: 0.7692307692vw 0.9615384615vw 0.4807692307vw 0.9615384615vw;
  border-radius: 0.9615384615vw;
}

.tec_box ul.os li {
  background-color: #3391a9;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.tec_box ul.la li {
  background-color: #f9923e;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.tec_box ul.db li {
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.po_b,
.co_b,
.ac_b {
  z-index: 4;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 17.3076923076vw;
  height: 12.9807692307vw;
  float: left;
}

.co_b,
.ac_b {
  margin-left: 2.8846153846vw;
}

.po_b:after {
  background: url("images/po_b_bg.png") no-repeat center center;
}

.co_b:after {
  background: url("images/co_b_bg.png") no-repeat center center;
}

.ac_b:after {
  background: url("images/ac_b_bg.png") no-repeat center center;
}

.po_b:after,
.co_b:after,
.ac_b:after {
  position: absolute;
  content: "";
  display: block;
  width: 17.3076923076vw;
  height: 12.9807692307vw;
  top: 0;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.po_b:hover:after,
.co_b:hover:after,
.ac_b:hover:after {
  opacity: 2;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bg_bl {
  z-index: 2;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
  width: 17.3076923076vw;
  height: 12.9807692307vw;
}

.bg_bl:hover {
  background: rgba(51, 145, 169, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bg_bl h6 {
  z-index: 1;
  color: #ffffff;
  padding: 3.8461538461vw 0.9615384615vw 0 0.9615384615vw;
}

.bg_bl p {
  z-index: 1;
  font-size: 0.9615384615vw;
  color: #ffffff;
  line-height: 1.4423076923vw;
  padding: 1.923074923vw 0.9615384615vw 0 0.9615384615vw;
}

/*========================================================================
 フッター
========================================================================*/
footer {
  clear: both;
  z-index: 1;
  padding-left: 240px;
}

footer .sitemap {
  background-color: #999999;
  width: 100%;
  float: left;
  margin-top: 9.6153846153vw;
  padding: 3.8461538461vw 0 0 0;
}

footer .sitemap .left {
  width: 16.3461538461vw;
  float: left;
  margin: 0 0 3.8461538461vw 9.6153846153vw;
}

footer .sitemap .center {
  width: 19.2307692307vw;
  float: left;
  margin-bottom: 3.8461538461vw;
}

footer .sitemap .right {
  width: 22.1153846153vw;
  float: left;
  margin-bottom: 1.8461538461vw;
}

footer .sitemap ul li {
  font-size: 1.1538461538vw;
  margin-bottom: 0.7692307692vw;
}

footer .sitemap ul li.end {
  margin-bottom: 1.4423076923vw;
}

footer .sitemap ul li.maruko_logo {
  list-style-image: url("images/marugame_logo_w.png");
  list-style-position: inside;
}

footer .sitemap ul li.maruko_logo span {
  vertical-align: 0.2884615384vw;
}

footer .sitemap ul li.ti {
  padding-left: 0.4807692307vw;
  border-left: 0.1923076923vw solid #ffffff;
}

footer .sitemap ul li.co {
  position: relative;
  padding-left: 1.4423076923vw;
}

footer .sitemap ul li.co:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 0.5769230769vw;
  height: 0.5769230769vw;
  border-top: 0.0961538vw solid #ffffff;
  border-right: 0.0961538vw solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .sp {
  display: none;
}

footer .company {
  background-color: #3391a9;
  width: 100%;
  float: left;
  padding: 2.8846153846vw 0 0 0;
}

footer .company .logo {
  width: 8.6538461538vw;
  float: left;
  margin: 0 0 2.8846153846vw 12.7884615384vw;
}

footer .company .logo img {
  width: 8.6538461538vw;
  height: 4.3269230769vw;
}

footer .company .address {
  color: #ffffff;
  float: left;
  margin: 0 0 2.8846153846vw 0.9615384615vw;
}

footer .company .address p {
  font-size: 1.1538461538vw;
  line-height: 1.5384615384vw;
}

footer .company .address p a:link,
footer .company .address p a:visited {
  color: #ffffff;
}

footer .company .address p span {
  font-weight: bold;
}

footer .company .btn {
  width: 13.4615384615vw;
  float: left;
  margin: 0 0 2.8846153846vw 0.9615384615vw;
}

footer .company .btn p {
  font-size: 1.1538461538vw;
}

.circle_btn_white {
  display: inline-block;
  color: #ffffff;
  width: 13.4615384615vw;
  margin: 0 0 0.4807692307vw 0;
  text-align: center;
  padding: -0.4807692307vw 0 -0.7692307692vw;
  border: #ffffff 0.0961538vw solid;
}

.circle_btn_white:hover {
  background: #ffffff;
  color: #3391a9;
  border: #ffffff 0.0961538vw solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.circle_btn_white {
  position: relative;
  color: #ffffff;
}

a.circle_btn_white:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4807692307vw;
  margin: auto;
  vertical-align: middle;
  width: 0.5769230769vw;
  height: 0.5769230769vw;
  border-top: 0.0961538vw solid #ffffff;
  border-right: 0.0961538vw solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .copy {
  clear: both;
  background-color: #f2f2f2;
  width: 100%;
  text-align: right;
  padding: 0.9615384615vw 0;
}

footer .copy copy {
  font-size: 1.1538461538vw;
}

/*footer awards section */
footer .award {
  padding: 0 0 0.8461538461vw 9.6153846153vw;
}

footer .award .title {
  color: #ffffff;
  padding-left: 0.4807692307vw;
  border-left: 0.1923076923vw solid #ffffff;
}

footer .award_logo {
  float: left;
}

footer .award_logo img {
  height: 2.2em;
}

footer .award_text {
  font-size: 1.1538461538vw;
  color: #ffffff;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 20px;
}

.footer-migration {
  clear: both;
  background-color: #999999;
  padding-left: 9.6153846153vw;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-migration {
    padding-left: 5.2083333333vw;
  }
}
.footer-migration a {
  color: #fff;
  padding-left: 0.4807692307vw;
  border-left: 0.1923076923vw solid #ffffff;
}
@media screen and (max-width: 768px) {
  .footer-migration a {
    font-size: 3.125vw;
    padding-left: 1.3020833333vw;
    border-left: 0.5208333333vw solid #ffffff;
  }
}

/*========================================================================
 ページトップボタン
========================================================================*/
.mb {
  z-index: 100;
  clear: both;
  position: fixed;
  bottom: 2.8846153846vw;
  right: 2.8846153846vw;
  margin: 0;
}

.mb p img {
  width: 2.8846153846vw;
  height: 2.8846153846vw;
}

/*========================================================================

 TOPページ

========================================================================*/
/*
  hero
----------------------------------------------- */
.hero {
  margin-bottom: clamp(64px, 5vw, 80px);
}

.hero-migration {
  display: grid;
  background-image: url("images/hero-migration.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65.1041666666vw;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (width > 768px) {
  .hero-migration {
    height: 38.4615384615vw;
    padding: 5% 3%;
  }
}
.hero-migration * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-migration p {
  font-weight: bold;
  line-height: 1.6;
}
.hero-migration p:nth-of-type(1) {
  font-size: clamp(14px, 3.4vw, 40px);
  margin-bottom: 0.5em;
}
@media (width > 768px) {
  .hero-migration p:nth-of-type(1) {
    font-size: clamp(14px, 2.1vw, 40px);
  }
}
.hero-migration p:nth-of-type(2) {
  font-size: clamp(16px, 4.3vw, 48px);
  margin-bottom: 0.5em;
}
@media (width > 768px) {
  .hero-migration p:nth-of-type(2) {
    font-size: clamp(16px, 2.6vw, 48px);
  }
}
.hero-migration p:nth-of-type(2) span {
  display: inline-block;
}
.hero-migration p:nth-of-type(2) span:nth-of-type(2) {
  margin-left: 1em;
}
@media (width > 768px) {
  .hero-migration p:nth-of-type(2) span {
    display: inline;
  }
  .hero-migration p:nth-of-type(2) span:nth-of-type(2) {
    margin-left: 0;
  }
}
.hero-migration p:nth-of-type(3) {
  font-size: clamp(12px, 2.8vw, 28px);
  margin-bottom: 0.2em;
}
@media (width > 768px) {
  .hero-migration p:nth-of-type(3) {
    font-size: clamp(12px, 1.6vw, 28px);
  }
}
.hero-migration p:nth-of-type(4) {
  font-size: clamp(12px, 2.8vw, 28px);
  color: #f8913d;
  margin-bottom: 1em;
}
@media (width > 768px) {
  .hero-migration p:nth-of-type(4) {
    font-size: clamp(12px, 1.6vw, 28px);
  }
}
.hero-migration p:nth-of-type(4) span {
  display: inline-block;
}
@media (width > 768px) {
  .hero-migration p:nth-of-type(4) span {
    display: inline;
  }
}
.hero-migration__schedule {
  display: none;
}
@media (width > 768px) {
  .hero-migration__schedule {
    display: block;
    margin-bottom: 2em;
  }
}
.hero-migration__schedule img {
  max-width: 100%;
  height: auto;
}
.hero-migration__button a {
  position: relative;
  display: inline-block;
  background-color: #3391a9;
  color: #ffffff;
  padding: 1.2vw 1em;
  min-width: 16vw;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: normal;
}
.hero-migration__button a::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  right: 1.7307692307vw;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #ffffff;
  border-right: 0.0961538vw solid #ffffff;
  rotate: 45deg;
}
.hero-migration__button a:hover {
  opacity: 0.7;
}

/*
  swiper
----------------------------------------------- */
.swiper {
  overflow: visible !important;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  background-color: #f8913d !important;
  width: clamp(16px, 2vw, 24px) !important;
  height: clamp(16px, 2vw, 24px) !important;
  margin: 0 clamp(4px, 2vw, 12px) !important;
}

/*
  バナー
----------------------------------------------- */
.banner-migration {
  margin: 5.7692307692vw auto 3.8461538461vw;
}
.banner-migration img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

/*========================================================================
 アクセスページ
========================================================================*/
h2.co {
  clear: both;
  text-align: center;
  padding: 3.8461538461vw 0;
}

h3.co {
  text-align: left;
  margin: 0 0 2.8846153846vw 0;
  padding: 0.1923076923vw 0 0 0.7692307692vw;
  border-left: 0.4807692307vw solid #f9923e;
}

h3.ma_no {
  text-align: left;
  margin: 0;
  padding: 0.1923076923vw 0 0 0.7692307692vw;
  border-left: 0.4807692307vw solid #f9923e;
}

.map {
  width: 100%;
  height: 38.4615384615vw;
  margin-bottom: 5.7692307692vw;
}

ul.train {
  list-style: decimal outside;
  line-height: 2.4038461538vw;
  margin: 0 0 5.7692307692vw 1.923074923vw;
}

ul.other {
  list-style: disc outside;
  line-height: 2.4038461538vw;
  margin: 0 0 5.7692307692vw 1.923074923vw;
}

/*========================================================================
 事業案内ページ
========================================================================*/
.business-migration {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.business-migration__news {
  display: grid;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .business-migration__news {
    grid-template-columns: auto minmax(0, 1fr);
  }
}
.business-migration__label {
  color: #fff;
  background-color: #ff0000;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  display: inline-block;
}
.business-migration__title {
  font-weight: bold;
  color: #ff0000;
}
.business-migration__desc {
  margin-bottom: 1em;
}
.business-migration__figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.business-record {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.business-record table {
  width: 100%;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .business-record table {
    font-size: clamp(10px, 1vw, 16px);
  }
}
.business-record table tr:nth-child(even) {
  background-color: #d6e9ed;
}
.business-record table th,
.business-record table td {
  border: 1px solid #707070;
  padding: 0.5em;
  vertical-align: middle;
}
.business-record table th {
  background-color: #f8913e;
}
.business-record table td:nth-child(5) {
  text-align: right;
}
.business-record table td:nth-child(6) {
  text-align: center;
}

.p_its {
  line-height: 2.4038461538vw;
  margin-bottom: 2.8846153846vw;
}

.slf_le {
  width: 28.8461538461vw;
  float: left;
  margin-bottom: 5.7692307692vw;
}

.slf_le img {
  width: 28.8461538461vw;
  height: 27.8846153846vw;
}

.slf_ri {
  font-size: 1.1538461538vw;
  width: 28.8461538461vw;
  float: left;
  margin-bottom: 5.7692307692vw;
}

.slf_ri p {
  margin: 0 0 0.9615384615vw 0.4807692307vw;
}

.slf_ri ul {
  list-style: disc outside;
  line-height: 1.923074923vw;
  margin: 0 0 1.4423076923vw 2.8846153846vw;
}

h4 {
  position: relative;
  color: #3391a9;
  margin-bottom: 1.4423076923vw;
  padding-left: 1.4423076923vw;
}

h4:after {
  content: "";
  position: absolute;
  top: -0.3846153846vw;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f9923e;
  border-right: 0.0961538vw solid #f9923e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p_nc {
  line-height: 1.923074923vw;
  margin-bottom: 2.8846153846vw;
}

h5 {
  line-height: 1.923074923vw;
  padding-left: 1.4423076923vw;
}

h5 span {
  color: #f9923e;
}

h5 strong {
  color: #ff0000;
}

ul.nc {
  list-style: disc outside;
  line-height: 1.923074923vw;
  margin: 0 0 1.4423076923vw 4.8076923076vw;
}

ul.nc li.end {
  margin: 0 0 2.8846153846vw 0;
}

.nc_photo {
  text-align: center;
  margin-bottom: 2.8846153846vw;
}

.nc_photo .nc1 {
  width: 57.6923076923vw;
  height: 36.0576923076vw;
  margin-bottom: 1.4423076923vw;
}

.nc_photo .nc2 {
  width: 49.7115384615vw;
  height: 57.1153846153vw;
  margin-bottom: 1.4423076923vw;
}

.nc_photo .nc3 {
  width: 57.6923076923vw;
  height: 36.25vw;
}

.nc_photo .nc4 {
  width: 57.6923076923vw;
  height: 78.8461538461vw;
}

.nc_photo .nc5 {
  width: 55.7692307692vw;
  height: 89.1346153846vw;
}

.nc_photo .nc6 {
  width: 57.6923076923vw;
  height: 63.3653846153vw;
}

.nc_photo .nc7 {
  width: 57.0192307692vw;
  height: 58.173076923vw;
}

.nc_box {
  background-color: #fafafa;
  width: 100%;
  float: left;
  margin-bottom: 2.8846153846vw;
}

.nc_box .border {
  float: left;
  border-top: 0.0961538vw solid #808080;
}

.nc_box .border_end {
  float: left;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

.nc_box .left {
  width: 14.423076923vw;
  float: left;
  text-align: center;
  padding: 1.4423076923vw 0;
}

.nc_box .right {
  background-color: #ffffff;
  width: 43.2692307692vw;
  float: left;
  padding: 1.4423076923vw 0;
}

.nc_box .right p {
  margin-left: 0.9615384615vw;
}

.te_center {
  text-align: center;
}

.te_right {
  text-align: right;
}

.circle_btn_normal {
  display: inline-block;
  color: #333333;
  padding: 0.9615384615vw 2.8846153846vw;
  border: #333333 0.0961538vw solid;
}

.circle_btn_normal:hover {
  background: rgb(248, 145, 61);
  color: #ffffff;
  border: #f8913d 0.0961538vw solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.circle_btn_normal {
  position: relative;
  color: #333333;
}

a.circle_btn_normal:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4423076923vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*========================================================================
 会社案内ページ
========================================================================*/
.ov_box {
  background-color: #fafafa;
  width: 100%;
  float: left;
  margin-bottom: 5.7692307692vw;
}

.ov_box .border {
  float: left;
  border-top: 0.0961538vw solid #808080;
}

.ov_box .border_end {
  float: left;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

.ov_box .left {
  width: 14.423076923vw;
  float: left;
  text-align: center;
  padding: 1.4423076923vw 0;
}

.ov_box .right {
  background-color: #ffffff;
  width: 43.2692307692vw;
  float: left;
  padding: 1.4423076923vw 0;
}

.ov_box .right p {
  line-height: 1.923074923vw;
  margin-left: 0.9615384615vw;
}

.hi_box {
  background-color: #fafafa;
  width: 100%;
  float: left;
  margin-bottom: 5.7692307692vw;
}

.hi_box .border {
  float: left;
  border-top: 0.0961538vw solid #808080;
}

.hi_box .border_end {
  float: left;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

.hi_box .left {
  width: 19.2307692307vw;
  float: left;
  text-align: center;
  padding: 1.4423076923vw 0;
}

.hi_box .right {
  background-color: #ffffff;
  width: 38.4615384615vw;
  float: left;
  padding: 1.4423076923vw 0;
}

.hi_box .right p {
  margin-left: 0.9615384615vw;
}

.sup_par li {
  position: relative;
  width: 27.4038461538vw;
  float: left;
  line-height: 2.4038461538vw;
  padding-left: 1.3461538461vw;
}

.sup_par li.end {
  margin-bottom: 5.7692307692vw;
  text-align: right;
}

.sup_par li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 0.5769230769vw;
  height: 0.5769230769vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sup_par li.end:after {
  position: relative;
  border: none;
}

/*========================================================================
 技術・実績ページ
========================================================================*/
.p_dev {
  line-height: 1.7307692307vw;
  margin: 0 0 2.8846153846vw 1.5384615384vw;
}

.p_dev_end {
  line-height: 1.7307692307vw;
  margin: 0 0 5.7692307692vw 1.5384615384vw;
}

.p_dev_nc {
  line-height: 1.7307692307vw;
  margin: 0.4807692307vw 0 2.8846153846vw 3.3653846153vw;
}

.p_dev_nc_end {
  line-height: 1.7307692307vw;
  margin: 0.4807692307vw 0 5.7692307692vw 3.3653846153vw;
}

.dev_deli,
.dev_log,
.dev_sale,
.dev_pro,
.dev_edi,
.dev_net,
.dev_sub,
.dev_nc {
  z-index: 4;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 57.6923076923vw;
  height: 19.2307692307vw;
  margin-bottom: 2.8846153846vw;
}

.dev_deli:after {
  background: url("images/development_bg1.png") no-repeat center center;
}

.dev_log:after {
  background: url("images/development_bg2.png") no-repeat center center;
}

.dev_sale:after {
  background: url("images/development_bg3.png") no-repeat center center;
}

.dev_pro:after {
  background: url("images/development_bg4.png") no-repeat center center;
}

.dev_edi:after {
  background: url("images/development_bg5.png") no-repeat center center;
}

.dev_net:after {
  background: url("images/development_bg6.png") no-repeat center center;
}

.dev_sub:after {
  background: url("images/development_bg7.png") no-repeat center center;
}

.dev_nc:after {
  background: url("images/development_bg8.png") no-repeat center center;
}

.dev_deli:after,
.dev_log:after,
.dev_sale:after,
.dev_pro:after,
.dev_edi:after,
.dev_net:after,
.dev_sub:after,
.dev_nc:after {
  position: absolute;
  content: "";
  display: block;
  width: 57.6923076923vw;
  height: 19.2307692307vw;
  top: 0;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bg_black {
  z-index: 2;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
  width: 57.6923076923vw;
  height: 19.2307692307vw;
}

.bg_black p {
  z-index: 1;
  font-size: 2.1153846153vw;
  color: #ffffff;
  text-align: center;
  padding: 8.6538461538vw 0 0 0;
}

/*========================================================================
 理念ページ
========================================================================*/
.policy_bg {
  z-index: 4;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 57.6923076923vw;
  height: 28.8461538461vw;
  margin-bottom: 2.8846153846vw;
}

.policy_bg:after {
  position: absolute;
  content: "";
  display: block;
  background: url("images/policy_bg.png") no-repeat center center;
  width: 57.6923076923vw;
  height: 28.8461538461vw;
  top: 0;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bg_white {
  z-index: 2;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: cover;
  width: 57.6923076923vw;
  height: 28.8461538461vw;
}

.bg_white p {
  z-index: 1;
  font-size: 3.0769230769vw;
  color: #3391a9;
  font-weight: bold;
  line-height: 4.8076923076vw;
  text-align: center;
  padding: 9.6153846153vw 0 0 0;
}

.p_cn {
  font-size: 1.7307692307vw;
  text-align: center;
  line-height: 2.4038461538vw;
  margin-bottom: 5.7692307692vw;
}

.p_ri {
  text-align: right;
  line-height: 2.4038461538vw;
}

/*========================================================================
 当ウェブサイトについてページ
========================================================================*/
.p_ab {
  line-height: 2.4038461538vw;
  margin-bottom: 5.7692307692vw;
}

.ab_box {
  background-color: #fafafa;
  width: 100%;
  float: left;
  margin-bottom: 5.7692307692vw;
}

.ab_box .border {
  float: left;
  border-top: 0.0961538vw solid #808080;
}

.ab_box .border_end {
  float: left;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

.ab_box .left {
  width: 14.423076923vw;
  float: left;
  text-align: center;
}

.ab_box .left .win {
  margin-top: 6.25vw;
}

.ab_box .left .mac {
  margin-top: 4.5vw;
}

.ab_box .right {
  background-color: #ffffff;
  width: 43.2692307692vw;
  float: left;
}

.ab_box ul {
  margin: 1.4423076923vw 0 0.4807692307vw 0.9615384615vw;
}

.ab_box ul li {
  width: 19.2307692307vw;
  float: left;
  margin: 0 0 0.9615384615vw 0.9615384615vw;
}

.ab_box ul li img {
  width: 2.8846153846vw;
  height: 2.8846153846vw;
}

.ab_box ul li span {
  vertical-align: 0.9615384615vw;
  padding-left: 0.7692307692vw;
}

/*========================================================================
 サイトマップ
========================================================================*/
.sm_le {
  width: 26.923076923vw;
  float: left;
  margin: 0 0 5.7692307692vw 0;
}

.sm_ri {
  width: 26.923076923vw;
  float: left;
  margin: 0 0 5.7692307692vw 0;
  padding-left: 3.8461538461vw;
}

h3.sm {
  text-align: left;
  margin: 0 0 1.4423076923vw 0;
  padding: 0.2884615384vw 0 0.1923076923vw 0.7692307692vw;
  border-bottom: 0.0961538vw solid #808080;
  border-left: 0.2884615384vw solid #f9923e;
}

h3.sm_end {
  text-align: left;
  margin: 0 0 2.8846153846vw 0;
  padding: 0.2884615384vw 0 0.1923076923vw 0.7692307692vw;
  border-bottom: 0.0961538vw solid #808080;
  border-left: 0.2884615384vw solid #f9923e;
}

h3.sm_end span {
  vertical-align: 0.1923076923vw;
  padding-left: 0.2884615384vw;
}

.sm_le ul li,
.sm_ri ul li {
  position: relative;
  width: 27.4038461538vw;
  float: left;
  line-height: 2.4038461538vw;
  padding-left: 2.4038461538vw;
}

.sm_le ul li.end,
.sm_ri ul li.end {
  margin-bottom: 2.8846153846vw;
}

.sm_le ul li:after,
.sm_ri ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.9615384615vw;
  margin: auto;
  vertical-align: middle;
  width: 0.5769230769vw;
  height: 0.5769230769vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*========================================================================
 お問い合わせ
========================================================================*/
h4.ct {
  color: #333333;
}

p.tf1 {
  margin-bottom: 2.8846153846vw;
}

p.tf2 {
  margin-bottom: 1.4423076923vw;
}

p.tf1 span,
p.tf2 span {
  font-size: 2.8846153846vw;
  color: #3391a9;
  font-weight: bold;
  padding-right: 0.9615384615vw;
}

p.tf1 a,
p.tf2 a,
p.tf1 a:visited,
p.tf2 a:visited {
  color: #3391a9;
}

p.tf1 a:hover {
  opacity: 0.7;
}

.circle_btn_small {
  display: inline-block;
  color: #333333;
  padding: 0.4807692307vw 2.8846153846vw;
  border: #333333 0.0961538vw solid;
}

.circle_btn_small:hover {
  background: rgb(248, 145, 61);
  color: #ffffff;
  border: #f8913d 0.0961538vw solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.circle_btn_small {
  position: relative;
  color: #333333;
}

a.circle_btn_small:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4423076923vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p_ct {
  clear: both;
  line-height: 2.4038461538vw;
  margin-bottom: 5.7692307692vw;
}

.text_btn_right_down {
  text-align: right;
  margin: 0 1.4423076923vw 0.9615384615vw 0;
}

.text_btn_right_down > a {
  position: relative;
}

.text_btn_right_down > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4807692307vw;
  right: -1.4423076923vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.st_box {
  background-color: #fafafa;
  width: 100%;
  float: left;
  margin-bottom: 2.8846153846vw;
}

.st_box .border {
  float: left;
  border-top: 0.0961538vw solid #808080;
}

.st_box .border_end {
  float: left;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

.st_box .left {
  width: 17.3076923076vw;
  float: left;
}

.st_box .right {
  background-color: #ffffff;
  width: 40.3846153846vw;
  float: left;
}

.st_box p {
  line-height: 1.923074923vw;
  margin: 0 0.9615384615vw;
  padding: 1.4423076923vw 0;
}

.st_box .left p span,
.p_st_pr span {
  color: #3391a9;
  font-weight: bold;
}

.st_box .left p.p1 {
  padding: 2.1vw 0;
}

.st_box .left p.p2 {
  padding: 4vw 0;
}

.st_box .left p.p3 {
  padding: 6.2vw 0;
}

.st_box .left p.p4 {
  padding: 4.4vw 0;
}

.st_box .left p.p5 {
  padding: 11.4vw 0;
}

.st_box .space {
  margin-bottom: 0.9615384615vw;
}

/*-- input / select / textarea スタイル --*/
.st_box .form-input {
  margin: 0 auto;
  text-align: left;
  line-height: 4vw;
  position: relative;
}

.st_box .form-select {
  margin: 0 auto;
  position: relative;
}

.st_box .form-textarea {
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.st_box .form-input input {
  font-size: 1.3461538461vw;
  width: 37.5vw;
  padding: 0.5769230769vw;
  border: solid 0.0961538vw #808080;
}

.st_box .form-input input::-webkit-input-placeholder {
  color: #bcc1c3;
}

.st_box .form-input input::-moz-placeholder {
  color: #bcc1c3;
}

.st_box .form-input input:-ms-input-placeholder {
  color: #bcc1c3;
}

.st_box .form-select select {
  font-size: 1.3461538461vw;
  padding: 0.5769230769vw;
  border: solid 0.0961538vw #808080;
}

.st_box .form-select select::-webkit-input-placeholder {
  color: #bcc1c3;
}

.st_box .form-select select:-moz-placeholder {
  color: #bcc1c3;
}

.st_box .form-select select::-moz-placeholder {
  color: #bcc1c3;
}

.st_box .form-select select:-ms-input-placeholder {
  color: #bcc1c3;
}

.st_box .form-textarea textarea {
  font-size: 1.3461538461vw;
  width: 37.5vw;
  height: 9.6153846153vw;
  padding: 0.5769230769vw;
  border: solid 0.0961538vw #808080;
}

.st_box .form-textarea textarea::-webkit-input-placeholder {
  color: #bcc1c3;
}

.st_box .form-textarea textarea:-moz-placeholder {
  color: #bcc1c3;
}

.st_box .form-textarea textarea::-moz-placeholder {
  color: #bcc1c3;
}

.st_box .form-textarea textarea:-ms-input-placeholder {
  color: #bcc1c3;
}

/*-- 確認画面へ / リセット / 送信 ボタンスタイル --*/
.form-btn {
  clear: both;
  text-align: center;
  margin-bottom: 1vw;
}

.form-btn p {
  padding: 0 5vw 4vw 5vw;
}

.form-btn .form-btn {
  font-size: 1.6vw;
  padding: 0.6vw 2vw;
}

.form-btn .btn {
  display: inline-block;
  background: none;
  font-size: 1.6vw;
  color: #1a1a1a;
  border: #1a1a1a 0.12vw solid;
  text-transform: uppercase;
}

.form-btn .s-btn {
  display: inline-block;
  font-size: 1.6vw;
  color: #1a1a1a;
  margin-top: 0.1vw;
  padding: 0.1vw 0;
  border: solid 0.12vw #1a1a1a;
  text-transform: uppercase;
}

.form-btn .btn:hover,
.form-btn .btn:focus,
.form-btn .s-btn:hover,
.form-btn .s-btn:focus {
  background-color: rgb(110, 170, 213);
  color: #ffffff;
  border-color: rgb(110, 170, 213);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.st_pr {
  overflow: auto;
  width: 55.7692307692vw;
  height: 9.6153846153vw;
  padding: 0.9615384615vw;
  border: 0.0961538vw solid #808080;
}

.st_pr .hi_box {
  background-color: #fafafa;
  width: 100%;
  float: left;
  margin-bottom: 5.7692307692vw;
}

.st_pr .hi_box .border {
  float: left;
  border-top: 0.0961538vw solid #808080;
}

.st_pr .hi_box .border_end {
  float: left;
  border-top: 0.0961538vw solid #808080;
  border-bottom: 0.0961538vw solid #808080;
}

.st_pr .hi_box .left {
  width: 19.2307692307vw;
  float: left;
  text-align: center;
  padding: 1.4423076923vw 0;
}

.st_pr .hi_box .right {
  background-color: #ffffff;
  width: 35vw;
  float: left;
  padding: 1.4423076923vw 0;
}

.st_pr .hi_box .right p {
  margin-left: 0.9615384615vw;
}

.p_st_pr {
  text-align: center;
  margin: 0.9615384615vw 0 2.8846153846vw 0;
}

.p_st_pr span {
  color: #3391a9;
  font-weight: bold;
}

.mar_b30 {
  margin-bottom: 2.8846153846vw;
}

/*========================================================================
 投稿ページ設定
========================================================================*/
div.h2_single {
  float: left;
  margin: 3.8461538461vw 0 0.9615384615vw 0;
  border-left: 0.4807692307vw solid #f9923e;
}

div.h2_single h2.single {
  clear: both;
  text-align: left;
  line-height: 2.8846153846vw;
  padding: 0.1923076923vw 0 0 0.7692307692vw;
}

p.post_ti {
  clear: both;
  text-align: left;
  margin: 0 1.4423076923vw 2.8846153846vw 0;
}

p.post_ta {
  text-align: left;
  margin: 0 1.4423076923vw 2.8846153846vw 0;
}

ul.wp-block-latest-posts {
  list-style: disc outside;
  line-height: 1.923074923vw;
  margin: 0 0 1.4423076923vw 2.8846153846vw;
}

.nav_below {
  text-align: center;
  margin: 5.7692307692vw 0 5.7692307692vw 0;
}

.nav_below span.previous {
  margin: 0 0 0.9615384615vw 1.7307692307vw;
}

.nav_below span.previous > a {
  position: relative;
}

.nav_below span.previous > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.7307692307vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav_below span.before {
  margin: 0 1.923074923vw 0.9615384615vw 3.8461538461vw;
}

.nav_below span.before > a {
  position: relative;
}

.nav_below span.before > a:after {
  content: "";
  position: absolute;
  top: 0.2884615384vw;
  bottom: 0;
  left: -1.7307692307vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav_below span.next {
  margin: 0 1.4423076923vw 0.9615384615vw 0;
}

.nav_below span.next > a {
  position: relative;
}

.nav_below span.next > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.4423076923vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category_box {
  padding: 1.923074923vw 0 2.8846153846vw 0;
}

/*========================================================================
 Contact Form 7 設定
========================================================================*/
.circle_btn_contact {
  display: inline-block;
  font-size: 1.3461538461vw;
  margin-bottom: 3.8461538461vw;
  padding: 0.9615384615vw 2.8846153846vw;
  border: #333333 0.0961538vw solid;
}

.circle_btn_contact:hover {
  background: rgb(248, 145, 61);
  color: #ffffff;
  border: #f8913d 0.0961538vw solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.circle_btn_contact {
  position: relative;
  background-color: #ffffff;
  color: #333333;
}

a.circle_btn_contact:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4423076923vw;
  margin: auto;
  vertical-align: middle;
  width: 0.7692307692vw;
  height: 0.7692307692vw;
  border-top: 0.0961538vw solid #f8913d;
  border-right: 0.0961538vw solid #f8913d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.wpcf7-response-output {
  margin: 0 0 2.8846153846vw 0;
  padding: 0.9615384615vw 2.8846153846vw;
  border: #ff0000 0.1923076923vw solid;
}

span.wpcf7-list-item-label {
  margin-right: 10.5769230769vw;
}

/*========================================================================
 スマートフォン設定
========================================================================*/
@media screen and (max-width: 768px) {
  html {
    width: calc(100vw + 100vw - 100%);
    overflow-x: hidden;
  }
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
    font-weight: 0;
    min-width: inherit;
    width: inherit;
  }
  /*-----フォントサイズ-----*/
  h2 {
    font-size: 1.3461538461vw;
  }
  h2.co,
  h2.single {
    font-size: 5.7291666666vw;
    font-weight: bold;
  }
  h3 {
    font-size: 4.6875vw;
  }
  h3.co,
  h3.ma_no {
    font-weight: normal;
  }
  h3.sm,
  h3.sm_end {
    font-size: 4.1666666666vw;
    font-weight: normal;
  }
  h4 {
    font-size: 3.6458333333vw;
    font-weight: bold;
  }
  h4.ct {
    font-weight: normal;
  }
  h5,
  p,
  dl,
  dt,
  dd {
    font-size: 3.6458333333vw;
  }
  p {
    line-height: 5.2083333333vw;
  }
  h6 {
    font-size: 5.2083333333vw;
    font-weight: bold;
  }
  li {
    font-size: 3.6458333333vw;
  }
  /*-----ヘッダー-----*/
  header {
    width: 100vw;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header h1 {
    margin: 3px 0 0 0;
  }
  header h1 span {
    display: none;
  }
  header h1 img {
    width: 60px;
    height: 30px;
  }
  /*-----ハンバーガーメニュー-----*/
  #nav-toggle {
    display: block;
  }
  /* nav open */
  .open {
    overflow: hidden;
  }
  .open #overlay {
    display: block;
  }
  .open aside {
    -webkit-transform: translate3d(242px, 0, 0);
    transform: translate3d(242px, 0, 0);
  }
  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*-----サイドメニュー-----*/
  aside {
    position: fixed;
    left: -242px;
    top: -130px;
    height: 100%;
    width: 240px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #navi_menu .sp {
    display: inherit;
  }
  /* サブメニューは開けない */
  #navi_menu .sub_menu_nav {
    display: none;
  }
  /* z-index */
  aside {
    z-index: 300;
  }
  #nav-toggle {
    z-index: 400;
  }
  #overlay {
    z-index: 200;
  }
  #container {
    width: 100vw;
    padding: 13.0208333333vw 0 0 0;
  }
  #contents_area {
    width: 89.5833333333vw;
    margin: 0 auto;
    padding-bottom: 10.4166666666vw;
  }
  /*-----TOPイメージ-----*/
  #top_img {
    background-size: cover;
    background-position: center top;
    width: 100vw;
    height: 65.1041666666vw;
  }
  #top_img h2 {
    font-size: 5.2083333333vw;
    color: #ffffff;
    padding: 16.9270833333vw 0 5.2083333333vw 3.90625vw;
  }
  #top_img h2 small {
    font-size: 3.125vw;
  }
  /*--テキストボタン  ORI --*/
  .circle_btn_orange {
    width: 39.0625vw;
    margin: 0 0 0 3.90625vw;
    padding: 2.6041666666vw;
    border: #f8913d 0.5208333333vw solid;
  }
  .circle_btn_orange:hover {
    border: #f8913d 0.5208333333vw solid;
  }
  a.circle_btn_orange:after {
    right: 2.6041666666vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #ffffff;
    border-right: 0.2604166666vw solid #ffffff;
  }
  .text_btn_right {
    margin: 0 3.90625vw 2.6041666666vw 0;
  }
  .text_btn_right > a:after {
    right: -3.90625vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  .circle_btn_normal {
    padding: 2.6041666666vw 7.8125vw 2.0833333333vw 7.8125vw;
    border: #333333 0.2604166666vw solid;
  }
  .circle_btn_normal:hover {
    border: #f8913d 0.2604166666vw solid;
  }
  a.circle_btn_normal:after {
    right: 3.90625vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  /*--パンくずリスト（TOPページ以外）--*/
  .pl {
    margin: 0 5.2083333333vw 0 5.2083333333vw;
  }
  .pl ul li {
    font-size: 2.0833333333vw;
    margin: 0 0 0 0;
  }
  /*--メインカラム--*/
  h3 {
    margin: 10.4166666666vw auto 5.2083333333vw auto;
  }
  .news_box {
    padding-top: 5.2083333333vw;
    border-top: 0.2604166666vw solid #808080;
    border-bottom: 0.2604166666vw solid #808080;
  }
  span.news_rerease,
  span.press_rerease {
    font-size: 2.0833333333vw;
    vertical-align: 0.5208333333vw;
    padding: 0.2604166666vw 1.3020833333vw;
  }
  .news_box dl dt {
    margin: 0 2.6041666666vw 2.6041666666vw 2.6041666666vw;
  }
  .news_box dl dd {
    margin: 0 2.6041666666vw 5.2083333333vw 2.6041666666vw;
  }
  .it_b,
  .nc_b {
    float: inherit;
    width: 89.5833333333vw;
    height: 58.0729166666vw;
    margin: 0 0 5.2083333333vw 0;
  }
  .it_b:after,
  .nc_b:after {
    width: 89.5833333333vw;
    height: 58.0729166666vw;
  }
  .it_b p,
  .nc_b p {
    height: auto;
    margin-top: 47.65625vw;
    padding: 3.6458333333vw 0 3.125vw 0;
  }
  .it_b p:after,
  .nc_b p:after {
    top: 0;
    right: 3.90625vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #ffffff;
    border-right: 0.2604166666vw solid #ffffff;
  }
  ul.dev_list li {
    float: left;
    text-align: center;
    margin: 0 5.2083333333vw 5.2083333333vw 0;
  }
  ul.dev_list li.pc_right {
    margin: 0 5.2083333333vw 5.2083333333vw 0;
  }
  ul.dev_list li.sp_right {
    margin: 0 0 5.2083333333vw 0;
  }
  ul.dev_list li.end {
    margin-bottom: 10.4166666666vw;
  }
  ul.dev_list li img {
    width: 42.1875vw;
    height: 31.5104666666vw;
    margin-bottom: 1.3020833333vw;
  }
  ul.dev_list li span:after {
    top: 0;
    bottom: 0;
    right: -5.2083333333vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  .tec_box {
    background-color: #ffffff;
    margin-bottom: 10.4166666666vw;
  }
  .tec_box .border {
    width: 100%;
    border-top: none;
  }
  .tec_box .border_end {
    border-top: none;
    border-bottom: none;
  }
  .tec_box .left {
    background-color: #e5e5e5;
    width: 100%;
    float: inherit;
    text-align: center;
    padding: 2.6041666666vw 0 2.0833333333vw 0;
  }
  .tec_box .left .os,
  .tec_box .left .la,
  .tec_box .left .db {
    margin-top: 0;
  }
  .tec_box .right {
    width: auto;
    float: inherit;
    padding: 3.90625vw 0 3.6458333333vw 0;
  }
  .tec_box ul li {
    color: normal;
    float: left;
    margin: 0 0 1.5625vw 1.5625vw;
    padding: 0.7692307692vw 0.9615384615vw 0.4807692307vw 0.9615384615vw;
    border-radius: 0.9615384615vw;
  }
  .tec_box ul.os li,
  .tec_box ul.la li,
  .tec_box ul.db li {
    background-color: none;
  }
  .po_b,
  .co_b,
  .ac_b {
    width: 89.5833333333vw;
    height: 46.875vw;
    float: inherit;
    margin: 0 0 5.2083333333vw 0;
  }
  .po_b:after,
  .co_b:after,
  .ac_b:after {
    width: 89.5833333333vw;
    height: 46.875vw;
  }
  .bg_bl {
    width: 89.5833333333vw;
    height: 46.875vw;
  }
  .bg_bl h6 {
    color: #ffffff;
    padding: 13.0208333333vw 7.8125vw 0 7.8125vw;
  }
  .bg_bl p {
    font-size: 3.6458333333vw;
    line-height: 5.2083333333vw;
    padding: 7.8125vw 7.8125vw 0 7.8125vw;
  }
  /*--フッター--*/
  footer {
    width: 100vw;
    padding: 0;
  }
  footer .sitemap {
    margin-top: 9.6153846153vw;
    padding: 5.2083333333vw 0 0 0;
  }
  footer .sitemap .left,
  footer .sitemap .center,
  footer .sitemap .right {
    display: none;
  }
  footer .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .sitemap ul {
    margin: 0 0 0 5.2083333333vw;
  }
  footer .sitemap ul li {
    font-size: 3.125vw;
    width: 26.0416666666vw;
    float: left;
    margin: 0 2.0833333333vw 2.6041666666vw 0;
    padding-left: 1.3020833333vw;
    border-left: 0.5208333333vw solid #ffffff;
  }
  footer .sitemap ul li.end {
    margin-bottom: 5.2083333333vw;
  }
  footer .sitemap ul li.maruko_logo {
    list-style-image: url("images/marugame_logo_w.png");
    list-style-position: inside;
    width: auto;
    text-align: left;
    padding: 0 0 0 0;
    border-left: none;
  }
  footer .sitemap ul li.maruko_logo span {
    vertical-align: 0.5208333333vw;
  }
  footer .company {
    padding: 5.2083333333vw 0 0 0;
  }
  footer .company .logo {
    width: 100%;
    text-align: center;
    margin: 0 0 2.6041666666vw 0;
  }
  footer .company .logo img {
    width: 20.8333333333vw;
    height: 10.4166666666vw;
  }
  footer .company .address {
    width: 100%;
    margin: 0 0 2.6041666666vw 0;
  }
  footer .company .address p {
    font-size: 3.125vw;
    line-height: 3.90625vw;
    text-align: center;
  }
  footer .company .address p span {
    font-size: 3.6458333333vw;
    font-weight: bold;
  }
  footer .company .btn {
    display: none;
  }
  footer .copy {
    clear: both;
    text-align: center;
    padding: 2.6041666666vw 0;
  }
  footer .copy copy {
    font-size: 2.6041666666vw;
  }
  /*footer awards section --- phone */
  footer .award {
    padding: 0 0 6vw 5.2083333333vw;
  }
  footer .award_box .award_text {
    font-size: 3.125vw;
  }
  footer .award_logo {
    width: 37vw;
  }
  footer .award_logo img {
    height: 15vw;
  }
  footer .award .title {
    width: 26.0416666666vw;
    margin: 0 2.0833333333vw 2.6041666666vw 0;
    padding-left: 1.3020833333vw;
    border-left: 0.5208333333vw solid #ffffff;
  }
  footer .award_phone {
    display: none;
  }
  /*--ページトップボタン--*/
  .mb {
    clear: both;
    position: fixed;
    bottom: 5.2083333333vw;
    right: 5.2083333333vw;
    margin: 0;
  }
  .mb p img {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  /*--アクセスページ--*/
  h2.co {
    padding: 10.4166666666vw 0;
  }
  h3.co {
    margin: 0 0 3.90625vw 0;
    padding: 0.5208333333vw 0 0 2.0833333333vw;
    border-left: 1.3020833333vw solid #f9923e;
  }
  h3.ma_no {
    padding: 0.5208333333vw 0 0 2.0833333333vw;
    border-left: 1.3020833333vw solid #f9923e;
  }
  .map {
    width: auto;
    height: 78.125vw;
    margin-bottom: 10.4166666666vw;
  }
  ul.train {
    line-height: 5.2083333333vw;
    margin: 0 0 10.4166666666vw 5.2083333333vw;
  }
  ul.other {
    line-height: 5.2083333333vw;
    margin: 0 0 10.4166666666vw 5.2083333333vw;
  }
  /*--事業内容ページ--*/
  .p_its {
    line-height: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
  }
  .slf_le {
    width: auto;
    float: none;
    margin-bottom: 5.2083333333vw;
  }
  .slf_le img {
    width: 89.5833333333vw;
    height: 86.4583333333vw;
  }
  .slf_ri {
    font-size: 3.125vw;
    width: auto;
    float: none;
    margin-bottom: 10.4166666666vw;
  }
  .slf_ri p {
    margin: 0 0 2.6041666666vw 1.3020833333vw;
  }
  .slf_ri ul {
    line-height: 5.2083333333vw;
    margin: 0 5.2083333333vw 3.90625vw 7.8125vw;
  }
  h4 {
    margin-bottom: 2.6041666666vw;
    padding-left: 3.90625vw;
  }
  h4:after {
    top: -1.0416666666vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #f9923e;
    border-right: 0.2604166666vw solid #f9923e;
  }
  .p_nc {
    line-height: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
  }
  h5 {
    line-height: 5.2083333333vw;
    padding-left: 2.6041666666vw;
    margin-bottom: 1.5625vw;
  }
  ul.nc {
    line-height: 5.2083333333vw;
    margin: 0 0 3.90625vw 11.71875vw;
  }
  ul.nc li.end {
    margin: 0 0 5.2083333333vw 0;
  }
  .nc_photo {
    margin-bottom: 5.2083333333vw;
  }
  .nc_photo .nc1 {
    width: 89.5833333333vw;
    height: 55.9895833333vw;
    margin-bottom: 3.90625vw;
  }
  .nc_photo .nc2 {
    width: 89.5833333333vw;
    height: 103.3854166666vw;
    margin-bottom: 3.90625vw;
  }
  .nc_photo .nc3 {
    width: 89.5833333333vw;
    height: 56.25vw;
  }
  .nc_photo .nc4 {
    width: 89.5833333333vw;
    height: 122.3958333333vw;
  }
  .nc_photo .nc5 {
    width: 89.5833333333vw;
    height: 143.2291666666vw;
  }
  .nc_photo .nc6 {
    width: 89.5833333333vw;
    height: 98.4375vw;
  }
  .nc_photo .nc7 {
    width: 89.5833333333vw;
    height: 91.40625vw;
  }
  .nc_box {
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 2.8846153846vw;
  }
  .nc_box .border {
    width: 100%;
    float: none;
    border-top: none;
  }
  .nc_box .border_end {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
  .nc_box .left {
    background-color: #e5e5e5;
    width: 100%;
    float: none;
    text-align: center;
    padding: 2.6041666666vw 0 2.0833333333vw 0;
  }
  .nc_box .right {
    width: 100%;
    float: none;
    padding: 3.90625vw 0;
  }
  .nc_box .right p {
    line-height: 5.2083333333vw;
    margin-left: 0;
  }
  .nc_box .right p span::after {
    content: "\a";
    white-space: pre;
  }
  .te_center {
    text-align: center;
  }
  .te_right {
    text-align: right;
  }
  /*--会社内容ページ--*/
  .ov_box,
  .hi_box {
    background-color: #ffffff;
    float: none;
    margin-bottom: 5.7692307692vw;
  }
  .ov_box .border,
  .hi_box .border {
    float: none;
    border-top: none;
  }
  .ov_box .border_end,
  .hi_box .border_end {
    border-top: none;
    border-bottom: none;
    margin-bottom: 6.5104166666vw;
  }
  .ov_box .left,
  .hi_box .left {
    position: relative;
    width: auto;
    float: none;
    text-align: left;
    padding: 0 0 1.5625vw 0;
  }
  .ov_box .right,
  .hi_box .right {
    background-color: #ffffff;
    width: auto;
    float: none;
    padding: 0 0 3.90625vw 0;
  }
  .ov_box .left p,
  .hi_box .left p {
    position: relative;
    padding-left: 3.125vw;
  }
  .ov_box .left p:after,
  .hi_box .left p:after {
    content: "";
    position: absolute;
    top: -0.5208333333vw;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #f9923e;
    border-right: 0.2604166666vw solid #f9923e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ov_box .right p,
  .hi_box .right p {
    line-height: 5.2083333333vw;
    margin-left: 3.125vw;
  }
  .sup_par li {
    position: relative;
    width: auto;
    float: none;
    line-height: 6.5104166666vw;
    padding-left: 3.125vw;
  }
  .sup_par li.end {
    text-align: right;
    margin-bottom: 10.4166666666vw;
  }
  .sup_par li:after {
    content: "";
    position: absolute;
    top: -0.78125vw;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #f9923e;
    border-right: 0.2604166666vw solid #f9923e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sup_par li.end:after {
    position: relative;
    border: none;
  }
  /*--技術・実績ページ--*/
  .p_dev {
    line-height: 5.2083333333vw;
    margin: 0 0 5.2083333333vw 3.90625vw;
  }
  .p_dev_end {
    line-height: 5.2083333333vw;
    margin: 0 0 10.4166666666vw 3.90625vw;
  }
  .p_dev_nc {
    line-height: 5.2083333333vw;
    margin: 0 0 5.2083333333vw 7.5520833333vw;
  }
  .p_dev_nc_end {
    line-height: 5.2083333333vw;
    margin: 0 0 10.4166666666vw 7.5520833333vw;
  }
  .dev_deli,
  .dev_log,
  .dev_sale,
  .dev_pro,
  .dev_edi,
  .dev_net,
  .dev_sub,
  .dev_nc {
    width: 100%;
    height: 39.0625vw;
    margin-bottom: 5.2083333333vw;
  }
  .dev_deli:after,
  .dev_log:after,
  .dev_sale:after,
  .dev_pro:after,
  .dev_edi:after,
  .dev_net:after,
  .dev_sub:after,
  .dev_nc:after {
    width: 100%;
    height: 39.0625vw;
  }
  .bg_black {
    width: 100%;
    height: 39.0625vw;
  }
  .bg_black p {
    font-size: 5.2083333333vw;
    color: #ffffff;
    text-align: center;
    padding: 16.9270833333vw 0 0 0;
  }
  /*--理念ページ--*/
  .policy_bg {
    width: 100%;
    height: 44.7916666666vw;
    margin-bottom: 5.2083333333vw;
  }
  .policy_bg:after {
    width: 100%;
    height: 44.7916666666vw;
  }
  .bg_white {
    width: 100%;
    height: 44.7916666666vw;
  }
  .bg_white p {
    z-index: 1;
    font-size: 5.2083333333vw;
    color: #3391a9;
    font-weight: bold;
    line-height: 7.8125vw;
    text-align: center;
    padding: 13.0208333333vw 0 0 0;
  }
  .p_cn {
    font-size: 4.1666666666vw;
    text-align: center;
    line-height: 6.5104166666vw;
    margin-bottom: 10.4166666666vw;
  }
  .p_ri {
    text-align: right;
    line-height: 6.5104166666vw;
  }
  /*--当ウェブサイトについてページ--*/
  .p_ab {
    line-height: 5.2083333333vw;
    margin-bottom: 10.4166666666vw;
  }
  .ab_box {
    background-color: #ffffff;
    width: 100%;
    float: none;
    margin-bottom: 10.4166666666vw;
    padding-bottom: 10.4166666666vw;
  }
  .ab_box .border {
    float: none;
    border-top: none;
  }
  .ab_box .border_end {
    clear: both;
    float: none;
    border-top: none;
    border-bottom: none;
  }
  .ab_box .left {
    background-color: #e5e5e5;
    width: 100%;
    float: none;
    text-align: center;
  }
  .ab_box .left .win,
  .ab_box .left .mac {
    padding: 2.6041666666vw 0 2.0833333333vw 0;
  }
  .ab_box .right {
    width: 100%;
    float: none;
  }
  .ab_box ul {
    margin: 6.5104166666vw 0 2.6041666666vw 0;
  }
  .ab_box ul li {
    width: auto;
    float: left;
    margin: -2.6041666666vw 0 5.2083333333vw 3.125vw;
  }
  .ab_box ul li img {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .ab_box ul li span {
    vertical-align: 1.0416666666vw;
    padding-left: 1.5625vw;
  }
  /*--サイトマップページ--*/
  .sm_le {
    width: 42.1875vw;
    margin: 0 0 5.7692307692vw 0;
  }
  .sm_ri {
    width: 42.1875vw;
    margin: 0 0 5.7692307692vw 0;
    padding-left: 5.2vw;
  }
  h3.sm {
    margin: 0 0 3.90625vw 0;
    padding: 0.78125vw 0 0.5208333333vw 2.0833333333vw;
    border-bottom: 0.2604166666vw solid #808080;
    border-left: 0.78125vw solid #f9923e;
  }
  h3.sm_end {
    margin: 0 0 7.8125vw 0;
    padding: 0.78125vw 0 0.5208333333vw 2.0833333333vw;
    border-bottom: 0.2604166666vw solid #808080;
    border-left: 0.78125vw solid #f9923e;
  }
  h3.sm_end span {
    vertical-align: 0.2604166666vw;
    padding-left: 0.78125vw;
  }
  .sm_le ul li,
  .sm_ri ul li {
    width: auto;
    float: none;
    line-height: 5.2083333333vw;
    padding-left: 3.90625vw;
  }
  .sm_le ul li.end,
  .sm_ri ul li.end {
    margin-bottom: 7.8125vw;
  }
  .sm_le ul li:after,
  .sm_ri ul li:after {
    top: -0.2604166666vw;
    left: 0;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  /*--お問い合わせページ--*/
  p.tf1 {
    margin-bottom: 5.2083333333vw;
  }
  p.tf2 {
    margin-bottom: 2.6041666666vw;
  }
  p.tf1 span,
  p.tf2 span {
    font-size: 7.8125vw;
    padding-right: 2.6041666666vw;
  }
  p.tf1 span::after {
    content: "\a";
    white-space: pre;
  }
  .p_ct {
    line-height: 5.2083333333vw;
    margin-bottom: 10.4166666666vw;
  }
  .st_box {
    background-color: #ffffff;
    float: none;
    margin-bottom: 5.2083333333vw;
  }
  .st_box .border {
    float: none;
    border-top: none;
  }
  .st_box .border_end {
    float: none;
    border-top: none;
    border-bottom: none;
  }
  .st_box .left {
    background-color: #e5e5e5;
    width: 100%;
    float: none;
  }
  .st_box .right {
    width: 100%;
    float: none;
  }
  .st_box p {
    line-height: 5.2083333333vw;
    margin: 2.6041666666vw 0;
    padding: 0;
  }
  .st_box .left p span,
  .p_st_pr span {
    color: #3391a9;
    font-weight: bold;
  }
  .st_box .left p.p1,
  .st_box .left p.p2,
  .st_box .left p.p3,
  .st_box .left p.p4,
  .st_box .left p.p5 {
    margin: 0;
    padding: 1.3020833333vw;
  }
  .st_box .space {
    margin-bottom: 0.9615384615vw;
  }
  /*-- input / select / textarea スタイル --*/
  .st_box .form-input input {
    font-size: 3.6458333333vw;
    width: 87.5vw;
    padding: 0.78125vw;
    border: solid 0.2604166666vw #808080;
  }
  .st_box .form-select select {
    font-size: 3.6458333333vw;
    width: 89.5vw;
    padding: 0.78125vw;
    border: solid 0.2604166666vw #808080;
  }
  .st_box .form-textarea textarea {
    font-size: 3.6458333333vw;
    width: 87.5vw;
    height: 26.0416666666vw;
    padding: 0.78125vw;
    border: solid 0.2604166666vw #808080;
  }
  .st_pr {
    overflow: auto;
    width: 84vw;
    height: 65.1041666666vw;
    padding: 2.6041666666vw;
    border: 0.2604166666vw solid #808080;
  }
  .st_pr .hi_box {
    background-color: #ffffff;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .st_pr .hi_box .border {
    float: none;
    border-top: none;
  }
  .st_pr .hi_box .border_end {
    float: none;
    border-top: none;
    border-bottom: none;
  }
  .st_pr .hi_box .left {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
  }
  .st_pr .hi_box .right {
    width: 100%;
    float: none;
    padding: 2.6041666666vw 0;
  }
  .st_pr .hi_box .right p {
    margin-left: 3.125vw;
  }
  .p_st_pr {
    text-align: center;
    margin: 2.6041666666vw 0 5.2083333333vw 0;
  }
  .mar_b30 {
    margin-bottom: 7.8125vw;
  }
  .mar_t10 {
    margin-top: 2.6041666666vw;
  }
  /*--投稿ページ設定--*/
  div.h2_single {
    float: left;
    margin: 10.4166666666vw 0 2.6041666666vw 0;
    border-left: 1.3020833333vw solid #f9923e;
  }
  div.h2_single h2.single {
    clear: both;
    text-align: left;
    line-height: 7.8125vw;
    padding: 0.5208333333vw 0 0 2.0833333333vw;
  }
  p.post_ti {
    margin: 0 3.90625vw 7.8125vw 0;
  }
  p.post_ta {
    margin: 0 3.90625vw 7.8125vw 0;
  }
  ul.wp-block-latest-posts {
    list-style: disc outside;
    line-height: 5.2083333333vw;
    margin: 0 0 3.90625vw 7.8125vw;
  }
  .nav_below {
    text-align: center;
    margin: 13.0208333333vw 0;
  }
  .nav_below span.previous {
    width: 100%;
    float: left;
    margin: 0 auto 2.6041666666vw auto;
  }
  .nav_below span.previous > a:after {
    left: -4.6875vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  .nav_below span.before {
    width: 100%;
    float: left;
    margin: 0 auto 2.6041666666vw auto;
  }
  .nav_below span.before > a:after {
    top: 0.78125vw;
    left: -4.6875vw;
    left: -4.6875vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  .nav_below span.next {
    width: 100%;
    float: left;
    margin: 0 auto 10.4166666666vw auto;
  }
  .nav_below span.next > a:after {
    right: -3.90625vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  .category_box {
    padding: 5.2083333333vw 0 10.4166666666vw 0;
  }
  ul.wp-block-latest-posts {
    line-height: 5.2083333333vw;
  }
  time.wp-block-latest-posts__post-date {
    font-size: 3.125vw;
  }
  /*--Contact Form 7 設定--*/
  .circle_btn_contact {
    font-size: 3.6458333333vw;
    margin-bottom: 10.4166666666vw;
    padding: 2.6041666666vw 7.8125vw;
    border: #333333 0.2604166666vw solid;
  }
  .circle_btn_contact:hover {
    border: #f8913d 0.2604166666vw solid;
  }
  a.circle_btn_contact:after {
    right: 3.90625vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-top: 0.2604166666vw solid #f8913d;
    border-right: 0.2604166666vw solid #f8913d;
  }
  div.wpcf7-response-output {
    margin: 0 0 7.8125vw 0;
    padding: 2.6041666666vw 7.8125vw;
    border: #ff0000 0.5208333333vw solid;
  }
  span.wpcf7-list-item-label {
    margin-right: 31.5104666666vw;
  }
}
/*========================================================================
 Google reCAPTCHA 保護マーク非表示
========================================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

/*========================================================================

マイグレーション無料見積のご案内

========================================================================*/
.migration-estimate h2.co {
  font-size: 5.5vw;
}
@media (width > 768px) {
  .migration-estimate h2.co {
    font-size: 2.5vw;
  }
}

.migration-intro {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.migration-intro img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.migration-intro p {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.migration-intro p:nth-child(1) {
  color: #ff0000;
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  .migration-intro p:nth-child(1) {
    font-size: 2vw;
  }
}
.migration-intro p:nth-child(2) {
  color: #ff0000;
  margin-bottom: 0.5em;
}
.migration-intro p:nth-child(3) {
  font-size: clamp(12px, 1.4vw, 20px);
  margin-bottom: 1em;
}

.migration-service {
  margin-bottom: clamp(40px, 5vw, 80px);
}

.migration-flow {
  margin-bottom: clamp(40px, 8vw, 120px);
}
.migration-flow__list {
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  line-height: 1.4;
  gap: 5vw;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  .migration-flow__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5vw;
    padding-right: 0;
  }
}
.migration-flow__list li {
  position: relative;
  text-align: center;
  border: solid 3px #479bb1;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: clamp(80px, 10vw, 120px);
  color: #3391a9;
  font-weight: bold;
  font-size: clamp(14px, 1.4vw, 22px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.migration-flow__list li::before {
  display: block;
  place-content: center;
  content: counter(item);
  position: absolute;
  top: -3px;
  left: -3px;
  color: #fff;
  background-color: #3391a9;
  counter-increment: item;
  width: 2em;
  height: 2em;
  font-size: clamp(10px, 1.2vw, 18px);
  aspect-ratio: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.migration-flow__list li::after {
  position: absolute;
  content: "";
  left: calc(100% + 2vw);
  top: 50%;
  translate: 0 -50%;
  width: 0.6em;
  height: 1.5em;
  background-color: #3391a9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .migration-flow__list li::after {
    left: calc(100% + 0.65vw);
  }
}
.migration-flow__list li:last-of-type::after {
  display: none;
}
.migration-flow__list li:nth-child(4), .migration-flow__list li:nth-child(5), .migration-flow__list li:nth-child(6), .migration-flow__list li:nth-child(7) {
  background-color: #d9f0f5;
}
.migration-flow__list li:nth-child(8) {
  background-color: #3391a9;
  color: #fff;
}
.migration-flow__list li:nth-child(8)::before {
  background-color: #f8913d;
}

.migration-form__notes {
  margin-bottom: 1em;
}

/*
  お見積もりフォーム
----------------------------------------------- */
.contact-form {
  width: 100%;
  line-height: 1.6;
  margin-bottom: clamp(40px, 5vw, 80px);
  /* 無効化されている時のスタイル */
  /* 有効な時のスタイル（明示的に白などにする場合） */
}
.contact-form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form__item {
  display: grid;
  margin-bottom: 24px;
}
.contact-form__item:first-of-type {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .contact-form__item {
    grid-template-columns: 14em minmax(0, 1fr);
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
  }
}
.contact-form__term {
  position: relative;
  background-color: #fafafa;
  padding: 1.5em 1em;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
.contact-form__details {
  padding: 1em 1em;
}
@media screen and (min-width: 768px) {
  .contact-form__details {
    padding: 1.5em 1em;
  }
}
.contact-form span.required {
  color: #3391a9;
  font-weight: bold;
}
.contact-form span.optional {
  color: #3391a9;
  font-weight: bold;
}
.contact-form .wpcf7-form-control-wrap.config {
  display: block;
  margin-bottom: 0.8em;
}
.contact-form .config-cloud,
.contact-form .config-on-premises {
  margin-top: clamp(24px, 5vw, 40px);
}
.contact-form .config-cloud input[type=text],
.contact-form .config-on-premises input[type=text] {
  margin-top: 0.5em;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form select,
.contact-form textarea {
  padding: 0.5em 1em;
  width: 100%;
  font-size: 3.6458333333vw;
}
@media screen and (min-width: 768px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form select,
  .contact-form textarea {
    font-size: 1.3461538461vw;
  }
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #9d9d9d;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #9d9d9d;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #9d9d9d;
}
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #9d9d9d;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9d9d9d;
}
.contact-form .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.contact-form input[name=cloud-system-last-updated]:disabled,
.contact-form input[name=on-premises-system-updated]:disabled {
  background-color: #e0e0e0 !important; /* グレー背景 */
  cursor: not-allowed; /* 禁止マークのカーソル */
  border-color: transparent;
  opacity: 0.6;
}
.contact-form input[name=cloud-system-last-updated]:enabled,
.contact-form input[name=on-premises-system-updated]:enabled {
  background-color: #ffffff;
  border: 1px solid #707070;
}

.submission-consent span.wpcf7-list-item-label {
  margin-right: 0 !important;
}/*# sourceMappingURL=style.css.map */