@charset "UTF-8";
/*
Theme Name: Original theme
Theme URL: https://trikai.jp/
Description:  株式会社トリカイのホームページです。
Author: 株式会社トリカイ
Version: 1.0.0
*/

/* all */
body {
    font-size: 100%;
    text-size-adjust: 100%;
    letter-spacing: 0.7px;
    font-family: Inter, "Noto Sans JP", Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    margin:0 auto;
  }

html {
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
  margin:0;
  padding:0;
}

h1{
  font-size: 35px;
}

h2{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom:35px;
  color:#333333;
}

h2 span{
  background:linear-gradient(135deg, #fa7412 0%, #f6ab00 100%);
  color: #fff;
  padding: 0 3px;
  margin: 0 1px;
}

h3{
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  color:#333333;
}

p,th,td,li{
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.2px;
  color:#333333;
}

ul {
  list-style:none;
}

a{
  text-decoration: none;
  font-size: 14px;
}

ol{
  padding-left:1.5em;
  line-height: 1.6;
}

table{
  width: 100%;
  border-collapse: collapse;
}

input, select, textarea  {
  font-size: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
}

textarea{
  width: 100%;
  padding:10px;
}

img {
  vertical-align: bottom;
  object-fit: cover;
}

textarea:focus,select:focus,input:focus{
  outline: none;
}

a:hover,button:hover{
  cursor: pointer;
}

input,select{
  border-radius: 0;
}

a[href*="tel:"] {
  color:#000000;
}

.box_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cal_2{
  display: inline-block;
  width: calc(50% - 40px / 2);
}

.cal_3{
  display: inline-block;
  width: calc(33.33% - 60px / 3);
}

.cal_4{
  display: inline-block;
  width: calc(25% - 40px / 4);
}

.cal_5{
  display: inline-block;
  width: calc(20% - 50px / 5);
}

.cal_6{
  display: inline-block;
  width: calc(16.6% - 30px / 6);
}

.wrapper{
  max-width: 1040px;
  width: 100%;
  margin:0 auto;
  padding:80px 40px;
}

.inner{
  max-width: 1100px;
  width: 100%;
  margin:0 auto;
  padding:80px 25px 100px 25px;
}

.en{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 1;
}

i{
  padding-right:4px;
}

/* header */
header{
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  height: 80px;
  position: absolute;
  top:0;
}

.logo_b{
  display: none;
}

.fixed{
  position: fixed;
  top:120px;
  z-index: 99;
  right: 0;
}

.fixed .is_pc{
  display: block;
  margin-bottom: 10px;
}

.tell_icon{
  margin-right:5px;
  vertical-align: top;
  padding-top: 3px;
}

.is_sp{
  display: none;
}

.nav_menu li a{
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 10px 0 10px;
  font-weight: 500;
  display: block;
  letter-spacing: 2px;
}

.fixed .nav_menu li a{
  padding:20px 5px;
}

.nav_menu li a span{
  color: #1ab5e1 ;
  font-family: "Jost", sans-serif;
}

.logo_w{
  margin:6px 0 0 40px;
}

.fixed .logo_w{
  display: none;
}

.fixed .logo_b{
  display: block;
  padding-top:15px;
}

header h1{
  float: left;
  line-height: 1.2;
}

.header a{
  color:#333333;
  letter-spacing: 1px;
}

input#menu-btn-check{
  display: none;
}

.header ul{
  display: flex;
  justify-content: flex-end;
  margin-right:15px;
}

.nav_menu li a:hover{
  opacity: 0.7;
}

.header_btnbox{
  text-align: right;
  margin:20px 0 0 0;
}

.header_btnbox div{
  display:inline-block;
  text-align: center;
  margin-right: 20px;
  vertical-align: top;
}

.tell_btn p{
  font-size: 19px;
}

.tell_btn{
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.tell_btn span{
  font-size: 12px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #b0b0b0;
  color: #6b6b6b;
  font-family: "Inter", sans-serif;
}

.mail_btn{
  max-width: 170px;
  width: 100%;
  background: #f6ab00;
  border-radius: 99px;
}

.mail_btn a{
  color:#ffffff;
  padding:13px 0;
  display: block;
  font-size: 15px;
}

.line_btn{
  max-width: 170px;
  width: 100%;
  border:2px solid #004ea2;
  background: #ffffff;
  border-radius: 99px;
}

.line_btn a{
  color:#004ea2;
  padding:13px 0;
  border-radius: 99px;
  font-size: 15px;
  display: block;
}

/* index */

.swiper{
  position: relative;
  margin-top:80px;
}

.top_cover{
  position: absolute;
  z-index: 99;
}

.top_text{
  position: absolute;
  z-index: 99;
  top: 350px;
  left: 110px;
}

.scroll_line{
  position: absolute;
  z-index: 99;
  left: 20px;
  bottom:200px;
  writing-mode: vertical-rl;
  font-family: "Josefin Sans", sans-serif;
  color: #6b6b6b;
  font-weight: 300;
}

.top_btnbox img{
  position: absolute;
  z-index: 99;
  top: 400px;
  filter: drop-shadow(7px 7px 7px #ddd);
}

.top_btn01{
  left: 110px;
}

.top_btn02{
  left:280px;
}

.service_left{
  position: relative;
}

.service_img02{
  position: absolute;
  left:-120px;
  bottom:-100px;
}

.service_img03{
  position: absolute;
  right:-620px;
  bottom:-220px;
}

.service_section{
  padding-bottom:40px;
}

.service_section h2,.service_section .en{
  text-align: left;
}

.howto_section .inner{
  max-width: 960px;
  margin: 0 150px 0 auto;
}

.howto_section .cal_3{
  text-align: center;
}

.howto_section h3 span{
  background: linear-gradient(135deg, #fa7412 0%, #f6ab00 100%);
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}

.howto_section h3{
  padding:50px 0;
}

.howto_section .cal_2{
  position: relative;
}

.howto_section .number{
  color: #f8b41e38;
  font-size: 150px;
  position: absolute;
  top: -10px;
  line-height: 1;
  left: -60px;
  z-index: -99;
  font-weight: bold;
}

.howto_section .number02{
  left: auto;
  right:-60px;
}

.howto_section .text span{
  color:#f6ab00;
  font-weight: bold;
}

.howto_section a{
  color:#004ea2;
  font-weight: bold;
  text-decoration: underline;
}

.howto_section i{
  padding-right:5px;
}

.howto_section .margin_bottom{
  margin-bottom:40px;
}

.howto_section .img img{
  border-radius: 10px;
}

.item_container .cal_5{
  padding: 5px 5px 10px 5px;
  text-align: center;
  background: #ffffff;
  margin-bottom:12px;
  border-radius: 10px;
}

.item_container .cal_5 p{
  font-weight: bold;
  font-size: 15px;
}

.items_section,.news_section{
  background: #f8f8f8;
}

.news_section{
  position: relative;
}

.news_section .en{
  position: absolute;
  top:-30px;
}

.news_section h2{
  position: absolute;
  top:30px;
}

.btn{
  max-width: 300px;
  margin: 30px auto 0 auto;
}

.btn a{
  display: inline-block;
  padding:15px 0;
  border:2px solid #004ea2;
  color:#004ea2;
  background: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 4px 4px rgb(77 77 77 / 17%);
}

.qa_section .question{
  padding:10px;
  font-weight: bold;
}

.qa_section .question span{
  color:#f6ab00;
}

.qa_section .answer,.subpage .text_box{
  padding:20px;
  margin-bottom:25px;
  background: #f8f8f8;
}

.subpage .text_box{
  margin-top:10px;
}

.subpage .right_text{
  text-align: right;
}

.qa_section .answer p,.answer li{
  font-size: 15px;
}

.post_item{
  display: flex;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #ffffff;
}

.post_date{
  padding-right:10px;
}

.archive_item{
  background: #f8f8f8;
  padding:20px;
  border-radius: 10px;
  margin-bottom:15px;
}

.post_content{
  color:#656565;
  line-height: 1.3;
}

.scroll{
  position: absolute;
  left: 35px;
  bottom: 80px;
  width: 2px;
  z-index: 99;
  height: 100px;
}

.scroll-bar-container {
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  position: relative;
}

.scroll-bar {
  height: 0%;
  background: linear-gradient(135deg, #fa7412 0%, #f6ab00 100%);
  width: 100%;
  animation: growBar 2s linear infinite;
}

@keyframes growBar {
  0% {
    height: 0%;
  }
  100% {
    height:100%;
  }
}

/* page */
.subpage{
  max-width: 1070px;
  width: 100%;
  margin:0 auto;
  padding: 50px 15px 80px 15px;
}

.subpage_h1{
padding: 150px 100px 40px 100px;
margin: 110px 16px 0 16px;
color: #333333;
font-weight: 600;
text-align: right;
position: relative;
background-size: cover;
font-size: 15px;
letter-spacing: 3px;
font-weight: 500;
background: linear-gradient(#f7f7f770, rgb(255 255 255 / 17%)), url(img/service01.jpg);
background-position: center;
border-radius: 5px;
}

.subpage_h1 .en{
font-weight: bold;
    margin-bottom: 5px;
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 1;
        position: absolute;
    bottom: -30px;
    right: 95px;
}

.subpage h2{
line-height: 1;
padding:20px 5px ;
font-size: 20px;
color:#217bbd;
border-bottom: 1px dashed #217bbd;
}

.subpage .text_block{
padding:15px 30px ;
border: 2px solid #217bbd;
border-radius: 5px;
margin-bottom:60px;
}

.subpage .text{
padding:20px 5px;
}

.breadcrumbs{
padding:10px 16px;
font-size: 14px;
}

.breadcrumbs .en{
display: none;
}


.table{
  border-top:none;
  }

  .table th,.table td{
    padding:20px 40px;
    border:1px dotted #3c60c7;
    border-right:none!important;
    border-left:none!important;
  }

  .table th{
    width:25%;
    color:#3c60c7;
    background:#eee;
    font-weight: 500;
  }

  .table th p{
    color:#3c60c7;
  }
  .table .note{
    font-size: 10px;
    color:#777777;
    font-weight: normal;
    letter-spacing: 1px;
  }

.wpcf7 form.sent .wpcf7-response-output{
border-color:#3c60c7!important;
}

.wpcf7-spinner{
  display: none!important;
}

.required{
font-size: 10px;
    border: 1px solid #f46666;
    padding: 2px;
    color: #f46666;
    margin-left: 5px;
}

.submit-container{
  max-width: 300px;
  margin: 40px auto 0 auto;
}


.wpcf7-submit{
  background: #004ea2;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgb(77 77 77 / 17%);
}

.wpcf7-previous{
  display: block!important;
  background: #a2a2a2;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgb(77 77 77 / 17%);
}

.wpcf7-submit:hover,.wpcf7-previous:hover{
  opacity: 0.9;
    cursor: pointer;
}

.service_img01{
  position: absolute;
  left: -195px;
  top:-15px;
  border-radius: 0 7px 7px 0;
}

.margin_bottom{
margin-bottom:30px;
}


/* footer */

footer{
  text-align: center;
  background: #f8f8f8;
}

footer .inner{
  padding:50px 25px 60px 25px;
}

footer ul{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}

footer ul a{
  color:#939393;
}

small{
  font-size: 11px;
  background: #383838;
  color:#ffffff;
  text-align: center;
  padding:20px 0;
  display: block;
}