/*
Theme Name: REILY_WORKS
Author:K.FUSE
Version:1.0
*/


/* ===================== CSS ====================== */
body {
  font-family: Helvetica, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  color: #717171;
  width: 100%;
}

body.is-active {
  overflow: hidden;
}

.image_cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page_title {
  text-align: center;
  font-size: 40px;
  font-family: Futura, 'Century Gothic';
  font-weight: 600;
  color: #00BFF7;
  padding: 16px 0;
}

.page_width {
  padding: 0 10px;
}

.bg-gray {
  background-color: #F5F5F5;
}

@media (min-width: 769px) {

  .page_title {
    font-size: 72px;
    padding: 32px 0;
  }  

  .page_width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

  .top_line {
    border-top: solid 1px #D1D1D1;
  }

}

/* ================ Header ================= */
header {
  width: 100vw;
  height: 56px;
  display: flex;
  justify-content: space-between;
}

.header_left {
  padding: 8px 10px;
}

.header_logo {
  width: 130px;
  height: 40px;
}

.header_logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header_right {
  display: none;
}

/* --- ハンバーガーメニュー --- */
.burger_btn {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #707070;
  cursor: pointer;
}

.burger_btn.is-active {
  background-color: white;
}

.btn__menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 1px;
  background: white;
  border: none;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}

.btn__menu::before{
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 0.5s;
}

.btn__menu::after{
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 0.5s;
}

.btn__menu.is-active{
  background: transparent;
}

.btn__menu.is-active::before{
  background: #1E1E1E;
  top: 0;
  transform: rotate(-45deg);
}

.btn__menu.is-active::after{
  background: #1E1E1E;
  bottom: 0;
  transform: rotate(45deg);
}

.menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  background-color: #1e1e1ef1;
  transform: translateX(100vw);
  transition: all .3s linear;
}

.menu.is-active {
  transform: translateX(0);
}

.menu li {
  width: 100%;
  height: auto;
  font-size: 40px;
  font-family: Futura, 'Century Gothic';
  font-weight: 600;
  color: #fff;
  margin-left: 32px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.menu_sns {
  margin-top: 32px;
  margin-left: 32px;
}

@media (min-width: 769px) {

header {
  height: 88px;
  padding: 0 32px;
}

.home header {
  position: fixed;
  top: 0;
  background-color: transparent;
}

.home .change_header {
  background-color: #fff;
  border-bottom: solid 1px #F5F5F5;
}

.header_left {
  padding: 0;
  display: flex;
  align-items: center;
}

.header_logo {
  width: 156px;
  height: 48px;
}

.header_right {
  display: flex;
  align-items: center;
}

#nav {
  list-style: none;
  display: flex;
}

#nav li {
  font-size: 16px;
  font-weight: 600;
  color: #717171;
  margin-left: 64px;
}

#nav li:hover {
  color: #00BFF7;
}

#nav a {
  text-decoration: none;
}

.burger_btn {
  display: none;
}

.menu {
  display: none;
}

}

/* ================ Footer ================= */
footer {
  background-color: #1E1E1E;
  color: #fff;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_content p {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.footer_bottom {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  font-size: 12px;
}

.footer_bottom .f_con {
  margin-left: 48px;
}

.footer_sns {
  display: none;
}

@media (min-width: 769px) {

  footer {
    height: 112px;
  }

  .footer_content {
    width: 1200px;
  }
  
  .footer_content p {
    font-size: 16px;
  }
  
  .footer_bottom {
    justify-content: flex-start;
    font-size: 16px;
  }
  
  .footer_bottom .f_con {
    margin-left: 60px;
  }
  
  .footer_top {
    display: flex;
    justify-content: space-between;
  }

  .footer_sns {
    display: block;
  }
  
}

/* ================ Index ================= */

.first_view {
  height: 100vh;
  position: relative;
  top: -56px;
  z-index: -1;
}

.first_video {
  display: none;
}

.first_video_sp {
  display: block;
  width: 100vw;
  height: 100vh;
}

.first_video_sp video, .first_video_sp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.second_view {
  padding-bottom: 32px;
}

.index_news, .index_talent, .index_company {
  padding: 0 10px;
}

.index_news h2, .index_talent h2, .index_company h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: Futura, 'Century Gothic';
  color: #00BFF7;  
}

#index_news_list {
  padding-top: 16px;
}

#index_news_list li {
  display: flex;
  margin-bottom: 16px;
}

.index_news_image .image_cover {
  width: 60px;
  height: 60px;
}

.index_news_right{
  margin-left: 16px;
}

.index_news_day {
  font-size: 16px;
  font-weight: 600;
  color: #00BFF7;
}

.index_news_title {
  font-size: 14px;
  font-family: 
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro",
    "Noto Sans JP",
    "Hiragino Sans",
    "sans-serif"
  ;
  font-weight: 600;
}

.view_more {
  display: flex;
  justify-content: flex-end;
}

.view_more button {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #00BFF7;
  padding: 8px 16px;
  background-color: white;
  color: #00BFF7;
  transition: all 0.5s;
}

.view_more button:hover {
  background-color: #00BFF7;
  color: #fff;
  transition: all 0.5s;
}

#index_talent_list {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}

#index_talent_list .image_cover {
  width: calc((100vw - 40px) / 3 );
  height: calc((100vw - 40px) / 3 );
}

#index_talent_list li p {
  font-size: 14px;
  font-family: 
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro",
    "Noto Sans JP",
    "Hiragino Sans",
    "sans-serif"
  ;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}

.index_contact {
  padding: 0 8px;
  margin-top: 32px;
}

.index_contact_message {
  font-size: 14px;
  font-family: 
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro",
    "Noto Sans JP",
    "Hiragino Sans",
    "sans-serif"
  ;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.index_contact_section {
  margin-top: 32px;
  padding: 32px 0;
  display: flex;
  justify-content: center;
  background-color: #E4F1F6;
}

.index_contact_section button {
  font-size: 16px;
  font-weight: 600;
  border: none;
  width: 70%;
  text-align: center;
  padding: 12px 36px;
  background-color: #fff;
  color: #00BFF7;
}

.company_info {
  padding: 16px 0;
  font-size: 14px;
}

.company_name {
  font-weight: 600;
  margin-bottom: 8px;
}

.company_info span {
  display: block;
}

.google_map {
  width: 100%;
  height: calc(((100vw - 20px) / 3) * 2);
}

.google_map iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .first_view {
    top: 0px;
  }

  .first_video {
    display: block;
    width: 100vw;
    height: 100vh;
  }
  
  .first_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .first_video_sp {
    display: none;
  }
  
  .second_view {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  
  .index_news, .index_talent, .index_company {
    padding: 0;
  }

  .index_news {
    margin-top: 96px;
  }

  .index_news h2, .index_talent h2, .index_company h2 {
    font-size: 96px;
    color: #00BFF7;
  }
  
  #index_news_list {
    padding-top: 32px;
  }

  #index_news_list li {
    display: flex;
    margin-bottom: 16px;
  }
  
  .index_news_image .image_cover {
    width: 90px;
    height: 90px;
  }
  
  .index_news_right{
    margin-left: 32px;
    display: flex;
  }
  
  .index_news_day {
    font-size: 20px;
  }
  
  .index_news_title {
    font-size: 16px;
    margin-left: 32px;
  }
  
  .view_more {
    display: flex;
    justify-content: flex-end;
  }
  
  .view_more button {
    font-size: 20px;
    padding: 10px 20px;
  }

  #index_talent_list {
    padding: 32px 0;
  }
  
  #index_talent_list .image_cover {
    width: 360px;
    height: 360px;
  }
  
  #index_talent_list li p {
    font-size: 20px;
    margin-top: 16px;
  }

  .index_contact {
    padding: 0;
  }
  
  .index_contact_message {
    font-size: 20px;
  }
  
  .index_contact_message span {
    display: block;
  }
  
  .index_contact_section {
    margin-top: 64px;
    padding: 64px 0;
  }
  
  .index_contact_section button {
    font-size: 24px;
    padding: 32px;
  }
  
  .company_info {
    padding: 32px 0;
    font-size: 20px;
  }
  
  .company_name {
    margin-bottom: 16px;
  }
  
  .company_info span {
    display: inline-block;
    margin-left: 32px;
  }
  
  .google_map {
    width: 100%;
    height: 600px
  }

}

/* ================ TALENT一覧 ================= */
.talent_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 20px;
  padding-bottom: 32px;
}

.talent_list .image_cover {
  width: calc((100vw - 30px) / 2);
  height: calc((100vw - 30px) / 2);
}

.talent_li_name {
  font-size: 14px;
  font-family: 
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro",
    "Noto Sans JP",
    "Hiragino Sans",
    "sans-serif"
  ;
  font-weight: 600;
  color: #717171;
  text-align: center;
  margin-top: 8px;
}

.talent_li_name_en {
  font-size: 12px;
  font-weight: 600;
  color: #9C9C9C;
  text-align: center;
  margin-top: 4px;
}

@media (min-width: 769px) {

  .talent_a_view {
    min-height: calc( 100vh - 374px );
  }

  .talent_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 16px;
    row-gap: 32px;
    padding: 0;
  }
  
  .talent_list .image_cover {
    width: calc((1200px - 48px) / 4);
    height: calc((1200px - 48px) / 4);
  }
  
  .talent_li_name {
    font-size: 20px;
    margin-top: 8px;
  }
  
  .talent_li_name_en {
    font-size: 16px;
  }  

}

/* ================ TALENT個別 ================= */
.main_image {
  width: calc(100vw - 20px);
  height: calc(100vw - 20px);
}

.main_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sub_image {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.sub_image li {
  width: calc((100vw - 44px) / 4);
  height: calc((100vw - 44px) / 4);
}

.sub_image li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.talent_profile {
  margin-top: 16px;
}

.profile_top{
  display: flex;
}

.talent_name {
  width: 40%;
}

.t_name {
  font-size: 24px;
  font-family: 
  "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ ProN",
  "Hiragino Kaku Gothic Pro",
  "ヒラギノ角ゴ Pro",
  "Noto Sans JP",
  "Hiragino Sans",
  "sans-serif"
  ;
  font-weight: 600;
}

.t_name_en {
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
  margin-left: 2px;
}

.talent_sns {
  display: flex;
  align-items: center;
  width: 60%;
}

.talent_sns li {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.talent_sns li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile_bottom {
  margin-top: 32px;
}

.profile_bottom table {
  width: 100%;
}


.profile_bottom tr {
  width: 100%;
  height: 48px;
}

.profile_bottom th {
  width: 40%;
  font-family: 
  "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ ProN",
  "Hiragino Kaku Gothic Pro",
  "ヒラギノ角ゴ Pro",
  "Noto Sans JP",
  "Hiragino Sans",
  "sans-serif"
  ;
  font-weight: 600;
}

.profile_bottom td {
  width: 60%;
}

.profile_bottom .career {
  margin-top: 16px;
}

.career .left {
  display: block;
  width: 100%;
  font-family: 
  "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ ProN",
  "Hiragino Kaku Gothic Pro",
  "ヒラギノ角ゴ Pro",
  "Noto Sans JP",
  "Hiragino Sans",
  "sans-serif"
  ;
  font-weight: 600;
}

.career .right {
  margin-top: 16px;
  display: block;
  width: 100%;
  line-height: normal;
}

.talent_info {
  padding: 32px 0;
}

.talent_info h3 {
  font-size: 32px;
  font-family: Futura, 'Century Gothic';
  font-weight: 600;
  color: #00BFF7;
}

.info_bottom {
  margin-top: 16px;
}

.info_nav ul {
  display: flex;
  justify-content: space-between;
}

.info_tab {
  font-size: 16px;
  font-family: Futura, 'Century Gothic';
  font-weight: 600;
  color: #CECECE;
  transition: all 0.5s;
}

.info_tab.is-active {
  color: #00BFF7;
  transition: all 0.5s;
}

.info_group {
  min-height: 330px;
}

.info_list {
  width: 100%;
  display:none;
  margin-top: 16px;
}

.info_list.is-show {
  display:block;
}

.info_list li {
  display: flex;
  padding: 16px 0 8px;
  border-bottom: solid 1px #DFDFDF;
  margin-bottom: 2px;
}

.list_left {
  padding-left: 8px;
  border-left: solid 4px #00BFF7;
}

.info_genre {
  font-size: 14px;
  font-family: Futura, 'Century Gothic';
  font-weight: 600;
  color: #AAAAAA;
}

.info_days {
  margin-top: 4px;
  font-size: 12px;
  color: #AAAAAA;
}

.info_title {
  margin-left: 32px;
  height: 54px;
  color: #717171;
}

@media (min-width: 769px) {

  .talent_s_view {
    display: flex;
    justify-content: space-between;
  }

  .talent_images {
    width: 560px;
  }

  .main_image {
    width: 560px;
    height: 560px;
  }

  .sub_image {
    margin-top: 24px;
  }
  
  .sub_image li {
    width: calc((560px - 24px) / 4);
    height: calc((560px - 24px) / 4);
    cursor: pointer;
  }

  .talent_profile {
    margin-top: 0;
    width: 560px;
  }

  .talent_name {
    width: 35%;
  }
    
  .t_name {
    font-size: 32px;
  }
  
  .t_name_en {
    font-size: 16px;
  }

  .talent_sns {
    width: 65%;
  }

  .profile_bottom th {
    width: 35%;
  }
  
  .profile_bottom td {
    width: 65%;
  }  
  
  .talent_info {
    margin-top: -160px;
    margin-left: 640px;
    width: 560px;
    padding: 32px 0;
  }
    
  .info_bottom {
    margin-top: 32px;
  }
  
  .info_nav ul {
    display: flex;
    justify-content: flex-start;
  }
  
  .info_tab {
    font-size: 20px;
    margin-right: 24px;
    cursor: pointer;
  }
  
  .info_genre {
    font-size: 16px;
  }
  
  .info_days {
    font-size: 14px;
  }

}

/* ================ News & Topicks 一覧 ================= */
.tab-wrap {
  padding-bottom: 32px;
  min-height: calc( 100vh - 282px);
}

.tab-group {
  display: flex;
  justify-content: center;
}

.tab-group ul {
  width: 100%;
  background-color: #fff;
  padding: 8px;
  margin: 16px 0;
  display: flex;
  justify-content: space-between;  
}

.tab {
  font-weight: 600;
  font-family: Futura, 'Century Gothic';
  color: #E1E1E1;
  cursor: pointer;
  transition: all 0.5s;
}

.tab.is-active {
  color:#00BFF7;
  transition: all 0.5s;
}

.news_list {
  display:none;
}

.news_list.is-show {
  display:block;
}

.news_list li {
  background-color: #fff;
  height: 120px;
  display: flex;
  margin-bottom: 8px;
  padding: 8px;
}

.news_image .image_cover {
  width: 60px;
  height: 60px;
}

.news_right {
  margin-left: 16px;
}

.news_right .category {
  color: #00BFF7;
  font-size: 14px;
  font-weight: 600;
  font-family: Futura, 'Century Gothic';
}

.news_right .date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.news_right .title {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Noto Sans JP", "Hiragino Sans", "sans-serif";
  font-weight: 600;
}

@media (min-width: 769px) {

  .tab-wrap {
    padding-bottom: 32px;
    min-height: calc( 100vh - 254px);
  }
  
  .tab-group ul {
    width: 768px;
    padding: 16px 50px;
    margin: 32px 0;
  }

  .tab {
    font-size: 24px;
  }

  .news_list li {
    height: 136px;
    margin-bottom: 16px;
    padding: 16px;
  }
  
  .news_image .image_cover {
    width: 104px;
    height: 104px;
  }
  
  .news_right {
    display: flex;
    margin-left: 32px;
  }
  
  .news_right .category {
    font-size: 24px;
    margin-bottom: 4px;
  }
  
  .news_right .date {
    font-size: 20px;
  }
  
  .news_right .title {
    font-size: 20px;
    margin-left: 32px;
  }
  
}

/* ================ News & Topicks 個別 ================= */
.news_single_area {
  padding: 16px 0;
}

.news_single {
  background-color: #fff;
  padding: 16px;
}

.single_top {
  display: flex;
  margin-bottom: 16px;
}

.news_single .category {
  color: #00BFF7;
  font-size: 20px;
  font-weight: 600;
  font-family: Futura, 'Century Gothic';
}

.news_single .date {
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  margin-left: 16px;
}

.news_single .title {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Noto Sans JP", "Hiragino Sans", "sans-serif";
  font-weight: 600;
  margin-bottom: 16px;
}

.news_single .image_cover {
  width: calc( 100vw - 52px);
  height: calc( 100vw - 52px);
  margin: 0 auto;
}

.news_single .content {
  margin-top: 16px;
  min-height: 40px;
}

.news_single .content img {
  max-width: calc(100vw - 52px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.news_single .content a {
  color: #005282;
  text-decoration: underline;
}

.news_single .content a:hover {
  opacity: 0.8;
}

.other_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.other_nav .left, .other_nav .right {
  background-color: #fff;
  color: #00BFF7;
  padding: 8px;
  font-weight: 500;
  transition: all 0.3s;
}

.other_nav .left:hover, .other_nav .right:hover {
  background-color: #00BFF7;
  color: #fff;
  transition: all 0.3s;
}

@media (min-width: 769px) {

  .news_single_area {
    padding: 32px 0 64px;
  }
  
  .news_single {
    padding: 32px;
  }
  
  .single_top {
    margin-bottom: 16px;
  }
  
  .news_single .category {
    font-size: 40px;
  }
  
  .news_single .date {
    font-size: 24px;
    margin-left: 32px;
  }
  
  .news_single .title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  
  .single_bottom_pc {
    display: flex;
  }

  .news_single .image_cover {
    width: 400px;
    height: 400px;
    margin: 0;
  }

  .news_single .content {
    margin-top: 0;
    margin-left: 64px;
    min-height: 40px;
  }

  .news_single .content img {
    margin: 0;
  }  

  .other_nav {
    margin-top: 32px;
  }

  .other_nav .left, .other_nav .right {
    padding: 10px;
    font-size: 20px;
  }

}

/* ================ Contact ================= */
.contact_form_area {
  padding: 16px 0;
}

.contact_form {
  background-color: white;
  padding: 16px;
}

.contact_form .top_info {
  font-size: 14px;
  text-align: center;
  line-height: normal;
}

.contact7 {
  width: 100%;
}

.contact_title {
  font-size: 16px;
  color:#717171;
  margin-top: 16px;
}

.contact_name, .contact_email, .contact_tel_number {
  background-color: #F5F5F5 !important;
  font-size: 14px;
  width: 100%;
  height: 28px;
  padding-left: 8px;
}

.contact_message {
  background-color: #F5F5F5 !important;
  width: 100%;
  height: 100px;
  font-size: 14px;
  padding: 8px;
}

.contact_announce {
  color: #dc3232;
  font-size: 14px;
  margin-top: 16px;
}

.contact_button {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.ajax-loader {
  display: none !important;
}

.contact_submit {
  background-color: #00BFF7;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Noto Sans JP", "Hiragino Sans", "sans-serif";
  font-weight: 600;
  text-align: center;
  width: 160px;
  height: 40px;
  margin-top: 16px;
  margin-left: calc((100vw - 212px) / 2);
  margin-right: calc((100vw - 212px) / 2);
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

@media (min-width: 769px) {

  .contact_form_area {
    padding: 32px 0;
  }

  .contact_form {
    padding: 64px;
  }
  
  .contact_form .top_info {
    font-size: 16px;
    text-align: center;
  }
  
  .contact_form .top_info span {
    display: block;
  }  
  
  .contact_title {
    font-size: 18px;
    margin-top: 32px;
  }

  .contact_name, .contact_email, .contact_tel_number {
    font-size: 16px;
    height: 48px;
    padding-left: 16px;
  }
  
  .contact_message {
    height: 300px;
    font-size: 16px;
    padding: 16px;
  }
  
  .contact_announce {
    font-size: 16px;
    margin-top: 32px;
  }
  
  .contact_submit {
    font-size: 18px;
    width: 240px;
    height: 60px;
    margin-top: 32px;
    margin-left: calc((1200px - 368px) / 2);
    margin-right: calc((1200px - 368px) / 2);
  }
    
  .wpcf7-not-valid-tip {
    font-size: 16px !important;
  }
  
}

/* ================ Company ================= */
.company_body_area {
  padding: 16px 0;
}

.company_body {
  background-color: #fff;
  font-size: 14px;
  padding: 16px 16px 32px;
}

.company_body tr {
  color: #717171;
  border-bottom: solid 1px #D1D1D1;
}

.company_body th {
  width: 100%;
  display:block;
  margin: 16px 0 8px;
}

.company_body td {
  width: 100%;
  display:block;
  margin-bottom: 8px;
}

.company_body iframe {
  margin-top: 16px;
  width: 100%;
  height: calc(( 100vw - 52px) / 1.5);
}

.company_body ul {
  list-style: disc;
  margin-left: 16px;
}

.company_body li {
  margin-bottom: 8px;
}

.border_none {
  border-bottom: none !important;
}

@media (min-width: 769px) {

  .company_body_area {
    padding: 32px 0;
  }

  .company_body {
    font-size: 16px;
    padding: 64px;
  }
    
  .company_body table {
    width: 100%;
  }

  .company_body th {
    width: 25%;
    display: inline-block;
    margin: 24px 0;
  }
  
  .company_body td {
    width: 75%;
    display: inline-block;
    margin: 24px 0;
  }

  .company_body iframe {
    margin-top: 24px;
    width: 100%;
    height: 402px;
  }

}


/* ================ PrivacyPolicy ================= */
.privacy_area {
  padding: 16px 0;
}

.privacy {
  background-color: #fff;
  font-size: 16px;
  padding: 32px 16px;
}

.privacy li {
  font-size: 16px;
  color: #717171;
  margin-bottom: 32px;
}

.pp_col {
  font-weight: 600;
  margin-bottom: 16px;
}

.pp_list {
  margin-top: 16px;
}

@media (min-width: 769px) {

  .privacy_area {
    padding: 32px 0;
  }
  
  .privacy {
    padding: 40px 80px 80px;
    margin-bottom: 80px;
  }
  
}