@charset "utf-8";
/*--------------------------------------------
*
*	reset style
*
*--------------------------------------------*/
body,
p {
	margin : 0;
	padding : 0;
  font-family: Arial, '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, form {
	margin : 0;
	padding : 0;
	font-size : 100%;
	font-weight : normal;
	display : block;
}
a {
  text-decoration: none;
  color: #2a2a2a;
}
address {
	font-style : normal;
}

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

ul, ol {
	list-style : none;
	margin : 0;
	padding : 0;
}

ul li {
	margin : 0;
	padding : 0;
}

ol {
	margin-top : 1em;
	margin-bottom : 1em;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

address {
	font-style : normal;
}

img {
	border : none;
	vertical-align : bottom;
  width: 100%;
}

.clearfix {
	*zoom : 1;
}
.clearfix:after {
	content : ' ';
	display : table;
	clear : both;
}

.clear {
	clear : both;
	display : block;
}
.text{
  margin: 15px 0 0;
  text-align: center;
  font-size: 25px;
}
.caution {
  font-size: 20px;
}
.clear hr {
	display : none;
}
section {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
section h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
section h2 span {
  color: #1d2088;
}
section h2 span.large{
  font-size: 75px;
}
section h2.it-support {
  font-size: 40px;
}
section h2.it-support span.large{
  font-size: 50px;
}
section + section {
  margin-top: 90px;
}
@media not screen and (max-width: 767px) {
  a:hover {
    opacity: .7;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  section h2.it-support small{
    font-size: 35px;
  }
}
@media only screen and (max-width:767px){
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  section {
    padding: 0 20px;
  }
  section + section {
    margin-top: 70px;
  }
  section h2 {
    font-size: 20px;
  }
  section h2 span {
    font-size: 26px;
  }
  section h2 span.large{
    font-size: 35px;
  }
  section h2.it-support {
    font-size: 25px;
  }
  section h2.it-support span.large {
    font-size: 30px;
  }
  .text{
    margin: 15px 0 0;
    text-align: center;
    font-size: 16px;
  }
  .caution {
    font-size: 12px;
  }
}
/*--------------------------------------------
*
*	header
*
*--------------------------------------------*/
header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 16px 10px;
}
header img {
  max-width: 301px;
}
@media only screen and (max-width:767px){
  header img {
    max-width: 190px;
  }
}
/*--------------------------------------------
*
*	mainVisualcv
*
*--------------------------------------------*/
#mainVisual h1 {
  max-width: 1500px;
  margin: 0 auto;
}
/*--------------------------------------------
*
*	anchorArea
*
*--------------------------------------------*/
.anchorArea {
  max-width: 1170px;
  margin: 30px auto 0;
  padding: 0 10px;
}
.anchorArea ul {
  display: flex;
  flex-wrap: wrap;
}
.anchorArea ul li {
  width: 24%;
  font-size: 20px;
}
.anchorArea ul li a{
  display: block;
  text-align: center;
  border: 1px solid #1d2088;
  border-radius: 6px;
  font-weight: bold;
  padding: 22px 15px 22px 30px;
  position: relative;
}
.anchorArea ul li a::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 25px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #1d2088;
  border-right: 2px solid #1d2088;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.anchorArea ul li:first-child {
  margin-left: 0;
}
@media not screen and (max-width: 767px) {
  .anchorArea ul li {
    margin-left: 1.333%;
  }
  .anchorArea ul li a:hover{
    color: #1d2088;
    background-color: #e3f6ff;
    opacity: 1;
  }
}
@media only screen and (max-width:767px){
  .anchorArea {
    padding: 0 25px;
    margin-top: 10px;
  }
  .anchorArea ul li {
    width: 49%;
    font-size: 14px;
  }
  .anchorArea ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .anchorArea ul li:nth-child(n+3) {
    margin-top: 3%;
  }
  .anchorArea ul li a {
    padding: 7px 0;
  }
  .anchorArea ul li a::before {
    top: -5px;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}
/*--------------------------------------------
*
*	problems
*
*--------------------------------------------*/
#problems {
  background-image: url(/business/biz-support/img/arrow_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 130px;
}
#problems h2 {
  margin: 70px 0 30px;
}
@media only screen and (max-width:767px){
  #problems {
    background-size: 20% auto;
    padding-bottom: 13%;
  }
  #problems h2 {
    margin: 35px 0 20px;
    font-size: 25px;
  }
}

/*--------------------------------------------
*
*	problems-list
*
*--------------------------------------------*/
.problems-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.problems-list > li {
  display: flex;
  flex-direction: column;
}  
.problems-list > li ul.circle {
  margin-top: 10px;
}
.problems-list > li ul.circle li{
  position: relative;
}
.problems-list > li ul.circle li::before{
  content: "";
  position: absolute;
  background-color: #1c1c1b;
  border-radius: 50%;
}
@media not screen and (max-width: 767px) {
  .problems-list > li {
    width: 24.5%;
    border: 5px solid #1d2088;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .problems-list > li h3{
    text-align: center;
    font-weight: bold;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 65px;
    font-size: 25px;
    margin-top: 10px;
  }
  .problems-list > li li{
    font-size: 16px;
    margin: 0 15px;
  }
  .problems-list > li ul.circle {
    padding-bottom: 30px;
  }
  .problems-list > li ul.circle li{
    padding-left: 20px;
  }
  .problems-list > li ul.circle li + li{
    margin-top: 10px;
  }
  .problems-list > li ul.circle li::before{
    top: .2em;
    left: 0;
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1100px){
  .problems-list {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .problems-list > li {
    width: 48%;
    border: 5px solid #1d2088;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .problems-list > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width:767px){
  .problems-list {
    flex-direction: column;
  }
  .problems-list > li {
    display: grid;
    grid-template-columns: 40% 1fr ;
    grid-template-rows: auto 1fr;
    border: 3px solid #1d2088;
    border-radius: 20px;
    overflow: hidden;
    padding: 12px 12px 12px 1px;
  }
  .problems-list > li + li{
    margin-top: 10px;
  }
  .problems-list > li li{
    font-size: 20px;
    margin: 0;
    font-size: 14px;
  }
  .problems-list li .image {
    grid-row: span 2;
  }
  .problems-list li .image img {
    object-fit: contain;
    max-height: 100%;
  }
  .problems-list li h3,
  .problems-list li ul.circle{
    grid-column: 2;
  }
  .problems-list li h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .problems-list > li ul.circle li{
    padding-left: 15px;
  }
  .problems-list > li ul.circle li::before{
    top: .3em;
    left: 0;
    width: 10px;
    height: 10px;
  }
}
/*--------------------------------------------
*
*	text-intro
*
*--------------------------------------------*/

.text-intro {
  text-align: center;
  margin-top: 35px;
}
.text-intro p {
  display: inline-block;
  font-weight: bold;
  box-sizing: border-box;
}
.text-intro p span {
  color:#1d2088;
}
@media not screen and (max-width: 767px) {
  .text-intro p {
    max-width: 820px;
    width: 100%;
    border: 14px solid #e3f6ff;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    font-size: 33px;
    padding: 20px 0 10px;
  }
}
@media only screen and (max-width:767px){
  .text-intro {
    margin-top: 25px;
  }
  .text-intro p {
    font-size: 16px;
    width: 90%;
    border: 7px solid #e3f6ff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 10px 5px;
  }
}
/*--------------------------------------------
*
*	bgBlue
*
*--------------------------------------------*/
.bgBlue {
  background-color: #e3f6ff;
  padding: 40px 20px 100px;
}
@media only screen and (max-width:767px){
  .bgBlue {
    padding: 15px 0 40px;
  }
}
/*--------------------------------------------
*
*	list
*
*--------------------------------------------*/
.list01 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.list01 > li {
  display: flex;
  flex-direction: column;
}
.list01 > li h3{
  text-align: center;
  font-weight: bold;
  color: #1d2088;
  font-weight: bold;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 25px;
  margin-top: 10px;
}
.list01 > li ul.circle {
  margin-top: 10px;
}
.list01 > li ul.circle li{
  position: relative;
  padding-left: 20px;
  font-size: 20px;
}
.list01 > li ul.circle li::before{
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #1d2088;
  border-radius: 50%;
}
.list01 > li li{
  font-size: 16px;
  margin: 0 15px;
}
.list01 .caution {
  font-size: 16px;
  margin-top: 10px;
}
.flex_txt {
  display: flex;
  justify-content: space-between;
}
.flex_txt .num {
  font-weight: bold;
  font-size: 28px;
}
.flex_txt .right{
  margin-left: 10px;
}
.list01.list02 > li{
  border: 5px solid #1d2088;
  border-radius: 20px;
  background-color: #FFF;
  padding-bottom: 20px;
}
.list01.list02 dt {
  background-color: #1d2088;
  color:#FFF;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list01.list02 dd {
  padding: 10px 0 0;
}

@media not screen and (max-width: 767px) {
  .list01 > li {
    width: 31%;
    box-sizing: border-box;
    position: relative;
  }
  .list01 > li:last-child:after{
    content: none;
  }
  .list01 > li h3 {
    min-height: 65px;
  }
  .list01 > li ul.circle li + li{
    margin-top: 10px;
  }
}
@media only screen and (max-width:767px){
  .list01 {
    flex-direction: column;
    margin-top: 20px;
  }
  .list01 .image {
    width: 80%;
    margin: 0 auto;
  }
  .list01 > li h3{
    font-size: 20px;
    margin-top: 10px;
  }
  .list01 > li + li {
    margin-top: 45px;
  }
  .list01 > li ul.circle li{
    font-size: 16px;
    padding-left: 15px;
  }
  .list01 > li ul.circle li::before{
    width: 10px;
    height: 10px;
    top: .3em;
  }
  .list01 > li ul.circle li +li {
    margin-top: 10px;
  }
  .list01.list02 dt {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .list01.list02 > li{
    margin-top: 15px;
    border-radius: 16px;
  }
  .flex_txt {
    max-width: 230px;
  }
  .flex_txt .num {
    font-size: 20px;
  }
  .flex_txt .right {
    margin-top: -5px;
  }
  .list01 .caution {
    font-size: 12px;
    margin-left: 15px;
  }
}
/*--------------------------------------------
*
*	step
*
*--------------------------------------------*/
#step h2 {
  font-size: 40px;
  color: #1d2088;
}
@media not screen and (max-width: 767px) {
  #step .list01 > li::after{
    position: absolute;
    right: -10%;
    top: 45%;
    content: "";
    width: 8%;
    height: 20%;
    background-image: url(/business/biz-support/img/arrow_02.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #step .list01 > li:last-child:after{
    content: none;
  }
}
@media only screen and (max-width:767px){
  #step {
    margin-top: 40px;
  }
  #step h2 {
    font-size: 28px;
  }
  #step .list01 > li {
    background-image: url(/business/biz-support/img/arrow_03.png);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    background-size: 75px auto;
    background-position: center bottom;
    margin-top: 20px;
  }
  #step .list01 > li:last-child {
    background: none;
    padding-bottom: 0;
  }
}
/*--------------------------------------------
*
*	contact
*
*--------------------------------------------*/
#contact {
  margin-top: 30px;
}
.btn {
  max-width: 500px;
  margin: 50px auto 0;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  background-color: #1d2088;
  color: #FFF;
  box-shadow: 0px 10px 0px 0px #9e9a9a;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.btn a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: all 0.3s 0s ease;
}
@media only screen and (max-width:767px){
  #contact h2 {
    font-size: 25px;
  }
  .btn {
    margin-top: 20px;
    max-width: 280px;
  }
  .btn a {
    font-size: 16px;
    box-shadow: 0px 5px 0px 0px #9e9a9a;
    padding: 20px;
    margin: 0 auto;
    position: relative;
  }
  .btn a::before {
    left: 20px;
    width: 10px;
    height: 10px;
  }
}
/*--------------------------------------------
*
*	pagetop
*
*--------------------------------------------*/
.pagetop{position:fixed;bottom:80px;right:40px;width:50px;height:50px;z-index:10;background:rgba(0,0,0,0.3);border-radius:5px;cursor:pointer;z-index:997;transition:all 0.2s ease;}
.pagetop::after{box-sizing: border-box;position:absolute;top:57%;left:50%;display:block;content:"";width:20px;height:20px;vertical-align:middle;border-top:5px solid #fff;border-right:5px solid #fff;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);transition:all 0.2s ease;}
.pagetop:hover{background:rgba(0,0,0,0.7);}
.pagetop:hover::after{top:50%;}
@media only screen and (max-width:767px){
  .pagetop{position:fixed;bottom:80px;right:20px;width:30px;height:30px;z-index:10;background:rgba(0,0,0,0.3);border-radius:5px;cursor:pointer;z-index:997;transition:all 0.2s ease;}
  .pagetop::after{position:absolute;top:57%;left:50%;display:block;content:"";width:12px;height:12px;vertical-align:middle;border-top:3px solid #fff;border-right:3px solid #fff;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);transition:all 0.2s ease;}
}
/*--------------------------------------------
*
*	follow-btn
*
*--------------------------------------------*/
.follow-btn {
  position:fixed ;
  width: 300px;
  padding: 10px 80px;
  bottom: 0;
  right: 0;
  background-color: rgba(240, 240, 240, 0.5);
  transition: opacity 0.5s ease-in-out;
}
.follow-btn li:nth-child(n+2){
  margin-top: 10px;
}
.follow-btn .btn {
  width: 100%;
  margin-top: 0;
}
.follow-btn .btn a {
  min-width:unset;
  min-height: 46px;
  font-size: 16px;
  padding: 0;
  box-shadow: 0px 4px 0px 0px #9e9a9a;
}
.follow-btn .btn a::before {
  width: 8px;
  height: 8px;
}
@media only screen and (max-width:767px){
  .follow-btn {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
  }
}
 
/*--------------------------------------------
*
*	footer
*
*--------------------------------------------*/
@media not screen and (max-width: 767px) {
  footer{width:100%;border-top:#dcdcdc solid 1px;margin-top: 90px;}
  footer .footer{max-width:1200px;margin:0 auto;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:20px 0px;}
  footer .footer p{font-size:12px;}
}

@media only screen and (max-width:767px){
  footer{width:100%;margin-top: 80px;padding-bottom: 10px;}
  footer .footer{max-width:1200px;margin:0 auto;padding:0;text-align:center;}
  footer .footer p img{width:210px;}
  footer .footer p{font-size:11px;padding:7px 0 7px;margin: 5px 0;}
  footer .footer p + p{border-top:#dcdcdc solid 1px;}
}