@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

a:active,
a:focus,
input:active,
input:focus {
  outline: 0;
}

/* 共通
------------------------------------------------------------*/
section {
  clear: both;
  padding: 20px 0;
}

@media(max-width:680px) {
  /* .sp_br {
    display: none;
  } */
}

.inner {
  width: 88%;
  margin: auto;
}

@media(max-width:680px) {
  section h2 {
    font-size: 1.2em;
  }

  .inner {
    margin: 20px auto;
  }
}

/* omote
------------------------------------------------------------*/


.copy {
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
  font-style: italic !important;
}

.copy span {
  color: #3754C6;
}

.maincopy h2 {
  font-size: 35px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1;
  height: 50%;
  line-height: 3.5rem;
}

#itc_top {

  background: #ffffff;
  padding: 10% 7% 2% 7%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 680px){
  #itc_top{
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-top:90px;
  }
  .maincopy {
    margin-bottom: 20px;
    text-align: center;
  }
  .maincopy img{
    width: 40%;
    text-align: center;
  }
  .maincopy h2{
    font-size: 28px;
    line-height: 2.5rem;
  }
}

#itc_hero {
  background: url("../img/img_itc/itc_main.jpg") no-repeat 100% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
  position: relative;
}

#itc_hero_box {
  width: 489px;
  padding-bottom: 150px;
  background-color: #4984D6;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  place-items: center;
  mix-blend-mode: multiply;
}

#itc_hero_text {
  width: 489px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  place-items: center;
}

#itc_hero_text p {
  font-size: 24px;
  color: white;
  margin: 0 auto;
}

#feature {
  background: #ffffff;
}

#feature h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" 1;
}

#feature p {
  font-size: 14px;
}

#feature h3 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
#feature small {
  font-weight: bold;
}

@media (max-width: 680px){
  .itc_top{
    max-width: 100%;
    height: auto;
    position: fixed;
  }
  #itc_hero_box{
    max-width: 100%;
    height: auto;
    position: fixed;
  }
  #itc_hero_text{
    max-width: 100%;
    height: auto;
    position: fixed;
  }
  #itc_hero_text p{
    font-size: 20px;
    height: auto;
    padding-top: 45px;
  }
  #itc_hero {
    background: url("../img/img_itc/itc_main_mobile.jpg") no-repeat 100% 100%;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    position: relative;
  }
}
.sp_br {
  display: none; 
}
@media screen and (max-width: 680px) {
  .sp_br {
    display: block;
  }
}


.col3 img {
  display: block;
  margin: 20px auto;
}

.col3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
}

.col3>div {
  overflow: auto;
  min-width: 0;
  padding: 30px 30px 0;
  background: #fff;
  font-feature-settings: "palt";
  text-align:justify;
}

/* ura
------------------------------------------------------------*/
/* ---service--- */
#servis h2 {
  font-size: 22px;
  line-height: 2rem;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" 1;
  color: #1E53CA;
  padding: 1rem 2rem;
  border-left: 8px solid #1E53CA;
  border-bottom: 1px solid #1E53CA;

}

#servis h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #1E53CA;
}

.basic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
  background-color:#F0F0F0;
  padding:20px 30px;
  margin-top:20px;
}

.box p{
  font-feature-settings: "palt";
  text-align:justify;
}
  
.b-1 {
  grid-row: span 2 / span 2;
  color: #1E53CA;
  font-weight: bold;
  padding:10px;
}

.o-2 ul, ol {
  padding: 0;
  position: relative;
  margin-bottom: -1rem;
}
.o-2 ul li, ol li {
  margin-bottom: 5px;
}

.b-3 {
  grid-column: span 3 / span 3;
}

.b-4 {
  grid-column-start: 2;
  grid-row-start: 2;
}

.b-5 {
  grid-column: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 2;
}
      

.option {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 2px;
  background-color:#F0F0F0;
  padding:20px 30px;
  margin-top:20px;
}

.o-1 {
  color: #1E53CA;
  font-weight: bold;
  padding:10px;
  line-height: 55px;
}

.o-2 {
  grid-column: span 4 / span 4;
}

      
@media (max-width: 680px) {
  .basic {
    display:contents;
}
.box{
  background-color: #F0F0F0;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}
.b-2{
  padding: 0 10px 5px;
}
.b-3 {
  padding: 0 10px 10px;
}
.b-4 {
  padding:0 10px 5px;
}
.b-5 {
  padding:0 10px 10px;
}
.option{
  display:contents;
}
.o-1 {
  line-height: 2;
}
.o-2 {
  text-align: left;
  padding:0 10px 10px;
  text-align:justify;
  font-feature-settings: "palt";
  margin-bottom: 15px;
}
}

/* FLOW
------------------------------------------------------------*/

#nagare h2 {
  font-size: 22px;
  line-height: 2rem;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" 1;
  color: #1E53CA;
  padding: 1rem 2rem;
  border-left: 8px solid #1E53CA;
  border-bottom: 1px solid #1E53CA;
}


.service {
  margin-top: 30px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service > li {
  width: 100%;
  max-width: 180px;
  display: flex;
}

.service > li dl {
  margin: 0;
  position: relative;
}

.service > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #B8E6B5;
  border-right: 4px solid #B8E6B5;
  position: absolute;
  top: calc(50% - 40px);
  left: -25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service > li dl dt {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom:5px;
  text-align: left;
}

.service > li dl dt img{
  margin-bottom:5px;
}

.service > li dl dd {
  margin-left: 0;
  text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
  font-feature-settings: "palt";
}

@media(max-width: 680px){
  .service {
    gap: 30px;
  }
  .service > li {
    max-width: 180px;
    display: block;
  }
 
  .service > li dl {
    margin: 0;
    position: relative;

  .service > ul {

    }
  }
  
  .service > li:not(:first-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-top: 4px solid #B8E6B5;
    border-right: 4px solid #B8E6B5;
    position: absolute;
    top: calc(-9%);
    left: 80px;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
  }
}

/* RESPOND
------------------------------------------------------------*/
#respond h2 {
  font-size: 22px;
  line-height: 2rem;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" 1;
  color: #1E53CA;
  padding: 1rem 2rem;
  border-left: 8px solid #1E53CA;
  border-bottom: 1px solid #1E53CA;
}

.respond_list {
  padding: 0 0 .5em;
  list-style:square;
  margin-top:30px;
  font-feature-settings: "palt";
}

.respond_list li {
  padding: .5em 0 .5em 1em;
}

.respond_list li:before {
  content: '';                
  display:  inline-block;     
  background-color: #1E53CA;  
  height: 10px;               
  width: 10px;                
  vertical-align:  middle;   
  position:  relative;        
  top: -2px;
  left:-10px;
}

/* RESPOND
------------------------------------------------------------*/
#rate h2 {
  font-size: 22px;
  line-height: 2rem;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" 1;
  color: #1E53CA;
  padding: 1rem 2rem;
  border-left: 8px solid #1E53CA;
  border-bottom: 1px solid #1E53CA;
}

#rate p {
  margin-top:30px;
}

@media(max-width: 680px){
  #rate {
    margin-bottom: -60px;
  }
}
/* VOICE
------------------------------------------------------------*/
#customer_voice h2 {
  font-size: 22px;
  text-align: center;
  color:#1E53CA;
  padding-top: 40%;
}

#customer_voice p {
  margin:auto;
  color: #636363;
  text-align:justify;
  font-feature-settings: "palt";
}

.col4 img {
  display: block;
  margin: 20px auto;
}

.col4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
}

.col4 > div {
  overflow: auto;
  min-width: 0;
  padding: 10px 10px 0;
  background: #fff;
}
.c_name{
  text-align: right!important;
  font-size: 16px;
 }

 @media screen and (min-width:767px) and ( max-width:960px){
  #customer_voice h2 {
    font-size: 22px;
    text-align: center;
    color:#1E53CA;
    padding-top: 0;
  }

  .col4 {
    grid-template-rows: 200px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
      "areaA areaA areaA"
      "areaB areaC areaD";
 }
.itemA {
	grid-area: areaA;
	/* background: #f88; */
}
.itemB {
	grid-area: areaB;
	/* background: #8f8; */
}
.itemC { 
	grid-area: areaC;
	/* background: #88f; */
}
.itemD {
	grid-area: areaD;
	/* background: #ddd; */
}
}











/* SEC06 BRAND
------------------------------------------------------------*/
/* #sec06 {
  background: -webkit-repeating-linear-gradient(-45deg, #d4ecee, #d4ecee 3px, #c8e7e9 3px, #c8e7e9 7px);
  background: repeating-linear-gradient(-45deg, #d4ecee, #d4ecee 3px, #c8e7e9 3px, #c8e7e9 7px);
}

#sec06 h2 {
  color: #1866b1;
  border-bottom: dashed 1px #1866b1;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.jisseki {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.voice {
  float: right;
}

@media(max-width:680px) {
  .voice {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
}

.voice img {
  max-width: 100px;
}

.company {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.company_name {
  text-align: right;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .company {
    width: calc((100% - 32px) / 3);
  }
}

@media screen and (max-width: 600px) {
  .left {
    display: none;
  }
} */

/* button
------------------------------------------------------------*/
/* #info_btn {
  background: #fff;
}

#info_btn p {
  text-align: right;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #006AB7;
  transition: .4s;
  font-size: 16px;
}

.btn-gradient-radius:hover {
  background: #87ceeb;
  text-decoration: none;
}

.c-btn {
  text-align: center;
} */

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px;
  }
}