@charset "UTF-8";
/*
Theme Name: color-of-dream.
Theme URI: 
Author: OAR DESIGN
Author URI: http://wordpress.org/
Description: 
Version: 0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* CSS RESET */
html, body, div, .padder, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

fieldset, img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, object, embed {
  display: block;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

nav ul, nav li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  width: auto;
}

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

abbr, acronym {
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a, .no-touch a:hover, .no-touch a:visited:hover, a:active, .no-touch a:active:hover {
  outline: none;
}

/* a,.no-touch a:hover,.no-touch a:visited:hover,a:visited{text-decoration: none} */
a {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

input, button {
  outline: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

/* __Basic
---------------------------------------------------------------------- */
/* logo */
/* bpo page */
/* bpo page */
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
  background: #fff;
  color: #575757;
  text-align: left;
  width: 100%;
  overflow-x: hidden;
}

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #575757;
}

.privacy-policy_text hr,
.contact_text hr,
.contact-form-complate hr {
  margin: 2em 0;
}

/*  __H
---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*  __H1
------------------------------- */
h1 {
  font-size: 30px;
}

@media only screen and (min-width: 1025px) {
  h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  h1 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 481px) {
  h1 {
    font-size: 20px;
  }
}

/*  __H2__page-title
------------------------------- */
h2,
.page-bpo h3 {
  font-size: 30px;
  line-height: 1.3;
}

@media only screen and (min-width: 1025px) {
  h2,
  .page-bpo h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  h2,
  .page-bpo h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  h2,
  .page-bpo h3 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 481px) {
  h2,
  .page-bpo h3 {
    font-size: 20px;
  }
}

/*  __H3
------------------------------- */
h3,
.page_nav li a,
.page_nav li span {
  font-size: 26px;
}

@media only screen and (min-width: 1025px) {
  h3,
  .page_nav li a,
  .page_nav li span {
    font-size: 26px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  h3,
  .page_nav li a,
  .page_nav li span {
    font-size: 22px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  h3,
  .page_nav li a,
  .page_nav li span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 481px) {
  h3,
  .page_nav li a,
  .page_nav li span {
    font-size: 18px;
  }
}

/*  __H4
------------------------------- */
h4,
.page-bpo .bpo_group_04 h4 {
  font-size: 17px;
}

@media only screen and (min-width: 1025px) {
  h4,
  .page-bpo .bpo_group_04 h4 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  h4,
  .page-bpo .bpo_group_04 h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  h4,
  .page-bpo .bpo_group_04 h4 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 481px) {
  h4,
  .page-bpo .bpo_group_04 h4 {
    font-size: 14px;
  }
}

/*  __H5 H6
------------------------------- */
/*  __P Text Span
---------------------------------------------------------------------- */
p,
li,
th,
td,
i,
a {
  font-size: 17px;
  font-weight: normal;
  word-wrap: break-word;
}

@media only screen and (min-width: 1025px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 481px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 14px;
  }
}

.row_vision p,
.about_text p {
  font-size: 26px;
  line-height: 1.8;
}

@media only screen and (min-width: 1025px) {
  .row_vision p,
  .about_text p {
    font-size: 26px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .row_vision p,
  .about_text p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .row_vision p,
  .about_text p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .row_vision p,
  .about_text p {
    font-size: 15px;
  }
}

.privacy-policy_text p,
.privacy-policy_text ol,
.privacy-policy_text th,
.privacy-policy_text td,
.privacy-policy_text p,
.privacy-policy_text a,
.privacy-policy_text li,
.privacy-policy_text span {
  line-height: 1.8;
}

/*  __span
------------------------------- */
span {
  font-size: 0.8em;
  display: block;
}

/* __A
---------------------------------------------------------------------- */
a {
  color: #575757;
  text-decoration: underline;
  border-bottom: none;
}

a.none,
li.none a {
  text-decoration: none;
}

a.fade,
li.fade a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1.0;
}

a:hover {
  text-decoration: none;
}

a.fade:hover,
li.fade a:hover {
  opacity: 0.6;
}

.nav li a,
.page-bpo h4 {
  font-size: 22px;
}

@media only screen and (min-width: 1025px) {
  .nav li a,
  .page-bpo h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .nav li a,
  .page-bpo h4 {
    font-size: 19px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .nav li a,
  .page-bpo h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 481px) {
  .nav li a,
  .page-bpo h4 {
    font-size: 15px;
  }
}

/*  __List
---------------------------------------------------------------------- */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal outside;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

.privacy-policy_text ol {
  margin-left: 2em;
}

@media only screen and (min-width: 1025px) {
  .privacy-policy_text ol {
    margin-left: 2em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .privacy-policy_text ol {
    margin-left: 2em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .privacy-policy_text ol {
    margin-left: 1.6em;
  }
}

@media only screen and (max-width: 481px) {
  .privacy-policy_text ol {
    margin-left: 1.3em;
  }
}

/* ---------------------------------------------------------------------
__Wrap
---------------------------------------------------------------------- */
.wrap {
  width: 100%;
  margin: auto;
}

.main {
  z-index: 10;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/* ---------------------------------------------------------------------
__Header
---------------------------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(3vw * 4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  padding: 0 3vw;
}

@media only screen and (min-width: 1025px) {
  .header {
    padding: 0 3vw;
    height: calc(3vw * 4);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .header {
    padding: 0 3vw;
    height: calc(3vw * 5);
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .header {
    padding: 0 4vw;
    height: calc(4vw * 6);
  }
}

@media only screen and (max-width: 481px) {
  .header {
    padding: 0 4vw;
    height: calc(4vw * 7);
  }
}

/*  __logo_mark
-------------------------- */
.logo_mark_box {
  mix-blend-mode: difference;
  line-height: 1;
}

a.logo_mark {
  display: block;
  opacity: 0.4;
}

a.logo_mark:hover {
  opacity: 0.2;
}

a.logo_mark svg {
  height: 5vw;
  fill: #333333;
  margin: auto;
}

/*  __logo_type
-------------------------- */
.logo_type_box {
  z-index: 1000;
  width: 50%;
  mix-blend-mode: difference;
  line-height: 1;
  margin-top: 1.5%;
}

@media only screen and (min-width: 1025px) {
  .logo_type_box {
    margin-top: 1.5%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .logo_type_box {
    margin-top: 1.75%;
    width: 45%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .logo_type_box {
    margin-top: 2%;
  }
}

@media only screen and (max-width: 481px) {
  .logo_type_box {
    margin-top: 2%;
  }
}

.logo_type_box.is-active {
  mix-blend-mode: normal;
}

a.logo_type {
  display: block;
  opacity: 1.0;
}

a.logo_type:hover {
  opacity: 0.6;
}

a.logo_type svg {
  height: 3vw;
  fill: #333333;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  a.logo_type svg {
    height: 3vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  a.logo_type svg {
    height: 4.5vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  a.logo_type svg {
    height: 6vw;
  }
}

@media only screen and (max-width: 481px) {
  a.logo_type svg {
    height: 7.5vw;
  }
}

/*  __nav
-------------------------- */
.nav {
  width: 50%;
  text-align: right;
  display: block;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .nav {
    width: 55%;
  }
}

.nav li {
  line-height: 1.4;
  display: inline-block;
  margin-left: 1.5em;
}

@media only screen and (min-width: 1025px) {
  .nav li {
    margin-left: 1.5em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .nav li {
    margin-left: 1.25em;
  }
}

@media only screen and (max-width: 769px) {
  .nav li {
    margin-left: 0;
    margin-bottom: 1.5em;
  }
}

.nav li.menu-bpo {
  position: relative;
  border-left: 1px solid;
  padding-left: 1.5em;
}

@media only screen and (max-width: 769px) {
  .nav li.menu-bpo {
    border-left: none;
    padding-left: 0;
    padding-top: 1.5em;
  }
}

@media only screen and (max-width: 769px) {
  .nav li.menu-bpo::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    background-color: #575757;
    width: 1.5em;
    height: 1px;
  }
}

.nav li a {
  text-decoration: none;
}

@media only screen and (max-width: 769px) {
  .nav li a {
    display: block;
  }
}

/* ---------------------------------------------------------------------
__Menu
---------------------------------------------------------------------- */
@media only screen and (max-width: 769px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translate(100%);
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .nav.is-active {
    transform: translate(0%);
    opacity: 1;
  }
}

@media only screen and (max-width: 769px) {
  .nav ul {
    display: flex;
    flex-flow: column;
    padding: 24vw 4vw;
  }
}

@media only screen and (max-width: 481px) {
  .nav ul {
    padding: 28vw 4vw;
  }
}

.nav ul li.menu-privacy-policy {
  display: none;
}

@media only screen and (max-width: 769px) {
  .nav ul li.menu-privacy-policy {
    display: inline-block;
  }
}

.nav_bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
}

@media only screen and (max-width: 769px) {
  .nav_bg.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  z-index: 1000;
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.8rem;
  height: 1rem;
  background: transparent;
  display: none;
}

@media only screen and (max-width: 769px) {
  .burger {
    display: block;
  }
}

.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 1;
  border-radius: 1rem;
  background: #575757;
  transition: all 0.4s;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.is-active .burger-line:nth-child(1) {
  transform: translateY(0.5rem) rotate(-45deg);
}

.is-active .burger-line:nth-child(2) {
  opacity: 0;
}

.is-active .burger-line:nth-child(3) {
  transform: translateY(-0.5rem) rotate(45deg);
}

/* ---------------------------------------------------------------------
__Hero
---------------------------------------------------------------------- */
#hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  top: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
}

/*  __hero_slider
-------------------------- */
.hero_slider {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: calc(100% - (3vw * 5));
  width: calc(100% - (3vw * 2));
  margin: 3vw;
  margin-top: calc(3vw * 4);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .hero_slider {
    height: calc(100% - (3vw * 5));
    width: calc(100% - (3vw * 2));
    margin: 3vw;
    margin-top: calc(3vw * 4);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .hero_slider {
    height: calc(100% - (3vw * 6));
    width: calc(100% - (3vw * 2));
    margin: 3vw;
    margin-top: calc(3vw * 5);
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .hero_slider {
    height: calc(100% - (4vw * 7));
    width: calc(100% - (4vw * 2));
    margin: 4vw;
    margin-top: calc(4vw * 6);
  }
}

@media only screen and (max-width: 481px) {
  .hero_slider {
    height: calc(100% - (4vw * 8));
    width: calc(100% - (4vw * 2));
    margin: 4vw;
    margin-top: calc(4vw * 7);
  }
}

.hero_slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-list,
.slick-track {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

.hero_slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 0;
  text-decoration: none;
}

/* ---------------------------------------------------------------------
__Section
---------------------------------------------------------------------- */
.section {
  width: 100%;
  margin: auto;
}

.section_contents {
  padding-bottom: 120px;
}

@media only screen and (min-width: 1025px) {
  .section_contents {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .section_contents {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .section_contents {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 481px) {
  .section_contents {
    padding-bottom: 80px;
  }
}

.page-bpo .section_contents {
  padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .page-bpo .section_contents {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .page-bpo .section_contents {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .page-bpo .section_contents {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 481px) {
  .page-bpo .section_contents {
    padding-bottom: 0;
  }
}

.row {
  width: 100%;
  padding: 0 3vw;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .row {
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .row {
    padding: 0 4vw;
  }
}

@media only screen and (max-width: 481px) {
  .row {
    padding: 0 4vw;
  }
}

.row_privacy-policy,
.row_contact {
  width: 70%;
  padding: 0 3vw;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row_privacy-policy,
  .row_contact {
    width: 70%;
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .row_privacy-policy,
  .row_contact {
    width: 80%;
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .row_privacy-policy,
  .row_contact {
    width: 90%;
    padding: 0 4vw;
  }
}

@media only screen and (max-width: 481px) {
  .row_privacy-policy,
  .row_contact {
    width: 100%;
    padding: 0 4vw;
  }
}

.row_bpo {
  width: 100%;
  padding: 0;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row_bpo {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .row_bpo {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .row_bpo {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 481px) {
  .row_bpo {
    width: 100%;
    padding: 0;
  }
}

.title {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .title {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .title {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .title {
    width: 100%;
    padding-top: 95px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .title {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 15px;
  }
}

.single-post .works_title {
  width: 100%;
  margin-top: calc(3vw * 4);
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .single-post .works_title {
    margin-top: calc(3vw * 4);
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .single-post .works_title {
    margin-top: calc(3vw * 5);
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .single-post .works_title {
    margin-top: calc(4vw * 6);
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .single-post .works_title {
    margin-top: calc(4vw * 7);
    margin-bottom: 25px;
  }
}

.footer .title {
  padding: 0;
}

/* ---------------------------------------------------------------------
__Home__Latest_Works
---------------------------------------------------------------------- */
.col_wrap {
  display: flex;
  flex-wrap: wrap;
}

.page-works .row_works_list .col_wrap,
.page-about .row_about .col_wrap,
.page-privacy-policy .row_privacy-policy .col_wrap,
.page-privacy-policy-inquiry .row_privacy-policy .col_wrap,
.page-contact .row_contact .col_wrap,
.page-bpo .row_bpo .col_wrap {
  margin-top: calc(3vw * 4);
}

@media only screen and (min-width: 1025px) {
  .page-works .row_works_list .col_wrap,
  .page-about .row_about .col_wrap,
  .page-privacy-policy .row_privacy-policy .col_wrap,
  .page-privacy-policy-inquiry .row_privacy-policy .col_wrap,
  .page-contact .row_contact .col_wrap,
  .page-bpo .row_bpo .col_wrap {
    margin-top: calc(3vw * 4);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .page-works .row_works_list .col_wrap,
  .page-about .row_about .col_wrap,
  .page-privacy-policy .row_privacy-policy .col_wrap,
  .page-privacy-policy-inquiry .row_privacy-policy .col_wrap,
  .page-contact .row_contact .col_wrap,
  .page-bpo .row_bpo .col_wrap {
    margin-top: calc(3vw * 5);
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .page-works .row_works_list .col_wrap,
  .page-about .row_about .col_wrap,
  .page-privacy-policy .row_privacy-policy .col_wrap,
  .page-privacy-policy-inquiry .row_privacy-policy .col_wrap,
  .page-contact .row_contact .col_wrap,
  .page-bpo .row_bpo .col_wrap {
    margin-top: calc(4vw * 6);
  }
}

@media only screen and (max-width: 481px) {
  .page-works .row_works_list .col_wrap,
  .page-about .row_about .col_wrap,
  .page-privacy-policy .row_privacy-policy .col_wrap,
  .page-privacy-policy-inquiry .row_privacy-policy .col_wrap,
  .page-contact .row_contact .col_wrap,
  .page-bpo .row_bpo .col_wrap {
    margin-top: calc(4vw * 7);
  }
}

.row_latest_works .col_wrap,
.row_about .col_wrap,
.row_works_list .col_wrap,
.row_works_footer .col_wrap {
  margin-left: calc(-3vw / 2);
  margin-right: calc(-3vw / 2);
}

@media only screen and (min-width: 1025px) {
  .row_latest_works .col_wrap,
  .row_about .col_wrap,
  .row_works_list .col_wrap,
  .row_works_footer .col_wrap {
    margin-left: calc(-3vw / 2);
    margin-right: calc(-3vw / 2);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .row_latest_works .col_wrap,
  .row_about .col_wrap,
  .row_works_list .col_wrap,
  .row_works_footer .col_wrap {
    margin-left: calc(-3vw / 2);
    margin-right: calc(-3vw / 2);
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .row_latest_works .col_wrap,
  .row_about .col_wrap,
  .row_works_list .col_wrap,
  .row_works_footer .col_wrap {
    margin-left: calc(-4vw / 2);
    margin-right: calc(-4vw / 2);
  }
}

@media only screen and (max-width: 481px) {
  .row_latest_works .col_wrap,
  .row_about .col_wrap,
  .row_works_list .col_wrap,
  .row_works_footer .col_wrap {
    margin-left: calc(-4vw / 2);
    margin-right: calc(-4vw / 2);
  }
}

.col_latest_works {
  width: 50%;
  padding: 0 calc(3vw / 2);
  margin-bottom: calc(3vw / 1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .col_latest_works {
    padding: 0 calc(3vw / 2);
    margin-bottom: calc(3vw / 1);
    width: 50%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .col_latest_works {
    padding: 0 calc(3vw / 2);
    margin-bottom: calc(3vw / 1);
    width: 50%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_latest_works {
    padding: 0 calc(4vw / 2);
    margin-bottom: calc(4vw / 1);
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .col_latest_works {
    padding: 0 calc(4vw / 2);
    margin-bottom: calc(4vw / 1);
    width: 100%;
  }
}

.col_latest_works:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 481px) {
  .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.col_latest_works:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .col_latest_works:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .col_latest_works:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_latest_works:nth-last-of-type(2) {
    margin-bottom: calc(4vw * 2);
  }
}

@media only screen and (max-width: 481px) {
  .col_latest_works:nth-last-of-type(2) {
    margin-bottom: calc(4vw * 2);
  }
}

.home .col_latest_works:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .home .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .home .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .home .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 481px) {
  .home .col_latest_works:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.home .col_latest_works:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .home .col_latest_works:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .home .col_latest_works:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .home .col_latest_works:nth-last-of-type(2) {
    margin-bottom: calc(4vw * 2);
  }
}

@media only screen and (max-width: 481px) {
  .home .col_latest_works:nth-last-of-type(2) {
    margin-bottom: calc(4vw * 2);
  }
}

.latest_works_img {
  position: relative;
  display: block;
  padding-top: 100%;
  width: 100%;
}

.latest_works_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #575757;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay h2 {
  width: 80%;
  text-align: center;
  transform: translateY(30px);
  transition: 0.5s ease;
}

.col_latest_works:hover .overlay {
  opacity: 1;
}

.col_latest_works:hover .overlay h2 {
  transform: translateY(0);
}

.latest_works_title,
.latest_works_date {
  margin: 10px 0;
}

@media only screen and (min-width: 1025px) {
  .latest_works_title,
  .latest_works_date {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .latest_works_title,
  .latest_works_date {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .latest_works_title,
  .latest_works_date {
    margin: 8px 0;
  }
}

@media only screen and (max-width: 481px) {
  .latest_works_title,
  .latest_works_date {
    margin: 5px 0;
  }
}

/* ---------------------------------------------------------------------
__Home__About us
---------------------------------------------------------------------- */
.col_about {
  padding: 0 calc(3vw / 2);
  margin-bottom: calc(3vw * 2);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .col_about {
    padding: 0 calc(3vw / 2);
    margin-bottom: calc(3vw * 2);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .col_about {
    padding: 0 calc(3vw / 2);
    margin-bottom: calc(3vw * 2);
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_about {
    padding: 0 calc(4vw / 2);
    margin-bottom: calc(4vw * 2);
  }
}

@media only screen and (max-width: 481px) {
  .col_about {
    padding: 0 calc(4vw / 2);
    margin-bottom: calc(4vw * 2);
  }
}

.page-about .col_about {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .page-about .col_about {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .page-about .col_about {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .page-about .col_about {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 481px) {
  .page-about .col_about {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_about:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 481px) {
  .col_about:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.col_about_left {
  width: 40%;
}

@media only screen and (min-width: 1025px) {
  .col_about_left {
    width: 40%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .col_about_left {
    width: 40%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_about_left {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .col_about_left {
    width: 100%;
  }
}

.col_about_right {
  width: 60%;
}

@media only screen and (min-width: 1025px) {
  .col_about_right {
    width: 60%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .col_about_right {
    width: 60%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_about_right {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .col_about_right {
    width: 100%;
  }
}

.page-about .col_about_left,
.page-about .col_about_right {
  margin-top: 120px;
}

@media only screen and (min-width: 1025px) {
  .page-about .col_about_left,
  .page-about .col_about_right {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .page-about .col_about_left,
  .page-about .col_about_right {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .page-about .col_about_left,
  .page-about .col_about_right {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 481px) {
  .page-about .col_about_left,
  .page-about .col_about_right {
    margin-top: 80px;
  }
}

.about_title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .about_title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .about_title {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .about_title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 481px) {
  .about_title {
    margin-bottom: 10px;
  }
}

.col_about_left .about_rep_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.col_about_right .about_rep_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 30px 0;
}

.col_about_right .about_rep_ul h4 {
  margin-bottom: 8px;
  text-decoration: underline;
}

.col_about_left .about_rep_ul .left {
  width: 100%;
}

.col_about_right .about_rep_ul .left {
  width: 100%;
}

/* ---------------------------------------------------------------------
__Footer
---------------------------------------------------------------------- */
footer {
  background: #e8e8e8;
  padding: 90px 0;
}

@media only screen and (min-width: 1025px) {
  footer {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  footer {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  footer {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 481px) {
  footer {
    padding: 60px 0 20px 0;
  }
}

.row_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
}

.col_footer {
  width: 50%;
}

@media only screen and (max-width: 481px) {
  .col_footer {
    width: 100%;
  }
}

.col_footer_right {
  text-align: right;
}

@media only screen and (max-width: 481px) {
  .col_footer_right {
    text-align: left;
    margin-top: 60px;
  }
}

/* ---------------------------------------------------------------------
__Page__Works
---------------------------------------------------------------------- */
.page_nav {
  margin-top: 80px;
}

@media only screen and (min-width: 1025px) {
  .page_nav {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .page_nav {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .page_nav {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 481px) {
  .page_nav {
    margin-top: 50px;
  }
}

.page_nav li {
  display: inline-block;
  margin-right: 1.5em;
}

.page_nav li a {
  text-decoration: none;
}

.page_nav li a:hover,
.page_nav li a:hover span,
.page_nav li .current,
li.current-menu-item a,
.nav li a:hover {
  opacity: 0.6;
}

/* ---------------------------------------------------------------------
__Single__Works
---------------------------------------------------------------------- */
.col_works_detail,
.col_works_image {
  width: 100%;
  margin-bottom: 40px;
}

.works_detail_01 ul,
.works_detail_02 ul {
  display: flex;
  flex-wrap: wrap;
}

.col_works_detail ul li p {
  display: inline-block;
}

.col_works_detail ul li.left:after {
  content: "__";
}

.col_works_image .image {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .col_works_image .image {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .col_works_image .image {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .col_works_image .image {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 481px) {
  .col_works_image .image {
    margin-bottom: 15px;
  }
}

.col_works_image .image img {
  width: 100%;
}

.col_works_image .image.portrait {
  height: 60vw;
}

.col_works_image .image.portrait img {
  max-height: 100%;
  width: auto;
  margin: auto;
}

/* ---------------------------------------------------------------------
__Page__Privacy Policy
---------------------------------------------------------------------- */
.privacy-policy_title,
.contact_title,
.bpo_title {
  text-align: center;
  margin-bottom: 2em;
}

.privacy-policy_text li {
  margin-bottom: 0.3em;
}

.page-privacy-policy-inquiry .privacy-policy_text li {
  margin-bottom: 1.2em;
}

.privacy-policy_text .table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.privacy-policy_text table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 18px;
  text-align: left;
}

.privacy-policy_text table th,
.privacy-policy_text table td {
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.privacy-policy_text table th {
  background-color: #f4f4f4;
}

.privacy-policy_text table td.center {
  text-align: center;
}

/* ---------------------------------------------------------------------
__Page__Contact
---------------------------------------------------------------------- */
.col_contact {
  width: 100%;
}

.form-col {
  margin: 1.5em 0;
}

li.subject {
  display: flex;
}

input[type=text],
textarea,
select {
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 10px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

select {
  width: 70%;
}

input[type=checkbox] {
  width: 2em;
  height: 2em;
  margin-right: 0;
  margin-top: 0.5em;
}

input[type="submit"] {
  width: 100%;
  padding: 1em;
  background-color: #a4a4a4;
  opacity: 1.0;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border-radius: 4px;
}

input[type="submit"]:hover {
  opacity: 0.7;
}

input[name="submitBack"] {
  margin-top: 1.5em;
  opacity: 0.7;
}

.mw_wp_form_confirm .form-col {
  margin: 1.5em 0 2.5em 0;
}

.mw_wp_form_confirm label {
  font-weight: bold;
}

.mw_wp_form_confirm li.tou p {
  margin-left: -1em;
}

/* ---------------------------------------------------------------------
__Page__BPO
---------------------------------------------------------------------- */
.bpo_group {
  padding: 5.0em 0;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group {
    padding: 4.0em 0;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group {
    padding: 3.5em 0;
  }
}

.bpo_group_00 {
  text-align: center;
  margin: auto;
  padding: 0;
  padding-bottom: 4em;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_00 {
    padding-bottom: 3.0em;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_00 {
    padding-bottom: 2.5em;
  }
}

.bpo_group_01 {
  text-align: left;
  width: 100%;
  margin: auto;
  background: #efefef;
  padding: 2.5em 0;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_01 {
    padding: 2.5em 0;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_01 {
    padding: 2.5em 0;
  }
}

.bpo_group_03 {
  width: 100%;
  margin: auto;
  background: #efefef;
}

.bpo_group_04 {
  width: 100%;
  margin: auto;
  background: #65b4e0;
  color: #fff;
}

.bpo_group_faq {
  width: 100%;
  margin: auto;
}

.bpo_group_contact {
  width: 100%;
  margin: auto;
  background: #e8f0f9;
}

.bpo_group_01 h3 {
  color: #65b4e0;
  font-weight: bold;
  margin-bottom: 1em;
}

.bpo_title,
.bpo_text {
  width: 90%;
  padding: 0 3vw;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .bpo_title,
  .bpo_text {
    width: 90%;
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .bpo_title,
  .bpo_text {
    width: 90%;
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_title,
  .bpo_text {
    width: 100%;
    padding: 0 4vw;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_title,
  .bpo_text {
    width: 100%;
    padding: 0 4vw;
  }
}

.bpo_group_title_wrap {
  width: 90%;
  padding: 0 3vw;
  margin: auto;
  margin-bottom: 5em;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .bpo_group_title_wrap {
    width: 90%;
    padding: 0 3vw;
    margin-bottom: 5em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .bpo_group_title_wrap {
    width: 90%;
    padding: 0 3vw;
    margin-bottom: 4em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_title_wrap {
    width: 100%;
    padding: 0 4vw;
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_title_wrap {
    width: 100%;
    padding: 0 4vw;
    margin-bottom: 2em;
  }
}

.bpo_group_title_wrap h3 {
  color: #65b4e0;
  font-weight: bold;
}

.bpo_group_title_wrap h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1em;
  margin: auto;
  background: #65b4e0;
  height: 5px;
  width: 80px;
}

.bpo_group_04 .bpo_group_title_wrap h3 {
  color: #fff;
}

.bpo_group_04 .bpo_group_title_wrap h3:after {
  content: '';
  background: #fff;
}

.bpo_group_box_wrap {
  width: 90%;
  padding: 0 3vw;
  margin: auto;
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .bpo_group_box_wrap {
    width: 90%;
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .bpo_group_box_wrap {
    width: 90%;
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_box_wrap {
    width: 100%;
    padding: 0 4vw;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_box_wrap {
    width: 100%;
    padding: 0 4vw;
    display: block;
  }
}

.bpo_group_01 .bpo_group_box_wrap {
  align-items: center;
}

.bpo_group_faq .bpo_group_box_wrap {
  display: block;
}

.bpo_group_contact .bpo_group_box_wrap {
  display: block;
  text-align: center;
}

.bpo_group_left,
.bpo_group_right {
  width: 50%;
}

@media only screen and (max-width: 481px) {
  .bpo_group_left,
  .bpo_group_right {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_right {
    margin-top: 1em;
  }
}

.bpo_group_02 .bpo_group_box,
.bpo_group_03 .bpo_group_box {
  width: 33.3333%;
  padding: 0 1em;
}

@media only screen and (min-width: 1025px) {
  .bpo_group_02 .bpo_group_box,
  .bpo_group_03 .bpo_group_box {
    padding: 0 1em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .bpo_group_02 .bpo_group_box,
  .bpo_group_03 .bpo_group_box {
    padding: 0 0.5em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_02 .bpo_group_box,
  .bpo_group_03 .bpo_group_box {
    padding: 0 0.5em;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_02 .bpo_group_box,
  .bpo_group_03 .bpo_group_box {
    padding: 1.5em 0.5em;
    width: 100%;
  }
}

.bpo_group_04 .bpo_group_box {
  width: 25%;
  padding: 0 1em;
}

@media only screen and (min-width: 1025px) {
  .bpo_group_04 .bpo_group_box {
    padding: 0 1em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .bpo_group_04 .bpo_group_box {
    padding: 0 0.5em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_04 .bpo_group_box {
    padding: 0 0.5em;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_04 .bpo_group_box {
    padding: 1em 0.5em;
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_box:last-of-type {
    padding-bottom: 0;
  }
}

.bpo_group_faq .bpo_group_box {
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #c4c4c4;
}

.bpo_group_box img {
  width: 100%;
}

.bpo_group_02 .bpo_group_box img,
.bpo_group_04 .bpo_group_box img {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_02 .bpo_group_box img,
  .bpo_group_04 .bpo_group_box img {
    width: 70%;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_02 .bpo_group_box img,
  .bpo_group_04 .bpo_group_box img {
    width: 60%;
  }
}

.bpo_group_03 .bpo_group_box img {
  width: 60%;
  margin: auto;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_03 .bpo_group_box img {
    width: 50%;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_03 .bpo_group_box img {
    width: 40%;
  }
}

.bpo_group_box .title {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_box .title {
    padding: 0.5em 0;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_box .title {
    padding: 0.5em 0;
  }
}

.bpo_group_box .title h4,
.bpo_group_box .question h4 {
  color: #65b4e0;
  font-weight: bold;
}

.bpo_group_04 .bpo_group_box .title h4 {
  color: #fff;
  height: 3em;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_04 .bpo_group_box .title h4 {
    height: 4em;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_04 .bpo_group_box .title h4 {
    height: auto;
  }
}

.bpo_group_04 .bpo_group_box .text {
  margin-top: 1em;
}

.bpo_group_box .number,
.question .icon,
.answer .icon {
  text-align: center;
  background: #fff;
  color: #65b4e0;
  height: 48px;
  width: 48px;
  max-width: 100%;
  border-radius: 128px;
  font-size: 26px;
  line-height: 1.9;
  font-weight: bold;
  margin: auto;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .bpo_group_box .number,
  .question .icon,
  .answer .icon {
    height: 38px;
    width: 38px;
    font-size: 20px;
    line-height: 2.0;
  }
}

@media only screen and (max-width: 481px) {
  .bpo_group_box .number,
  .question .icon,
  .answer .icon {
    height: 38px;
    width: 38px;
    font-size: 20px;
    line-height: 2.0;
  }
}

.question,
.answer {
  display: flex;
  align-items: center;
  margin: 1.5em 0;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .question,
  .answer {
    margin: 1.0em 0;
  }
}

@media only screen and (max-width: 481px) {
  .question,
  .answer {
    margin: 1.0em 0;
  }
}

.question h4.icon,
.answer p.icon {
  margin: 0;
  margin-right: 0.5em;
}

.question h4.icon {
  background: #65b4e0;
  color: #fff;
}

.answer p.icon {
  background: #666666;
  color: #fff;
}

.question .text,
.answer .text {
  flex: 1;
}

.bpo_group_contact a.contact_link {
  display: inline-block;
  font-weight: bold;
  background: #65b4e0;
  color: #fff;
  padding: 1em 2em;
  margin-top: 1em;
  text-decoration: none;
  border-radius: 30px;
  transition-property: opacity;
  　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.bpo_group_contact a.contact_link:hover {
  opacity: .7;
}

/* ---------------------------------------------------------------------
__Animation
--------------------------------------------------------------------- */
.animate .image {
  position: relative;
  opacity: 0;
  bottom: -20px;
}

.animate p,
.animate li,
.animate h3,
.animate h4 {
  position: relative;
  opacity: 0;
  bottom: -20px;
}

.animate.title h2 {
  position: relative;
  opacity: 0;
  right: -30px;
}

.animate h1 {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

/* __Loading indicator
---------------------------------------------------------------- */
.loading_wrap {
  z-index: 100001;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.loading_logo_svg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .loading_logo_svg {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .loading_logo_svg {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .loading_logo_svg {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 481px) {
  .loading_logo_svg {
    width: 60px;
    height: 60px;
  }
}

.loading_logo {
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: draw 1.2s linear forwards;
  animation-delay: 1s;
  stroke-linecap: round;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 450;
  }
  50% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* __Clearing
--------------------------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
