﻿@charset "utf-8";

.home-ps-ul {
	border-top:#000 1px solid;
	border-bottom:#000 1px solid;
	width:100%;
	max-width:780px;
	margin: 40px 0 0 0;
}

.home-ps-li {
	width:100%;
	align-items: center;
	display: flex;
	padding: 20px;
	gap:20px;
}

.home-ps-li .text {
}

.home-ps-li .project {
	display: inline-block;
	font-size: 18px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
}

.home-ps-li h3 {
	font-size: 24px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
}


.business {
	font-size: 18px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
}

.home-ps-li .user {
	font-size: 16px;
	line-height:1.4em;
}

.section-inner-center {
    border-top: #000 1px solid;
    padding-bottom: 20px;
    padding-top: 60px;
}


.content {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.left {
    margin-right: 20px;
    width: 48%;
}

.right {
    width: 48%;
}

.title {
    font-size: 3rem;
    font-weight: bold;
}


.switch-image .image02 {
    top: -110px;
}

@media screen and (max-width: 768px) {
    .home-ps-li {
        padding: 0;
    }
    .content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        margin-top: 30px;
    }

    .left {
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
    }

    .right {
        width: 100%;
    }

    .title {
        font-size: 2.8rem;
        font-weight: bold;
    }
}

@media screen and (max-width: 425px) {
    .home-ps-li {
        flex-direction: column-reverse;
    }

    .home-ps-li .text {
        margin-right: 0;
        margin-top: 20px;
    }

    .title {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .home-ps-li {
        align-items: center;
    }
}

.home-ps-li .website-title {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}
.home-ps-li .website-link {
    position: relative;
    color: #0645AD;
}
.home-ps-li .website-link::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-44%);

    background-image: url('../img/common/external_link_icon.svg');
    background-size: cover;
    width: 12px;
    height: 12px;
}

#ps-index {
	max-width:500px;
	margin:70px auto 50px;
	padding:0;
}
#ps-index dt{
	font-size:24px;
	font-weight:bold;
	margin-bottom:0.5em;
	text-align:center;
}
#ps-index dd{
	margin:0;
	padding:0;
	text-align:left;
}
#ps-index dd ul{
	margin:0;
	padding:0 1em 0 2em;
}
#ps-index dd ul li{
	margin:0.25em 0;
	padding:0;
	font-size:18px;
	line-height:1.8em;
	list-style: square;
	font-weight:bold;
}

#ps-index dd ul li a:hover{
	color:#d92127;
}

.ps-sec {
	margin:50px auto;
	padding:15px;
	width:100%;
	max-width:780px;
	background:#fff;
	border-radius:10px;
}

.ps-sec h1 {
	margin:0 0 20px 0;
	padding:0;
	font-size:30px;
	line-height:1.6em;
	font-weight:bold;
}
.ps-sec h1::first-letter {
	font-size:60px;
}

.ps-sec p {
	font-size:18px;
	line-height:1.6em;
	margin-bottom:1.25em;
}

.ps-sec img.left{
	float:left;
	margin:0 10px 10px 0;
}
.ps-sec img.right{

	float:right;
	margin:0 0 10px 10px;
}

.ps-sec img.center{
	margin:0 auto 10px auto;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
  text-align:right;
  font-size:26px;
  vertical-align:middle;
}
.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 85px;
  padding: 0 13px 15px;
  border-radius: 12px;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
}

.says p {
	margin: 0;
	padding: 0;
	font-size:19px;
	line-height:1.5;
}
.says p strong{
	font-size:20px;
}

span.q,
.says p.q {
	color:#664C00;
}

span.g,
.says p.g {
	color:#004C66;
}

.section-heading-japanese {
        font-size:32px;
}

@media screen and (max-width: 768px) {

	.balloon5 .faceicon {
	  float: none;
	}

	.says {
	  display: inline-block;
	  position: relative; 
	  margin: 5px 0 0 5px;
	  padding: 17px 13px;
	  border-radius: 12px;
	}

}