body {
  margin: 0;
  background-color: white;
  color: #444;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  animation: fadeIn 2s ease 0s 1 normal;
}

h1 {
  font-size: 20px;
  margin: 0 0 0 0;
}
h2 {
  font-size: 16px;
  margin: 0 0 0 0;
}

/* Global Header */
.headerImg {
  top: 1px;
  position: relative;
}
#global_header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s 0.2s;
}
#global_header.scrolled {
  background-color: rgba( 255, 255, 255, 0.85 );
  height: 5rem;
}

#global_header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 940px;
  background-color: #FFFFFF;
}
/* Title */
#global_header > div > h1 {
  width: 20rem;
  font-size: 1.875rem;
  transition: 0.3s ease;
  letter-spacing: -1.2px;
  height: 8rem;
  line-height: 10rem;
  margin: 0;
}
#global_header > div > h1 > a {
  text-decoration: none;
  color: inherit;
}
#global_header > div > h1 > a > span:nth-child(1) {
  color: #103098;
}
#global_header > div > h1 > a > span:nth-child(2) {
  color: #0B87DD;
}
#global_header > div > h1 > a > span:nth-child(3){
  color: #0F568D;
  font-weight: normal;
  font-size: 0.8em;
  letter-spacing: -0.5px;
}
#global_header.scrolled > div > h1 {
  height: 5rem;
  line-height: 5rem;
  margin: 0;
}
/* Hamburger Menu */
#global_header > div > div {
  display: none;
  position: absolute;
  right: 6px;
  top: 2px;
  width: 34px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
  position: relative;
}
#global_header > div > div > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color:  #0B87DD;
  left: 0;
  transition: .35s ease-in-out;
}
#global_header > div > div > span:nth-child(1) {
  top: 0;
}
#global_header > div > div > span:nth-child(2) {
  top: 11px;
}
#global_header > div > div > span:nth-child(3) {
  top: 22px;
}

/* Global Menu */
#global_header > div > nav {
  transition: none 0s;
  text-align: center;
}

#global_header > div > nav > ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-weight: bold;
  margin: 0px;
}

#global_header > div > nav > ul > li > span {
	list-style: none;
	font-family: Yu Gothic;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 54px;
	color: #4AAE9E;
	text-decoration: none;
}
#global_header > div > nav > ul > li {
	list-style: none;
	width: 90px;
}
#global_header > div > nav > ul > li > a {
  padding-top: 6px;
  padding-bottom: 5px;
  text-decoration: none;
  white-space: nowrap;
  color: #627275;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: 0.5s ease;
}
#global_header > div > nav > ul > li > div > a {
  padding-top: 6px;
  padding-bottom: 5px;
  text-decoration: none;
  white-space: nowrap;
  color: #F26D95;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: 0.5s ease;
}
#global_header > div > nav > ul > li > div > a > span {
  text-decoration: underline;
}
#global_header > div > nav > ul > li > div > a > div {
  font-size: 10px;
  margin: 5px;
}
#global_header > div > nav > ul > li > div > a:hover {
  color:#FDFF39;
  border-bottom-color: #FDFF39;
}

#global_header > div > nav > ul > li > a > span {
  text-decoration: underline;
}

#global_header > div > nav > ul > li > a > div {
  font-size: 10px;
  margin: 5px;
}
#global_header > div > nav > ul > li > a > div > span {
  color: #F26D95;
}
#global_header > div > nav > ul > li > a:hover {
  color:#FDFF39;
  border-bottom-color: #FDFF39;
}

#global_header.top:not(.scrolled) > div > h1 > a > span:nth-child(1) {
  color: #fff;
}
#global_header.top:not(.scrolled) > div > h1 > a > span:nth-child(2) {
  color: #fff;
}
#global_header.top:not(.scrolled) > div > h1 > a > span:nth-child(3) {
  color: #fff;
}
#global_header.top:not(.scrolled) > div > nav > ul > li > a {
  color: #fff;
}
#global_header.top:not(.scrolled) > div > nav > ul > li > a:hover {
  color: #FDFF39;
}
.pcUl { display: flex !important; }
.tbUl { display: none !important; }
.spUl { display: none !important; }
@media only screen and (max-width: 720px) {
.pcUl { display: none !important; }
.tbUl { display: flex !important; }
.spUl { display: none !important; }
}
@media only screen and (max-width: 599px) {
.pcUl { display: none !important; }
.tbUl { display: none !important; }
.spUl { display: flex !important; }
}
.pcComment { display: flex !important; }
.spComment { display: none !important; }
@media only screen and (max-width: 960px) {
.pcComment { display: none !important; }
.spComment { display: flex !important; }
}
.spanHeight1 {
  height: 50px;
}
.spanHeight2 {
  height: 50px;
  background-color: #faf9f9;
}


#entryItem {
	width: 60%;
}
#freelance-privacy {
	height: 200px;
	width: 100%;
	font-size: 90%;
	overflow: scroll;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #b6b6b6;
}

#personal_information li {
	padding: 0 0 10px 0;
	line-height: 160%;
	text-align: left;
}

#personal_information ol {
	margin: 20px 0 30px 0;
	list-style-type: lower-roman;
}


/* page contents */
section.page_contents_section {
  max-width: 980px;
  margin: 0 auto 5rem;
  padding: 0px 3.125rem;
}
section.page_contents_section h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #0F568D;
  margin: 5.625rem 0 5rem;
  text-align: center;
}
section.page_contents_section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 4.375rem 0 2.5rem;
}
section.page_contents_section h3 {
  font-size: 1.25rem;
  font-weight: bold;  
  margin: 3.125rem 0 1.5rem;
}
section.page_contents_section h3::before {
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent #999;
  display:  inline-block;
  vertical-align:  middle;
  position:  relative;
  top: -0.125rem;
  margin-right: 0.375rem;
}
section.page_contents_section p {
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

#topSection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  margin: 89px 0 0 0;
}
#topSection > div {
  font-size: 0.875rem;
}
.pcTopImg { display: block !important; }
.tbTopImg { display: none !important; }
.spTopImg { display: none !important; }
@media only screen and (max-width: 959px) {
.pcTopImg { display: none !important; }
.tbTopImg { display: block !important; }
.spTopImg { display: none !important; }
}
@media only screen and (max-width: 599px) {
.pcTopImg { display: none !important; }
.tbTopImg { display: none !important; }
.spTopImg { display: block !important; }
}
.pcFlowImg { display: inline-block !important; }
.spFlowImg { display: none !important; }
@media only screen and (max-width: 599px) {
.pcFlowImg { display: none !important; }
.spFlowImg { display: inline-block !important; }
}
.serviceImg {
  margin: 0 0 0 0;
}

#serviceSection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
}
#serviceSection > div {
  text-align: center;
  margin: 0 0 30px 0;
}
#serviceSection > div > div {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration: underline;
  color: #627275;
}
#serviceSection > div > span {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  text-align: center;
}
#serviceSection > div > div > span {
  align-items: center;
  text-align: center;
}

#serviceSectionDiv {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 20px 30px 20px;
}

#serviceSectionDiv > div > img {
  vertical-align: middle;
}

#serviceSectionDiv > div > div {
  vertical-align: middle;
  display: inline-block;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #627275;
  text-align: left;
  margin: 30px 10px 30px 10px;
}
#serviceSpan {
	border-bottom:solid;
	border-width:1px;
}

#agentSection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  background-color: #faf9f9;
}
#agentSection > div {
  text-align: center;
}
#agentSection > div > div {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration: underline;
  color: #627275;
}
#agentSection > div > span {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  text-align: center;
}

.cardDiv {
  display: inline-block;
  vertical-align: top;
  margin: 60px 20px 20px 20px
}
.card {
position: relative;
  width: 350px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #4AAE9E;
}
.card-text1 {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  height: auto;
}
.card-text2 {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  height: auto;
}

#flowSection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
}
#flowSection > div {
  text-align: center;
}
#flowSection > div > div {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration: underline;
  color: #627275;
}
#flowSection > div > span {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  text-align: center;
}
#flowSectionDiv {
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  color: #627275;
  margin: 50px 0 0 0;
}
#flowSectionDiv > div {
  position: relative;
  text-align: center;
  margin: 30px 0 30px 0;
}
#flowSectionDiv > div > img {
  vertical-align: middle;
}
#flowSectionDiv > div > table {
  text-align: center;
  margin: auto;
}
.flowTitleTd {
  text-align: left;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #627275;
}
.flowDetailTd {
  text-align: left;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #627275;
  padding-left: 30px;
  padding-top: 10px;
}
#flowSpan {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 6px #4AAE9E;
}

#projectSection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  background-color: #faf9f9;
}
#projectSection > div {
  text-align: center;
}
#projectSection > div > div {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration: underline;
  color: #627275;
}
#projectSection > div > span {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  text-align: center;
}

#projectSpan {
	border-bottom:solid;
	border-width:1px;
}

#entrySection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
}
#entrySection > div {
  font-size: 0.875rem;
}

#entrySpan {
	border-bottom:solid;
	border-width:1px;
}

.entryImg {
  width:314px;
  height: 80px;
}

.l-singleColumn {
  width: 720px;
  margin: auto;
  background-color: #faf9f9;
}

.coordinator {
  margin-top: 12px;
}

.coordinator__box {
  margin: 23px 0 42px;
}

.coordinator__box__img {
  display: inline;
  float: left;
  width: 230px;
  margin-right: 20px;
}

.coordinator__box__info {
  float: right;
  width: 470px;
  overflow: hidden;
  margin-top: 8px;
}

.coordinator__box__info__name {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  margin-inline-start: 10px;
}

.coordinator__box__info__content {
  margin-bottom: 18px;
  font-weight: bold;
  text-align: left;
}

.coordinator__box__info__content__ttl {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  margin-inline-start: 10px;
}

.coordinator__box__info__content__dtl {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  margin-inline-start: 20px;
}


.project_cardDiv {
  display: inline-block;
  vertical-align: middle;
  margin: 20px
}
.project_card {
position: relative;
  width: 350px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.project_card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.project_card-content {
  --padding: 20px 0 0 0;
}
.project_card-title {
  display: flex;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  background: #5DB1A2;
  height: 81px;
  color: #FFFFFF;
  align-items: center;
  vertical-align: middle;
  padding: 0 20px 0 20px;
  text-align: left;
}
.project_card-text {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  display: flex;
  align-items: center;
  color: #627275;
  text-align: left;
  padding: 0 0 0 20px;
}
.projectTableDiv {
  height: 400px;
  text-align: left;
}
.projectTable {
  padding: 0 10px 0 10px;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #627275;
}
.projectImgTd {
  width: 30px;
  vertical-align: top;
}
.projectImg {
  width: 16px;
  height: 15px;
}
.projectItemTd {
  width: 50px;
  vertical-align: top;
  padding: 0 0 5px 0
}
.projectColonTd {
  width: 10px;
  vertical-align: top;
  padding: 0 0 5px 0
}
.projectDetailTd {
  vertical-align: top;
  padding: 0 0 5px 0
}
button.headerBtn {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  background-color: #FEDD62;
  color: #627275;
  border-style: none;
  border-radius:50px;
  width: 130px;
  height: 33px;
  opacity: 1.0;
  cursor:pointer
}
button.headerBtn:hover {
  opacity: 0.7;

}
button.entryBtn {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  background-color: #FEDD62;
  color: #627275;
  border-style: none;
  border-radius:50px;
  width: 314px;
  height: 80px;
  opacity: 1.0;
  cursor:pointer
}
button.entryBtn:hover {
  opacity: 0.7;
}
