@charset 'UTF-8';
/*!　 */
/*------------------------------
 * reset
------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;

  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html { scroll-behavior: smooth;}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: top;
}

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

th {
  font-weight: normal;
  text-align: left;
}

body {
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

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

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

input, select, textarea {
  font-size: 105%;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
}

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}

/*------------------------------
 * variable
------------------------------*/
/*------------------------------
 * mixin
------------------------------*/
/*!　 */
/*------------------------------
 * common style
 ------------------------------*/
body, select, textarea, th, td, li, a, input {
  font-family: 'Noto Sans CJK JP','Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 14px;
  font-weight: 300;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

html, body {
  height: 100%;
}

body {
  min-width: 131rem;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

body > footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

body, select {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;

  font-feature-settings: 'palt';
}

body {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

textarea {
  line-height: 1.5;
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/*------------------------------
 * anchor-link
 ------------------------------*/
a:link {
  color: #0070c9;
}

a.btn {
  color: #c03;
}

a:visited {
  color: #0070c9;
}

a:hover {
  color: #0070c9;
  text-decoration: none;
}

a:active {
  color: #0070c9;
  text-decoration: none;
}
.header {
  display: flex;
  height: 5rem;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  font-family: 'Noto Sans CJK JP';
}
.header .header-inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}
.header .header-inner .header-logo {
  font-family: 'Noto Serif Myanmar';
  color: #333;
  display: flex;
}
.header .header-inner .header-logo a:link,
.header .header-inner .header-logo a:visited {
  font-size: 3.2rem;
  color: #333;
  text-decoration: none;
}
.header .header-inner .header-menu_nav a:link,
.header .header-inner .header-menu_nav a:visited {
  color: #333;
  text-decoration: none;
}
.header .header-inner .header-menu_nav a:hover{
  color: #0070c9;
  text-decoration: underline;
}
.header-menu {
  display: flex;
}
.header .header-menu_nav {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
}
.header .header-menu_nav .header-menu_nav_list {
  margin-left: 3rem;
  font-weight: normal;
}
.main {
  background-image: url(../images/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 800px;
  max-height: 800px;
}
.main-message {
  font-size: 20rem;
  color: #fff;
  padding: 160px 50px 0;
}
.sub-message {
  font-size: 2rem;
  color: #fff;
  text-align: right;
  padding-right: 50px;
  font-size: 4rem;
}
.message,
.portfolio {
  text-align: center;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
.message-inner,
.service-inner,
.portfolio-inner {
  width: 1020px;
  margin: 0 auto;
  padding: 50px 0;
}
.message-inner h2.title,
.portfolio-inner h2.title {
  font-size: 40px;
  font-family: 'Noto Sans CJK JP','Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
.lead-text {
  font-size: 26px;
  font-weight: normal;
}
.message-text {
  line-height: 2;
  font-size: 16px;
  margin-top: 15px;
}
.service {
  background-color: #FD9B39;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}
.service-inner h2.title {
  font-size: 40px;
  font-family: 'Noto Sans CJK JP','Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  color: #fff;
}
.service-text {
  line-height: 2;
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
}
.service-list {
  margin: 2rem 0 ;
  grid-column: 1/3;
  grid-row: 3;
}

.col_list {
  display: flex;
  margin-left: -1rem;
  margin-top: -1rem;
  flex-wrap: wrap;
}
.col_list-item {
  position: relative;
}
.col_list .col_list-item {
  width: 33%;
  max-width: 300px;
  margin-left: 2rem;
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.col_list .col_list-item .icon {
  margin: 10px 0;
}
h3.title {
  font-size: 20px;
  margin: 10px 0;
}
.blue {
  color: #4D92AA;
}
.red {
  color: #EE3224;
}
.org {
  color:#F89B39;
}
.sevice-text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: left;
  font-size: 14px;
}
.col_list .col_list-text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  width: 25%;
  margin-top: 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.col_list .col_list-text span {
  font-size: 12px;
  font-weight: normal;
}
.mt30 {
  margin-top: 30px;
}
.col_list .col_list-portfolio {
  width: 19%;
  margin-left: 1rem;
  margin-top: 3rem;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
body>footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}
footer {
  background-image: url(../images/footer_bg.png);
  background-position: top center;
  padding: 30px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 100px;
}
.footer .footer-inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}
.footer-message h2.title {
  font-size: 4rem;
  margin-bottom: 10px;
  font-family: 'Noto Sans CJK JP','Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
.footer-text {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-text span {
  font-size: 14px;
}
.footer-address {
  display: flex;
  text-align: center;
}
.corp-name,
.corp-add {
  font-size: 16px;
}
.footer-address span {
  font-size: 12px;
}
.copy-right {
  text-align: right;
  font-size: 12px;
  padding: 5px;
}