@charset "utf-8";
/*
Theme Name: C3AT
*/


/* ==================== */
/* main preset */
/* ==================== */

  .sp_dev{
    display: none;
  }
#main-content {}
#main-content section {}

#philosophy {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
#philosophy::after {
  content: "";
  display: block;
  clear: both;
}
#philosophy .slider-wrapper {
  position: absolute;
  top: 100px;
  z-index: -1;
}

#philosophy .philosophy-content {
  max-width: 1200px;
  margin: auto;
}

#philosophy .philosophy-content .strengths,
#philosophy .philosophy-content .personnel {
  /*padding-left: 30px;*/
	padding-left: 0px;
}
#philosophy .philosophy-content .personnel {
  float: right;
}

#philosophy .philosophy-content .strengths::before,
#philosophy .philosophy-content .personnel::before {
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #899fbb;
  transform: rotate(90deg) translate(95px, 55px);
}

/*#philosophy .philosophy-content .strengths::before {
  content: "Strengths";
}*/
#philosophy .philosophy-content .personnel::before {
  content: "Personnel";
}

#philosophy .philosophy-content article div {
  max-width: 900px;
  padding: 30px 0;
}

#philosophy .philosophy-content article .sub-heading {
  font-size: 3.5rem;
}
#philosophy .philosophy-content article p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 8px;
}
#philosophy .philosophy-content article p + p {
  font-size: .925rem;
  font-weight: 400;
  padding-top: 18px;
}

#ourbusiness,
#recruit {
  padding: 60px 0 100px;
  background: #EFF3F9;
  background: linear-gradient(180deg, rgba(239, 243, 249, 1) 0%, rgba(239, 243, 249, 1) 45%, rgba(255, 255, 255, 1) 100%);
}

#ourbusiness article,
#recruit article {
  max-width: 1200px;
  margin: auto;
}
#ourbusiness article h2.heading,
#recruit article h2.heading,
#ourbusiness article h3.heading,
#recruit article h3.heading {
  position: relative;
  left: -8px;
  font-size: 7.5rem;
  margin-bottom: 70px;
  font-family: 'Oswald', 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
}
#ourbusiness article h2.heading sub,
#recruit article h2.heading sub,
#ourbusiness article h3.heading sub,
#recruit article h3.heading sub {
  position: absolute;
  bottom: -8px;
  left: 8px;
  display: block;
  font-size: 1.375rem;
  color: #000;
}

#ourbusiness article h3.heading,
#recruit article h3.heading {
  left: -4px;
  font-size: 2rem;
  margin-bottom: 100px;
}
#ourbusiness article h3.heading sub,
#recruit article h3.heading sub {
  bottom: -25px;
  left: 4px;
  font-size: 1.025rem;
  color: #999;
}
#ourbusiness article h3.heading::after,
#recruit article h3.heading::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 4px;
  display: block;
  width: 120px;
  height: 3px;
  background: #155BA8;
  background: linear-gradient(90deg, rgba(21, 91, 168, 1) 0%, rgba(0, 188, 148, 1) 100%);
}


#ourbusiness .category,
#ourbusiness .category .category-item {
  display: flex;
}
#ourbusiness .category {
  flex-direction: column;
}
#ourbusiness .category .category-item:nth-child(odd) {
  flex-direction: row-reverse;
}
#ourbusiness .category .category-item:nth-child(even) {
  flex-direction: row;
}
#ourbusiness .category .category-item:nth-child(odd) .category-caption {
  padding-right: 35px;
}
#ourbusiness .category .category-item:nth-child(even) .category-caption {
  padding-left: 35px;
}

#ourbusiness .category .category-item {
  margin-bottom: 90px;
}
#ourbusiness .category .category-item:last-child {
  margin-bottom: 0;
}
#ourbusiness .category .category-item .category-visual,
#ourbusiness .category .category-item .category-caption {
  line-height: 1.8;
  width: 50%;
  box-sizing: border-box;
}
#ourbusiness .category .category-item .category-caption {
  margin-top: -16px;
}

#ourbusiness .category .category-item .category-caption p {
  margin-bottom: 30px;
}
#ourbusiness .category .category-item .category-caption a {
  display: inline-block;
  padding: 12px 70px;
  border: solid 1px #155aa8;
  border-radius: 100px;
  color: #155aa8;
  font-weight: 600;
  text-decoration: none;
}

#recruit {
}
#recruit .recruit-items {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
#recruit .recruit-item {
  width: 49%;
}



@media screen and (max-width: 1180px) {
#ourbusiness article, #recruit article {
    padding: 0 20px;
}
}


@media screen and (max-width: 1024px) {
  #ourbusiness article, #recruit article {
        padding: 0;
    }
  #philosophy .philosophy-content {
    width: 96%;
    margin: auto;
  }

  #ourbusiness article h2.heading,
  #recruit article h2.heading {
    width: 96%;
    margin: 0 auto 70px;
  }

  #ourbusiness .category .category-item:nth-child(odd),
  #ourbusiness .category .category-item:nth-child(even) {
    flex-direction: column;
  }
  #ourbusiness .category .category-item .category-caption {
    margin-top: 16px;
  }
  #ourbusiness .category .category-item:nth-child(odd) .category-caption,
  #ourbusiness .category .category-item:nth-child(even) .category-caption {
    padding: 0;
  }
  #ourbusiness .category .category-item .category-visual,
  #ourbusiness .category .category-item .category-caption,
  #recruit .recruit-items {
    width: 96%;
    margin: auto;
  }
  #ourbusiness .category .category-item .category-visual{
    margin-bottom: 5vw;
  }

  #ourbusiness article h3.heading,
  #recruit article h3.heading {
    text-align: center;
  }
  #ourbusiness article h3.heading sub,
  #recruit article h3.heading sub {
    left: 0;
    right: 0;
  }
  #ourbusiness article h3.heading::after,
  #recruit article h3.heading::after {
    left: 0;
    right: 0;
    width: 120px;
    margin: auto;
  }
  #ourbusiness .category .category-item .category-caption p {
    text-align: center;
  }
  #ourbusiness .category .category-item .category-caption a {
    display: block;
    width: 40%;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 812px) {
  .pc_dev{
    display: none;
  }
  .sp_dev{
    display: block;
  }
#philosophy {
    padding: 40px 0;
}
#philosophy .slider-wrapper {
    top: 30px;
}
#philosophy .philosophy-content article .sub-heading {
        font-size: 7vw;
        line-height: 1;
        margin-bottom: 10px;
    }
#philosophy .philosophy-content article p {
    font-size: inherit;
    padding-left: 0;
}
  #ourbusiness article h2.heading,
  #recruit article h2.heading {
    font-size: 16vw;
    text-align: center;
  }
  #ourbusiness article h2.heading sub,
  #recruit article h2.heading sub {
    left: 0;
    right: 0;
    font-size: 3.5vw;
    text-align: center;
  }
#ourbusiness article h3.heading, #recruit article h3.heading {
    left: 0;
    font-size: 1.4rem;
    margin-bottom: 100px;
}
    #ourbusiness .category .category-item .category-caption a {
        width: 90%;
    }
#ourbusiness .category .category-item .category-caption p {
        text-align: left;
    }
#ourbusiness, #recruit {
    padding: 40px 0 40px;
  }
#ourbusiness .category .category-item {
    margin-bottom: 50px;
}
  #recruit .recruit-items {
    justify-content: center;
    flex-direction: column;
  }
  #recruit .recruit-item {
    width: 100%;
    margin-bottom: 5vw;
  }
#philosophy .philosophy-content .strengths::before, #philosophy .philosophy-content .personnel::before {
    margin-top: -40px;
}
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	border-radius: 30px 0;
}
@media screen and (max-width: 1024px) {
.movie-wrap {
	border-radius: 20px 0;
}
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.inne{
	max-width:1200px;
	margin:auto;
  width:98%;
}
@media screen and (max-width: 1024px) {
.inne {
        width: 90%;
        margin: auto;
    }
}
.mar1{
	margin-bottom:70px;
}
.mar2{
	margin-bottom:140px;
}

h3.heading {
    left: -4px;
    /*font-size: 2rem;*/
	font-size: min(6.5vw, 32px);
    margin-bottom: 100px;
    font-family: 'Oswald', 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-optical-sizing: auto;
	position: relative;
	line-height: 1.8;
}
h3.heading sub{
    bottom: -25px;
    left: 4px;
    font-size: 1.025rem;
    color: #999;
	position: absolute;
    display: block;
	font-weight: normal;
}
h3.heading:after {
    content: "";
    position: absolute;
    bottom: -60px;
    bottom: -40px;
    left: 4px;
    display: block;
    width: 120px;
    height: 3px;
    background: #155BA8;
    background: linear-gradient(90deg, rgba(21, 91, 168, 1) 0%, rgba(0, 188, 148, 1) 100%);
}


h3.headingg {
    left: -4px;
    /*font-size: 2rem;*/
	font-size: min(6.5vw, 32px);
    margin-bottom: 55px;
    font-family: 'Oswald', 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-optical-sizing: auto;
	position: relative;
	line-height: 1.8;
}
h3.headingg sub{
    bottom: -25px;
    left: 4px;
    font-size: 1.025rem;
    color: #999;
	position: absolute;
    display: block;
	font-weight: normal;
}
h3.headingg:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 4px;
    display: block;
    width: 120px;
    height: 3px;
    background: #155BA8;
    background: linear-gradient(90deg, rgba(21, 91, 168, 1) 0%, rgba(0, 188, 148, 1) 100%);
}




h2.wooiu{
	font-size:min(5vw,35px);
	font-weight:bold;
	color: #023c84;
}
.wrapfe{
	padding:70px 0;
	max-width:1200px;
	margin:auto;
}
h2.wooiu span{
	font-size:20px;
	font-family: "Oswald";
	display:block;
	color:#9cc5c5;
}
.left-line {
  position: relative;
	padding:0 0 0 100px;
}

.left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px; /* 線の長さ */
  height: 1px;
  background-color: #9cc5c5;
  margin-left: -0; /* ← これで線をさらに左へ */
}


.page_title {
    margin-top: 5rem;
    margin-bottom: 3rem;
    font-family: "Noto Serif JP", serif;
}
.page_title .container {
    position: relative;
}
.container {
    max-width: 78rem;
    width: 100%;
    margin: auto;
    padding: 0;
}
.page_title:after {
    content: "";
    background: #eff3f9;
    width: 80%;
    padding: 0 0 7rem;
    display: block;
    border-radius: 0 80px 80px 0;
}
.page_title .page_title_inr {
    position: absolute;
    top: -2.3rem;
    left: 20px;
    font-weight: bold;
}
@media screen and (max-width: 665px) {
.page_title .page_title_inr {
    position: absolute;
    top: -1.5rem;
    left: 20px;
    font-weight: bold;
}
}
.page_title .page_title_inr h1 {
    font-size: min(9vw,60px);
    color: #215796;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Oswald";
	line-height: min(11vw, 70px);
}
.page_title .page_title_inr p {
    font-size: min(5vw, 20px);
    color: #215796;
    display: inline-block;
	font-family: "Oswald";
	font-weight:bold;
}
.page_title .page_title_inr p:after {
    content: "";
    background: #e3de0c;
    width: 48px;
    height: 4px;
    border-radius: 20px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.news-item dt{
	margin-right:30px;
}

.nmhn{
	margin:0 auto 100px auto;
	max-width:800px;
}

@media screen and (max-width: 1024px) {
    .nmhn {
        width: 90%;
        margin:0 auto 60px auto;
    }
}

h2.pub{
	font-weight:bold;
	border-top:3px solid #215796;
	border-bottom:1px solid #215796;
	padding:10px 0 10px 0;
	margin:30px 0 30px 0;
	font-size:20px;
	color:#215796;
}
h2.pub:first-child{
	margin:0 0 30px 0;
}
h3.pik{
	font-weight:bold;
	font-size:18px;
	margin:10px 0 10px 0;
}

.table-default {
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
	margin: 0 auto;
}
.table-default th {
    background: #215796;
    color: #fff;
}
.table-default td {
    background: transparent;
}
.table-default td, .table-default th {
    border: 1px solid #d7dbe1;
}
table td, table th {
    padding: 0.7em 1em;
}
@media screen and (max-width: 767px) {
.page-id-96 .table-default th , .page-id-96 .table-default td{
display:block;
}
}

.jiji{
	margin-bottom:30px;
}

.table-default input,.table-default textarea{
    padding: 13px;
    background: #f0f3f7;
    border: none;
    width: 100%;
	font-size: 16px;
	line-height: 24px;

}

.subm{
	background: #ed9305;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border-radius: 100px!important;
    margin: 30px auto 0 auto;
    text-align: center;
    display: block;
    width: 300px;
}
.cheche {
    background: #fffee2;
    padding: 10px;
    margin: 30px 0;
	border: 1px solid #f5eb93;
}