@charset "utf-8";
/*
Theme Name:fake child
Theme URI:
Description:WordPressテーマ「fake」の自作子テーマです。
Template:fake_tcd074
Author:Hisaki Itou
Author URI:https://tcd-theme.com/
Version:2.9
Text Domain:tcd-fake
*/

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, 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;
}

body {
  line-height:1;
}

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

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
    vertical-align:middle;
}

blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; display: none;}

/* 実績一覧 */
.outsourcing_list_other{ position: relative; width: 100%; margin: 30px auto 92px;}
.golf{ margin: 30px auto 52px; }
.outsourcing_list_other dl{ position: relative; width: 100%; margin: 12px auto 0; border-bottom: 1px solid #DDDDDD; padding-bottom: 12px;}
.outsourcing_list_other dl dt{ width: 100%; font-size: 20px; line-height: 1.5; font-weight: 600; }
.outsourcing_list_other dl dt.fordetailsite{ width: calc(100% - 39px); }
.outsourcing_list_other dl dt.fordetailsite:after{ display:inline-block; position: relative; right: 0; content:url(../../uploads/2023/06/icon.svg); margin-left: 10px; width:29px; height: 29px; text-align: right; vertical-align: sub; position: absolute; right: 10px; }
.outsourcing_list_other dl dd{ width: 100%; font-size: 14px; line-height: 1.6; font-weight: 400; }


/* 会社情報 */

.wide.2col_casette{
    width: 48%;
    height: 170px;
}
.wide.2col_casette.2col_casette:nth-child(odd){
    margin-right:4%;
    float:left;
}
.wide.2col_casette.2col_casette:nth-child(even){
    margin-right:0;
    float:right;
}
@media screen and (min-width:769px) {
    .nallow{
        display:none !important;
    }
}
@media screen and (max-width:768px) {
    .wide{
        display:none !important;
    }
}
.work_list .item {
  width: calc(100% / 2 - 10px);
}

/* 採用情報 */
#design_content_id2 .link_button.mynavi h4{
  margin-bottom: 30px;
  font-size: 1.25em;
}
#design_content_id2 .link_button.mynavi a {
  background:#ffffff; color:#00adf1; font-size:16px; border:1px solid #00adf1; display: inline-flex; justify-items: center; align-items: center;
}
#design_content_id2 .link_button.mynavi a:hover {
  background:#fff;
}

/*Google Mapカスタマイズ*/
.googlemap {
  position: relative; /* 子要素の基準とする */
  padding-bottom: 75%; /* 表示するパディング領域の縦横比（4：3） */
  height: 0;
  overflow: hidden;
  min-height: 240px;
}
.googlemap iframe {
  position: absolute; /* 親要素のパディング領域に配置するために絶対配置を指定 */
  top: 0; /* 垂直方向トップに配置 */
  left: 0; /*  水平方向左に配置 */
  width: 100%; /* 親コンテナの幅いっぱいに表示 */
  height: 100%; /* 親コンテナの高さいっぱいに表示 */
  max-height: 600px;
}

@media screen and (max-width:900px) {
  .googlemap iframe {
    height: 420px;
  }
}

@media screen and (max-width:650px) {
  .googlemap iframe {
    height: 320px;
    max-height: 320px;
    min-height: 320px;
  }
}
.pc #header.animate, 
#index_slider .logo_desc_area.animate, 
#index_slider .logo_desc_area.animate2, 
#page_header .catch.animate, 
#page_header .desc.animate, 
#page_header .headline.animate{
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}

.grecaptcha-badge { visibility: hidden; }

