/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
body {
  background: #fef9f1;
  overflow-x: hidden;
}
img {
  height: auto;
  max-width: 100%;
}
.w_base {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.vw_base {
  margin-left: calc(-50vw+ 50%);
  margin-right: calc(-50vw+ 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.webfont {
  font-family: 'Anton', sans-serif;
}
.bg_grad_blue01 {
  background: linear-gradient(136deg, #3f86e8, #3fd0e8, #b5d1f2);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 17s ease infinite;
  -moz-animation: AnimationName 17s ease infinite;
  animation: AnimationName 17s ease infinite;
}
.bg_grad_blue02 {
  background: linear-gradient(136deg, #3f86e8, #3fd0e8, #b5d1f2);
  background-size: 600% 600%;
}
.bg_grad_blue03 {
  background: linear-gradient(136deg, #3f86e8, #3fd0e8, #01e3e9);
  background-size: 200% 200%;
}
.hd_bg {
  background: linear-gradient(136deg, #3f86e8, #3fd0e8, #b5d1f2);
  background-size: 200% 200%;
  position: relative;
}
.hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  position: relative;
  z-index: 10;
}
.hd_logo a {
  color: #fff;
  display: flex;
  font-family: 'Anton', sans-serif;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
.hd_logo_img {
  height: 36px;
  width: auto;
  margin-right: 0.8rem;
}
.hd_logo .ff_en {
  font-size: 2rem;
}
.hd_logo .ff_jp {
  margin-left: 1rem;
  font-size: 0.7rem;
}
.hd.hd_scroll {
  background-color: #3c78b4;
  transition: background-color 0.5s;
}
.hd_nav_list {
  display: flex;
}
.hd_nav_list a {
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  font-family: 'Anton', sans-serif;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2rem;
  position: relative;
  text-align: center;
}
.hd_nav_list a .ff_jp {
  display: block;
  font-size: 0.7rem;
}
.hd_nav_list a:hover,
.nav_list a.current-menu-item a {
  color: #4987be;
  background: #ddd;
}
.hd_nav_list a::before,
.nav_list a::after {
  position: absolute;
  right: 0px;
  bottom: -2px;
  left: 0px;
  z-index: 2;
  content: '';
  transition: all 0.3s;
}
.hd_nav_list a::before {
  border-bottom: 4px solid #4987be;
  transform: scale(0, 1);
}
.hd_nav_list a:hover::after,
.nav_list a:hover::before {
  transform: scale(1);
}
.con {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 6rem;
  padding-top: 3rem;
}
.main_1column .mcon {
  padding: 3rem 2rem;
}
.main_2column {
  display: flex;
  flex-wrap: wrap;
}
.main_2column .main_2column_ttl {
  width: 100%;
  margin-bottom: 3rem;
}
.main_2column .main {
  padding: 0 6rem 0 4rem;
  width: 74%;
}
.main_2column .sub {
  width: 26%;
  padding-right: 4rem;
}
.main_blog .blog_entry_box_item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}
.main_blog .blog_entry_box_item a {
  color: #333;
  text-decoration: none;
  display: flex;
}
.main_blog .blog_entry_box_item a:hover {
  text-decoration: underline;
}
.main_blog .blog_entry_box_thum {
  width: 30%;
}
.main_blog .blog_entry_box_thum img {
  width: 100%;
}
.main_blog .blog_entry_box_con {
  width: 70%;
  padding: 0 2rem;
}
.main_blog .blog_entry_box_ttl {
  font-size: 1.3rem;
}
.main_single .mcon {
  width: 60rem;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.mcon_ttl_01 {
  font-size: 3rem;
}
.sub {
  width: 300px;
}
.sub_mainbnr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #efefef;
  color: #bbb;
  width: 100%;
  height: 300px;
}
.sub_subbnr_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sub_subbnr_list li {
  height: calc((300px - 1rem) / 2);
  width: calc((300px - 1rem) / 2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #efefef;
  color: #bbb;
  margin-top: 1rem;
}
.sub_search {
  margin-bottom: 2rem;
}
.sub_search_form {
  display: flex;
}
.sub_search_form .inner01 {
  width: calc(100% - 3rem);
}
.sub_search_form .inner02 {
  width: 3rem;
}
.sub_search_form_text {
  padding: 10px;
  border: none;
  width: 100%;
}
.sub_search_form_button {
  color: #4987be;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 100%;
  width: 100%;
}
.sub_head01 {
  color: #4987be;
  font-family: 'Anton', sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: 0.1em;
}
.sub_head01::before,
.sub_head01::after {
  border-top: 1px solid #4987be;
  content: '';
  display: inline;
  flex-grow: 1;
  margin-right: 1em;
}
.sub_head01::after {
  margin-left: 1em;
  margin-right: 0;
}
.sub_newpost_item {
  border-bottom: 1px solid #ddd;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.sub_newpost_item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
}
.sub_newpost_item a:hover {
  color: #111;
}
.sub_newpost_thum {
  width: 90px;
  height: 60px;
  overflow: hidden;
}
.sub_newpost_thum img {
  width: 90px;
  height: 60px;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: 'object-fit: cover!important;';
  transform: scale(1, 1);
  transition: all 0.3s;
}
.sub_newpost_item a:hover img {
  transform: scale(1.2, 1.2);
}
.sub_newpost_con {
  width: calc(100% - 1rem - 90px);
  margin-top: -0.5rem;
}
.sub_newpost_con h4 {
  font-size: 0.85rem;
  line-height: 1.6;
}
.sub_newpost_con time {
  color: #555;
  font-size: 0.8rem;
}
.sub_category {
  margin-top: 2rem;
}
.sub_category_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.sub_category_list li {
  width: calc((100% - 0.5rem) / 2);
  border-bottom: 1px solid #ddd;
}
.sub_category_list a {
  color: #333;
  display: block;
  font-size: 0.8rem;
  padding: 0.6em 0.5em;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.sub_category_list a:hover {
  background-color: #fff;
  color: #3f86e8;
}
.sub_auther {
  margin-top: 2rem;
}
.sub_auther p {
  font-size: 0.9rem;
}
.sub_auther_thum {
  margin: 2rem 0 1rem;
  text-align: center;
}
.sub_auther_thum img {
  border-radius: 50%;
  width: 50%;
  height: auto;
}
.sub_auther_toprofile {
  margin-top: 1rem;
}
.sub_auther_toprofile a {
  border: 1px solid #3f86e8;
  border-radius: 8px;
  color: #3f86e8;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em;
  transition: all 0.3s ease;
}
.sub_auther_toprofile a:hover {
  background-color: #3f86e8;
  color: #fff;
}
.sub_auther_snslist {
  margin-top: 2rem;
}
.sub_service {
  margin-top: 2rem;
}
.sub_service_list_item {
  border-bottom: 1px solid #ccc;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.sub_service_list_item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
}
.sub_service_list_item a:hover {
  color: #111;
}
.sub_service_list_thum {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.sub_service_list_thum img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: 'object-fit: cover!important;';
  transform: scale(1, 1);
  transition: all 0.3s;
}
.sub_service_list_item a:hover img {
  transform: scale(1.2, 1.2);
}
.sub_service_list_con {
  width: calc(100% - 1rem - 90px);
  margin-top: -0.2rem;
}
.sub_service_list_con h4 {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.2em;
  transition: all 0.3s;
}
.sub_service_list_item a:hover h4 {
  color: #3f86e8;
}
.sub_service_list_con p {
  font-size: 0.8rem;
  line-height: 1.6;
}
.main-con {
  width: 840px;
}
.ft {
  margin-top: 5vw;
  padding: 3vw;
}
.ft_mainnav_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
}
.ft_mainnav_item {
  width: calc((100% - 6rem) / 3);
}
.ft_mainnav_item a {
  color: #333;
  text-decoration: none;
}
.ft_mainnav_item_thum {
  overflow: hidden;
  height: 16vw;
}
.ft_mainnav_item_thum img {
  transition: all 0.3s ease;
}
.ft_mainnav_item_thum:hover img {
  transform: scale(1.1, 1.1);
}
.ft_mainnav_item_con {
  background: linear-gradient(136deg, #3f86e8, #3fd0e8, #b5d1f2);
  background-size: 600% 600%;
  color: #fff;
  margin: -1rem -1rem 0 5rem;
  padding: 1rem;
  position: relative;
  z-index: 10px;
}
.ft_mainnav_item_head {
  font-size: 1.3rem;
  font-weight: normal;
}
.ft_mainnav_item_head_ff_jp {
  display: inline-block;
  margin-left: 1em;
  color: #ddd;
  font-size: 0.7em;
}
.ft_contact {
  background-color: #4987be;
  background-size: cover;
  color: #fff;
  padding: 6rem;
  text-align: center;
}
.ft_contact h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.ft_contact span {
  opacity: 0.4;
  display: block;
  font-size: 1.6rem;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
.ft_contact_btn_con {
  margin-top: 2rem;
  text-align: center;
}
.ft_contact_btn {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem 2rem;
  text-decoration: none;
  width: 40%;
}
.ft_box {
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 3rem;
}
.ft_box > div {
  width: 360px;
  padding: 0 1rem;
}
.ft_box h2 {
  margin-bottom: 0.5rem;
}
.ft_box_about p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.ft_copy {
  color: #fff;
  font-size: 0.7rem;
}
.pt {
  border-radius: 50%;
  background-color: #4987be;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  right: 30px;
  position: fixed;
  width: 60px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}
.pt_btn {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before,
.pt_btn::after {
  background-color: #fff;
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 7px;
  bottom: 0;
}
.pt_btn::after {
  height: 7px;
  right: 0;
}
.home .hd_bg {
  background: none;
}
.home .hd_bg::before {
  background: linear-gradient(136deg, #3f86e8, #3fd0e8, #b5d1f2);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 17s ease infinite;
  -moz-animation: AnimationName 17s ease infinite;
  animation: AnimationName 17s ease infinite;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3rem;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 5%;
  }
  50% {
    background-position: 100% 96%;
  }
  100% {
    background-position: 0% 5%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 5%;
  }
  50% {
    background-position: 100% 96%;
  }
  100% {
    background-position: 0% 5%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 5%;
  }
  50% {
    background-position: 100% 96%;
  }
  100% {
    background-position: 0% 5%;
  }
}
.index_section {
  padding: 6rem 0;
}
.index_main_head01 {
  color: #3f86e8;
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.index_main_head01_ff_jp {
  display: block;
  color: #999;
  font-size: 0.7em;
}
.index_mainnav {
  padding-left: 3rem;
  padding-right: 3rem;
}
.index_skill {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding-left: 3rem;
  padding-right: 3rem;
}
.index_skill_item {
  width: calc(100% / 3);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 2rem;
}
.index_skill_item:nth-child(3n) {
  border-right: none;
}
.index_skill_item:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.index_skill_item h3 {
  text-align: center;
}
.index_skill_head01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  color: #ffff26;
  text-align: center;
  line-height: 1.2;
}
.index_skill_item_ff_jp {
  font-size: 0.5em;
  color: #fff;
}
.index_skill_item_thum {
  text-align: center;
}
.index_skill_item_thum img {
  width: 5vw;
  height: auto;
}
.index_reason {
  display: flex;
  align-items: flex-start;
  padding-top: 5vw;
  position: relative;
}
.index_reason_thanks {
  position: absolute;
  bottom: -1vw;
  left: 2vw;
  font-size: 6vw;
  color: #3f86e8;
  z-index: 20;
}
.index_reason_thum {
  width: 60vw;
  height: 30vw;
  position: relative;
  z-index: 0;
}
.index_reason_thum img {
  width: 100%;
  height: 30vw !important;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: 'object-fit: cover!important;';
}
.index_reason_con {
  color: #fff;
  padding: 3vw;
  width: 40vw;
  margin: -3vw -3vw 0 0;
  position: relative;
  z-index: 10;
}
.index_reason_con h3 {
  font-size: 1.3vw;
}
.index_reason_con p {
  font-size: 0.9vw;
  margin-top: 0.8vw;
}
.index_ownedmedia {
  padding-top: 8vw;
}
.index_ownedmedia .index_reason_con {
  order: 2;
  margin: -3vw 0 0 -3vw;
  width: 45vw;
}
.index_ownedmedia .index_reason_thum {
  order: 1;
  width: 55vw;
}
.index_ownedmedia .index_reason_thanks {
  left: auto;
  right: 1vw;
}
.index_reason_sns_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.index_reason_sns_list li {
  margin-right: 1vw;
}
.index_reason_sns_list a {
  background-color: #fff;
  color: #3f86e8;
  font-size: 0.9vw;
  padding: 1em 1.5em 0.9em;
  text-decoration: none;
  position: relative;
}
.index_reason_sns_list a::before {
  position: absolute;
  content: '';
  border-bottom: 1px #fff solid;
  left: 3px;
  bottom: -3px;
  right: -3px;
}
.index_reason_sns_list a::after {
  position: absolute;
  content: '';
  border-right: 1px #fff solid;
  top: 3px;
  bottom: -3px;
  right: -3px;
}
.index_catch_box_con p {
  margin-bottom: 1rem;
}
.index_main_ttl_01 {
  background-color: #4987be;
  background-size: cover;
  color: #fff;
  font-size: 3rem;
  padding: 6rem;
  text-align: center;
  margin: 8rem calc(50% - 50vw) 5rem;
}
.index_main_ttl_01 span {
  opacity: 0.4;
  display: block;
  font-size: 1.6rem;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
.index_main_ttl_02 {
  font-size: 2rem;
  padding: 2rem;
  text-align: center;
}
.index_main_ttl_02 span {
  color: #4987be;
  display: block;
  font-size: 1.5rem;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
.index_work_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.index_work_box > div {
  width: 360px;
  margin: 0 30px;
}
.index_work_box h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.index_work_box p {
  margin-bottom: 1rem;
}
.index_portfolio_box {
  display: flex;
  justify-content: space-between;
}
.index_portfolio_box_item {
  width: calc((100% - 8rem) / 3);
  margin: 0 1rem;
}
.index_portfolio_box_thum {
  margin-bottom: 1rem;
}
.index_portfolio_box_thum img {
  width: 100%;
  height: auto;
}
.index_portfolio_box_ttl {
  text-align: center;
  font-size: 0.9rem;
}
.index_eyecatch {
  height: 40vw !important;
  padding: 0 3rem;
  position: relative;
  z-index: 10;
}
.index_eyecatch img {
  width: 100%;
  height: 40vw !important;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: 'object-fit: cover!important;';
}
.index_eyecatch_message {
  background-color: #3f86e8;
  color: #fff;
  position: absolute;
  padding: 2rem;
  right: 5rem;
  bottom: -3rem;
}
.index_blog_list {
  display: flex;
  flex-wrap: wrap;
}
.index_blog_list .archive_typecard_item {
  width: calc((100% - 9rem) / 3);
  margin: 2rem 3rem 0 0;
}
.index_blog_list .archive_typecard_item:nth-child(3n) {
  margin-right: 0;
}
.index_blog_list .archive_typecard_thum {
  height: 230px;
}
.page_main_ttl_01 {
  font-family: 'Anton', sans-serif;
  background-color: #4987be;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  font-size: 6rem;
  padding: 3rem 2rem;
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.page_main_ttl_s {
  display: block;
  font-size: 0.6em;
}
.page_main_ttl_xxs {
  display: block;
  font-size: 0.3em;
}
.page_ecatch {
  height: 500px;
}
.page_ecatch img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: 'object-fit: cover!important;';
}
.profile_skill_box h3 {
  text-align: center;
}
.profile_skill_box_icon_area {
  color: rgba(0, 0, 0, 0.2);
  font-size: 5rem;
  text-align: center;
  line-height: 0.7;
}
.pager {
  padding: 2em 0;
  text-align: center;
}
a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 8px 10px;
  margin: 0 2px;
  text-decoration: none;
  color: #000;
  font-size: 0.7em;
}
.pager .current,
a.page-numbers:hover {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}
